contracts

package
v0.31.0 Latest Latest
Warning

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

Go to latest
Published: Jul 6, 2026 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_proto_signal_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type AccountKeysConfig

type AccountKeysConfig struct {
	EntropyPool     string `protobuf:"bytes,1,opt,name=entropy_pool,json=entropyPool,proto3" json:"entropy_pool,omitempty"`
	Aci             []byte `protobuf:"bytes,2,opt,name=aci,proto3" json:"aci,omitempty"`
	Pin             string `protobuf:"bytes,3,opt,name=pin,proto3" json:"pin,omitempty"`
	PinSalt         []byte `protobuf:"bytes,4,opt,name=pin_salt,json=pinSalt,proto3" json:"pin_salt,omitempty"`
	PinSaltUsername string `protobuf:"bytes,5,opt,name=pin_salt_username,json=pinSaltUsername,proto3" json:"pin_salt_username,omitempty"`
	PinSaltGroupId  uint64 `protobuf:"varint,6,opt,name=pin_salt_group_id,json=pinSaltGroupId,proto3" json:"pin_salt_group_id,omitempty"`
	// contains filtered or unexported fields
}

func (*AccountKeysConfig) Descriptor deprecated

func (*AccountKeysConfig) Descriptor() ([]byte, []int)

Deprecated: Use AccountKeysConfig.ProtoReflect.Descriptor instead.

func (*AccountKeysConfig) GetAci

func (x *AccountKeysConfig) GetAci() []byte

func (*AccountKeysConfig) GetEntropyPool

func (x *AccountKeysConfig) GetEntropyPool() string

func (*AccountKeysConfig) GetPin

func (x *AccountKeysConfig) GetPin() string

func (*AccountKeysConfig) GetPinSalt

func (x *AccountKeysConfig) GetPinSalt() []byte

func (*AccountKeysConfig) GetPinSaltGroupId

func (x *AccountKeysConfig) GetPinSaltGroupId() uint64

func (*AccountKeysConfig) GetPinSaltUsername

func (x *AccountKeysConfig) GetPinSaltUsername() string

func (*AccountKeysConfig) ProtoMessage

func (*AccountKeysConfig) ProtoMessage()

func (*AccountKeysConfig) ProtoReflect

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

func (*AccountKeysConfig) Reset

func (x *AccountKeysConfig) Reset()

func (*AccountKeysConfig) String

func (x *AccountKeysConfig) String() string

type AccountKeysInput

type AccountKeysInput struct {
	EntropyPool     string `protobuf:"bytes,1,opt,name=entropy_pool,json=entropyPool,proto3" json:"entropy_pool,omitempty"`
	Aci             []byte `protobuf:"bytes,2,opt,name=aci,proto3" json:"aci,omitempty"`
	Pin             string `protobuf:"bytes,3,opt,name=pin,proto3" json:"pin,omitempty"`
	PinSalt         []byte `protobuf:"bytes,4,opt,name=pin_salt,json=pinSalt,proto3" json:"pin_salt,omitempty"`
	PinSaltUsername string `protobuf:"bytes,5,opt,name=pin_salt_username,json=pinSaltUsername,proto3" json:"pin_salt_username,omitempty"`
	PinSaltGroupId  uint64 `protobuf:"varint,6,opt,name=pin_salt_group_id,json=pinSaltGroupId,proto3" json:"pin_salt_group_id,omitempty"`
	// contains filtered or unexported fields
}

func (*AccountKeysInput) Descriptor deprecated

func (*AccountKeysInput) Descriptor() ([]byte, []int)

Deprecated: Use AccountKeysInput.ProtoReflect.Descriptor instead.

func (*AccountKeysInput) GetAci

func (x *AccountKeysInput) GetAci() []byte

func (*AccountKeysInput) GetEntropyPool

func (x *AccountKeysInput) GetEntropyPool() string

func (*AccountKeysInput) GetPin

func (x *AccountKeysInput) GetPin() string

func (*AccountKeysInput) GetPinSalt

func (x *AccountKeysInput) GetPinSalt() []byte

func (*AccountKeysInput) GetPinSaltGroupId

func (x *AccountKeysInput) GetPinSaltGroupId() uint64

func (*AccountKeysInput) GetPinSaltUsername

func (x *AccountKeysInput) GetPinSaltUsername() string

func (*AccountKeysInput) ProtoMessage

func (*AccountKeysInput) ProtoMessage()

func (*AccountKeysInput) ProtoReflect

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

func (*AccountKeysInput) Reset

func (x *AccountKeysInput) Reset()

func (*AccountKeysInput) String

func (x *AccountKeysInput) String() string

type AccountKeysOutput

type AccountKeysOutput struct {
	EntropyPool      string `protobuf:"bytes,1,opt,name=entropy_pool,json=entropyPool,proto3" json:"entropy_pool,omitempty"`
	SvrKey           []byte `protobuf:"bytes,2,opt,name=svr_key,json=svrKey,proto3" json:"svr_key,omitempty"`
	BackupKey        []byte `protobuf:"bytes,3,opt,name=backup_key,json=backupKey,proto3" json:"backup_key,omitempty"`
	BackupId         []byte `protobuf:"bytes,4,opt,name=backup_id,json=backupId,proto3" json:"backup_id,omitempty"`
	PinSalt          []byte `protobuf:"bytes,5,opt,name=pin_salt,json=pinSalt,proto3" json:"pin_salt,omitempty"`
	PinAccessKey     []byte `protobuf:"bytes,6,opt,name=pin_access_key,json=pinAccessKey,proto3" json:"pin_access_key,omitempty"`
	PinEncryptionKey []byte `protobuf:"bytes,7,opt,name=pin_encryption_key,json=pinEncryptionKey,proto3" json:"pin_encryption_key,omitempty"`
	// contains filtered or unexported fields
}

func (*AccountKeysOutput) Descriptor deprecated

func (*AccountKeysOutput) Descriptor() ([]byte, []int)

Deprecated: Use AccountKeysOutput.ProtoReflect.Descriptor instead.

func (*AccountKeysOutput) GetBackupId

func (x *AccountKeysOutput) GetBackupId() []byte

func (*AccountKeysOutput) GetBackupKey

func (x *AccountKeysOutput) GetBackupKey() []byte

func (*AccountKeysOutput) GetEntropyPool

func (x *AccountKeysOutput) GetEntropyPool() string

func (*AccountKeysOutput) GetPinAccessKey

func (x *AccountKeysOutput) GetPinAccessKey() []byte

func (*AccountKeysOutput) GetPinEncryptionKey

func (x *AccountKeysOutput) GetPinEncryptionKey() []byte

func (*AccountKeysOutput) GetPinSalt

func (x *AccountKeysOutput) GetPinSalt() []byte

func (*AccountKeysOutput) GetSvrKey

func (x *AccountKeysOutput) GetSvrKey() []byte

func (*AccountKeysOutput) ProtoMessage

func (*AccountKeysOutput) ProtoMessage()

func (*AccountKeysOutput) ProtoReflect

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

func (*AccountKeysOutput) Reset

func (x *AccountKeysOutput) Reset()

func (*AccountKeysOutput) String

func (x *AccountKeysOutput) String() string

type AccountRefConfig

type AccountRefConfig struct {
	AccountRef    string `protobuf:"bytes,1,opt,name=account_ref,json=accountRef,proto3" json:"account_ref,omitempty"`
	DeviceRef     string `protobuf:"bytes,2,opt,name=device_ref,json=deviceRef,proto3" json:"device_ref,omitempty"`
	CustodyRef    string `protobuf:"bytes,3,opt,name=custody_ref,json=custodyRef,proto3" json:"custody_ref,omitempty"`
	CredentialRef string `protobuf:"bytes,4,opt,name=credential_ref,json=credentialRef,proto3" json:"credential_ref,omitempty"`
	ConsentRef    string `protobuf:"bytes,5,opt,name=consent_ref,json=consentRef,proto3" json:"consent_ref,omitempty"`
	AuditRef      string `protobuf:"bytes,6,opt,name=audit_ref,json=auditRef,proto3" json:"audit_ref,omitempty"`
	// contains filtered or unexported fields
}

func (*AccountRefConfig) Descriptor deprecated

func (*AccountRefConfig) Descriptor() ([]byte, []int)

Deprecated: Use AccountRefConfig.ProtoReflect.Descriptor instead.

func (*AccountRefConfig) GetAccountRef

func (x *AccountRefConfig) GetAccountRef() string

func (*AccountRefConfig) GetAuditRef

func (x *AccountRefConfig) GetAuditRef() string

func (*AccountRefConfig) GetConsentRef

func (x *AccountRefConfig) GetConsentRef() string

func (*AccountRefConfig) GetCredentialRef

func (x *AccountRefConfig) GetCredentialRef() string

func (*AccountRefConfig) GetCustodyRef

func (x *AccountRefConfig) GetCustodyRef() string

func (*AccountRefConfig) GetDeviceRef

func (x *AccountRefConfig) GetDeviceRef() string

func (*AccountRefConfig) ProtoMessage

func (*AccountRefConfig) ProtoMessage()

func (*AccountRefConfig) ProtoReflect

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

func (*AccountRefConfig) Reset

func (x *AccountRefConfig) Reset()

func (*AccountRefConfig) String

func (x *AccountRefConfig) String() string

type ApprovalPackage

type ApprovalPackage struct {
	OperatorApprovalId              string   `protobuf:"bytes,1,opt,name=operator_approval_id,json=operatorApprovalId,proto3" json:"operator_approval_id,omitempty"`
	OperatorApprovalScope           string   `` /* 126-byte string literal not displayed */
	OperatorApprovalExpiresUnix     int64    `` /* 147-byte string literal not displayed */
	ServiceAuthorizationType        string   `` /* 135-byte string literal not displayed */
	ServiceAuthorizationEvidenceRef string   `` /* 158-byte string literal not displayed */
	ServiceAuthorizationExpiresUnix int64    `` /* 159-byte string literal not displayed */
	AccountRef                      string   `protobuf:"bytes,7,opt,name=account_ref,json=accountRef,proto3" json:"account_ref,omitempty"`
	AccountConsentEvidenceRef       string   `` /* 140-byte string literal not displayed */
	AccountConsentExpiresUnix       int64    `` /* 141-byte string literal not displayed */
	CustodyBackend                  string   `protobuf:"bytes,10,opt,name=custody_backend,json=custodyBackend,proto3" json:"custody_backend,omitempty"`
	CustodyKeyHandleRef             string   `protobuf:"bytes,11,opt,name=custody_key_handle_ref,json=custodyKeyHandleRef,proto3" json:"custody_key_handle_ref,omitempty"`
	CustodyBackupRef                string   `protobuf:"bytes,12,opt,name=custody_backup_ref,json=custodyBackupRef,proto3" json:"custody_backup_ref,omitempty"`
	CustodyRotationRef              string   `protobuf:"bytes,13,opt,name=custody_rotation_ref,json=custodyRotationRef,proto3" json:"custody_rotation_ref,omitempty"`
	AbuseIdempotencyRequired        bool     `` /* 137-byte string literal not displayed */
	AbuseRateLimitRef               string   `protobuf:"bytes,15,opt,name=abuse_rate_limit_ref,json=abuseRateLimitRef,proto3" json:"abuse_rate_limit_ref,omitempty"`
	AbuseRecipientAllowlistRef      string   `` /* 144-byte string literal not displayed */
	AbuseDeclaredAudienceRef        string   `` /* 138-byte string literal not displayed */
	AbuseChallengePolicyRef         string   `` /* 135-byte string literal not displayed */
	AbuseBackoffPolicyRef           string   `` /* 129-byte string literal not displayed */
	EgressEndpointAllowlist         []string `` /* 133-byte string literal not displayed */
	EgressTlsPolicyRef              string   `protobuf:"bytes,21,opt,name=egress_tls_policy_ref,json=egressTlsPolicyRef,proto3" json:"egress_tls_policy_ref,omitempty"`
	EgressDryRun                    bool     `protobuf:"varint,22,opt,name=egress_dry_run,json=egressDryRun,proto3" json:"egress_dry_run,omitempty"`
	AuditRef                        string   `protobuf:"bytes,23,opt,name=audit_ref,json=auditRef,proto3" json:"audit_ref,omitempty"`
	AuditRetentionRef               string   `protobuf:"bytes,24,opt,name=audit_retention_ref,json=auditRetentionRef,proto3" json:"audit_retention_ref,omitempty"`
	AuditRedactionRef               string   `protobuf:"bytes,25,opt,name=audit_redaction_ref,json=auditRedactionRef,proto3" json:"audit_redaction_ref,omitempty"`
	// contains filtered or unexported fields
}

func (*ApprovalPackage) Descriptor deprecated

func (*ApprovalPackage) Descriptor() ([]byte, []int)

Deprecated: Use ApprovalPackage.ProtoReflect.Descriptor instead.

func (*ApprovalPackage) GetAbuseBackoffPolicyRef

func (x *ApprovalPackage) GetAbuseBackoffPolicyRef() string

func (*ApprovalPackage) GetAbuseChallengePolicyRef

func (x *ApprovalPackage) GetAbuseChallengePolicyRef() string

func (*ApprovalPackage) GetAbuseDeclaredAudienceRef

func (x *ApprovalPackage) GetAbuseDeclaredAudienceRef() string

func (*ApprovalPackage) GetAbuseIdempotencyRequired

func (x *ApprovalPackage) GetAbuseIdempotencyRequired() bool

func (*ApprovalPackage) GetAbuseRateLimitRef

func (x *ApprovalPackage) GetAbuseRateLimitRef() string

func (*ApprovalPackage) GetAbuseRecipientAllowlistRef

func (x *ApprovalPackage) GetAbuseRecipientAllowlistRef() string

func (*ApprovalPackage) GetAccountConsentEvidenceRef

func (x *ApprovalPackage) GetAccountConsentEvidenceRef() string

func (*ApprovalPackage) GetAccountConsentExpiresUnix

func (x *ApprovalPackage) GetAccountConsentExpiresUnix() int64

func (*ApprovalPackage) GetAccountRef

func (x *ApprovalPackage) GetAccountRef() string

func (*ApprovalPackage) GetAuditRedactionRef

func (x *ApprovalPackage) GetAuditRedactionRef() string

func (*ApprovalPackage) GetAuditRef

func (x *ApprovalPackage) GetAuditRef() string

func (*ApprovalPackage) GetAuditRetentionRef

func (x *ApprovalPackage) GetAuditRetentionRef() string

func (*ApprovalPackage) GetCustodyBackend

func (x *ApprovalPackage) GetCustodyBackend() string

func (*ApprovalPackage) GetCustodyBackupRef

func (x *ApprovalPackage) GetCustodyBackupRef() string

func (*ApprovalPackage) GetCustodyKeyHandleRef

func (x *ApprovalPackage) GetCustodyKeyHandleRef() string

func (*ApprovalPackage) GetCustodyRotationRef

func (x *ApprovalPackage) GetCustodyRotationRef() string

func (*ApprovalPackage) GetEgressDryRun

func (x *ApprovalPackage) GetEgressDryRun() bool

func (*ApprovalPackage) GetEgressEndpointAllowlist

func (x *ApprovalPackage) GetEgressEndpointAllowlist() []string

func (*ApprovalPackage) GetEgressTlsPolicyRef

func (x *ApprovalPackage) GetEgressTlsPolicyRef() string

func (*ApprovalPackage) GetOperatorApprovalExpiresUnix

func (x *ApprovalPackage) GetOperatorApprovalExpiresUnix() int64

func (*ApprovalPackage) GetOperatorApprovalId

func (x *ApprovalPackage) GetOperatorApprovalId() string

func (*ApprovalPackage) GetOperatorApprovalScope

func (x *ApprovalPackage) GetOperatorApprovalScope() string

func (*ApprovalPackage) GetServiceAuthorizationEvidenceRef

func (x *ApprovalPackage) GetServiceAuthorizationEvidenceRef() string

func (*ApprovalPackage) GetServiceAuthorizationExpiresUnix

func (x *ApprovalPackage) GetServiceAuthorizationExpiresUnix() int64

func (*ApprovalPackage) GetServiceAuthorizationType

func (x *ApprovalPackage) GetServiceAuthorizationType() string

func (*ApprovalPackage) ProtoMessage

func (*ApprovalPackage) ProtoMessage()

func (*ApprovalPackage) ProtoReflect

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

func (*ApprovalPackage) Reset

func (x *ApprovalPackage) Reset()

func (*ApprovalPackage) String

func (x *ApprovalPackage) String() string

type CustodyAttestConfig

type CustodyAttestConfig struct {
	StoreRef string `protobuf:"bytes,1,opt,name=store_ref,json=storeRef,proto3" json:"store_ref,omitempty"`
	// contains filtered or unexported fields
}

func (*CustodyAttestConfig) Descriptor deprecated

func (*CustodyAttestConfig) Descriptor() ([]byte, []int)

Deprecated: Use CustodyAttestConfig.ProtoReflect.Descriptor instead.

func (*CustodyAttestConfig) GetStoreRef

func (x *CustodyAttestConfig) GetStoreRef() string

func (*CustodyAttestConfig) ProtoMessage

func (*CustodyAttestConfig) ProtoMessage()

func (*CustodyAttestConfig) ProtoReflect

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

func (*CustodyAttestConfig) Reset

func (x *CustodyAttestConfig) Reset()

func (*CustodyAttestConfig) String

func (x *CustodyAttestConfig) String() string

type CustodyAttestInput

type CustodyAttestInput struct {
	CustodyRef      string `protobuf:"bytes,1,opt,name=custody_ref,json=custodyRef,proto3" json:"custody_ref,omitempty"`
	AudienceRef     string `protobuf:"bytes,2,opt,name=audience_ref,json=audienceRef,proto3" json:"audience_ref,omitempty"`
	RequestedAtUnix int64  `protobuf:"varint,3,opt,name=requested_at_unix,json=requestedAtUnix,proto3" json:"requested_at_unix,omitempty"`
	// contains filtered or unexported fields
}

func (*CustodyAttestInput) Descriptor deprecated

func (*CustodyAttestInput) Descriptor() ([]byte, []int)

Deprecated: Use CustodyAttestInput.ProtoReflect.Descriptor instead.

func (*CustodyAttestInput) GetAudienceRef

func (x *CustodyAttestInput) GetAudienceRef() string

func (*CustodyAttestInput) GetCustodyRef

func (x *CustodyAttestInput) GetCustodyRef() string

func (*CustodyAttestInput) GetRequestedAtUnix

func (x *CustodyAttestInput) GetRequestedAtUnix() int64

func (*CustodyAttestInput) ProtoMessage

func (*CustodyAttestInput) ProtoMessage()

func (*CustodyAttestInput) ProtoReflect

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

func (*CustodyAttestInput) Reset

func (x *CustodyAttestInput) Reset()

func (*CustodyAttestInput) String

func (x *CustodyAttestInput) String() string

type CustodyAttestOutput

type CustodyAttestOutput struct {
	CustodyRef     string           `protobuf:"bytes,1,opt,name=custody_ref,json=custodyRef,proto3" json:"custody_ref,omitempty"`
	Metadata       *CustodyMetadata `protobuf:"bytes,2,opt,name=metadata,proto3" json:"metadata,omitempty"`
	AttestationRef string           `protobuf:"bytes,3,opt,name=attestation_ref,json=attestationRef,proto3" json:"attestation_ref,omitempty"`
	EvidenceRef    string           `protobuf:"bytes,4,opt,name=evidence_ref,json=evidenceRef,proto3" json:"evidence_ref,omitempty"`
	// contains filtered or unexported fields
}

func (*CustodyAttestOutput) Descriptor deprecated

func (*CustodyAttestOutput) Descriptor() ([]byte, []int)

Deprecated: Use CustodyAttestOutput.ProtoReflect.Descriptor instead.

func (*CustodyAttestOutput) GetAttestationRef

func (x *CustodyAttestOutput) GetAttestationRef() string

func (*CustodyAttestOutput) GetCustodyRef

func (x *CustodyAttestOutput) GetCustodyRef() string

func (*CustodyAttestOutput) GetEvidenceRef

func (x *CustodyAttestOutput) GetEvidenceRef() string

func (*CustodyAttestOutput) GetMetadata

func (x *CustodyAttestOutput) GetMetadata() *CustodyMetadata

func (*CustodyAttestOutput) ProtoMessage

func (*CustodyAttestOutput) ProtoMessage()

func (*CustodyAttestOutput) ProtoReflect

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

func (*CustodyAttestOutput) Reset

func (x *CustodyAttestOutput) Reset()

func (*CustodyAttestOutput) String

func (x *CustodyAttestOutput) String() string

type CustodyCreateConfig

type CustodyCreateConfig struct {
	StoreRef   string `protobuf:"bytes,1,opt,name=store_ref,json=storeRef,proto3" json:"store_ref,omitempty"`
	AccountRef string `protobuf:"bytes,2,opt,name=account_ref,json=accountRef,proto3" json:"account_ref,omitempty"`
	// contains filtered or unexported fields
}

func (*CustodyCreateConfig) Descriptor deprecated

func (*CustodyCreateConfig) Descriptor() ([]byte, []int)

Deprecated: Use CustodyCreateConfig.ProtoReflect.Descriptor instead.

func (*CustodyCreateConfig) GetAccountRef

func (x *CustodyCreateConfig) GetAccountRef() string

func (*CustodyCreateConfig) GetStoreRef

func (x *CustodyCreateConfig) GetStoreRef() string

func (*CustodyCreateConfig) ProtoMessage

func (*CustodyCreateConfig) ProtoMessage()

func (*CustodyCreateConfig) ProtoReflect

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

func (*CustodyCreateConfig) Reset

func (x *CustodyCreateConfig) Reset()

func (*CustodyCreateConfig) String

func (x *CustodyCreateConfig) String() string

type CustodyCreateInput

type CustodyCreateInput struct {
	StoreRef        string   `protobuf:"bytes,1,opt,name=store_ref,json=storeRef,proto3" json:"store_ref,omitempty"`
	AccountRef      string   `protobuf:"bytes,2,opt,name=account_ref,json=accountRef,proto3" json:"account_ref,omitempty"`
	DeviceRef       string   `protobuf:"bytes,3,opt,name=device_ref,json=deviceRef,proto3" json:"device_ref,omitempty"`
	MaterialRefs    []string `protobuf:"bytes,4,rep,name=material_refs,json=materialRefs,proto3" json:"material_refs,omitempty"`
	IdempotencyKey  string   `protobuf:"bytes,5,opt,name=idempotency_key,json=idempotencyKey,proto3" json:"idempotency_key,omitempty"`
	RequestedAtUnix int64    `protobuf:"varint,6,opt,name=requested_at_unix,json=requestedAtUnix,proto3" json:"requested_at_unix,omitempty"`
	// contains filtered or unexported fields
}

func (*CustodyCreateInput) Descriptor deprecated

func (*CustodyCreateInput) Descriptor() ([]byte, []int)

Deprecated: Use CustodyCreateInput.ProtoReflect.Descriptor instead.

func (*CustodyCreateInput) GetAccountRef

func (x *CustodyCreateInput) GetAccountRef() string

func (*CustodyCreateInput) GetDeviceRef

func (x *CustodyCreateInput) GetDeviceRef() string

func (*CustodyCreateInput) GetIdempotencyKey

func (x *CustodyCreateInput) GetIdempotencyKey() string

func (*CustodyCreateInput) GetMaterialRefs

func (x *CustodyCreateInput) GetMaterialRefs() []string

func (*CustodyCreateInput) GetRequestedAtUnix

func (x *CustodyCreateInput) GetRequestedAtUnix() int64

func (*CustodyCreateInput) GetStoreRef

func (x *CustodyCreateInput) GetStoreRef() string

func (*CustodyCreateInput) ProtoMessage

func (*CustodyCreateInput) ProtoMessage()

func (*CustodyCreateInput) ProtoReflect

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

func (*CustodyCreateInput) Reset

func (x *CustodyCreateInput) Reset()

func (*CustodyCreateInput) String

func (x *CustodyCreateInput) String() string

type CustodyCreateOutput

type CustodyCreateOutput struct {
	CustodyRef string           `protobuf:"bytes,1,opt,name=custody_ref,json=custodyRef,proto3" json:"custody_ref,omitempty"`
	Metadata   *CustodyMetadata `protobuf:"bytes,2,opt,name=metadata,proto3" json:"metadata,omitempty"`
	AuditRef   string           `protobuf:"bytes,3,opt,name=audit_ref,json=auditRef,proto3" json:"audit_ref,omitempty"`
	// contains filtered or unexported fields
}

func (*CustodyCreateOutput) Descriptor deprecated

func (*CustodyCreateOutput) Descriptor() ([]byte, []int)

Deprecated: Use CustodyCreateOutput.ProtoReflect.Descriptor instead.

func (*CustodyCreateOutput) GetAuditRef

func (x *CustodyCreateOutput) GetAuditRef() string

func (*CustodyCreateOutput) GetCustodyRef

func (x *CustodyCreateOutput) GetCustodyRef() string

func (*CustodyCreateOutput) GetMetadata

func (x *CustodyCreateOutput) GetMetadata() *CustodyMetadata

func (*CustodyCreateOutput) ProtoMessage

func (*CustodyCreateOutput) ProtoMessage()

func (*CustodyCreateOutput) ProtoReflect

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

func (*CustodyCreateOutput) Reset

func (x *CustodyCreateOutput) Reset()

func (*CustodyCreateOutput) String

func (x *CustodyCreateOutput) String() string

type CustodyExportRequestConfig

type CustodyExportRequestConfig struct {
	StoreRef string `protobuf:"bytes,1,opt,name=store_ref,json=storeRef,proto3" json:"store_ref,omitempty"`
	// contains filtered or unexported fields
}

func (*CustodyExportRequestConfig) Descriptor deprecated

func (*CustodyExportRequestConfig) Descriptor() ([]byte, []int)

Deprecated: Use CustodyExportRequestConfig.ProtoReflect.Descriptor instead.

func (*CustodyExportRequestConfig) GetStoreRef

func (x *CustodyExportRequestConfig) GetStoreRef() string

func (*CustodyExportRequestConfig) ProtoMessage

func (*CustodyExportRequestConfig) ProtoMessage()

func (*CustodyExportRequestConfig) ProtoReflect

func (*CustodyExportRequestConfig) Reset

func (x *CustodyExportRequestConfig) Reset()

func (*CustodyExportRequestConfig) String

func (x *CustodyExportRequestConfig) String() string

type CustodyExportRequestInput

type CustodyExportRequestInput struct {
	CustodyRef      string `protobuf:"bytes,1,opt,name=custody_ref,json=custodyRef,proto3" json:"custody_ref,omitempty"`
	RequesterRef    string `protobuf:"bytes,2,opt,name=requester_ref,json=requesterRef,proto3" json:"requester_ref,omitempty"`
	ReasonRef       string `protobuf:"bytes,3,opt,name=reason_ref,json=reasonRef,proto3" json:"reason_ref,omitempty"`
	RequestedAtUnix int64  `protobuf:"varint,4,opt,name=requested_at_unix,json=requestedAtUnix,proto3" json:"requested_at_unix,omitempty"`
	// contains filtered or unexported fields
}

func (*CustodyExportRequestInput) Descriptor deprecated

func (*CustodyExportRequestInput) Descriptor() ([]byte, []int)

Deprecated: Use CustodyExportRequestInput.ProtoReflect.Descriptor instead.

func (*CustodyExportRequestInput) GetCustodyRef

func (x *CustodyExportRequestInput) GetCustodyRef() string

func (*CustodyExportRequestInput) GetReasonRef

func (x *CustodyExportRequestInput) GetReasonRef() string

func (*CustodyExportRequestInput) GetRequestedAtUnix

func (x *CustodyExportRequestInput) GetRequestedAtUnix() int64

func (*CustodyExportRequestInput) GetRequesterRef

func (x *CustodyExportRequestInput) GetRequesterRef() string

func (*CustodyExportRequestInput) ProtoMessage

func (*CustodyExportRequestInput) ProtoMessage()

func (*CustodyExportRequestInput) ProtoReflect

func (*CustodyExportRequestInput) Reset

func (x *CustodyExportRequestInput) Reset()

func (*CustodyExportRequestInput) String

func (x *CustodyExportRequestInput) String() string

type CustodyExportRequestOutput

type CustodyExportRequestOutput struct {
	CustodyRef          string           `protobuf:"bytes,1,opt,name=custody_ref,json=custodyRef,proto3" json:"custody_ref,omitempty"`
	ExportRequestRef    string           `protobuf:"bytes,2,opt,name=export_request_ref,json=exportRequestRef,proto3" json:"export_request_ref,omitempty"`
	ApprovalRequiredRef string           `protobuf:"bytes,3,opt,name=approval_required_ref,json=approvalRequiredRef,proto3" json:"approval_required_ref,omitempty"`
	Status              string           `protobuf:"bytes,4,opt,name=status,proto3" json:"status,omitempty"`
	Metadata            *CustodyMetadata `protobuf:"bytes,5,opt,name=metadata,proto3" json:"metadata,omitempty"`
	// contains filtered or unexported fields
}

func (*CustodyExportRequestOutput) Descriptor deprecated

func (*CustodyExportRequestOutput) Descriptor() ([]byte, []int)

Deprecated: Use CustodyExportRequestOutput.ProtoReflect.Descriptor instead.

func (*CustodyExportRequestOutput) GetApprovalRequiredRef

func (x *CustodyExportRequestOutput) GetApprovalRequiredRef() string

func (*CustodyExportRequestOutput) GetCustodyRef

func (x *CustodyExportRequestOutput) GetCustodyRef() string

func (*CustodyExportRequestOutput) GetExportRequestRef

func (x *CustodyExportRequestOutput) GetExportRequestRef() string

func (*CustodyExportRequestOutput) GetMetadata

func (x *CustodyExportRequestOutput) GetMetadata() *CustodyMetadata

func (*CustodyExportRequestOutput) GetStatus

func (x *CustodyExportRequestOutput) GetStatus() string

func (*CustodyExportRequestOutput) ProtoMessage

func (*CustodyExportRequestOutput) ProtoMessage()

func (*CustodyExportRequestOutput) ProtoReflect

func (*CustodyExportRequestOutput) Reset

func (x *CustodyExportRequestOutput) Reset()

func (*CustodyExportRequestOutput) String

func (x *CustodyExportRequestOutput) String() string

type CustodyInspectConfig

type CustodyInspectConfig struct {
	StoreRef string `protobuf:"bytes,1,opt,name=store_ref,json=storeRef,proto3" json:"store_ref,omitempty"`
	// contains filtered or unexported fields
}

func (*CustodyInspectConfig) Descriptor deprecated

func (*CustodyInspectConfig) Descriptor() ([]byte, []int)

Deprecated: Use CustodyInspectConfig.ProtoReflect.Descriptor instead.

func (*CustodyInspectConfig) GetStoreRef

func (x *CustodyInspectConfig) GetStoreRef() string

func (*CustodyInspectConfig) ProtoMessage

func (*CustodyInspectConfig) ProtoMessage()

func (*CustodyInspectConfig) ProtoReflect

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

func (*CustodyInspectConfig) Reset

func (x *CustodyInspectConfig) Reset()

func (*CustodyInspectConfig) String

func (x *CustodyInspectConfig) String() string

type CustodyInspectInput

type CustodyInspectInput struct {
	CustodyRef string `protobuf:"bytes,1,opt,name=custody_ref,json=custodyRef,proto3" json:"custody_ref,omitempty"`
	// contains filtered or unexported fields
}

func (*CustodyInspectInput) Descriptor deprecated

func (*CustodyInspectInput) Descriptor() ([]byte, []int)

Deprecated: Use CustodyInspectInput.ProtoReflect.Descriptor instead.

func (*CustodyInspectInput) GetCustodyRef

func (x *CustodyInspectInput) GetCustodyRef() string

func (*CustodyInspectInput) ProtoMessage

func (*CustodyInspectInput) ProtoMessage()

func (*CustodyInspectInput) ProtoReflect

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

func (*CustodyInspectInput) Reset

func (x *CustodyInspectInput) Reset()

func (*CustodyInspectInput) String

func (x *CustodyInspectInput) String() string

type CustodyInspectOutput

type CustodyInspectOutput struct {
	CustodyRef string           `protobuf:"bytes,1,opt,name=custody_ref,json=custodyRef,proto3" json:"custody_ref,omitempty"`
	Metadata   *CustodyMetadata `protobuf:"bytes,2,opt,name=metadata,proto3" json:"metadata,omitempty"`
	// contains filtered or unexported fields
}

func (*CustodyInspectOutput) Descriptor deprecated

func (*CustodyInspectOutput) Descriptor() ([]byte, []int)

Deprecated: Use CustodyInspectOutput.ProtoReflect.Descriptor instead.

func (*CustodyInspectOutput) GetCustodyRef

func (x *CustodyInspectOutput) GetCustodyRef() string

func (*CustodyInspectOutput) GetMetadata

func (x *CustodyInspectOutput) GetMetadata() *CustodyMetadata

func (*CustodyInspectOutput) ProtoMessage

func (*CustodyInspectOutput) ProtoMessage()

func (*CustodyInspectOutput) ProtoReflect

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

func (*CustodyInspectOutput) Reset

func (x *CustodyInspectOutput) Reset()

func (*CustodyInspectOutput) String

func (x *CustodyInspectOutput) String() string

type CustodyMetadata

type CustodyMetadata struct {
	BackendId     string `protobuf:"bytes,1,opt,name=backend_id,json=backendId,proto3" json:"backend_id,omitempty"`
	RefId         string `protobuf:"bytes,2,opt,name=ref_id,json=refId,proto3" json:"ref_id,omitempty"`
	SchemaVersion uint32 `protobuf:"varint,3,opt,name=schema_version,json=schemaVersion,proto3" json:"schema_version,omitempty"`
	KekRef        string `protobuf:"bytes,4,opt,name=kek_ref,json=kekRef,proto3" json:"kek_ref,omitempty"`
	KekVersion    string `protobuf:"bytes,5,opt,name=kek_version,json=kekVersion,proto3" json:"kek_version,omitempty"`
	CreatedAtUnix int64  `protobuf:"varint,6,opt,name=created_at_unix,json=createdAtUnix,proto3" json:"created_at_unix,omitempty"`
	RotatedAtUnix int64  `protobuf:"varint,7,opt,name=rotated_at_unix,json=rotatedAtUnix,proto3" json:"rotated_at_unix,omitempty"`
	RevokedAtUnix int64  `protobuf:"varint,8,opt,name=revoked_at_unix,json=revokedAtUnix,proto3" json:"revoked_at_unix,omitempty"`
	State         string `protobuf:"bytes,9,opt,name=state,proto3" json:"state,omitempty"`
	AccountRef    string `protobuf:"bytes,10,opt,name=account_ref,json=accountRef,proto3" json:"account_ref,omitempty"`
	DeviceRef     string `protobuf:"bytes,11,opt,name=device_ref,json=deviceRef,proto3" json:"device_ref,omitempty"`
	// contains filtered or unexported fields
}

func (*CustodyMetadata) Descriptor deprecated

func (*CustodyMetadata) Descriptor() ([]byte, []int)

Deprecated: Use CustodyMetadata.ProtoReflect.Descriptor instead.

func (*CustodyMetadata) GetAccountRef

func (x *CustodyMetadata) GetAccountRef() string

func (*CustodyMetadata) GetBackendId

func (x *CustodyMetadata) GetBackendId() string

func (*CustodyMetadata) GetCreatedAtUnix

func (x *CustodyMetadata) GetCreatedAtUnix() int64

func (*CustodyMetadata) GetDeviceRef

func (x *CustodyMetadata) GetDeviceRef() string

func (*CustodyMetadata) GetKekRef

func (x *CustodyMetadata) GetKekRef() string

func (*CustodyMetadata) GetKekVersion

func (x *CustodyMetadata) GetKekVersion() string

func (*CustodyMetadata) GetRefId

func (x *CustodyMetadata) GetRefId() string

func (*CustodyMetadata) GetRevokedAtUnix

func (x *CustodyMetadata) GetRevokedAtUnix() int64

func (*CustodyMetadata) GetRotatedAtUnix

func (x *CustodyMetadata) GetRotatedAtUnix() int64

func (*CustodyMetadata) GetSchemaVersion

func (x *CustodyMetadata) GetSchemaVersion() uint32

func (*CustodyMetadata) GetState

func (x *CustodyMetadata) GetState() string

func (*CustodyMetadata) ProtoMessage

func (*CustodyMetadata) ProtoMessage()

func (*CustodyMetadata) ProtoReflect

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

func (*CustodyMetadata) Reset

func (x *CustodyMetadata) Reset()

func (*CustodyMetadata) String

func (x *CustodyMetadata) String() string

type CustodyRestoreConfig

type CustodyRestoreConfig struct {
	StoreRef string `protobuf:"bytes,1,opt,name=store_ref,json=storeRef,proto3" json:"store_ref,omitempty"`
	// contains filtered or unexported fields
}

func (*CustodyRestoreConfig) Descriptor deprecated

func (*CustodyRestoreConfig) Descriptor() ([]byte, []int)

Deprecated: Use CustodyRestoreConfig.ProtoReflect.Descriptor instead.

func (*CustodyRestoreConfig) GetStoreRef

func (x *CustodyRestoreConfig) GetStoreRef() string

func (*CustodyRestoreConfig) ProtoMessage

func (*CustodyRestoreConfig) ProtoMessage()

func (*CustodyRestoreConfig) ProtoReflect

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

func (*CustodyRestoreConfig) Reset

func (x *CustodyRestoreConfig) Reset()

func (*CustodyRestoreConfig) String

func (x *CustodyRestoreConfig) String() string

type CustodyRestoreInput

type CustodyRestoreInput struct {
	CustodyRef      string `protobuf:"bytes,1,opt,name=custody_ref,json=custodyRef,proto3" json:"custody_ref,omitempty"`
	SealedBundleRef string `protobuf:"bytes,2,opt,name=sealed_bundle_ref,json=sealedBundleRef,proto3" json:"sealed_bundle_ref,omitempty"`
	KekRef          string `protobuf:"bytes,3,opt,name=kek_ref,json=kekRef,proto3" json:"kek_ref,omitempty"`
	KekVersion      string `protobuf:"bytes,4,opt,name=kek_version,json=kekVersion,proto3" json:"kek_version,omitempty"`
	// contains filtered or unexported fields
}

func (*CustodyRestoreInput) Descriptor deprecated

func (*CustodyRestoreInput) Descriptor() ([]byte, []int)

Deprecated: Use CustodyRestoreInput.ProtoReflect.Descriptor instead.

func (*CustodyRestoreInput) GetCustodyRef

func (x *CustodyRestoreInput) GetCustodyRef() string

func (*CustodyRestoreInput) GetKekRef

func (x *CustodyRestoreInput) GetKekRef() string

func (*CustodyRestoreInput) GetKekVersion

func (x *CustodyRestoreInput) GetKekVersion() string

func (*CustodyRestoreInput) GetSealedBundleRef

func (x *CustodyRestoreInput) GetSealedBundleRef() string

func (*CustodyRestoreInput) ProtoMessage

func (*CustodyRestoreInput) ProtoMessage()

func (*CustodyRestoreInput) ProtoReflect

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

func (*CustodyRestoreInput) Reset

func (x *CustodyRestoreInput) Reset()

func (*CustodyRestoreInput) String

func (x *CustodyRestoreInput) String() string

type CustodyRestoreOutput

type CustodyRestoreOutput struct {
	CustodyRef string           `protobuf:"bytes,1,opt,name=custody_ref,json=custodyRef,proto3" json:"custody_ref,omitempty"`
	Metadata   *CustodyMetadata `protobuf:"bytes,2,opt,name=metadata,proto3" json:"metadata,omitempty"`
	AuditRef   string           `protobuf:"bytes,3,opt,name=audit_ref,json=auditRef,proto3" json:"audit_ref,omitempty"`
	// contains filtered or unexported fields
}

func (*CustodyRestoreOutput) Descriptor deprecated

func (*CustodyRestoreOutput) Descriptor() ([]byte, []int)

Deprecated: Use CustodyRestoreOutput.ProtoReflect.Descriptor instead.

func (*CustodyRestoreOutput) GetAuditRef

func (x *CustodyRestoreOutput) GetAuditRef() string

func (*CustodyRestoreOutput) GetCustodyRef

func (x *CustodyRestoreOutput) GetCustodyRef() string

func (*CustodyRestoreOutput) GetMetadata

func (x *CustodyRestoreOutput) GetMetadata() *CustodyMetadata

func (*CustodyRestoreOutput) ProtoMessage

func (*CustodyRestoreOutput) ProtoMessage()

func (*CustodyRestoreOutput) ProtoReflect

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

func (*CustodyRestoreOutput) Reset

func (x *CustodyRestoreOutput) Reset()

func (*CustodyRestoreOutput) String

func (x *CustodyRestoreOutput) String() string

type CustodyRevokeConfig

type CustodyRevokeConfig struct {
	StoreRef string `protobuf:"bytes,1,opt,name=store_ref,json=storeRef,proto3" json:"store_ref,omitempty"`
	// contains filtered or unexported fields
}

func (*CustodyRevokeConfig) Descriptor deprecated

func (*CustodyRevokeConfig) Descriptor() ([]byte, []int)

Deprecated: Use CustodyRevokeConfig.ProtoReflect.Descriptor instead.

func (*CustodyRevokeConfig) GetStoreRef

func (x *CustodyRevokeConfig) GetStoreRef() string

func (*CustodyRevokeConfig) ProtoMessage

func (*CustodyRevokeConfig) ProtoMessage()

func (*CustodyRevokeConfig) ProtoReflect

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

func (*CustodyRevokeConfig) Reset

func (x *CustodyRevokeConfig) Reset()

func (*CustodyRevokeConfig) String

func (x *CustodyRevokeConfig) String() string

type CustodyRevokeInput

type CustodyRevokeInput struct {
	CustodyRef      string `protobuf:"bytes,1,opt,name=custody_ref,json=custodyRef,proto3" json:"custody_ref,omitempty"`
	RequestedAtUnix int64  `protobuf:"varint,3,opt,name=requested_at_unix,json=requestedAtUnix,proto3" json:"requested_at_unix,omitempty"`
	// contains filtered or unexported fields
}

func (*CustodyRevokeInput) Descriptor deprecated

func (*CustodyRevokeInput) Descriptor() ([]byte, []int)

Deprecated: Use CustodyRevokeInput.ProtoReflect.Descriptor instead.

func (*CustodyRevokeInput) GetCustodyRef

func (x *CustodyRevokeInput) GetCustodyRef() string

func (*CustodyRevokeInput) GetRequestedAtUnix

func (x *CustodyRevokeInput) GetRequestedAtUnix() int64

func (*CustodyRevokeInput) ProtoMessage

func (*CustodyRevokeInput) ProtoMessage()

func (*CustodyRevokeInput) ProtoReflect

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

func (*CustodyRevokeInput) Reset

func (x *CustodyRevokeInput) Reset()

func (*CustodyRevokeInput) String

func (x *CustodyRevokeInput) String() string

type CustodyRevokeOutput

type CustodyRevokeOutput struct {
	CustodyRef string           `protobuf:"bytes,1,opt,name=custody_ref,json=custodyRef,proto3" json:"custody_ref,omitempty"`
	Metadata   *CustodyMetadata `protobuf:"bytes,2,opt,name=metadata,proto3" json:"metadata,omitempty"`
	AuditRef   string           `protobuf:"bytes,3,opt,name=audit_ref,json=auditRef,proto3" json:"audit_ref,omitempty"`
	// contains filtered or unexported fields
}

func (*CustodyRevokeOutput) Descriptor deprecated

func (*CustodyRevokeOutput) Descriptor() ([]byte, []int)

Deprecated: Use CustodyRevokeOutput.ProtoReflect.Descriptor instead.

func (*CustodyRevokeOutput) GetAuditRef

func (x *CustodyRevokeOutput) GetAuditRef() string

func (*CustodyRevokeOutput) GetCustodyRef

func (x *CustodyRevokeOutput) GetCustodyRef() string

func (*CustodyRevokeOutput) GetMetadata

func (x *CustodyRevokeOutput) GetMetadata() *CustodyMetadata

func (*CustodyRevokeOutput) ProtoMessage

func (*CustodyRevokeOutput) ProtoMessage()

func (*CustodyRevokeOutput) ProtoReflect

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

func (*CustodyRevokeOutput) Reset

func (x *CustodyRevokeOutput) Reset()

func (*CustodyRevokeOutput) String

func (x *CustodyRevokeOutput) String() string

type CustodyRotateConfig

type CustodyRotateConfig struct {
	StoreRef string `protobuf:"bytes,1,opt,name=store_ref,json=storeRef,proto3" json:"store_ref,omitempty"`
	// contains filtered or unexported fields
}

func (*CustodyRotateConfig) Descriptor deprecated

func (*CustodyRotateConfig) Descriptor() ([]byte, []int)

Deprecated: Use CustodyRotateConfig.ProtoReflect.Descriptor instead.

func (*CustodyRotateConfig) GetStoreRef

func (x *CustodyRotateConfig) GetStoreRef() string

func (*CustodyRotateConfig) ProtoMessage

func (*CustodyRotateConfig) ProtoMessage()

func (*CustodyRotateConfig) ProtoReflect

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

func (*CustodyRotateConfig) Reset

func (x *CustodyRotateConfig) Reset()

func (*CustodyRotateConfig) String

func (x *CustodyRotateConfig) String() string

type CustodyRotateInput

type CustodyRotateInput struct {
	CustodyRef      string `protobuf:"bytes,1,opt,name=custody_ref,json=custodyRef,proto3" json:"custody_ref,omitempty"`
	NewKekRef       string `protobuf:"bytes,2,opt,name=new_kek_ref,json=newKekRef,proto3" json:"new_kek_ref,omitempty"`
	NewKekVersion   string `protobuf:"bytes,3,opt,name=new_kek_version,json=newKekVersion,proto3" json:"new_kek_version,omitempty"`
	RequestedAtUnix int64  `protobuf:"varint,5,opt,name=requested_at_unix,json=requestedAtUnix,proto3" json:"requested_at_unix,omitempty"`
	// contains filtered or unexported fields
}

func (*CustodyRotateInput) Descriptor deprecated

func (*CustodyRotateInput) Descriptor() ([]byte, []int)

Deprecated: Use CustodyRotateInput.ProtoReflect.Descriptor instead.

func (*CustodyRotateInput) GetCustodyRef

func (x *CustodyRotateInput) GetCustodyRef() string

func (*CustodyRotateInput) GetNewKekRef

func (x *CustodyRotateInput) GetNewKekRef() string

func (*CustodyRotateInput) GetNewKekVersion

func (x *CustodyRotateInput) GetNewKekVersion() string

func (*CustodyRotateInput) GetRequestedAtUnix

func (x *CustodyRotateInput) GetRequestedAtUnix() int64

func (*CustodyRotateInput) ProtoMessage

func (*CustodyRotateInput) ProtoMessage()

func (*CustodyRotateInput) ProtoReflect

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

func (*CustodyRotateInput) Reset

func (x *CustodyRotateInput) Reset()

func (*CustodyRotateInput) String

func (x *CustodyRotateInput) String() string

type CustodyRotateOutput

type CustodyRotateOutput struct {
	CustodyRef  string           `protobuf:"bytes,1,opt,name=custody_ref,json=custodyRef,proto3" json:"custody_ref,omitempty"`
	Metadata    *CustodyMetadata `protobuf:"bytes,2,opt,name=metadata,proto3" json:"metadata,omitempty"`
	OldRefState string           `protobuf:"bytes,3,opt,name=old_ref_state,json=oldRefState,proto3" json:"old_ref_state,omitempty"`
	AuditRef    string           `protobuf:"bytes,4,opt,name=audit_ref,json=auditRef,proto3" json:"audit_ref,omitempty"`
	// contains filtered or unexported fields
}

func (*CustodyRotateOutput) Descriptor deprecated

func (*CustodyRotateOutput) Descriptor() ([]byte, []int)

Deprecated: Use CustodyRotateOutput.ProtoReflect.Descriptor instead.

func (*CustodyRotateOutput) GetAuditRef

func (x *CustodyRotateOutput) GetAuditRef() string

func (*CustodyRotateOutput) GetCustodyRef

func (x *CustodyRotateOutput) GetCustodyRef() string

func (*CustodyRotateOutput) GetMetadata

func (x *CustodyRotateOutput) GetMetadata() *CustodyMetadata

func (*CustodyRotateOutput) GetOldRefState

func (x *CustodyRotateOutput) GetOldRefState() string

func (*CustodyRotateOutput) ProtoMessage

func (*CustodyRotateOutput) ProtoMessage()

func (*CustodyRotateOutput) ProtoReflect

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

func (*CustodyRotateOutput) Reset

func (x *CustodyRotateOutput) Reset()

func (*CustodyRotateOutput) String

func (x *CustodyRotateOutput) String() string

type CustodyStoreConfig

type CustodyStoreConfig struct {
	BackendId             string `protobuf:"bytes,1,opt,name=backend_id,json=backendId,proto3" json:"backend_id,omitempty"`
	Backend               string `protobuf:"bytes,2,opt,name=backend,proto3" json:"backend,omitempty"`
	StoragePath           string `protobuf:"bytes,3,opt,name=storage_path,json=storagePath,proto3" json:"storage_path,omitempty"`
	KekRef                string `protobuf:"bytes,4,opt,name=kek_ref,json=kekRef,proto3" json:"kek_ref,omitempty"`
	KekVersion            string `protobuf:"bytes,5,opt,name=kek_version,json=kekVersion,proto3" json:"kek_version,omitempty"`
	SchemaVersion         uint32 `protobuf:"varint,6,opt,name=schema_version,json=schemaVersion,proto3" json:"schema_version,omitempty"`
	AllowTestBackend      bool   `protobuf:"varint,7,opt,name=allow_test_backend,json=allowTestBackend,proto3" json:"allow_test_backend,omitempty"`
	AllowLocalFileCustody bool   `` /* 129-byte string literal not displayed */
	PolicyMode            string `protobuf:"bytes,9,opt,name=policy_mode,json=policyMode,proto3" json:"policy_mode,omitempty"`
	// contains filtered or unexported fields
}

func (*CustodyStoreConfig) Descriptor deprecated

func (*CustodyStoreConfig) Descriptor() ([]byte, []int)

Deprecated: Use CustodyStoreConfig.ProtoReflect.Descriptor instead.

func (*CustodyStoreConfig) GetAllowLocalFileCustody

func (x *CustodyStoreConfig) GetAllowLocalFileCustody() bool

func (*CustodyStoreConfig) GetAllowTestBackend

func (x *CustodyStoreConfig) GetAllowTestBackend() bool

func (*CustodyStoreConfig) GetBackend

func (x *CustodyStoreConfig) GetBackend() string

func (*CustodyStoreConfig) GetBackendId

func (x *CustodyStoreConfig) GetBackendId() string

func (*CustodyStoreConfig) GetKekRef

func (x *CustodyStoreConfig) GetKekRef() string

func (*CustodyStoreConfig) GetKekVersion

func (x *CustodyStoreConfig) GetKekVersion() string

func (*CustodyStoreConfig) GetPolicyMode

func (x *CustodyStoreConfig) GetPolicyMode() string

func (*CustodyStoreConfig) GetSchemaVersion

func (x *CustodyStoreConfig) GetSchemaVersion() uint32

func (*CustodyStoreConfig) GetStoragePath

func (x *CustodyStoreConfig) GetStoragePath() string

func (*CustodyStoreConfig) ProtoMessage

func (*CustodyStoreConfig) ProtoMessage()

func (*CustodyStoreConfig) ProtoReflect

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

func (*CustodyStoreConfig) Reset

func (x *CustodyStoreConfig) Reset()

func (*CustodyStoreConfig) String

func (x *CustodyStoreConfig) String() string

type EnvelopeQueueMetadata

type EnvelopeQueueMetadata struct {
	EnvelopeRef    string `protobuf:"bytes,1,opt,name=envelope_ref,json=envelopeRef,proto3" json:"envelope_ref,omitempty"`
	Queue          string `protobuf:"bytes,2,opt,name=queue,proto3" json:"queue,omitempty"`
	Status         string `protobuf:"bytes,3,opt,name=status,proto3" json:"status,omitempty"`
	SenderRef      string `protobuf:"bytes,4,opt,name=sender_ref,json=senderRef,proto3" json:"sender_ref,omitempty"`
	RecipientRef   string `protobuf:"bytes,5,opt,name=recipient_ref,json=recipientRef,proto3" json:"recipient_ref,omitempty"`
	CustodyRef     string `protobuf:"bytes,6,opt,name=custody_ref,json=custodyRef,proto3" json:"custody_ref,omitempty"`
	AuthzRef       string `protobuf:"bytes,7,opt,name=authz_ref,json=authzRef,proto3" json:"authz_ref,omitempty"`
	MessageRef     string `protobuf:"bytes,8,opt,name=message_ref,json=messageRef,proto3" json:"message_ref,omitempty"`
	CreatedAtUnix  int64  `protobuf:"varint,9,opt,name=created_at_unix,json=createdAtUnix,proto3" json:"created_at_unix,omitempty"`
	ClaimedAtUnix  int64  `protobuf:"varint,10,opt,name=claimed_at_unix,json=claimedAtUnix,proto3" json:"claimed_at_unix,omitempty"`
	ReceivedAtUnix int64  `protobuf:"varint,11,opt,name=received_at_unix,json=receivedAtUnix,proto3" json:"received_at_unix,omitempty"`
	LeaseRef       string `protobuf:"bytes,12,opt,name=lease_ref,json=leaseRef,proto3" json:"lease_ref,omitempty"`
	AckedAtUnix    int64  `protobuf:"varint,13,opt,name=acked_at_unix,json=ackedAtUnix,proto3" json:"acked_at_unix,omitempty"`
	ReleasedAtUnix int64  `protobuf:"varint,14,opt,name=released_at_unix,json=releasedAtUnix,proto3" json:"released_at_unix,omitempty"`
	AttemptCount   uint32 `protobuf:"varint,15,opt,name=attempt_count,json=attemptCount,proto3" json:"attempt_count,omitempty"`
	LastErrorRef   string `protobuf:"bytes,16,opt,name=last_error_ref,json=lastErrorRef,proto3" json:"last_error_ref,omitempty"`
	// contains filtered or unexported fields
}

func (*EnvelopeQueueMetadata) Descriptor deprecated

func (*EnvelopeQueueMetadata) Descriptor() ([]byte, []int)

Deprecated: Use EnvelopeQueueMetadata.ProtoReflect.Descriptor instead.

func (*EnvelopeQueueMetadata) GetAckedAtUnix added in v0.29.0

func (x *EnvelopeQueueMetadata) GetAckedAtUnix() int64

func (*EnvelopeQueueMetadata) GetAttemptCount added in v0.29.0

func (x *EnvelopeQueueMetadata) GetAttemptCount() uint32

func (*EnvelopeQueueMetadata) GetAuthzRef

func (x *EnvelopeQueueMetadata) GetAuthzRef() string

func (*EnvelopeQueueMetadata) GetClaimedAtUnix

func (x *EnvelopeQueueMetadata) GetClaimedAtUnix() int64

func (*EnvelopeQueueMetadata) GetCreatedAtUnix

func (x *EnvelopeQueueMetadata) GetCreatedAtUnix() int64

func (*EnvelopeQueueMetadata) GetCustodyRef

func (x *EnvelopeQueueMetadata) GetCustodyRef() string

func (*EnvelopeQueueMetadata) GetEnvelopeRef

func (x *EnvelopeQueueMetadata) GetEnvelopeRef() string

func (*EnvelopeQueueMetadata) GetLastErrorRef added in v0.29.0

func (x *EnvelopeQueueMetadata) GetLastErrorRef() string

func (*EnvelopeQueueMetadata) GetLeaseRef

func (x *EnvelopeQueueMetadata) GetLeaseRef() string

func (*EnvelopeQueueMetadata) GetMessageRef

func (x *EnvelopeQueueMetadata) GetMessageRef() string

func (*EnvelopeQueueMetadata) GetQueue

func (x *EnvelopeQueueMetadata) GetQueue() string

func (*EnvelopeQueueMetadata) GetReceivedAtUnix

func (x *EnvelopeQueueMetadata) GetReceivedAtUnix() int64

func (*EnvelopeQueueMetadata) GetRecipientRef

func (x *EnvelopeQueueMetadata) GetRecipientRef() string

func (*EnvelopeQueueMetadata) GetReleasedAtUnix added in v0.29.0

func (x *EnvelopeQueueMetadata) GetReleasedAtUnix() int64

func (*EnvelopeQueueMetadata) GetSenderRef

func (x *EnvelopeQueueMetadata) GetSenderRef() string

func (*EnvelopeQueueMetadata) GetStatus

func (x *EnvelopeQueueMetadata) GetStatus() string

func (*EnvelopeQueueMetadata) ProtoMessage

func (*EnvelopeQueueMetadata) ProtoMessage()

func (*EnvelopeQueueMetadata) ProtoReflect

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

func (*EnvelopeQueueMetadata) Reset

func (x *EnvelopeQueueMetadata) Reset()

func (*EnvelopeQueueMetadata) String

func (x *EnvelopeQueueMetadata) String() string

type EnvelopeStoreConfig

type EnvelopeStoreConfig struct {
	StoreRef               string `protobuf:"bytes,1,opt,name=store_ref,json=storeRef,proto3" json:"store_ref,omitempty"`
	Backend                string `protobuf:"bytes,2,opt,name=backend,proto3" json:"backend,omitempty"`
	StoragePath            string `protobuf:"bytes,3,opt,name=storage_path,json=storagePath,proto3" json:"storage_path,omitempty"`
	RetentionLimit         uint32 `protobuf:"varint,4,opt,name=retention_limit,json=retentionLimit,proto3" json:"retention_limit,omitempty"`
	AllowLocalFileEnvelope bool   `` /* 132-byte string literal not displayed */
	PolicyMode             string `protobuf:"bytes,6,opt,name=policy_mode,json=policyMode,proto3" json:"policy_mode,omitempty"`
	AllowSqliteBackend     bool   `protobuf:"varint,7,opt,name=allow_sqlite_backend,json=allowSqliteBackend,proto3" json:"allow_sqlite_backend,omitempty"`
	// contains filtered or unexported fields
}

func (*EnvelopeStoreConfig) Descriptor deprecated

func (*EnvelopeStoreConfig) Descriptor() ([]byte, []int)

Deprecated: Use EnvelopeStoreConfig.ProtoReflect.Descriptor instead.

func (*EnvelopeStoreConfig) GetAllowLocalFileEnvelope

func (x *EnvelopeStoreConfig) GetAllowLocalFileEnvelope() bool

func (*EnvelopeStoreConfig) GetAllowSqliteBackend added in v0.29.0

func (x *EnvelopeStoreConfig) GetAllowSqliteBackend() bool

func (*EnvelopeStoreConfig) GetBackend

func (x *EnvelopeStoreConfig) GetBackend() string

func (*EnvelopeStoreConfig) GetPolicyMode

func (x *EnvelopeStoreConfig) GetPolicyMode() string

func (*EnvelopeStoreConfig) GetRetentionLimit

func (x *EnvelopeStoreConfig) GetRetentionLimit() uint32

func (*EnvelopeStoreConfig) GetStoragePath

func (x *EnvelopeStoreConfig) GetStoragePath() string

func (*EnvelopeStoreConfig) GetStoreRef

func (x *EnvelopeStoreConfig) GetStoreRef() string

func (*EnvelopeStoreConfig) ProtoMessage

func (*EnvelopeStoreConfig) ProtoMessage()

func (*EnvelopeStoreConfig) ProtoReflect

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

func (*EnvelopeStoreConfig) Reset

func (x *EnvelopeStoreConfig) Reset()

func (*EnvelopeStoreConfig) String

func (x *EnvelopeStoreConfig) String() string

type EnvelopeTriggerConfig

type EnvelopeTriggerConfig struct {
	SourceRef   string `protobuf:"bytes,1,opt,name=source_ref,json=sourceRef,proto3" json:"source_ref,omitempty"`
	IdentityRef string `protobuf:"bytes,2,opt,name=identity_ref,json=identityRef,proto3" json:"identity_ref,omitempty"`
	// contains filtered or unexported fields
}

func (*EnvelopeTriggerConfig) Descriptor deprecated

func (*EnvelopeTriggerConfig) Descriptor() ([]byte, []int)

Deprecated: Use EnvelopeTriggerConfig.ProtoReflect.Descriptor instead.

func (*EnvelopeTriggerConfig) GetIdentityRef

func (x *EnvelopeTriggerConfig) GetIdentityRef() string

func (*EnvelopeTriggerConfig) GetSourceRef

func (x *EnvelopeTriggerConfig) GetSourceRef() string

func (*EnvelopeTriggerConfig) ProtoMessage

func (*EnvelopeTriggerConfig) ProtoMessage()

func (*EnvelopeTriggerConfig) ProtoReflect

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

func (*EnvelopeTriggerConfig) Reset

func (x *EnvelopeTriggerConfig) Reset()

func (*EnvelopeTriggerConfig) String

func (x *EnvelopeTriggerConfig) String() string

type IdentityStoreConfig

type IdentityStoreConfig struct {
	IdentityRef    string `protobuf:"bytes,1,opt,name=identity_ref,json=identityRef,proto3" json:"identity_ref,omitempty"`
	LocalId        string `protobuf:"bytes,2,opt,name=local_id,json=localId,proto3" json:"local_id,omitempty"`
	DeviceId       uint32 `protobuf:"varint,3,opt,name=device_id,json=deviceId,proto3" json:"device_id,omitempty"`
	RegistrationId uint32 `protobuf:"varint,4,opt,name=registration_id,json=registrationId,proto3" json:"registration_id,omitempty"`
	// contains filtered or unexported fields
}

func (*IdentityStoreConfig) Descriptor deprecated

func (*IdentityStoreConfig) Descriptor() ([]byte, []int)

Deprecated: Use IdentityStoreConfig.ProtoReflect.Descriptor instead.

func (*IdentityStoreConfig) GetDeviceId

func (x *IdentityStoreConfig) GetDeviceId() uint32

func (*IdentityStoreConfig) GetIdentityRef

func (x *IdentityStoreConfig) GetIdentityRef() string

func (*IdentityStoreConfig) GetLocalId

func (x *IdentityStoreConfig) GetLocalId() string

func (*IdentityStoreConfig) GetRegistrationId

func (x *IdentityStoreConfig) GetRegistrationId() uint32

func (*IdentityStoreConfig) ProtoMessage

func (*IdentityStoreConfig) ProtoMessage()

func (*IdentityStoreConfig) ProtoReflect

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

func (*IdentityStoreConfig) Reset

func (x *IdentityStoreConfig) Reset()

func (*IdentityStoreConfig) String

func (x *IdentityStoreConfig) String() string

type InboxDecryptConfig

type InboxDecryptConfig struct {
	StoreRef          string `protobuf:"bytes,1,opt,name=store_ref,json=storeRef,proto3" json:"store_ref,omitempty"`
	IdentityRef       string `protobuf:"bytes,2,opt,name=identity_ref,json=identityRef,proto3" json:"identity_ref,omitempty"`
	RequiredPrincipal string `protobuf:"bytes,3,opt,name=required_principal,json=requiredPrincipal,proto3" json:"required_principal,omitempty"`
	// contains filtered or unexported fields
}

func (*InboxDecryptConfig) Descriptor deprecated

func (*InboxDecryptConfig) Descriptor() ([]byte, []int)

Deprecated: Use InboxDecryptConfig.ProtoReflect.Descriptor instead.

func (*InboxDecryptConfig) GetIdentityRef

func (x *InboxDecryptConfig) GetIdentityRef() string

func (*InboxDecryptConfig) GetRequiredPrincipal

func (x *InboxDecryptConfig) GetRequiredPrincipal() string

func (*InboxDecryptConfig) GetStoreRef

func (x *InboxDecryptConfig) GetStoreRef() string

func (*InboxDecryptConfig) ProtoMessage

func (*InboxDecryptConfig) ProtoMessage()

func (*InboxDecryptConfig) ProtoReflect

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

func (*InboxDecryptConfig) Reset

func (x *InboxDecryptConfig) Reset()

func (*InboxDecryptConfig) String

func (x *InboxDecryptConfig) String() string

type InboxDecryptInput

type InboxDecryptInput struct {
	StoreRef    string `protobuf:"bytes,1,opt,name=store_ref,json=storeRef,proto3" json:"store_ref,omitempty"`
	EnvelopeRef string `protobuf:"bytes,2,opt,name=envelope_ref,json=envelopeRef,proto3" json:"envelope_ref,omitempty"`
	IdentityRef string `protobuf:"bytes,3,opt,name=identity_ref,json=identityRef,proto3" json:"identity_ref,omitempty"`
	Principal   string `protobuf:"bytes,4,opt,name=principal,proto3" json:"principal,omitempty"`
	CustodyRef  string `protobuf:"bytes,5,opt,name=custody_ref,json=custodyRef,proto3" json:"custody_ref,omitempty"`
	AuthzRef    string `protobuf:"bytes,6,opt,name=authz_ref,json=authzRef,proto3" json:"authz_ref,omitempty"`
	// contains filtered or unexported fields
}

func (*InboxDecryptInput) Descriptor deprecated

func (*InboxDecryptInput) Descriptor() ([]byte, []int)

Deprecated: Use InboxDecryptInput.ProtoReflect.Descriptor instead.

func (*InboxDecryptInput) GetAuthzRef

func (x *InboxDecryptInput) GetAuthzRef() string

func (*InboxDecryptInput) GetCustodyRef

func (x *InboxDecryptInput) GetCustodyRef() string

func (*InboxDecryptInput) GetEnvelopeRef

func (x *InboxDecryptInput) GetEnvelopeRef() string

func (*InboxDecryptInput) GetIdentityRef

func (x *InboxDecryptInput) GetIdentityRef() string

func (*InboxDecryptInput) GetPrincipal

func (x *InboxDecryptInput) GetPrincipal() string

func (*InboxDecryptInput) GetStoreRef

func (x *InboxDecryptInput) GetStoreRef() string

func (*InboxDecryptInput) ProtoMessage

func (*InboxDecryptInput) ProtoMessage()

func (*InboxDecryptInput) ProtoReflect

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

func (*InboxDecryptInput) Reset

func (x *InboxDecryptInput) Reset()

func (*InboxDecryptInput) String

func (x *InboxDecryptInput) String() string

type InboxDecryptOutput

type InboxDecryptOutput struct {
	Denied    bool                   `protobuf:"varint,1,opt,name=denied,proto3" json:"denied,omitempty"`
	Error     string                 `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"`
	Plaintext []byte                 `protobuf:"bytes,3,opt,name=plaintext,proto3" json:"plaintext,omitempty"`
	Metadata  *EnvelopeQueueMetadata `protobuf:"bytes,4,opt,name=metadata,proto3" json:"metadata,omitempty"`
	// contains filtered or unexported fields
}

func (*InboxDecryptOutput) Descriptor deprecated

func (*InboxDecryptOutput) Descriptor() ([]byte, []int)

Deprecated: Use InboxDecryptOutput.ProtoReflect.Descriptor instead.

func (*InboxDecryptOutput) GetDenied

func (x *InboxDecryptOutput) GetDenied() bool

func (*InboxDecryptOutput) GetError

func (x *InboxDecryptOutput) GetError() string

func (*InboxDecryptOutput) GetMetadata

func (x *InboxDecryptOutput) GetMetadata() *EnvelopeQueueMetadata

func (*InboxDecryptOutput) GetPlaintext

func (x *InboxDecryptOutput) GetPlaintext() []byte

func (*InboxDecryptOutput) ProtoMessage

func (*InboxDecryptOutput) ProtoMessage()

func (*InboxDecryptOutput) ProtoReflect

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

func (*InboxDecryptOutput) Reset

func (x *InboxDecryptOutput) Reset()

func (*InboxDecryptOutput) String

func (x *InboxDecryptOutput) String() string

type InboxReceiveConfig

type InboxReceiveConfig struct {
	StoreRef string `protobuf:"bytes,1,opt,name=store_ref,json=storeRef,proto3" json:"store_ref,omitempty"`
	// contains filtered or unexported fields
}

func (*InboxReceiveConfig) Descriptor deprecated

func (*InboxReceiveConfig) Descriptor() ([]byte, []int)

Deprecated: Use InboxReceiveConfig.ProtoReflect.Descriptor instead.

func (*InboxReceiveConfig) GetStoreRef

func (x *InboxReceiveConfig) GetStoreRef() string

func (*InboxReceiveConfig) ProtoMessage

func (*InboxReceiveConfig) ProtoMessage()

func (*InboxReceiveConfig) ProtoReflect

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

func (*InboxReceiveConfig) Reset

func (x *InboxReceiveConfig) Reset()

func (*InboxReceiveConfig) String

func (x *InboxReceiveConfig) String() string

type InboxReceiveInput

type InboxReceiveInput struct {
	StoreRef        string          `protobuf:"bytes,1,opt,name=store_ref,json=storeRef,proto3" json:"store_ref,omitempty"`
	EnvelopeRef     string          `protobuf:"bytes,2,opt,name=envelope_ref,json=envelopeRef,proto3" json:"envelope_ref,omitempty"`
	Envelope        *SignalEnvelope `protobuf:"bytes,3,opt,name=envelope,proto3" json:"envelope,omitempty"`
	RecipientRef    string          `protobuf:"bytes,4,opt,name=recipient_ref,json=recipientRef,proto3" json:"recipient_ref,omitempty"`
	IdempotencyKey  string          `protobuf:"bytes,5,opt,name=idempotency_key,json=idempotencyKey,proto3" json:"idempotency_key,omitempty"`
	RequestedAtUnix int64           `protobuf:"varint,6,opt,name=requested_at_unix,json=requestedAtUnix,proto3" json:"requested_at_unix,omitempty"`
	// contains filtered or unexported fields
}

func (*InboxReceiveInput) Descriptor deprecated

func (*InboxReceiveInput) Descriptor() ([]byte, []int)

Deprecated: Use InboxReceiveInput.ProtoReflect.Descriptor instead.

func (*InboxReceiveInput) GetEnvelope

func (x *InboxReceiveInput) GetEnvelope() *SignalEnvelope

func (*InboxReceiveInput) GetEnvelopeRef

func (x *InboxReceiveInput) GetEnvelopeRef() string

func (*InboxReceiveInput) GetIdempotencyKey

func (x *InboxReceiveInput) GetIdempotencyKey() string

func (*InboxReceiveInput) GetRecipientRef

func (x *InboxReceiveInput) GetRecipientRef() string

func (*InboxReceiveInput) GetRequestedAtUnix

func (x *InboxReceiveInput) GetRequestedAtUnix() int64

func (*InboxReceiveInput) GetStoreRef

func (x *InboxReceiveInput) GetStoreRef() string

func (*InboxReceiveInput) ProtoMessage

func (*InboxReceiveInput) ProtoMessage()

func (*InboxReceiveInput) ProtoReflect

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

func (*InboxReceiveInput) Reset

func (x *InboxReceiveInput) Reset()

func (*InboxReceiveInput) String

func (x *InboxReceiveInput) String() string

type InboxReceiveOutput

type InboxReceiveOutput struct {
	EnvelopeRef string                 `protobuf:"bytes,1,opt,name=envelope_ref,json=envelopeRef,proto3" json:"envelope_ref,omitempty"`
	Status      string                 `protobuf:"bytes,2,opt,name=status,proto3" json:"status,omitempty"`
	Metadata    *EnvelopeQueueMetadata `protobuf:"bytes,3,opt,name=metadata,proto3" json:"metadata,omitempty"`
	// contains filtered or unexported fields
}

func (*InboxReceiveOutput) Descriptor deprecated

func (*InboxReceiveOutput) Descriptor() ([]byte, []int)

Deprecated: Use InboxReceiveOutput.ProtoReflect.Descriptor instead.

func (*InboxReceiveOutput) GetEnvelopeRef

func (x *InboxReceiveOutput) GetEnvelopeRef() string

func (*InboxReceiveOutput) GetMetadata

func (x *InboxReceiveOutput) GetMetadata() *EnvelopeQueueMetadata

func (*InboxReceiveOutput) GetStatus

func (x *InboxReceiveOutput) GetStatus() string

func (*InboxReceiveOutput) ProtoMessage

func (*InboxReceiveOutput) ProtoMessage()

func (*InboxReceiveOutput) ProtoReflect

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

func (*InboxReceiveOutput) Reset

func (x *InboxReceiveOutput) Reset()

func (*InboxReceiveOutput) String

func (x *InboxReceiveOutput) String() string

type KeyCustodyConfig

type KeyCustodyConfig struct {
	CustodyRef                string   `protobuf:"bytes,1,opt,name=custody_ref,json=custodyRef,proto3" json:"custody_ref,omitempty"`
	AccountRef                string   `protobuf:"bytes,2,opt,name=account_ref,json=accountRef,proto3" json:"account_ref,omitempty"`
	SecretRefs                []string `protobuf:"bytes,3,rep,name=secret_refs,json=secretRefs,proto3" json:"secret_refs,omitempty"`
	NonExportableKeyRef       string   `protobuf:"bytes,4,opt,name=non_exportable_key_ref,json=nonExportableKeyRef,proto3" json:"non_exportable_key_ref,omitempty"`
	AllowExportableSecretRefs bool     `` /* 141-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*KeyCustodyConfig) Descriptor deprecated

func (*KeyCustodyConfig) Descriptor() ([]byte, []int)

Deprecated: Use KeyCustodyConfig.ProtoReflect.Descriptor instead.

func (*KeyCustodyConfig) GetAccountRef

func (x *KeyCustodyConfig) GetAccountRef() string

func (*KeyCustodyConfig) GetAllowExportableSecretRefs

func (x *KeyCustodyConfig) GetAllowExportableSecretRefs() bool

func (*KeyCustodyConfig) GetCustodyRef

func (x *KeyCustodyConfig) GetCustodyRef() string

func (*KeyCustodyConfig) GetNonExportableKeyRef

func (x *KeyCustodyConfig) GetNonExportableKeyRef() string

func (*KeyCustodyConfig) GetSecretRefs

func (x *KeyCustodyConfig) GetSecretRefs() []string

func (*KeyCustodyConfig) ProtoMessage

func (*KeyCustodyConfig) ProtoMessage()

func (*KeyCustodyConfig) ProtoReflect

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

func (*KeyCustodyConfig) Reset

func (x *KeyCustodyConfig) Reset()

func (*KeyCustodyConfig) String

func (x *KeyCustodyConfig) String() string

type OfficialServiceBoundaryConfig

type OfficialServiceBoundaryConfig struct {
	Mode               string `protobuf:"bytes,1,opt,name=mode,proto3" json:"mode,omitempty"`
	UpstreamTag        string `protobuf:"bytes,2,opt,name=upstream_tag,json=upstreamTag,proto3" json:"upstream_tag,omitempty"`
	DescriptorChecksum string `protobuf:"bytes,3,opt,name=descriptor_checksum,json=descriptorChecksum,proto3" json:"descriptor_checksum,omitempty"`
	AccountSecretRef   string `protobuf:"bytes,4,opt,name=account_secret_ref,json=accountSecretRef,proto3" json:"account_secret_ref,omitempty"`
	EgressPolicyRef    string `protobuf:"bytes,5,opt,name=egress_policy_ref,json=egressPolicyRef,proto3" json:"egress_policy_ref,omitempty"`
	// contains filtered or unexported fields
}

func (*OfficialServiceBoundaryConfig) Descriptor deprecated

func (*OfficialServiceBoundaryConfig) Descriptor() ([]byte, []int)

Deprecated: Use OfficialServiceBoundaryConfig.ProtoReflect.Descriptor instead.

func (*OfficialServiceBoundaryConfig) GetAccountSecretRef

func (x *OfficialServiceBoundaryConfig) GetAccountSecretRef() string

func (*OfficialServiceBoundaryConfig) GetDescriptorChecksum

func (x *OfficialServiceBoundaryConfig) GetDescriptorChecksum() string

func (*OfficialServiceBoundaryConfig) GetEgressPolicyRef

func (x *OfficialServiceBoundaryConfig) GetEgressPolicyRef() string

func (*OfficialServiceBoundaryConfig) GetMode

func (*OfficialServiceBoundaryConfig) GetUpstreamTag

func (x *OfficialServiceBoundaryConfig) GetUpstreamTag() string

func (*OfficialServiceBoundaryConfig) ProtoMessage

func (*OfficialServiceBoundaryConfig) ProtoMessage()

func (*OfficialServiceBoundaryConfig) ProtoReflect

func (*OfficialServiceBoundaryConfig) Reset

func (x *OfficialServiceBoundaryConfig) Reset()

func (*OfficialServiceBoundaryConfig) String

type OutboxAckConfig added in v0.29.0

type OutboxAckConfig struct {
	StoreRef string `protobuf:"bytes,1,opt,name=store_ref,json=storeRef,proto3" json:"store_ref,omitempty"`
	// contains filtered or unexported fields
}

func (*OutboxAckConfig) Descriptor deprecated added in v0.29.0

func (*OutboxAckConfig) Descriptor() ([]byte, []int)

Deprecated: Use OutboxAckConfig.ProtoReflect.Descriptor instead.

func (*OutboxAckConfig) GetStoreRef added in v0.29.0

func (x *OutboxAckConfig) GetStoreRef() string

func (*OutboxAckConfig) ProtoMessage added in v0.29.0

func (*OutboxAckConfig) ProtoMessage()

func (*OutboxAckConfig) ProtoReflect added in v0.29.0

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

func (*OutboxAckConfig) Reset added in v0.29.0

func (x *OutboxAckConfig) Reset()

func (*OutboxAckConfig) String added in v0.29.0

func (x *OutboxAckConfig) String() string

type OutboxAckInput added in v0.29.0

type OutboxAckInput struct {
	StoreRef        string `protobuf:"bytes,1,opt,name=store_ref,json=storeRef,proto3" json:"store_ref,omitempty"`
	EnvelopeRef     string `protobuf:"bytes,2,opt,name=envelope_ref,json=envelopeRef,proto3" json:"envelope_ref,omitempty"`
	LeaseRef        string `protobuf:"bytes,3,opt,name=lease_ref,json=leaseRef,proto3" json:"lease_ref,omitempty"`
	AckedByRef      string `protobuf:"bytes,4,opt,name=acked_by_ref,json=ackedByRef,proto3" json:"acked_by_ref,omitempty"`
	RequestedAtUnix int64  `protobuf:"varint,5,opt,name=requested_at_unix,json=requestedAtUnix,proto3" json:"requested_at_unix,omitempty"`
	// contains filtered or unexported fields
}

func (*OutboxAckInput) Descriptor deprecated added in v0.29.0

func (*OutboxAckInput) Descriptor() ([]byte, []int)

Deprecated: Use OutboxAckInput.ProtoReflect.Descriptor instead.

func (*OutboxAckInput) GetAckedByRef added in v0.29.0

func (x *OutboxAckInput) GetAckedByRef() string

func (*OutboxAckInput) GetEnvelopeRef added in v0.29.0

func (x *OutboxAckInput) GetEnvelopeRef() string

func (*OutboxAckInput) GetLeaseRef added in v0.29.0

func (x *OutboxAckInput) GetLeaseRef() string

func (*OutboxAckInput) GetRequestedAtUnix added in v0.29.0

func (x *OutboxAckInput) GetRequestedAtUnix() int64

func (*OutboxAckInput) GetStoreRef added in v0.29.0

func (x *OutboxAckInput) GetStoreRef() string

func (*OutboxAckInput) ProtoMessage added in v0.29.0

func (*OutboxAckInput) ProtoMessage()

func (*OutboxAckInput) ProtoReflect added in v0.29.0

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

func (*OutboxAckInput) Reset added in v0.29.0

func (x *OutboxAckInput) Reset()

func (*OutboxAckInput) String added in v0.29.0

func (x *OutboxAckInput) String() string

type OutboxAckOutput added in v0.29.0

type OutboxAckOutput struct {
	EnvelopeRef string                 `protobuf:"bytes,1,opt,name=envelope_ref,json=envelopeRef,proto3" json:"envelope_ref,omitempty"`
	Status      string                 `protobuf:"bytes,2,opt,name=status,proto3" json:"status,omitempty"`
	Metadata    *EnvelopeQueueMetadata `protobuf:"bytes,3,opt,name=metadata,proto3" json:"metadata,omitempty"`
	// contains filtered or unexported fields
}

func (*OutboxAckOutput) Descriptor deprecated added in v0.29.0

func (*OutboxAckOutput) Descriptor() ([]byte, []int)

Deprecated: Use OutboxAckOutput.ProtoReflect.Descriptor instead.

func (*OutboxAckOutput) GetEnvelopeRef added in v0.29.0

func (x *OutboxAckOutput) GetEnvelopeRef() string

func (*OutboxAckOutput) GetMetadata added in v0.29.0

func (x *OutboxAckOutput) GetMetadata() *EnvelopeQueueMetadata

func (*OutboxAckOutput) GetStatus added in v0.29.0

func (x *OutboxAckOutput) GetStatus() string

func (*OutboxAckOutput) ProtoMessage added in v0.29.0

func (*OutboxAckOutput) ProtoMessage()

func (*OutboxAckOutput) ProtoReflect added in v0.29.0

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

func (*OutboxAckOutput) Reset added in v0.29.0

func (x *OutboxAckOutput) Reset()

func (*OutboxAckOutput) String added in v0.29.0

func (x *OutboxAckOutput) String() string

type OutboxClaimConfig

type OutboxClaimConfig struct {
	StoreRef string `protobuf:"bytes,1,opt,name=store_ref,json=storeRef,proto3" json:"store_ref,omitempty"`
	// contains filtered or unexported fields
}

func (*OutboxClaimConfig) Descriptor deprecated

func (*OutboxClaimConfig) Descriptor() ([]byte, []int)

Deprecated: Use OutboxClaimConfig.ProtoReflect.Descriptor instead.

func (*OutboxClaimConfig) GetStoreRef

func (x *OutboxClaimConfig) GetStoreRef() string

func (*OutboxClaimConfig) ProtoMessage

func (*OutboxClaimConfig) ProtoMessage()

func (*OutboxClaimConfig) ProtoReflect

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

func (*OutboxClaimConfig) Reset

func (x *OutboxClaimConfig) Reset()

func (*OutboxClaimConfig) String

func (x *OutboxClaimConfig) String() string

type OutboxClaimInput

type OutboxClaimInput struct {
	StoreRef        string `protobuf:"bytes,1,opt,name=store_ref,json=storeRef,proto3" json:"store_ref,omitempty"`
	EnvelopeRef     string `protobuf:"bytes,2,opt,name=envelope_ref,json=envelopeRef,proto3" json:"envelope_ref,omitempty"`
	ClaimantRef     string `protobuf:"bytes,3,opt,name=claimant_ref,json=claimantRef,proto3" json:"claimant_ref,omitempty"`
	LeaseId         string `protobuf:"bytes,4,opt,name=lease_id,json=leaseId,proto3" json:"lease_id,omitempty"`
	RequestedAtUnix int64  `protobuf:"varint,5,opt,name=requested_at_unix,json=requestedAtUnix,proto3" json:"requested_at_unix,omitempty"`
	// contains filtered or unexported fields
}

func (*OutboxClaimInput) Descriptor deprecated

func (*OutboxClaimInput) Descriptor() ([]byte, []int)

Deprecated: Use OutboxClaimInput.ProtoReflect.Descriptor instead.

func (*OutboxClaimInput) GetClaimantRef

func (x *OutboxClaimInput) GetClaimantRef() string

func (*OutboxClaimInput) GetEnvelopeRef

func (x *OutboxClaimInput) GetEnvelopeRef() string

func (*OutboxClaimInput) GetLeaseId

func (x *OutboxClaimInput) GetLeaseId() string

func (*OutboxClaimInput) GetRequestedAtUnix

func (x *OutboxClaimInput) GetRequestedAtUnix() int64

func (*OutboxClaimInput) GetStoreRef

func (x *OutboxClaimInput) GetStoreRef() string

func (*OutboxClaimInput) ProtoMessage

func (*OutboxClaimInput) ProtoMessage()

func (*OutboxClaimInput) ProtoReflect

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

func (*OutboxClaimInput) Reset

func (x *OutboxClaimInput) Reset()

func (*OutboxClaimInput) String

func (x *OutboxClaimInput) String() string

type OutboxClaimOutput

type OutboxClaimOutput struct {
	EnvelopeRef string                 `protobuf:"bytes,1,opt,name=envelope_ref,json=envelopeRef,proto3" json:"envelope_ref,omitempty"`
	Status      string                 `protobuf:"bytes,2,opt,name=status,proto3" json:"status,omitempty"`
	Envelope    *SignalEnvelope        `protobuf:"bytes,3,opt,name=envelope,proto3" json:"envelope,omitempty"`
	LeaseRef    string                 `protobuf:"bytes,4,opt,name=lease_ref,json=leaseRef,proto3" json:"lease_ref,omitempty"`
	Metadata    *EnvelopeQueueMetadata `protobuf:"bytes,5,opt,name=metadata,proto3" json:"metadata,omitempty"`
	// contains filtered or unexported fields
}

func (*OutboxClaimOutput) Descriptor deprecated

func (*OutboxClaimOutput) Descriptor() ([]byte, []int)

Deprecated: Use OutboxClaimOutput.ProtoReflect.Descriptor instead.

func (*OutboxClaimOutput) GetEnvelope

func (x *OutboxClaimOutput) GetEnvelope() *SignalEnvelope

func (*OutboxClaimOutput) GetEnvelopeRef

func (x *OutboxClaimOutput) GetEnvelopeRef() string

func (*OutboxClaimOutput) GetLeaseRef

func (x *OutboxClaimOutput) GetLeaseRef() string

func (*OutboxClaimOutput) GetMetadata

func (x *OutboxClaimOutput) GetMetadata() *EnvelopeQueueMetadata

func (*OutboxClaimOutput) GetStatus

func (x *OutboxClaimOutput) GetStatus() string

func (*OutboxClaimOutput) ProtoMessage

func (*OutboxClaimOutput) ProtoMessage()

func (*OutboxClaimOutput) ProtoReflect

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

func (*OutboxClaimOutput) Reset

func (x *OutboxClaimOutput) Reset()

func (*OutboxClaimOutput) String

func (x *OutboxClaimOutput) String() string

type OutboxEnqueueConfig

type OutboxEnqueueConfig struct {
	StoreRef string `protobuf:"bytes,1,opt,name=store_ref,json=storeRef,proto3" json:"store_ref,omitempty"`
	// contains filtered or unexported fields
}

func (*OutboxEnqueueConfig) Descriptor deprecated

func (*OutboxEnqueueConfig) Descriptor() ([]byte, []int)

Deprecated: Use OutboxEnqueueConfig.ProtoReflect.Descriptor instead.

func (*OutboxEnqueueConfig) GetStoreRef

func (x *OutboxEnqueueConfig) GetStoreRef() string

func (*OutboxEnqueueConfig) ProtoMessage

func (*OutboxEnqueueConfig) ProtoMessage()

func (*OutboxEnqueueConfig) ProtoReflect

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

func (*OutboxEnqueueConfig) Reset

func (x *OutboxEnqueueConfig) Reset()

func (*OutboxEnqueueConfig) String

func (x *OutboxEnqueueConfig) String() string

type OutboxEnqueueInput

type OutboxEnqueueInput struct {
	StoreRef        string          `protobuf:"bytes,1,opt,name=store_ref,json=storeRef,proto3" json:"store_ref,omitempty"`
	Envelope        *SignalEnvelope `protobuf:"bytes,2,opt,name=envelope,proto3" json:"envelope,omitempty"`
	MessageRef      string          `protobuf:"bytes,3,opt,name=message_ref,json=messageRef,proto3" json:"message_ref,omitempty"`
	SenderRef       string          `protobuf:"bytes,4,opt,name=sender_ref,json=senderRef,proto3" json:"sender_ref,omitempty"`
	RecipientRef    string          `protobuf:"bytes,5,opt,name=recipient_ref,json=recipientRef,proto3" json:"recipient_ref,omitempty"`
	CustodyRef      string          `protobuf:"bytes,6,opt,name=custody_ref,json=custodyRef,proto3" json:"custody_ref,omitempty"`
	AuthzRef        string          `protobuf:"bytes,7,opt,name=authz_ref,json=authzRef,proto3" json:"authz_ref,omitempty"`
	IdempotencyKey  string          `protobuf:"bytes,8,opt,name=idempotency_key,json=idempotencyKey,proto3" json:"idempotency_key,omitempty"`
	RequestedAtUnix int64           `protobuf:"varint,9,opt,name=requested_at_unix,json=requestedAtUnix,proto3" json:"requested_at_unix,omitempty"`
	// contains filtered or unexported fields
}

func (*OutboxEnqueueInput) Descriptor deprecated

func (*OutboxEnqueueInput) Descriptor() ([]byte, []int)

Deprecated: Use OutboxEnqueueInput.ProtoReflect.Descriptor instead.

func (*OutboxEnqueueInput) GetAuthzRef

func (x *OutboxEnqueueInput) GetAuthzRef() string

func (*OutboxEnqueueInput) GetCustodyRef

func (x *OutboxEnqueueInput) GetCustodyRef() string

func (*OutboxEnqueueInput) GetEnvelope

func (x *OutboxEnqueueInput) GetEnvelope() *SignalEnvelope

func (*OutboxEnqueueInput) GetIdempotencyKey

func (x *OutboxEnqueueInput) GetIdempotencyKey() string

func (*OutboxEnqueueInput) GetMessageRef

func (x *OutboxEnqueueInput) GetMessageRef() string

func (*OutboxEnqueueInput) GetRecipientRef

func (x *OutboxEnqueueInput) GetRecipientRef() string

func (*OutboxEnqueueInput) GetRequestedAtUnix

func (x *OutboxEnqueueInput) GetRequestedAtUnix() int64

func (*OutboxEnqueueInput) GetSenderRef

func (x *OutboxEnqueueInput) GetSenderRef() string

func (*OutboxEnqueueInput) GetStoreRef

func (x *OutboxEnqueueInput) GetStoreRef() string

func (*OutboxEnqueueInput) ProtoMessage

func (*OutboxEnqueueInput) ProtoMessage()

func (*OutboxEnqueueInput) ProtoReflect

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

func (*OutboxEnqueueInput) Reset

func (x *OutboxEnqueueInput) Reset()

func (*OutboxEnqueueInput) String

func (x *OutboxEnqueueInput) String() string

type OutboxEnqueueOutput

type OutboxEnqueueOutput struct {
	EnvelopeRef string                 `protobuf:"bytes,1,opt,name=envelope_ref,json=envelopeRef,proto3" json:"envelope_ref,omitempty"`
	Status      string                 `protobuf:"bytes,2,opt,name=status,proto3" json:"status,omitempty"`
	Metadata    *EnvelopeQueueMetadata `protobuf:"bytes,3,opt,name=metadata,proto3" json:"metadata,omitempty"`
	// contains filtered or unexported fields
}

func (*OutboxEnqueueOutput) Descriptor deprecated

func (*OutboxEnqueueOutput) Descriptor() ([]byte, []int)

Deprecated: Use OutboxEnqueueOutput.ProtoReflect.Descriptor instead.

func (*OutboxEnqueueOutput) GetEnvelopeRef

func (x *OutboxEnqueueOutput) GetEnvelopeRef() string

func (*OutboxEnqueueOutput) GetMetadata

func (x *OutboxEnqueueOutput) GetMetadata() *EnvelopeQueueMetadata

func (*OutboxEnqueueOutput) GetStatus

func (x *OutboxEnqueueOutput) GetStatus() string

func (*OutboxEnqueueOutput) ProtoMessage

func (*OutboxEnqueueOutput) ProtoMessage()

func (*OutboxEnqueueOutput) ProtoReflect

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

func (*OutboxEnqueueOutput) Reset

func (x *OutboxEnqueueOutput) Reset()

func (*OutboxEnqueueOutput) String

func (x *OutboxEnqueueOutput) String() string

type OutboxReleaseConfig added in v0.29.0

type OutboxReleaseConfig struct {
	StoreRef string `protobuf:"bytes,1,opt,name=store_ref,json=storeRef,proto3" json:"store_ref,omitempty"`
	// contains filtered or unexported fields
}

func (*OutboxReleaseConfig) Descriptor deprecated added in v0.29.0

func (*OutboxReleaseConfig) Descriptor() ([]byte, []int)

Deprecated: Use OutboxReleaseConfig.ProtoReflect.Descriptor instead.

func (*OutboxReleaseConfig) GetStoreRef added in v0.29.0

func (x *OutboxReleaseConfig) GetStoreRef() string

func (*OutboxReleaseConfig) ProtoMessage added in v0.29.0

func (*OutboxReleaseConfig) ProtoMessage()

func (*OutboxReleaseConfig) ProtoReflect added in v0.29.0

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

func (*OutboxReleaseConfig) Reset added in v0.29.0

func (x *OutboxReleaseConfig) Reset()

func (*OutboxReleaseConfig) String added in v0.29.0

func (x *OutboxReleaseConfig) String() string

type OutboxReleaseInput added in v0.29.0

type OutboxReleaseInput struct {
	StoreRef        string `protobuf:"bytes,1,opt,name=store_ref,json=storeRef,proto3" json:"store_ref,omitempty"`
	EnvelopeRef     string `protobuf:"bytes,2,opt,name=envelope_ref,json=envelopeRef,proto3" json:"envelope_ref,omitempty"`
	LeaseRef        string `protobuf:"bytes,3,opt,name=lease_ref,json=leaseRef,proto3" json:"lease_ref,omitempty"`
	ReleasedByRef   string `protobuf:"bytes,4,opt,name=released_by_ref,json=releasedByRef,proto3" json:"released_by_ref,omitempty"`
	LastErrorRef    string `protobuf:"bytes,5,opt,name=last_error_ref,json=lastErrorRef,proto3" json:"last_error_ref,omitempty"`
	MaxAttempts     uint32 `protobuf:"varint,6,opt,name=max_attempts,json=maxAttempts,proto3" json:"max_attempts,omitempty"`
	RequestedAtUnix int64  `protobuf:"varint,7,opt,name=requested_at_unix,json=requestedAtUnix,proto3" json:"requested_at_unix,omitempty"`
	// contains filtered or unexported fields
}

func (*OutboxReleaseInput) Descriptor deprecated added in v0.29.0

func (*OutboxReleaseInput) Descriptor() ([]byte, []int)

Deprecated: Use OutboxReleaseInput.ProtoReflect.Descriptor instead.

func (*OutboxReleaseInput) GetEnvelopeRef added in v0.29.0

func (x *OutboxReleaseInput) GetEnvelopeRef() string

func (*OutboxReleaseInput) GetLastErrorRef added in v0.29.0

func (x *OutboxReleaseInput) GetLastErrorRef() string

func (*OutboxReleaseInput) GetLeaseRef added in v0.29.0

func (x *OutboxReleaseInput) GetLeaseRef() string

func (*OutboxReleaseInput) GetMaxAttempts added in v0.29.0

func (x *OutboxReleaseInput) GetMaxAttempts() uint32

func (*OutboxReleaseInput) GetReleasedByRef added in v0.29.0

func (x *OutboxReleaseInput) GetReleasedByRef() string

func (*OutboxReleaseInput) GetRequestedAtUnix added in v0.29.0

func (x *OutboxReleaseInput) GetRequestedAtUnix() int64

func (*OutboxReleaseInput) GetStoreRef added in v0.29.0

func (x *OutboxReleaseInput) GetStoreRef() string

func (*OutboxReleaseInput) ProtoMessage added in v0.29.0

func (*OutboxReleaseInput) ProtoMessage()

func (*OutboxReleaseInput) ProtoReflect added in v0.29.0

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

func (*OutboxReleaseInput) Reset added in v0.29.0

func (x *OutboxReleaseInput) Reset()

func (*OutboxReleaseInput) String added in v0.29.0

func (x *OutboxReleaseInput) String() string

type OutboxReleaseOutput added in v0.29.0

type OutboxReleaseOutput struct {
	EnvelopeRef string                 `protobuf:"bytes,1,opt,name=envelope_ref,json=envelopeRef,proto3" json:"envelope_ref,omitempty"`
	Status      string                 `protobuf:"bytes,2,opt,name=status,proto3" json:"status,omitempty"`
	Metadata    *EnvelopeQueueMetadata `protobuf:"bytes,3,opt,name=metadata,proto3" json:"metadata,omitempty"`
	// contains filtered or unexported fields
}

func (*OutboxReleaseOutput) Descriptor deprecated added in v0.29.0

func (*OutboxReleaseOutput) Descriptor() ([]byte, []int)

Deprecated: Use OutboxReleaseOutput.ProtoReflect.Descriptor instead.

func (*OutboxReleaseOutput) GetEnvelopeRef added in v0.29.0

func (x *OutboxReleaseOutput) GetEnvelopeRef() string

func (*OutboxReleaseOutput) GetMetadata added in v0.29.0

func (x *OutboxReleaseOutput) GetMetadata() *EnvelopeQueueMetadata

func (*OutboxReleaseOutput) GetStatus added in v0.29.0

func (x *OutboxReleaseOutput) GetStatus() string

func (*OutboxReleaseOutput) ProtoMessage added in v0.29.0

func (*OutboxReleaseOutput) ProtoMessage()

func (*OutboxReleaseOutput) ProtoReflect added in v0.29.0

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

func (*OutboxReleaseOutput) Reset added in v0.29.0

func (x *OutboxReleaseOutput) Reset()

func (*OutboxReleaseOutput) String added in v0.29.0

func (x *OutboxReleaseOutput) String() string

type PersistentCustodyConfig

type PersistentCustodyConfig struct {
	CustodyRef            string `protobuf:"bytes,1,opt,name=custody_ref,json=custodyRef,proto3" json:"custody_ref,omitempty"`
	AccountRef            string `protobuf:"bytes,2,opt,name=account_ref,json=accountRef,proto3" json:"account_ref,omitempty"`
	Backend               string `protobuf:"bytes,3,opt,name=backend,proto3" json:"backend,omitempty"`
	StoragePath           string `protobuf:"bytes,4,opt,name=storage_path,json=storagePath,proto3" json:"storage_path,omitempty"`
	KeyHandle             string `protobuf:"bytes,5,opt,name=key_handle,json=keyHandle,proto3" json:"key_handle,omitempty"`
	HostSecretRef         string `protobuf:"bytes,6,opt,name=host_secret_ref,json=hostSecretRef,proto3" json:"host_secret_ref,omitempty"`
	AllowTestBackend      bool   `protobuf:"varint,7,opt,name=allow_test_backend,json=allowTestBackend,proto3" json:"allow_test_backend,omitempty"`
	AllowLocalFileCustody bool   `` /* 129-byte string literal not displayed */
	PolicyMode            string `protobuf:"bytes,9,opt,name=policy_mode,json=policyMode,proto3" json:"policy_mode,omitempty"`
	// contains filtered or unexported fields
}

func (*PersistentCustodyConfig) Descriptor deprecated

func (*PersistentCustodyConfig) Descriptor() ([]byte, []int)

Deprecated: Use PersistentCustodyConfig.ProtoReflect.Descriptor instead.

func (*PersistentCustodyConfig) GetAccountRef

func (x *PersistentCustodyConfig) GetAccountRef() string

func (*PersistentCustodyConfig) GetAllowLocalFileCustody

func (x *PersistentCustodyConfig) GetAllowLocalFileCustody() bool

func (*PersistentCustodyConfig) GetAllowTestBackend

func (x *PersistentCustodyConfig) GetAllowTestBackend() bool

func (*PersistentCustodyConfig) GetBackend

func (x *PersistentCustodyConfig) GetBackend() string

func (*PersistentCustodyConfig) GetCustodyRef

func (x *PersistentCustodyConfig) GetCustodyRef() string

func (*PersistentCustodyConfig) GetHostSecretRef

func (x *PersistentCustodyConfig) GetHostSecretRef() string

func (*PersistentCustodyConfig) GetKeyHandle

func (x *PersistentCustodyConfig) GetKeyHandle() string

func (*PersistentCustodyConfig) GetPolicyMode

func (x *PersistentCustodyConfig) GetPolicyMode() string

func (*PersistentCustodyConfig) GetStoragePath

func (x *PersistentCustodyConfig) GetStoragePath() string

func (*PersistentCustodyConfig) ProtoMessage

func (*PersistentCustodyConfig) ProtoMessage()

func (*PersistentCustodyConfig) ProtoReflect

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

func (*PersistentCustodyConfig) Reset

func (x *PersistentCustodyConfig) Reset()

func (*PersistentCustodyConfig) String

func (x *PersistentCustodyConfig) String() string

type PreKeyBundle

type PreKeyBundle struct {
	IdentityRef           string `protobuf:"bytes,1,opt,name=identity_ref,json=identityRef,proto3" json:"identity_ref,omitempty"`
	LocalId               string `protobuf:"bytes,2,opt,name=local_id,json=localId,proto3" json:"local_id,omitempty"`
	DeviceId              uint32 `protobuf:"varint,3,opt,name=device_id,json=deviceId,proto3" json:"device_id,omitempty"`
	RegistrationId        uint32 `protobuf:"varint,4,opt,name=registration_id,json=registrationId,proto3" json:"registration_id,omitempty"`
	PreKeyId              uint32 `protobuf:"varint,5,opt,name=pre_key_id,json=preKeyId,proto3" json:"pre_key_id,omitempty"`
	PreKey                string `protobuf:"bytes,6,opt,name=pre_key,json=preKey,proto3" json:"pre_key,omitempty"`
	SignedPreKeyId        uint32 `protobuf:"varint,7,opt,name=signed_pre_key_id,json=signedPreKeyId,proto3" json:"signed_pre_key_id,omitempty"`
	SignedPreKey          string `protobuf:"bytes,8,opt,name=signed_pre_key,json=signedPreKey,proto3" json:"signed_pre_key,omitempty"`
	SignedPreKeySignature string `` /* 128-byte string literal not displayed */
	KyberPreKeyId         uint32 `protobuf:"varint,10,opt,name=kyber_pre_key_id,json=kyberPreKeyId,proto3" json:"kyber_pre_key_id,omitempty"`
	KyberPreKey           string `protobuf:"bytes,11,opt,name=kyber_pre_key,json=kyberPreKey,proto3" json:"kyber_pre_key,omitempty"`
	KyberPreKeySignature  string `` /* 126-byte string literal not displayed */
	IdentityKey           string `protobuf:"bytes,13,opt,name=identity_key,json=identityKey,proto3" json:"identity_key,omitempty"`
	// contains filtered or unexported fields
}

func (*PreKeyBundle) Descriptor deprecated

func (*PreKeyBundle) Descriptor() ([]byte, []int)

Deprecated: Use PreKeyBundle.ProtoReflect.Descriptor instead.

func (*PreKeyBundle) GetDeviceId

func (x *PreKeyBundle) GetDeviceId() uint32

func (*PreKeyBundle) GetIdentityKey

func (x *PreKeyBundle) GetIdentityKey() string

func (*PreKeyBundle) GetIdentityRef

func (x *PreKeyBundle) GetIdentityRef() string

func (*PreKeyBundle) GetKyberPreKey

func (x *PreKeyBundle) GetKyberPreKey() string

func (*PreKeyBundle) GetKyberPreKeyId

func (x *PreKeyBundle) GetKyberPreKeyId() uint32

func (*PreKeyBundle) GetKyberPreKeySignature

func (x *PreKeyBundle) GetKyberPreKeySignature() string

func (*PreKeyBundle) GetLocalId

func (x *PreKeyBundle) GetLocalId() string

func (*PreKeyBundle) GetPreKey

func (x *PreKeyBundle) GetPreKey() string

func (*PreKeyBundle) GetPreKeyId

func (x *PreKeyBundle) GetPreKeyId() uint32

func (*PreKeyBundle) GetRegistrationId

func (x *PreKeyBundle) GetRegistrationId() uint32

func (*PreKeyBundle) GetSignedPreKey

func (x *PreKeyBundle) GetSignedPreKey() string

func (*PreKeyBundle) GetSignedPreKeyId

func (x *PreKeyBundle) GetSignedPreKeyId() uint32

func (*PreKeyBundle) GetSignedPreKeySignature

func (x *PreKeyBundle) GetSignedPreKeySignature() string

func (*PreKeyBundle) ProtoMessage

func (*PreKeyBundle) ProtoMessage()

func (*PreKeyBundle) ProtoReflect

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

func (*PreKeyBundle) Reset

func (x *PreKeyBundle) Reset()

func (*PreKeyBundle) String

func (x *PreKeyBundle) String() string

type PublicPreKeyDirectoryConfig

type PublicPreKeyDirectoryConfig struct {
	DirectoryRef            string `protobuf:"bytes,1,opt,name=directory_ref,json=directoryRef,proto3" json:"directory_ref,omitempty"`
	Backend                 string `protobuf:"bytes,2,opt,name=backend,proto3" json:"backend,omitempty"`
	PolicyMode              string `protobuf:"bytes,3,opt,name=policy_mode,json=policyMode,proto3" json:"policy_mode,omitempty"`
	DefaultTtlSeconds       int64  `protobuf:"varint,4,opt,name=default_ttl_seconds,json=defaultTtlSeconds,proto3" json:"default_ttl_seconds,omitempty"`
	MaxEntries              uint32 `protobuf:"varint,5,opt,name=max_entries,json=maxEntries,proto3" json:"max_entries,omitempty"`
	StoragePath             string `protobuf:"bytes,6,opt,name=storage_path,json=storagePath,proto3" json:"storage_path,omitempty"`
	AllowFileBackend        bool   `protobuf:"varint,7,opt,name=allow_file_backend,json=allowFileBackend,proto3" json:"allow_file_backend,omitempty"`
	EndpointUrl             string `protobuf:"bytes,8,opt,name=endpoint_url,json=endpointUrl,proto3" json:"endpoint_url,omitempty"`
	AuthHeaderName          string `protobuf:"bytes,9,opt,name=auth_header_name,json=authHeaderName,proto3" json:"auth_header_name,omitempty"`
	AuthHeaderEnv           string `protobuf:"bytes,10,opt,name=auth_header_env,json=authHeaderEnv,proto3" json:"auth_header_env,omitempty"`
	RequestTimeoutMs        uint32 `protobuf:"varint,11,opt,name=request_timeout_ms,json=requestTimeoutMs,proto3" json:"request_timeout_ms,omitempty"`
	AllowInsecureHttp       bool   `protobuf:"varint,12,opt,name=allow_insecure_http,json=allowInsecureHttp,proto3" json:"allow_insecure_http,omitempty"`
	AllowObjectStoreBackend bool   `` /* 136-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*PublicPreKeyDirectoryConfig) Descriptor deprecated

func (*PublicPreKeyDirectoryConfig) Descriptor() ([]byte, []int)

Deprecated: Use PublicPreKeyDirectoryConfig.ProtoReflect.Descriptor instead.

func (*PublicPreKeyDirectoryConfig) GetAllowFileBackend

func (x *PublicPreKeyDirectoryConfig) GetAllowFileBackend() bool

func (*PublicPreKeyDirectoryConfig) GetAllowInsecureHttp

func (x *PublicPreKeyDirectoryConfig) GetAllowInsecureHttp() bool

func (*PublicPreKeyDirectoryConfig) GetAllowObjectStoreBackend

func (x *PublicPreKeyDirectoryConfig) GetAllowObjectStoreBackend() bool

func (*PublicPreKeyDirectoryConfig) GetAuthHeaderEnv

func (x *PublicPreKeyDirectoryConfig) GetAuthHeaderEnv() string

func (*PublicPreKeyDirectoryConfig) GetAuthHeaderName

func (x *PublicPreKeyDirectoryConfig) GetAuthHeaderName() string

func (*PublicPreKeyDirectoryConfig) GetBackend

func (x *PublicPreKeyDirectoryConfig) GetBackend() string

func (*PublicPreKeyDirectoryConfig) GetDefaultTtlSeconds

func (x *PublicPreKeyDirectoryConfig) GetDefaultTtlSeconds() int64

func (*PublicPreKeyDirectoryConfig) GetDirectoryRef

func (x *PublicPreKeyDirectoryConfig) GetDirectoryRef() string

func (*PublicPreKeyDirectoryConfig) GetEndpointUrl

func (x *PublicPreKeyDirectoryConfig) GetEndpointUrl() string

func (*PublicPreKeyDirectoryConfig) GetMaxEntries

func (x *PublicPreKeyDirectoryConfig) GetMaxEntries() uint32

func (*PublicPreKeyDirectoryConfig) GetPolicyMode

func (x *PublicPreKeyDirectoryConfig) GetPolicyMode() string

func (*PublicPreKeyDirectoryConfig) GetRequestTimeoutMs

func (x *PublicPreKeyDirectoryConfig) GetRequestTimeoutMs() uint32

func (*PublicPreKeyDirectoryConfig) GetStoragePath

func (x *PublicPreKeyDirectoryConfig) GetStoragePath() string

func (*PublicPreKeyDirectoryConfig) ProtoMessage

func (*PublicPreKeyDirectoryConfig) ProtoMessage()

func (*PublicPreKeyDirectoryConfig) ProtoReflect

func (*PublicPreKeyDirectoryConfig) Reset

func (x *PublicPreKeyDirectoryConfig) Reset()

func (*PublicPreKeyDirectoryConfig) String

func (x *PublicPreKeyDirectoryConfig) String() string

type PublicPreKeyMetadata

type PublicPreKeyMetadata struct {
	DirectoryRef   string   `protobuf:"bytes,1,opt,name=directory_ref,json=directoryRef,proto3" json:"directory_ref,omitempty"`
	IntakeRef      string   `protobuf:"bytes,2,opt,name=intake_ref,json=intakeRef,proto3" json:"intake_ref,omitempty"`
	AudienceRef    string   `protobuf:"bytes,3,opt,name=audience_ref,json=audienceRef,proto3" json:"audience_ref,omitempty"`
	IdentityRef    string   `protobuf:"bytes,4,opt,name=identity_ref,json=identityRef,proto3" json:"identity_ref,omitempty"`
	AllowedPurpose string   `protobuf:"bytes,5,opt,name=allowed_purpose,json=allowedPurpose,proto3" json:"allowed_purpose,omitempty"`
	MetadataRefs   []string `protobuf:"bytes,6,rep,name=metadata_refs,json=metadataRefs,proto3" json:"metadata_refs,omitempty"`
	CreatedAtUnix  int64    `protobuf:"varint,7,opt,name=created_at_unix,json=createdAtUnix,proto3" json:"created_at_unix,omitempty"`
	ExpiresAtUnix  int64    `protobuf:"varint,8,opt,name=expires_at_unix,json=expiresAtUnix,proto3" json:"expires_at_unix,omitempty"`
	Status         string   `protobuf:"bytes,9,opt,name=status,proto3" json:"status,omitempty"`
	// contains filtered or unexported fields
}

func (*PublicPreKeyMetadata) Descriptor deprecated

func (*PublicPreKeyMetadata) Descriptor() ([]byte, []int)

Deprecated: Use PublicPreKeyMetadata.ProtoReflect.Descriptor instead.

func (*PublicPreKeyMetadata) GetAllowedPurpose

func (x *PublicPreKeyMetadata) GetAllowedPurpose() string

func (*PublicPreKeyMetadata) GetAudienceRef

func (x *PublicPreKeyMetadata) GetAudienceRef() string

func (*PublicPreKeyMetadata) GetCreatedAtUnix

func (x *PublicPreKeyMetadata) GetCreatedAtUnix() int64

func (*PublicPreKeyMetadata) GetDirectoryRef

func (x *PublicPreKeyMetadata) GetDirectoryRef() string

func (*PublicPreKeyMetadata) GetExpiresAtUnix

func (x *PublicPreKeyMetadata) GetExpiresAtUnix() int64

func (*PublicPreKeyMetadata) GetIdentityRef

func (x *PublicPreKeyMetadata) GetIdentityRef() string

func (*PublicPreKeyMetadata) GetIntakeRef

func (x *PublicPreKeyMetadata) GetIntakeRef() string

func (*PublicPreKeyMetadata) GetMetadataRefs

func (x *PublicPreKeyMetadata) GetMetadataRefs() []string

func (*PublicPreKeyMetadata) GetStatus

func (x *PublicPreKeyMetadata) GetStatus() string

func (*PublicPreKeyMetadata) ProtoMessage

func (*PublicPreKeyMetadata) ProtoMessage()

func (*PublicPreKeyMetadata) ProtoReflect

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

func (*PublicPreKeyMetadata) Reset

func (x *PublicPreKeyMetadata) Reset()

func (*PublicPreKeyMetadata) String

func (x *PublicPreKeyMetadata) String() string

type PublicPreKeyPublishConfig

type PublicPreKeyPublishConfig struct {
	DirectoryRef string `protobuf:"bytes,1,opt,name=directory_ref,json=directoryRef,proto3" json:"directory_ref,omitempty"`
	// contains filtered or unexported fields
}

func (*PublicPreKeyPublishConfig) Descriptor deprecated

func (*PublicPreKeyPublishConfig) Descriptor() ([]byte, []int)

Deprecated: Use PublicPreKeyPublishConfig.ProtoReflect.Descriptor instead.

func (*PublicPreKeyPublishConfig) GetDirectoryRef

func (x *PublicPreKeyPublishConfig) GetDirectoryRef() string

func (*PublicPreKeyPublishConfig) ProtoMessage

func (*PublicPreKeyPublishConfig) ProtoMessage()

func (*PublicPreKeyPublishConfig) ProtoReflect

func (*PublicPreKeyPublishConfig) Reset

func (x *PublicPreKeyPublishConfig) Reset()

func (*PublicPreKeyPublishConfig) String

func (x *PublicPreKeyPublishConfig) String() string

type PublicPreKeyPublishInput

type PublicPreKeyPublishInput struct {
	DirectoryRef    string   `protobuf:"bytes,1,opt,name=directory_ref,json=directoryRef,proto3" json:"directory_ref,omitempty"`
	IntakeRef       string   `protobuf:"bytes,2,opt,name=intake_ref,json=intakeRef,proto3" json:"intake_ref,omitempty"`
	IdentityRef     string   `protobuf:"bytes,3,opt,name=identity_ref,json=identityRef,proto3" json:"identity_ref,omitempty"`
	AudienceRef     string   `protobuf:"bytes,4,opt,name=audience_ref,json=audienceRef,proto3" json:"audience_ref,omitempty"`
	ExpiresAtUnix   int64    `protobuf:"varint,5,opt,name=expires_at_unix,json=expiresAtUnix,proto3" json:"expires_at_unix,omitempty"`
	AllowedPurpose  string   `protobuf:"bytes,6,opt,name=allowed_purpose,json=allowedPurpose,proto3" json:"allowed_purpose,omitempty"`
	MetadataRefs    []string `protobuf:"bytes,7,rep,name=metadata_refs,json=metadataRefs,proto3" json:"metadata_refs,omitempty"`
	RequestedAtUnix int64    `protobuf:"varint,8,opt,name=requested_at_unix,json=requestedAtUnix,proto3" json:"requested_at_unix,omitempty"`
	// contains filtered or unexported fields
}

func (*PublicPreKeyPublishInput) Descriptor deprecated

func (*PublicPreKeyPublishInput) Descriptor() ([]byte, []int)

Deprecated: Use PublicPreKeyPublishInput.ProtoReflect.Descriptor instead.

func (*PublicPreKeyPublishInput) GetAllowedPurpose

func (x *PublicPreKeyPublishInput) GetAllowedPurpose() string

func (*PublicPreKeyPublishInput) GetAudienceRef

func (x *PublicPreKeyPublishInput) GetAudienceRef() string

func (*PublicPreKeyPublishInput) GetDirectoryRef

func (x *PublicPreKeyPublishInput) GetDirectoryRef() string

func (*PublicPreKeyPublishInput) GetExpiresAtUnix

func (x *PublicPreKeyPublishInput) GetExpiresAtUnix() int64

func (*PublicPreKeyPublishInput) GetIdentityRef

func (x *PublicPreKeyPublishInput) GetIdentityRef() string

func (*PublicPreKeyPublishInput) GetIntakeRef

func (x *PublicPreKeyPublishInput) GetIntakeRef() string

func (*PublicPreKeyPublishInput) GetMetadataRefs

func (x *PublicPreKeyPublishInput) GetMetadataRefs() []string

func (*PublicPreKeyPublishInput) GetRequestedAtUnix

func (x *PublicPreKeyPublishInput) GetRequestedAtUnix() int64

func (*PublicPreKeyPublishInput) ProtoMessage

func (*PublicPreKeyPublishInput) ProtoMessage()

func (*PublicPreKeyPublishInput) ProtoReflect

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

func (*PublicPreKeyPublishInput) Reset

func (x *PublicPreKeyPublishInput) Reset()

func (*PublicPreKeyPublishInput) String

func (x *PublicPreKeyPublishInput) String() string

type PublicPreKeyPublishOutput

type PublicPreKeyPublishOutput struct {
	DirectoryRef           string                `protobuf:"bytes,1,opt,name=directory_ref,json=directoryRef,proto3" json:"directory_ref,omitempty"`
	IntakeRef              string                `protobuf:"bytes,2,opt,name=intake_ref,json=intakeRef,proto3" json:"intake_ref,omitempty"`
	AudienceRef            string                `protobuf:"bytes,3,opt,name=audience_ref,json=audienceRef,proto3" json:"audience_ref,omitempty"`
	Status                 string                `protobuf:"bytes,4,opt,name=status,proto3" json:"status,omitempty"`
	Bundle                 *PreKeyBundle         `protobuf:"bytes,5,opt,name=bundle,proto3" json:"bundle,omitempty"`
	PublicMetadata         *PublicPreKeyMetadata `protobuf:"bytes,6,opt,name=public_metadata,json=publicMetadata,proto3" json:"public_metadata,omitempty"`
	BundleSha256           string                `protobuf:"bytes,7,opt,name=bundle_sha256,json=bundleSha256,proto3" json:"bundle_sha256,omitempty"`
	IdentityKeyFingerprint string                `` /* 129-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*PublicPreKeyPublishOutput) Descriptor deprecated

func (*PublicPreKeyPublishOutput) Descriptor() ([]byte, []int)

Deprecated: Use PublicPreKeyPublishOutput.ProtoReflect.Descriptor instead.

func (*PublicPreKeyPublishOutput) GetAudienceRef

func (x *PublicPreKeyPublishOutput) GetAudienceRef() string

func (*PublicPreKeyPublishOutput) GetBundle

func (x *PublicPreKeyPublishOutput) GetBundle() *PreKeyBundle

func (*PublicPreKeyPublishOutput) GetBundleSha256

func (x *PublicPreKeyPublishOutput) GetBundleSha256() string

func (*PublicPreKeyPublishOutput) GetDirectoryRef

func (x *PublicPreKeyPublishOutput) GetDirectoryRef() string

func (*PublicPreKeyPublishOutput) GetIdentityKeyFingerprint

func (x *PublicPreKeyPublishOutput) GetIdentityKeyFingerprint() string

func (*PublicPreKeyPublishOutput) GetIntakeRef

func (x *PublicPreKeyPublishOutput) GetIntakeRef() string

func (*PublicPreKeyPublishOutput) GetPublicMetadata

func (x *PublicPreKeyPublishOutput) GetPublicMetadata() *PublicPreKeyMetadata

func (*PublicPreKeyPublishOutput) GetStatus

func (x *PublicPreKeyPublishOutput) GetStatus() string

func (*PublicPreKeyPublishOutput) ProtoMessage

func (*PublicPreKeyPublishOutput) ProtoMessage()

func (*PublicPreKeyPublishOutput) ProtoReflect

func (*PublicPreKeyPublishOutput) Reset

func (x *PublicPreKeyPublishOutput) Reset()

func (*PublicPreKeyPublishOutput) String

func (x *PublicPreKeyPublishOutput) String() string

type PublicPreKeyResolveConfig

type PublicPreKeyResolveConfig struct {
	DirectoryRef string `protobuf:"bytes,1,opt,name=directory_ref,json=directoryRef,proto3" json:"directory_ref,omitempty"`
	// contains filtered or unexported fields
}

func (*PublicPreKeyResolveConfig) Descriptor deprecated

func (*PublicPreKeyResolveConfig) Descriptor() ([]byte, []int)

Deprecated: Use PublicPreKeyResolveConfig.ProtoReflect.Descriptor instead.

func (*PublicPreKeyResolveConfig) GetDirectoryRef

func (x *PublicPreKeyResolveConfig) GetDirectoryRef() string

func (*PublicPreKeyResolveConfig) ProtoMessage

func (*PublicPreKeyResolveConfig) ProtoMessage()

func (*PublicPreKeyResolveConfig) ProtoReflect

func (*PublicPreKeyResolveConfig) Reset

func (x *PublicPreKeyResolveConfig) Reset()

func (*PublicPreKeyResolveConfig) String

func (x *PublicPreKeyResolveConfig) String() string

type PublicPreKeyResolveInput

type PublicPreKeyResolveInput struct {
	DirectoryRef    string `protobuf:"bytes,1,opt,name=directory_ref,json=directoryRef,proto3" json:"directory_ref,omitempty"`
	IntakeRef       string `protobuf:"bytes,2,opt,name=intake_ref,json=intakeRef,proto3" json:"intake_ref,omitempty"`
	AudienceRef     string `protobuf:"bytes,3,opt,name=audience_ref,json=audienceRef,proto3" json:"audience_ref,omitempty"`
	RequestedAtUnix int64  `protobuf:"varint,4,opt,name=requested_at_unix,json=requestedAtUnix,proto3" json:"requested_at_unix,omitempty"`
	// contains filtered or unexported fields
}

func (*PublicPreKeyResolveInput) Descriptor deprecated

func (*PublicPreKeyResolveInput) Descriptor() ([]byte, []int)

Deprecated: Use PublicPreKeyResolveInput.ProtoReflect.Descriptor instead.

func (*PublicPreKeyResolveInput) GetAudienceRef

func (x *PublicPreKeyResolveInput) GetAudienceRef() string

func (*PublicPreKeyResolveInput) GetDirectoryRef

func (x *PublicPreKeyResolveInput) GetDirectoryRef() string

func (*PublicPreKeyResolveInput) GetIntakeRef

func (x *PublicPreKeyResolveInput) GetIntakeRef() string

func (*PublicPreKeyResolveInput) GetRequestedAtUnix

func (x *PublicPreKeyResolveInput) GetRequestedAtUnix() int64

func (*PublicPreKeyResolveInput) ProtoMessage

func (*PublicPreKeyResolveInput) ProtoMessage()

func (*PublicPreKeyResolveInput) ProtoReflect

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

func (*PublicPreKeyResolveInput) Reset

func (x *PublicPreKeyResolveInput) Reset()

func (*PublicPreKeyResolveInput) String

func (x *PublicPreKeyResolveInput) String() string

type PublicPreKeyResolveOutput

type PublicPreKeyResolveOutput struct {
	DirectoryRef           string                `protobuf:"bytes,1,opt,name=directory_ref,json=directoryRef,proto3" json:"directory_ref,omitempty"`
	IntakeRef              string                `protobuf:"bytes,2,opt,name=intake_ref,json=intakeRef,proto3" json:"intake_ref,omitempty"`
	AudienceRef            string                `protobuf:"bytes,3,opt,name=audience_ref,json=audienceRef,proto3" json:"audience_ref,omitempty"`
	Status                 string                `protobuf:"bytes,4,opt,name=status,proto3" json:"status,omitempty"`
	Bundle                 *PreKeyBundle         `protobuf:"bytes,5,opt,name=bundle,proto3" json:"bundle,omitempty"`
	PublicMetadata         *PublicPreKeyMetadata `protobuf:"bytes,6,opt,name=public_metadata,json=publicMetadata,proto3" json:"public_metadata,omitempty"`
	BundleSha256           string                `protobuf:"bytes,7,opt,name=bundle_sha256,json=bundleSha256,proto3" json:"bundle_sha256,omitempty"`
	IdentityKeyFingerprint string                `` /* 129-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*PublicPreKeyResolveOutput) Descriptor deprecated

func (*PublicPreKeyResolveOutput) Descriptor() ([]byte, []int)

Deprecated: Use PublicPreKeyResolveOutput.ProtoReflect.Descriptor instead.

func (*PublicPreKeyResolveOutput) GetAudienceRef

func (x *PublicPreKeyResolveOutput) GetAudienceRef() string

func (*PublicPreKeyResolveOutput) GetBundle

func (x *PublicPreKeyResolveOutput) GetBundle() *PreKeyBundle

func (*PublicPreKeyResolveOutput) GetBundleSha256

func (x *PublicPreKeyResolveOutput) GetBundleSha256() string

func (*PublicPreKeyResolveOutput) GetDirectoryRef

func (x *PublicPreKeyResolveOutput) GetDirectoryRef() string

func (*PublicPreKeyResolveOutput) GetIdentityKeyFingerprint

func (x *PublicPreKeyResolveOutput) GetIdentityKeyFingerprint() string

func (*PublicPreKeyResolveOutput) GetIntakeRef

func (x *PublicPreKeyResolveOutput) GetIntakeRef() string

func (*PublicPreKeyResolveOutput) GetPublicMetadata

func (x *PublicPreKeyResolveOutput) GetPublicMetadata() *PublicPreKeyMetadata

func (*PublicPreKeyResolveOutput) GetStatus

func (x *PublicPreKeyResolveOutput) GetStatus() string

func (*PublicPreKeyResolveOutput) ProtoMessage

func (*PublicPreKeyResolveOutput) ProtoMessage()

func (*PublicPreKeyResolveOutput) ProtoReflect

func (*PublicPreKeyResolveOutput) Reset

func (x *PublicPreKeyResolveOutput) Reset()

func (*PublicPreKeyResolveOutput) String

func (x *PublicPreKeyResolveOutput) String() string

type SealedSenderMessage

type SealedSenderMessage struct {
	RecipientId       string `protobuf:"bytes,1,opt,name=recipient_id,json=recipientId,proto3" json:"recipient_id,omitempty"`
	RecipientDeviceId uint32 `protobuf:"varint,2,opt,name=recipient_device_id,json=recipientDeviceId,proto3" json:"recipient_device_id,omitempty"`
	Version           string `protobuf:"bytes,3,opt,name=version,proto3" json:"version,omitempty"`
	ContentHint       string `protobuf:"bytes,4,opt,name=content_hint,json=contentHint,proto3" json:"content_hint,omitempty"`
	SealedMessage     []byte `protobuf:"bytes,5,opt,name=sealed_message,json=sealedMessage,proto3" json:"sealed_message,omitempty"`
	// contains filtered or unexported fields
}

func (*SealedSenderMessage) Descriptor deprecated

func (*SealedSenderMessage) Descriptor() ([]byte, []int)

Deprecated: Use SealedSenderMessage.ProtoReflect.Descriptor instead.

func (*SealedSenderMessage) GetContentHint

func (x *SealedSenderMessage) GetContentHint() string

func (*SealedSenderMessage) GetRecipientDeviceId

func (x *SealedSenderMessage) GetRecipientDeviceId() uint32

func (*SealedSenderMessage) GetRecipientId

func (x *SealedSenderMessage) GetRecipientId() string

func (*SealedSenderMessage) GetSealedMessage

func (x *SealedSenderMessage) GetSealedMessage() []byte

func (*SealedSenderMessage) GetVersion

func (x *SealedSenderMessage) GetVersion() string

func (*SealedSenderMessage) ProtoMessage

func (*SealedSenderMessage) ProtoMessage()

func (*SealedSenderMessage) ProtoReflect

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

func (*SealedSenderMessage) Reset

func (x *SealedSenderMessage) Reset()

func (*SealedSenderMessage) String

func (x *SealedSenderMessage) String() string

type SenderCertificateIssueConfig

type SenderCertificateIssueConfig struct {
	IdentityRef string `protobuf:"bytes,1,opt,name=identity_ref,json=identityRef,proto3" json:"identity_ref,omitempty"`
	TtlSeconds  int64  `protobuf:"varint,2,opt,name=ttl_seconds,json=ttlSeconds,proto3" json:"ttl_seconds,omitempty"`
	ServerKeyId uint32 `protobuf:"varint,3,opt,name=server_key_id,json=serverKeyId,proto3" json:"server_key_id,omitempty"`
	SenderUuid  string `protobuf:"bytes,4,opt,name=sender_uuid,json=senderUuid,proto3" json:"sender_uuid,omitempty"`
	SenderE164  string `protobuf:"bytes,5,opt,name=sender_e164,json=senderE164,proto3" json:"sender_e164,omitempty"`
	// contains filtered or unexported fields
}

func (*SenderCertificateIssueConfig) Descriptor deprecated

func (*SenderCertificateIssueConfig) Descriptor() ([]byte, []int)

Deprecated: Use SenderCertificateIssueConfig.ProtoReflect.Descriptor instead.

func (*SenderCertificateIssueConfig) GetIdentityRef

func (x *SenderCertificateIssueConfig) GetIdentityRef() string

func (*SenderCertificateIssueConfig) GetSenderE164

func (x *SenderCertificateIssueConfig) GetSenderE164() string

func (*SenderCertificateIssueConfig) GetSenderUuid

func (x *SenderCertificateIssueConfig) GetSenderUuid() string

func (*SenderCertificateIssueConfig) GetServerKeyId

func (x *SenderCertificateIssueConfig) GetServerKeyId() uint32

func (*SenderCertificateIssueConfig) GetTtlSeconds

func (x *SenderCertificateIssueConfig) GetTtlSeconds() int64

func (*SenderCertificateIssueConfig) ProtoMessage

func (*SenderCertificateIssueConfig) ProtoMessage()

func (*SenderCertificateIssueConfig) ProtoReflect

func (*SenderCertificateIssueConfig) Reset

func (x *SenderCertificateIssueConfig) Reset()

func (*SenderCertificateIssueConfig) String

type SenderCertificateIssueInput

type SenderCertificateIssueInput struct {
	IdentityRef string `protobuf:"bytes,1,opt,name=identity_ref,json=identityRef,proto3" json:"identity_ref,omitempty"`
	TtlSeconds  int64  `protobuf:"varint,2,opt,name=ttl_seconds,json=ttlSeconds,proto3" json:"ttl_seconds,omitempty"`
	ServerKeyId uint32 `protobuf:"varint,3,opt,name=server_key_id,json=serverKeyId,proto3" json:"server_key_id,omitempty"`
	SenderUuid  string `protobuf:"bytes,4,opt,name=sender_uuid,json=senderUuid,proto3" json:"sender_uuid,omitempty"`
	SenderE164  string `protobuf:"bytes,5,opt,name=sender_e164,json=senderE164,proto3" json:"sender_e164,omitempty"`
	// contains filtered or unexported fields
}

func (*SenderCertificateIssueInput) Descriptor deprecated

func (*SenderCertificateIssueInput) Descriptor() ([]byte, []int)

Deprecated: Use SenderCertificateIssueInput.ProtoReflect.Descriptor instead.

func (*SenderCertificateIssueInput) GetIdentityRef

func (x *SenderCertificateIssueInput) GetIdentityRef() string

func (*SenderCertificateIssueInput) GetSenderE164

func (x *SenderCertificateIssueInput) GetSenderE164() string

func (*SenderCertificateIssueInput) GetSenderUuid

func (x *SenderCertificateIssueInput) GetSenderUuid() string

func (*SenderCertificateIssueInput) GetServerKeyId

func (x *SenderCertificateIssueInput) GetServerKeyId() uint32

func (*SenderCertificateIssueInput) GetTtlSeconds

func (x *SenderCertificateIssueInput) GetTtlSeconds() int64

func (*SenderCertificateIssueInput) ProtoMessage

func (*SenderCertificateIssueInput) ProtoMessage()

func (*SenderCertificateIssueInput) ProtoReflect

func (*SenderCertificateIssueInput) Reset

func (x *SenderCertificateIssueInput) Reset()

func (*SenderCertificateIssueInput) String

func (x *SenderCertificateIssueInput) String() string

type SenderCertificateIssueOutput

type SenderCertificateIssueOutput struct {
	TrustRootPublicKey []byte `protobuf:"bytes,1,opt,name=trust_root_public_key,json=trustRootPublicKey,proto3" json:"trust_root_public_key,omitempty"`
	ServerCertificate  []byte `protobuf:"bytes,2,opt,name=server_certificate,json=serverCertificate,proto3" json:"server_certificate,omitempty"`
	SenderCertificate  []byte `protobuf:"bytes,3,opt,name=sender_certificate,json=senderCertificate,proto3" json:"sender_certificate,omitempty"`
	SenderId           string `protobuf:"bytes,4,opt,name=sender_id,json=senderId,proto3" json:"sender_id,omitempty"`
	SenderDeviceId     uint32 `protobuf:"varint,5,opt,name=sender_device_id,json=senderDeviceId,proto3" json:"sender_device_id,omitempty"`
	ExpiresAtUnix      int64  `protobuf:"varint,6,opt,name=expires_at_unix,json=expiresAtUnix,proto3" json:"expires_at_unix,omitempty"`
	// contains filtered or unexported fields
}

func (*SenderCertificateIssueOutput) Descriptor deprecated

func (*SenderCertificateIssueOutput) Descriptor() ([]byte, []int)

Deprecated: Use SenderCertificateIssueOutput.ProtoReflect.Descriptor instead.

func (*SenderCertificateIssueOutput) GetExpiresAtUnix

func (x *SenderCertificateIssueOutput) GetExpiresAtUnix() int64

func (*SenderCertificateIssueOutput) GetSenderCertificate

func (x *SenderCertificateIssueOutput) GetSenderCertificate() []byte

func (*SenderCertificateIssueOutput) GetSenderDeviceId

func (x *SenderCertificateIssueOutput) GetSenderDeviceId() uint32

func (*SenderCertificateIssueOutput) GetSenderId

func (x *SenderCertificateIssueOutput) GetSenderId() string

func (*SenderCertificateIssueOutput) GetServerCertificate

func (x *SenderCertificateIssueOutput) GetServerCertificate() []byte

func (*SenderCertificateIssueOutput) GetTrustRootPublicKey

func (x *SenderCertificateIssueOutput) GetTrustRootPublicKey() []byte

func (*SenderCertificateIssueOutput) ProtoMessage

func (*SenderCertificateIssueOutput) ProtoMessage()

func (*SenderCertificateIssueOutput) ProtoReflect

func (*SenderCertificateIssueOutput) Reset

func (x *SenderCertificateIssueOutput) Reset()

func (*SenderCertificateIssueOutput) String

type SenderFanoutRecipient

type SenderFanoutRecipient struct {
	RecipientRef         string          `protobuf:"bytes,1,opt,name=recipient_ref,json=recipientRef,proto3" json:"recipient_ref,omitempty"`
	Envelope             *SignalEnvelope `protobuf:"bytes,2,opt,name=envelope,proto3" json:"envelope,omitempty"`
	RecipientIdentityKey string          `protobuf:"bytes,3,opt,name=recipient_identity_key,json=recipientIdentityKey,proto3" json:"recipient_identity_key,omitempty"`
	// contains filtered or unexported fields
}

func (*SenderFanoutRecipient) Descriptor deprecated

func (*SenderFanoutRecipient) Descriptor() ([]byte, []int)

Deprecated: Use SenderFanoutRecipient.ProtoReflect.Descriptor instead.

func (*SenderFanoutRecipient) GetEnvelope

func (x *SenderFanoutRecipient) GetEnvelope() *SignalEnvelope

func (*SenderFanoutRecipient) GetRecipientIdentityKey

func (x *SenderFanoutRecipient) GetRecipientIdentityKey() string

func (*SenderFanoutRecipient) GetRecipientRef

func (x *SenderFanoutRecipient) GetRecipientRef() string

func (*SenderFanoutRecipient) ProtoMessage

func (*SenderFanoutRecipient) ProtoMessage()

func (*SenderFanoutRecipient) ProtoReflect

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

func (*SenderFanoutRecipient) Reset

func (x *SenderFanoutRecipient) Reset()

func (*SenderFanoutRecipient) String

func (x *SenderFanoutRecipient) String() string

type SenderSealConfig

type SenderSealConfig struct {
	IdentityRef string `protobuf:"bytes,1,opt,name=identity_ref,json=identityRef,proto3" json:"identity_ref,omitempty"`
	Version     string `protobuf:"bytes,2,opt,name=version,proto3" json:"version,omitempty"`
	ContentHint string `protobuf:"bytes,3,opt,name=content_hint,json=contentHint,proto3" json:"content_hint,omitempty"`
	// contains filtered or unexported fields
}

func (*SenderSealConfig) Descriptor deprecated

func (*SenderSealConfig) Descriptor() ([]byte, []int)

Deprecated: Use SenderSealConfig.ProtoReflect.Descriptor instead.

func (*SenderSealConfig) GetContentHint

func (x *SenderSealConfig) GetContentHint() string

func (*SenderSealConfig) GetIdentityRef

func (x *SenderSealConfig) GetIdentityRef() string

func (*SenderSealConfig) GetVersion

func (x *SenderSealConfig) GetVersion() string

func (*SenderSealConfig) ProtoMessage

func (*SenderSealConfig) ProtoMessage()

func (*SenderSealConfig) ProtoReflect

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

func (*SenderSealConfig) Reset

func (x *SenderSealConfig) Reset()

func (*SenderSealConfig) String

func (x *SenderSealConfig) String() string

type SenderSealFanoutConfig

type SenderSealFanoutConfig struct {
	IdentityRef string `protobuf:"bytes,1,opt,name=identity_ref,json=identityRef,proto3" json:"identity_ref,omitempty"`
	Version     string `protobuf:"bytes,2,opt,name=version,proto3" json:"version,omitempty"`
	ContentHint string `protobuf:"bytes,3,opt,name=content_hint,json=contentHint,proto3" json:"content_hint,omitempty"`
	// contains filtered or unexported fields
}

func (*SenderSealFanoutConfig) Descriptor deprecated

func (*SenderSealFanoutConfig) Descriptor() ([]byte, []int)

Deprecated: Use SenderSealFanoutConfig.ProtoReflect.Descriptor instead.

func (*SenderSealFanoutConfig) GetContentHint

func (x *SenderSealFanoutConfig) GetContentHint() string

func (*SenderSealFanoutConfig) GetIdentityRef

func (x *SenderSealFanoutConfig) GetIdentityRef() string

func (*SenderSealFanoutConfig) GetVersion

func (x *SenderSealFanoutConfig) GetVersion() string

func (*SenderSealFanoutConfig) ProtoMessage

func (*SenderSealFanoutConfig) ProtoMessage()

func (*SenderSealFanoutConfig) ProtoReflect

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

func (*SenderSealFanoutConfig) Reset

func (x *SenderSealFanoutConfig) Reset()

func (*SenderSealFanoutConfig) String

func (x *SenderSealFanoutConfig) String() string

type SenderSealFanoutInput

type SenderSealFanoutInput struct {
	IdentityRef       string                   `protobuf:"bytes,1,opt,name=identity_ref,json=identityRef,proto3" json:"identity_ref,omitempty"`
	SenderCertificate []byte                   `protobuf:"bytes,2,opt,name=sender_certificate,json=senderCertificate,proto3" json:"sender_certificate,omitempty"`
	Recipients        []*SenderFanoutRecipient `protobuf:"bytes,3,rep,name=recipients,proto3" json:"recipients,omitempty"`
	Version           string                   `protobuf:"bytes,4,opt,name=version,proto3" json:"version,omitempty"`
	ContentHint       string                   `protobuf:"bytes,5,opt,name=content_hint,json=contentHint,proto3" json:"content_hint,omitempty"`
	GroupId           []byte                   `protobuf:"bytes,6,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"`
	// contains filtered or unexported fields
}

func (*SenderSealFanoutInput) Descriptor deprecated

func (*SenderSealFanoutInput) Descriptor() ([]byte, []int)

Deprecated: Use SenderSealFanoutInput.ProtoReflect.Descriptor instead.

func (*SenderSealFanoutInput) GetContentHint

func (x *SenderSealFanoutInput) GetContentHint() string

func (*SenderSealFanoutInput) GetGroupId

func (x *SenderSealFanoutInput) GetGroupId() []byte

func (*SenderSealFanoutInput) GetIdentityRef

func (x *SenderSealFanoutInput) GetIdentityRef() string

func (*SenderSealFanoutInput) GetRecipients

func (x *SenderSealFanoutInput) GetRecipients() []*SenderFanoutRecipient

func (*SenderSealFanoutInput) GetSenderCertificate

func (x *SenderSealFanoutInput) GetSenderCertificate() []byte

func (*SenderSealFanoutInput) GetVersion

func (x *SenderSealFanoutInput) GetVersion() string

func (*SenderSealFanoutInput) ProtoMessage

func (*SenderSealFanoutInput) ProtoMessage()

func (*SenderSealFanoutInput) ProtoReflect

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

func (*SenderSealFanoutInput) Reset

func (x *SenderSealFanoutInput) Reset()

func (*SenderSealFanoutInput) String

func (x *SenderSealFanoutInput) String() string

type SenderSealFanoutMessage

type SenderSealFanoutMessage struct {
	RecipientRef      string               `protobuf:"bytes,1,opt,name=recipient_ref,json=recipientRef,proto3" json:"recipient_ref,omitempty"`
	SealedMessage     *SealedSenderMessage `protobuf:"bytes,2,opt,name=sealed_message,json=sealedMessage,proto3" json:"sealed_message,omitempty"`
	SealedMessageSize uint32               `protobuf:"varint,3,opt,name=sealed_message_size,json=sealedMessageSize,proto3" json:"sealed_message_size,omitempty"`
	RecipientIndex    uint32               `protobuf:"varint,4,opt,name=recipient_index,json=recipientIndex,proto3" json:"recipient_index,omitempty"`
	// contains filtered or unexported fields
}

func (*SenderSealFanoutMessage) Descriptor deprecated

func (*SenderSealFanoutMessage) Descriptor() ([]byte, []int)

Deprecated: Use SenderSealFanoutMessage.ProtoReflect.Descriptor instead.

func (*SenderSealFanoutMessage) GetRecipientIndex

func (x *SenderSealFanoutMessage) GetRecipientIndex() uint32

func (*SenderSealFanoutMessage) GetRecipientRef

func (x *SenderSealFanoutMessage) GetRecipientRef() string

func (*SenderSealFanoutMessage) GetSealedMessage

func (x *SenderSealFanoutMessage) GetSealedMessage() *SealedSenderMessage

func (*SenderSealFanoutMessage) GetSealedMessageSize

func (x *SenderSealFanoutMessage) GetSealedMessageSize() uint32

func (*SenderSealFanoutMessage) ProtoMessage

func (*SenderSealFanoutMessage) ProtoMessage()

func (*SenderSealFanoutMessage) ProtoReflect

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

func (*SenderSealFanoutMessage) Reset

func (x *SenderSealFanoutMessage) Reset()

func (*SenderSealFanoutMessage) String

func (x *SenderSealFanoutMessage) String() string

type SenderSealFanoutOutput

type SenderSealFanoutOutput struct {
	Messages               []*SenderSealFanoutMessage `protobuf:"bytes,1,rep,name=messages,proto3" json:"messages,omitempty"`
	MessageCount           uint32                     `protobuf:"varint,2,opt,name=message_count,json=messageCount,proto3" json:"message_count,omitempty"`
	SealedMessageTotalSize uint32                     `` /* 132-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*SenderSealFanoutOutput) Descriptor deprecated

func (*SenderSealFanoutOutput) Descriptor() ([]byte, []int)

Deprecated: Use SenderSealFanoutOutput.ProtoReflect.Descriptor instead.

func (*SenderSealFanoutOutput) GetMessageCount

func (x *SenderSealFanoutOutput) GetMessageCount() uint32

func (*SenderSealFanoutOutput) GetMessages

func (x *SenderSealFanoutOutput) GetMessages() []*SenderSealFanoutMessage

func (*SenderSealFanoutOutput) GetSealedMessageTotalSize

func (x *SenderSealFanoutOutput) GetSealedMessageTotalSize() uint32

func (*SenderSealFanoutOutput) ProtoMessage

func (*SenderSealFanoutOutput) ProtoMessage()

func (*SenderSealFanoutOutput) ProtoReflect

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

func (*SenderSealFanoutOutput) Reset

func (x *SenderSealFanoutOutput) Reset()

func (*SenderSealFanoutOutput) String

func (x *SenderSealFanoutOutput) String() string

type SenderSealInput

type SenderSealInput struct {
	IdentityRef          string          `protobuf:"bytes,1,opt,name=identity_ref,json=identityRef,proto3" json:"identity_ref,omitempty"`
	Envelope             *SignalEnvelope `protobuf:"bytes,2,opt,name=envelope,proto3" json:"envelope,omitempty"`
	SenderCertificate    []byte          `protobuf:"bytes,3,opt,name=sender_certificate,json=senderCertificate,proto3" json:"sender_certificate,omitempty"`
	RecipientIdentityKey string          `protobuf:"bytes,4,opt,name=recipient_identity_key,json=recipientIdentityKey,proto3" json:"recipient_identity_key,omitempty"`
	Version              string          `protobuf:"bytes,5,opt,name=version,proto3" json:"version,omitempty"`
	ContentHint          string          `protobuf:"bytes,6,opt,name=content_hint,json=contentHint,proto3" json:"content_hint,omitempty"`
	GroupId              []byte          `protobuf:"bytes,7,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"`
	// contains filtered or unexported fields
}

func (*SenderSealInput) Descriptor deprecated

func (*SenderSealInput) Descriptor() ([]byte, []int)

Deprecated: Use SenderSealInput.ProtoReflect.Descriptor instead.

func (*SenderSealInput) GetContentHint

func (x *SenderSealInput) GetContentHint() string

func (*SenderSealInput) GetEnvelope

func (x *SenderSealInput) GetEnvelope() *SignalEnvelope

func (*SenderSealInput) GetGroupId

func (x *SenderSealInput) GetGroupId() []byte

func (*SenderSealInput) GetIdentityRef

func (x *SenderSealInput) GetIdentityRef() string

func (*SenderSealInput) GetRecipientIdentityKey

func (x *SenderSealInput) GetRecipientIdentityKey() string

func (*SenderSealInput) GetSenderCertificate

func (x *SenderSealInput) GetSenderCertificate() []byte

func (*SenderSealInput) GetVersion

func (x *SenderSealInput) GetVersion() string

func (*SenderSealInput) ProtoMessage

func (*SenderSealInput) ProtoMessage()

func (*SenderSealInput) ProtoReflect

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

func (*SenderSealInput) Reset

func (x *SenderSealInput) Reset()

func (*SenderSealInput) String

func (x *SenderSealInput) String() string

type SenderSealOutput

type SenderSealOutput struct {
	SealedMessage     *SealedSenderMessage `protobuf:"bytes,1,opt,name=sealed_message,json=sealedMessage,proto3" json:"sealed_message,omitempty"`
	SealedMessageSize uint32               `protobuf:"varint,2,opt,name=sealed_message_size,json=sealedMessageSize,proto3" json:"sealed_message_size,omitempty"`
	// contains filtered or unexported fields
}

func (*SenderSealOutput) Descriptor deprecated

func (*SenderSealOutput) Descriptor() ([]byte, []int)

Deprecated: Use SenderSealOutput.ProtoReflect.Descriptor instead.

func (*SenderSealOutput) GetSealedMessage

func (x *SenderSealOutput) GetSealedMessage() *SealedSenderMessage

func (*SenderSealOutput) GetSealedMessageSize

func (x *SenderSealOutput) GetSealedMessageSize() uint32

func (*SenderSealOutput) ProtoMessage

func (*SenderSealOutput) ProtoMessage()

func (*SenderSealOutput) ProtoReflect

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

func (*SenderSealOutput) Reset

func (x *SenderSealOutput) Reset()

func (*SenderSealOutput) String

func (x *SenderSealOutput) String() string

type SenderUnsealConfig

type SenderUnsealConfig struct {
	IdentityRef       string `protobuf:"bytes,1,opt,name=identity_ref,json=identityRef,proto3" json:"identity_ref,omitempty"`
	RequiredPrincipal string `protobuf:"bytes,2,opt,name=required_principal,json=requiredPrincipal,proto3" json:"required_principal,omitempty"`
	// contains filtered or unexported fields
}

func (*SenderUnsealConfig) Descriptor deprecated

func (*SenderUnsealConfig) Descriptor() ([]byte, []int)

Deprecated: Use SenderUnsealConfig.ProtoReflect.Descriptor instead.

func (*SenderUnsealConfig) GetIdentityRef

func (x *SenderUnsealConfig) GetIdentityRef() string

func (*SenderUnsealConfig) GetRequiredPrincipal

func (x *SenderUnsealConfig) GetRequiredPrincipal() string

func (*SenderUnsealConfig) ProtoMessage

func (*SenderUnsealConfig) ProtoMessage()

func (*SenderUnsealConfig) ProtoReflect

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

func (*SenderUnsealConfig) Reset

func (x *SenderUnsealConfig) Reset()

func (*SenderUnsealConfig) String

func (x *SenderUnsealConfig) String() string

type SenderUnsealInput

type SenderUnsealInput struct {
	IdentityRef        string               `protobuf:"bytes,1,opt,name=identity_ref,json=identityRef,proto3" json:"identity_ref,omitempty"`
	Principal          string               `protobuf:"bytes,2,opt,name=principal,proto3" json:"principal,omitempty"`
	SealedMessage      *SealedSenderMessage `protobuf:"bytes,3,opt,name=sealed_message,json=sealedMessage,proto3" json:"sealed_message,omitempty"`
	TrustRootPublicKey []byte               `protobuf:"bytes,4,opt,name=trust_root_public_key,json=trustRootPublicKey,proto3" json:"trust_root_public_key,omitempty"`
	// contains filtered or unexported fields
}

func (*SenderUnsealInput) Descriptor deprecated

func (*SenderUnsealInput) Descriptor() ([]byte, []int)

Deprecated: Use SenderUnsealInput.ProtoReflect.Descriptor instead.

func (*SenderUnsealInput) GetIdentityRef

func (x *SenderUnsealInput) GetIdentityRef() string

func (*SenderUnsealInput) GetPrincipal

func (x *SenderUnsealInput) GetPrincipal() string

func (*SenderUnsealInput) GetSealedMessage

func (x *SenderUnsealInput) GetSealedMessage() *SealedSenderMessage

func (*SenderUnsealInput) GetTrustRootPublicKey

func (x *SenderUnsealInput) GetTrustRootPublicKey() []byte

func (*SenderUnsealInput) ProtoMessage

func (*SenderUnsealInput) ProtoMessage()

func (*SenderUnsealInput) ProtoReflect

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

func (*SenderUnsealInput) Reset

func (x *SenderUnsealInput) Reset()

func (*SenderUnsealInput) String

func (x *SenderUnsealInput) String() string

type SenderUnsealOutput

type SenderUnsealOutput struct {
	Denied            bool            `protobuf:"varint,1,opt,name=denied,proto3" json:"denied,omitempty"`
	Error             string          `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"`
	Envelope          *SignalEnvelope `protobuf:"bytes,3,opt,name=envelope,proto3" json:"envelope,omitempty"`
	SenderId          string          `protobuf:"bytes,4,opt,name=sender_id,json=senderId,proto3" json:"sender_id,omitempty"`
	SenderDeviceId    uint32          `protobuf:"varint,5,opt,name=sender_device_id,json=senderDeviceId,proto3" json:"sender_device_id,omitempty"`
	ContentHint       string          `protobuf:"bytes,6,opt,name=content_hint,json=contentHint,proto3" json:"content_hint,omitempty"`
	GroupId           []byte          `protobuf:"bytes,7,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"`
	SenderCertificate []byte          `protobuf:"bytes,8,opt,name=sender_certificate,json=senderCertificate,proto3" json:"sender_certificate,omitempty"`
	// contains filtered or unexported fields
}

func (*SenderUnsealOutput) Descriptor deprecated

func (*SenderUnsealOutput) Descriptor() ([]byte, []int)

Deprecated: Use SenderUnsealOutput.ProtoReflect.Descriptor instead.

func (*SenderUnsealOutput) GetContentHint

func (x *SenderUnsealOutput) GetContentHint() string

func (*SenderUnsealOutput) GetDenied

func (x *SenderUnsealOutput) GetDenied() bool

func (*SenderUnsealOutput) GetEnvelope

func (x *SenderUnsealOutput) GetEnvelope() *SignalEnvelope

func (*SenderUnsealOutput) GetError

func (x *SenderUnsealOutput) GetError() string

func (*SenderUnsealOutput) GetGroupId

func (x *SenderUnsealOutput) GetGroupId() []byte

func (*SenderUnsealOutput) GetSenderCertificate

func (x *SenderUnsealOutput) GetSenderCertificate() []byte

func (*SenderUnsealOutput) GetSenderDeviceId

func (x *SenderUnsealOutput) GetSenderDeviceId() uint32

func (*SenderUnsealOutput) GetSenderId

func (x *SenderUnsealOutput) GetSenderId() string

func (*SenderUnsealOutput) ProtoMessage

func (*SenderUnsealOutput) ProtoMessage()

func (*SenderUnsealOutput) ProtoReflect

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

func (*SenderUnsealOutput) Reset

func (x *SenderUnsealOutput) Reset()

func (*SenderUnsealOutput) String

func (x *SenderUnsealOutput) String() string

type ServiceApprovalValidateConfig

type ServiceApprovalValidateConfig struct {
	Mode             string           `protobuf:"bytes,1,opt,name=mode,proto3" json:"mode,omitempty"`
	RequestedActions []string         `protobuf:"bytes,2,rep,name=requested_actions,json=requestedActions,proto3" json:"requested_actions,omitempty"`
	Approval         *ApprovalPackage `protobuf:"bytes,3,opt,name=approval,proto3" json:"approval,omitempty"`
	// contains filtered or unexported fields
}

func (*ServiceApprovalValidateConfig) Descriptor deprecated

func (*ServiceApprovalValidateConfig) Descriptor() ([]byte, []int)

Deprecated: Use ServiceApprovalValidateConfig.ProtoReflect.Descriptor instead.

func (*ServiceApprovalValidateConfig) GetApproval

func (*ServiceApprovalValidateConfig) GetMode

func (*ServiceApprovalValidateConfig) GetRequestedActions

func (x *ServiceApprovalValidateConfig) GetRequestedActions() []string

func (*ServiceApprovalValidateConfig) ProtoMessage

func (*ServiceApprovalValidateConfig) ProtoMessage()

func (*ServiceApprovalValidateConfig) ProtoReflect

func (*ServiceApprovalValidateConfig) Reset

func (x *ServiceApprovalValidateConfig) Reset()

func (*ServiceApprovalValidateConfig) String

type ServiceApprovalValidateInput

type ServiceApprovalValidateInput struct {
	Mode             string           `protobuf:"bytes,1,opt,name=mode,proto3" json:"mode,omitempty"`
	RequestedActions []string         `protobuf:"bytes,2,rep,name=requested_actions,json=requestedActions,proto3" json:"requested_actions,omitempty"`
	Approval         *ApprovalPackage `protobuf:"bytes,3,opt,name=approval,proto3" json:"approval,omitempty"`
	// contains filtered or unexported fields
}

func (*ServiceApprovalValidateInput) Descriptor deprecated

func (*ServiceApprovalValidateInput) Descriptor() ([]byte, []int)

Deprecated: Use ServiceApprovalValidateInput.ProtoReflect.Descriptor instead.

func (*ServiceApprovalValidateInput) GetApproval

func (*ServiceApprovalValidateInput) GetMode

func (x *ServiceApprovalValidateInput) GetMode() string

func (*ServiceApprovalValidateInput) GetRequestedActions

func (x *ServiceApprovalValidateInput) GetRequestedActions() []string

func (*ServiceApprovalValidateInput) ProtoMessage

func (*ServiceApprovalValidateInput) ProtoMessage()

func (*ServiceApprovalValidateInput) ProtoReflect

func (*ServiceApprovalValidateInput) Reset

func (x *ServiceApprovalValidateInput) Reset()

func (*ServiceApprovalValidateInput) String

type ServiceApprovalValidateOutput

type ServiceApprovalValidateOutput struct {
	Mode                 string   `protobuf:"bytes,1,opt,name=mode,proto3" json:"mode,omitempty"`
	LiveTransportAllowed bool     `protobuf:"varint,2,opt,name=live_transport_allowed,json=liveTransportAllowed,proto3" json:"live_transport_allowed,omitempty"`
	LiveServiceDisabled  bool     `protobuf:"varint,3,opt,name=live_service_disabled,json=liveServiceDisabled,proto3" json:"live_service_disabled,omitempty"`
	DeniedReasons        []string `protobuf:"bytes,4,rep,name=denied_reasons,json=deniedReasons,proto3" json:"denied_reasons,omitempty"`
	RequestedActions     []string `protobuf:"bytes,5,rep,name=requested_actions,json=requestedActions,proto3" json:"requested_actions,omitempty"`
	// contains filtered or unexported fields
}

func (*ServiceApprovalValidateOutput) Descriptor deprecated

func (*ServiceApprovalValidateOutput) Descriptor() ([]byte, []int)

Deprecated: Use ServiceApprovalValidateOutput.ProtoReflect.Descriptor instead.

func (*ServiceApprovalValidateOutput) GetDeniedReasons

func (x *ServiceApprovalValidateOutput) GetDeniedReasons() []string

func (*ServiceApprovalValidateOutput) GetLiveServiceDisabled

func (x *ServiceApprovalValidateOutput) GetLiveServiceDisabled() bool

func (*ServiceApprovalValidateOutput) GetLiveTransportAllowed

func (x *ServiceApprovalValidateOutput) GetLiveTransportAllowed() bool

func (*ServiceApprovalValidateOutput) GetMode

func (*ServiceApprovalValidateOutput) GetRequestedActions

func (x *ServiceApprovalValidateOutput) GetRequestedActions() []string

func (*ServiceApprovalValidateOutput) ProtoMessage

func (*ServiceApprovalValidateOutput) ProtoMessage()

func (*ServiceApprovalValidateOutput) ProtoReflect

func (*ServiceApprovalValidateOutput) Reset

func (x *ServiceApprovalValidateOutput) Reset()

func (*ServiceApprovalValidateOutput) String

type ServiceComplianceCheckConfig

type ServiceComplianceCheckConfig struct {
	Mode             string   `protobuf:"bytes,1,opt,name=mode,proto3" json:"mode,omitempty"`
	RequestedActions []string `protobuf:"bytes,2,rep,name=requested_actions,json=requestedActions,proto3" json:"requested_actions,omitempty"`
	// contains filtered or unexported fields
}

func (*ServiceComplianceCheckConfig) Descriptor deprecated

func (*ServiceComplianceCheckConfig) Descriptor() ([]byte, []int)

Deprecated: Use ServiceComplianceCheckConfig.ProtoReflect.Descriptor instead.

func (*ServiceComplianceCheckConfig) GetMode

func (x *ServiceComplianceCheckConfig) GetMode() string

func (*ServiceComplianceCheckConfig) GetRequestedActions

func (x *ServiceComplianceCheckConfig) GetRequestedActions() []string

func (*ServiceComplianceCheckConfig) ProtoMessage

func (*ServiceComplianceCheckConfig) ProtoMessage()

func (*ServiceComplianceCheckConfig) ProtoReflect

func (*ServiceComplianceCheckConfig) Reset

func (x *ServiceComplianceCheckConfig) Reset()

func (*ServiceComplianceCheckConfig) String

type ServiceComplianceCheckInput

type ServiceComplianceCheckInput struct {
	Mode             string   `protobuf:"bytes,1,opt,name=mode,proto3" json:"mode,omitempty"`
	RequestedActions []string `protobuf:"bytes,2,rep,name=requested_actions,json=requestedActions,proto3" json:"requested_actions,omitempty"`
	// contains filtered or unexported fields
}

func (*ServiceComplianceCheckInput) Descriptor deprecated

func (*ServiceComplianceCheckInput) Descriptor() ([]byte, []int)

Deprecated: Use ServiceComplianceCheckInput.ProtoReflect.Descriptor instead.

func (*ServiceComplianceCheckInput) GetMode

func (x *ServiceComplianceCheckInput) GetMode() string

func (*ServiceComplianceCheckInput) GetRequestedActions

func (x *ServiceComplianceCheckInput) GetRequestedActions() []string

func (*ServiceComplianceCheckInput) ProtoMessage

func (*ServiceComplianceCheckInput) ProtoMessage()

func (*ServiceComplianceCheckInput) ProtoReflect

func (*ServiceComplianceCheckInput) Reset

func (x *ServiceComplianceCheckInput) Reset()

func (*ServiceComplianceCheckInput) String

func (x *ServiceComplianceCheckInput) String() string

type ServiceComplianceCheckOutput

type ServiceComplianceCheckOutput struct {
	Mode                string   `protobuf:"bytes,1,opt,name=mode,proto3" json:"mode,omitempty"`
	Approved            bool     `protobuf:"varint,2,opt,name=approved,proto3" json:"approved,omitempty"`
	LiveServiceDisabled bool     `protobuf:"varint,3,opt,name=live_service_disabled,json=liveServiceDisabled,proto3" json:"live_service_disabled,omitempty"`
	BlockedActions      []string `protobuf:"bytes,4,rep,name=blocked_actions,json=blockedActions,proto3" json:"blocked_actions,omitempty"`
	RequiredApprovals   []string `protobuf:"bytes,5,rep,name=required_approvals,json=requiredApprovals,proto3" json:"required_approvals,omitempty"`
	DeferredDomains     []string `protobuf:"bytes,6,rep,name=deferred_domains,json=deferredDomains,proto3" json:"deferred_domains,omitempty"`
	UpstreamTag         string   `protobuf:"bytes,7,opt,name=upstream_tag,json=upstreamTag,proto3" json:"upstream_tag,omitempty"`
	DescriptorChecksum  string   `protobuf:"bytes,8,opt,name=descriptor_checksum,json=descriptorChecksum,proto3" json:"descriptor_checksum,omitempty"`
	ManifestDigest      string   `protobuf:"bytes,9,opt,name=manifest_digest,json=manifestDigest,proto3" json:"manifest_digest,omitempty"`
	SelectedDomains     []string `protobuf:"bytes,10,rep,name=selected_domains,json=selectedDomains,proto3" json:"selected_domains,omitempty"`
	// contains filtered or unexported fields
}

func (*ServiceComplianceCheckOutput) Descriptor deprecated

func (*ServiceComplianceCheckOutput) Descriptor() ([]byte, []int)

Deprecated: Use ServiceComplianceCheckOutput.ProtoReflect.Descriptor instead.

func (*ServiceComplianceCheckOutput) GetApproved

func (x *ServiceComplianceCheckOutput) GetApproved() bool

func (*ServiceComplianceCheckOutput) GetBlockedActions

func (x *ServiceComplianceCheckOutput) GetBlockedActions() []string

func (*ServiceComplianceCheckOutput) GetDeferredDomains

func (x *ServiceComplianceCheckOutput) GetDeferredDomains() []string

func (*ServiceComplianceCheckOutput) GetDescriptorChecksum

func (x *ServiceComplianceCheckOutput) GetDescriptorChecksum() string

func (*ServiceComplianceCheckOutput) GetLiveServiceDisabled

func (x *ServiceComplianceCheckOutput) GetLiveServiceDisabled() bool

func (*ServiceComplianceCheckOutput) GetManifestDigest

func (x *ServiceComplianceCheckOutput) GetManifestDigest() string

func (*ServiceComplianceCheckOutput) GetMode

func (x *ServiceComplianceCheckOutput) GetMode() string

func (*ServiceComplianceCheckOutput) GetRequiredApprovals

func (x *ServiceComplianceCheckOutput) GetRequiredApprovals() []string

func (*ServiceComplianceCheckOutput) GetSelectedDomains

func (x *ServiceComplianceCheckOutput) GetSelectedDomains() []string

func (*ServiceComplianceCheckOutput) GetUpstreamTag

func (x *ServiceComplianceCheckOutput) GetUpstreamTag() string

func (*ServiceComplianceCheckOutput) ProtoMessage

func (*ServiceComplianceCheckOutput) ProtoMessage()

func (*ServiceComplianceCheckOutput) ProtoReflect

func (*ServiceComplianceCheckOutput) Reset

func (x *ServiceComplianceCheckOutput) Reset()

func (*ServiceComplianceCheckOutput) String

type ServiceContractCheckConfig

type ServiceContractCheckConfig struct {
	Mode string `protobuf:"bytes,1,opt,name=mode,proto3" json:"mode,omitempty"`
	// contains filtered or unexported fields
}

func (*ServiceContractCheckConfig) Descriptor deprecated

func (*ServiceContractCheckConfig) Descriptor() ([]byte, []int)

Deprecated: Use ServiceContractCheckConfig.ProtoReflect.Descriptor instead.

func (*ServiceContractCheckConfig) GetMode

func (x *ServiceContractCheckConfig) GetMode() string

func (*ServiceContractCheckConfig) ProtoMessage

func (*ServiceContractCheckConfig) ProtoMessage()

func (*ServiceContractCheckConfig) ProtoReflect

func (*ServiceContractCheckConfig) Reset

func (x *ServiceContractCheckConfig) Reset()

func (*ServiceContractCheckConfig) String

func (x *ServiceContractCheckConfig) String() string

type ServiceContractCheckInput

type ServiceContractCheckInput struct {
	Mode string `protobuf:"bytes,1,opt,name=mode,proto3" json:"mode,omitempty"`
	// contains filtered or unexported fields
}

func (*ServiceContractCheckInput) Descriptor deprecated

func (*ServiceContractCheckInput) Descriptor() ([]byte, []int)

Deprecated: Use ServiceContractCheckInput.ProtoReflect.Descriptor instead.

func (*ServiceContractCheckInput) GetMode

func (x *ServiceContractCheckInput) GetMode() string

func (*ServiceContractCheckInput) ProtoMessage

func (*ServiceContractCheckInput) ProtoMessage()

func (*ServiceContractCheckInput) ProtoReflect

func (*ServiceContractCheckInput) Reset

func (x *ServiceContractCheckInput) Reset()

func (*ServiceContractCheckInput) String

func (x *ServiceContractCheckInput) String() string

type ServiceContractCheckOutput

type ServiceContractCheckOutput struct {
	Mode                string   `protobuf:"bytes,1,opt,name=mode,proto3" json:"mode,omitempty"`
	UpstreamTag         string   `protobuf:"bytes,2,opt,name=upstream_tag,json=upstreamTag,proto3" json:"upstream_tag,omitempty"`
	DescriptorChecksum  string   `protobuf:"bytes,3,opt,name=descriptor_checksum,json=descriptorChecksum,proto3" json:"descriptor_checksum,omitempty"`
	SelectedDomains     []string `protobuf:"bytes,4,rep,name=selected_domains,json=selectedDomains,proto3" json:"selected_domains,omitempty"`
	LiveServiceDisabled bool     `protobuf:"varint,5,opt,name=live_service_disabled,json=liveServiceDisabled,proto3" json:"live_service_disabled,omitempty"`
	// contains filtered or unexported fields
}

func (*ServiceContractCheckOutput) Descriptor deprecated

func (*ServiceContractCheckOutput) Descriptor() ([]byte, []int)

Deprecated: Use ServiceContractCheckOutput.ProtoReflect.Descriptor instead.

func (*ServiceContractCheckOutput) GetDescriptorChecksum

func (x *ServiceContractCheckOutput) GetDescriptorChecksum() string

func (*ServiceContractCheckOutput) GetLiveServiceDisabled

func (x *ServiceContractCheckOutput) GetLiveServiceDisabled() bool

func (*ServiceContractCheckOutput) GetMode

func (x *ServiceContractCheckOutput) GetMode() string

func (*ServiceContractCheckOutput) GetSelectedDomains

func (x *ServiceContractCheckOutput) GetSelectedDomains() []string

func (*ServiceContractCheckOutput) GetUpstreamTag

func (x *ServiceContractCheckOutput) GetUpstreamTag() string

func (*ServiceContractCheckOutput) ProtoMessage

func (*ServiceContractCheckOutput) ProtoMessage()

func (*ServiceContractCheckOutput) ProtoReflect

func (*ServiceContractCheckOutput) Reset

func (x *ServiceContractCheckOutput) Reset()

func (*ServiceContractCheckOutput) String

func (x *ServiceContractCheckOutput) String() string

type ServiceEnvelopeTriggerConfig

type ServiceEnvelopeTriggerConfig struct {
	SourceRef   string `protobuf:"bytes,1,opt,name=source_ref,json=sourceRef,proto3" json:"source_ref,omitempty"`
	BoundaryRef string `protobuf:"bytes,2,opt,name=boundary_ref,json=boundaryRef,proto3" json:"boundary_ref,omitempty"`
	// contains filtered or unexported fields
}

func (*ServiceEnvelopeTriggerConfig) Descriptor deprecated

func (*ServiceEnvelopeTriggerConfig) Descriptor() ([]byte, []int)

Deprecated: Use ServiceEnvelopeTriggerConfig.ProtoReflect.Descriptor instead.

func (*ServiceEnvelopeTriggerConfig) GetBoundaryRef

func (x *ServiceEnvelopeTriggerConfig) GetBoundaryRef() string

func (*ServiceEnvelopeTriggerConfig) GetSourceRef

func (x *ServiceEnvelopeTriggerConfig) GetSourceRef() string

func (*ServiceEnvelopeTriggerConfig) ProtoMessage

func (*ServiceEnvelopeTriggerConfig) ProtoMessage()

func (*ServiceEnvelopeTriggerConfig) ProtoReflect

func (*ServiceEnvelopeTriggerConfig) Reset

func (x *ServiceEnvelopeTriggerConfig) Reset()

func (*ServiceEnvelopeTriggerConfig) String

type ServiceLiveSubmitConfig

type ServiceLiveSubmitConfig struct {
	TransportRef       string           `protobuf:"bytes,1,opt,name=transport_ref,json=transportRef,proto3" json:"transport_ref,omitempty"`
	Mode               string           `protobuf:"bytes,2,opt,name=mode,proto3" json:"mode,omitempty"`
	SandboxEndpoint    string           `protobuf:"bytes,3,opt,name=sandbox_endpoint,json=sandboxEndpoint,proto3" json:"sandbox_endpoint,omitempty"`
	AccountRef         string           `protobuf:"bytes,4,opt,name=account_ref,json=accountRef,proto3" json:"account_ref,omitempty"`
	ExpiredCredentials bool             `protobuf:"varint,5,opt,name=expired_credentials,json=expiredCredentials,proto3" json:"expired_credentials,omitempty"`
	Approval           *ApprovalPackage `protobuf:"bytes,6,opt,name=approval,proto3" json:"approval,omitempty"`
	// contains filtered or unexported fields
}

func (*ServiceLiveSubmitConfig) Descriptor deprecated

func (*ServiceLiveSubmitConfig) Descriptor() ([]byte, []int)

Deprecated: Use ServiceLiveSubmitConfig.ProtoReflect.Descriptor instead.

func (*ServiceLiveSubmitConfig) GetAccountRef

func (x *ServiceLiveSubmitConfig) GetAccountRef() string

func (*ServiceLiveSubmitConfig) GetApproval

func (x *ServiceLiveSubmitConfig) GetApproval() *ApprovalPackage

func (*ServiceLiveSubmitConfig) GetExpiredCredentials

func (x *ServiceLiveSubmitConfig) GetExpiredCredentials() bool

func (*ServiceLiveSubmitConfig) GetMode

func (x *ServiceLiveSubmitConfig) GetMode() string

func (*ServiceLiveSubmitConfig) GetSandboxEndpoint

func (x *ServiceLiveSubmitConfig) GetSandboxEndpoint() string

func (*ServiceLiveSubmitConfig) GetTransportRef

func (x *ServiceLiveSubmitConfig) GetTransportRef() string

func (*ServiceLiveSubmitConfig) ProtoMessage

func (*ServiceLiveSubmitConfig) ProtoMessage()

func (*ServiceLiveSubmitConfig) ProtoReflect

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

func (*ServiceLiveSubmitConfig) Reset

func (x *ServiceLiveSubmitConfig) Reset()

func (*ServiceLiveSubmitConfig) String

func (x *ServiceLiveSubmitConfig) String() string

type ServiceLiveSubmitInput

type ServiceLiveSubmitInput struct {
	TransportRef         string           `protobuf:"bytes,1,opt,name=transport_ref,json=transportRef,proto3" json:"transport_ref,omitempty"`
	Mode                 string           `protobuf:"bytes,2,opt,name=mode,proto3" json:"mode,omitempty"`
	SandboxEndpoint      string           `protobuf:"bytes,3,opt,name=sandbox_endpoint,json=sandboxEndpoint,proto3" json:"sandbox_endpoint,omitempty"`
	Operation            string           `protobuf:"bytes,4,opt,name=operation,proto3" json:"operation,omitempty"`
	AccountRef           string           `protobuf:"bytes,5,opt,name=account_ref,json=accountRef,proto3" json:"account_ref,omitempty"`
	DeviceRef            string           `protobuf:"bytes,6,opt,name=device_ref,json=deviceRef,proto3" json:"device_ref,omitempty"`
	CustodyRef           string           `protobuf:"bytes,7,opt,name=custody_ref,json=custodyRef,proto3" json:"custody_ref,omitempty"`
	IdempotencyKey       string           `protobuf:"bytes,8,opt,name=idempotency_key,json=idempotencyKey,proto3" json:"idempotency_key,omitempty"`
	Username             string           `protobuf:"bytes,9,opt,name=username,proto3" json:"username,omitempty"`
	LinkCodeRef          string           `protobuf:"bytes,10,opt,name=link_code_ref,json=linkCodeRef,proto3" json:"link_code_ref,omitempty"`
	RecipientRef         string           `protobuf:"bytes,11,opt,name=recipient_ref,json=recipientRef,proto3" json:"recipient_ref,omitempty"`
	PayloadRef           string           `protobuf:"bytes,12,opt,name=payload_ref,json=payloadRef,proto3" json:"payload_ref,omitempty"`
	CursorRef            string           `protobuf:"bytes,13,opt,name=cursor_ref,json=cursorRef,proto3" json:"cursor_ref,omitempty"`
	BackupRef            string           `protobuf:"bytes,14,opt,name=backup_ref,json=backupRef,proto3" json:"backup_ref,omitempty"`
	BackupId             string           `protobuf:"bytes,15,opt,name=backup_id,json=backupId,proto3" json:"backup_id,omitempty"`
	ChallengeRef         string           `protobuf:"bytes,16,opt,name=challenge_ref,json=challengeRef,proto3" json:"challenge_ref,omitempty"`
	ChallengeResponseRef string           `protobuf:"bytes,17,opt,name=challenge_response_ref,json=challengeResponseRef,proto3" json:"challenge_response_ref,omitempty"`
	ConsentRef           string           `protobuf:"bytes,18,opt,name=consent_ref,json=consentRef,proto3" json:"consent_ref,omitempty"`
	AuditRef             string           `protobuf:"bytes,19,opt,name=audit_ref,json=auditRef,proto3" json:"audit_ref,omitempty"`
	CredentialRef        string           `protobuf:"bytes,20,opt,name=credential_ref,json=credentialRef,proto3" json:"credential_ref,omitempty"`
	NonExportableKeyRef  string           `protobuf:"bytes,21,opt,name=non_exportable_key_ref,json=nonExportableKeyRef,proto3" json:"non_exportable_key_ref,omitempty"`
	ExpiredCredentials   bool             `protobuf:"varint,22,opt,name=expired_credentials,json=expiredCredentials,proto3" json:"expired_credentials,omitempty"`
	Approval             *ApprovalPackage `protobuf:"bytes,23,opt,name=approval,proto3" json:"approval,omitempty"`
	// contains filtered or unexported fields
}

func (*ServiceLiveSubmitInput) Descriptor deprecated

func (*ServiceLiveSubmitInput) Descriptor() ([]byte, []int)

Deprecated: Use ServiceLiveSubmitInput.ProtoReflect.Descriptor instead.

func (*ServiceLiveSubmitInput) GetAccountRef

func (x *ServiceLiveSubmitInput) GetAccountRef() string

func (*ServiceLiveSubmitInput) GetApproval

func (x *ServiceLiveSubmitInput) GetApproval() *ApprovalPackage

func (*ServiceLiveSubmitInput) GetAuditRef

func (x *ServiceLiveSubmitInput) GetAuditRef() string

func (*ServiceLiveSubmitInput) GetBackupId

func (x *ServiceLiveSubmitInput) GetBackupId() string

func (*ServiceLiveSubmitInput) GetBackupRef

func (x *ServiceLiveSubmitInput) GetBackupRef() string

func (*ServiceLiveSubmitInput) GetChallengeRef

func (x *ServiceLiveSubmitInput) GetChallengeRef() string

func (*ServiceLiveSubmitInput) GetChallengeResponseRef

func (x *ServiceLiveSubmitInput) GetChallengeResponseRef() string

func (*ServiceLiveSubmitInput) GetConsentRef

func (x *ServiceLiveSubmitInput) GetConsentRef() string

func (*ServiceLiveSubmitInput) GetCredentialRef

func (x *ServiceLiveSubmitInput) GetCredentialRef() string

func (*ServiceLiveSubmitInput) GetCursorRef

func (x *ServiceLiveSubmitInput) GetCursorRef() string

func (*ServiceLiveSubmitInput) GetCustodyRef

func (x *ServiceLiveSubmitInput) GetCustodyRef() string

func (*ServiceLiveSubmitInput) GetDeviceRef

func (x *ServiceLiveSubmitInput) GetDeviceRef() string

func (*ServiceLiveSubmitInput) GetExpiredCredentials

func (x *ServiceLiveSubmitInput) GetExpiredCredentials() bool

func (*ServiceLiveSubmitInput) GetIdempotencyKey

func (x *ServiceLiveSubmitInput) GetIdempotencyKey() string

func (*ServiceLiveSubmitInput) GetLinkCodeRef

func (x *ServiceLiveSubmitInput) GetLinkCodeRef() string

func (*ServiceLiveSubmitInput) GetMode

func (x *ServiceLiveSubmitInput) GetMode() string

func (*ServiceLiveSubmitInput) GetNonExportableKeyRef

func (x *ServiceLiveSubmitInput) GetNonExportableKeyRef() string

func (*ServiceLiveSubmitInput) GetOperation

func (x *ServiceLiveSubmitInput) GetOperation() string

func (*ServiceLiveSubmitInput) GetPayloadRef

func (x *ServiceLiveSubmitInput) GetPayloadRef() string

func (*ServiceLiveSubmitInput) GetRecipientRef

func (x *ServiceLiveSubmitInput) GetRecipientRef() string

func (*ServiceLiveSubmitInput) GetSandboxEndpoint

func (x *ServiceLiveSubmitInput) GetSandboxEndpoint() string

func (*ServiceLiveSubmitInput) GetTransportRef

func (x *ServiceLiveSubmitInput) GetTransportRef() string

func (*ServiceLiveSubmitInput) GetUsername

func (x *ServiceLiveSubmitInput) GetUsername() string

func (*ServiceLiveSubmitInput) ProtoMessage

func (*ServiceLiveSubmitInput) ProtoMessage()

func (*ServiceLiveSubmitInput) ProtoReflect

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

func (*ServiceLiveSubmitInput) Reset

func (x *ServiceLiveSubmitInput) Reset()

func (*ServiceLiveSubmitInput) String

func (x *ServiceLiveSubmitInput) String() string

type ServicePolicyCheckConfig

type ServicePolicyCheckConfig struct {
	Mode             string   `protobuf:"bytes,1,opt,name=mode,proto3" json:"mode,omitempty"`
	Approvals        []string `protobuf:"bytes,2,rep,name=approvals,proto3" json:"approvals,omitempty"`
	RequestedActions []string `protobuf:"bytes,3,rep,name=requested_actions,json=requestedActions,proto3" json:"requested_actions,omitempty"`
	// contains filtered or unexported fields
}

func (*ServicePolicyCheckConfig) Descriptor deprecated

func (*ServicePolicyCheckConfig) Descriptor() ([]byte, []int)

Deprecated: Use ServicePolicyCheckConfig.ProtoReflect.Descriptor instead.

func (*ServicePolicyCheckConfig) GetApprovals

func (x *ServicePolicyCheckConfig) GetApprovals() []string

func (*ServicePolicyCheckConfig) GetMode

func (x *ServicePolicyCheckConfig) GetMode() string

func (*ServicePolicyCheckConfig) GetRequestedActions

func (x *ServicePolicyCheckConfig) GetRequestedActions() []string

func (*ServicePolicyCheckConfig) ProtoMessage

func (*ServicePolicyCheckConfig) ProtoMessage()

func (*ServicePolicyCheckConfig) ProtoReflect

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

func (*ServicePolicyCheckConfig) Reset

func (x *ServicePolicyCheckConfig) Reset()

func (*ServicePolicyCheckConfig) String

func (x *ServicePolicyCheckConfig) String() string

type ServicePolicyCheckInput

type ServicePolicyCheckInput struct {
	Mode             string   `protobuf:"bytes,1,opt,name=mode,proto3" json:"mode,omitempty"`
	Approvals        []string `protobuf:"bytes,2,rep,name=approvals,proto3" json:"approvals,omitempty"`
	RequestedActions []string `protobuf:"bytes,3,rep,name=requested_actions,json=requestedActions,proto3" json:"requested_actions,omitempty"`
	// contains filtered or unexported fields
}

func (*ServicePolicyCheckInput) Descriptor deprecated

func (*ServicePolicyCheckInput) Descriptor() ([]byte, []int)

Deprecated: Use ServicePolicyCheckInput.ProtoReflect.Descriptor instead.

func (*ServicePolicyCheckInput) GetApprovals

func (x *ServicePolicyCheckInput) GetApprovals() []string

func (*ServicePolicyCheckInput) GetMode

func (x *ServicePolicyCheckInput) GetMode() string

func (*ServicePolicyCheckInput) GetRequestedActions

func (x *ServicePolicyCheckInput) GetRequestedActions() []string

func (*ServicePolicyCheckInput) ProtoMessage

func (*ServicePolicyCheckInput) ProtoMessage()

func (*ServicePolicyCheckInput) ProtoReflect

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

func (*ServicePolicyCheckInput) Reset

func (x *ServicePolicyCheckInput) Reset()

func (*ServicePolicyCheckInput) String

func (x *ServicePolicyCheckInput) String() string

type ServicePolicyCheckOutput

type ServicePolicyCheckOutput struct {
	Mode                 string   `protobuf:"bytes,1,opt,name=mode,proto3" json:"mode,omitempty"`
	Approved             bool     `protobuf:"varint,2,opt,name=approved,proto3" json:"approved,omitempty"`
	LiveServiceDisabled  bool     `protobuf:"varint,3,opt,name=live_service_disabled,json=liveServiceDisabled,proto3" json:"live_service_disabled,omitempty"`
	LiveTransportAllowed bool     `protobuf:"varint,4,opt,name=live_transport_allowed,json=liveTransportAllowed,proto3" json:"live_transport_allowed,omitempty"`
	RequiredApprovals    []string `protobuf:"bytes,5,rep,name=required_approvals,json=requiredApprovals,proto3" json:"required_approvals,omitempty"`
	MissingApprovals     []string `protobuf:"bytes,6,rep,name=missing_approvals,json=missingApprovals,proto3" json:"missing_approvals,omitempty"`
	BlockedActions       []string `protobuf:"bytes,7,rep,name=blocked_actions,json=blockedActions,proto3" json:"blocked_actions,omitempty"`
	// contains filtered or unexported fields
}

func (*ServicePolicyCheckOutput) Descriptor deprecated

func (*ServicePolicyCheckOutput) Descriptor() ([]byte, []int)

Deprecated: Use ServicePolicyCheckOutput.ProtoReflect.Descriptor instead.

func (*ServicePolicyCheckOutput) GetApproved

func (x *ServicePolicyCheckOutput) GetApproved() bool

func (*ServicePolicyCheckOutput) GetBlockedActions

func (x *ServicePolicyCheckOutput) GetBlockedActions() []string

func (*ServicePolicyCheckOutput) GetLiveServiceDisabled

func (x *ServicePolicyCheckOutput) GetLiveServiceDisabled() bool

func (*ServicePolicyCheckOutput) GetLiveTransportAllowed

func (x *ServicePolicyCheckOutput) GetLiveTransportAllowed() bool

func (*ServicePolicyCheckOutput) GetMissingApprovals

func (x *ServicePolicyCheckOutput) GetMissingApprovals() []string

func (*ServicePolicyCheckOutput) GetMode

func (x *ServicePolicyCheckOutput) GetMode() string

func (*ServicePolicyCheckOutput) GetRequiredApprovals

func (x *ServicePolicyCheckOutput) GetRequiredApprovals() []string

func (*ServicePolicyCheckOutput) ProtoMessage

func (*ServicePolicyCheckOutput) ProtoMessage()

func (*ServicePolicyCheckOutput) ProtoReflect

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

func (*ServicePolicyCheckOutput) Reset

func (x *ServicePolicyCheckOutput) Reset()

func (*ServicePolicyCheckOutput) String

func (x *ServicePolicyCheckOutput) String() string

type ServiceSubmitOutput

type ServiceSubmitOutput struct {
	TransportRef        string            `protobuf:"bytes,1,opt,name=transport_ref,json=transportRef,proto3" json:"transport_ref,omitempty"`
	TransportMode       string            `protobuf:"bytes,2,opt,name=transport_mode,json=transportMode,proto3" json:"transport_mode,omitempty"`
	Operation           string            `protobuf:"bytes,3,opt,name=operation,proto3" json:"operation,omitempty"`
	AccountRef          string            `protobuf:"bytes,4,opt,name=account_ref,json=accountRef,proto3" json:"account_ref,omitempty"`
	DeviceRef           string            `protobuf:"bytes,5,opt,name=device_ref,json=deviceRef,proto3" json:"device_ref,omitempty"`
	RequestId           string            `protobuf:"bytes,6,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	Status              string            `protobuf:"bytes,7,opt,name=status,proto3" json:"status,omitempty"`
	ChallengeRef        string            `protobuf:"bytes,8,opt,name=challenge_ref,json=challengeRef,proto3" json:"challenge_ref,omitempty"`
	SecretRefs          map[string]string `` /* 165-byte string literal not displayed */
	CredentialRef       string            `protobuf:"bytes,10,opt,name=credential_ref,json=credentialRef,proto3" json:"credential_ref,omitempty"`
	AuditRef            string            `protobuf:"bytes,11,opt,name=audit_ref,json=auditRef,proto3" json:"audit_ref,omitempty"`
	LiveEgressAttempted bool              `protobuf:"varint,12,opt,name=live_egress_attempted,json=liveEgressAttempted,proto3" json:"live_egress_attempted,omitempty"`
	DeniedReasons       []string          `protobuf:"bytes,13,rep,name=denied_reasons,json=deniedReasons,proto3" json:"denied_reasons,omitempty"`
	// contains filtered or unexported fields
}

func (*ServiceSubmitOutput) Descriptor deprecated

func (*ServiceSubmitOutput) Descriptor() ([]byte, []int)

Deprecated: Use ServiceSubmitOutput.ProtoReflect.Descriptor instead.

func (*ServiceSubmitOutput) GetAccountRef

func (x *ServiceSubmitOutput) GetAccountRef() string

func (*ServiceSubmitOutput) GetAuditRef

func (x *ServiceSubmitOutput) GetAuditRef() string

func (*ServiceSubmitOutput) GetChallengeRef

func (x *ServiceSubmitOutput) GetChallengeRef() string

func (*ServiceSubmitOutput) GetCredentialRef

func (x *ServiceSubmitOutput) GetCredentialRef() string

func (*ServiceSubmitOutput) GetDeniedReasons

func (x *ServiceSubmitOutput) GetDeniedReasons() []string

func (*ServiceSubmitOutput) GetDeviceRef

func (x *ServiceSubmitOutput) GetDeviceRef() string

func (*ServiceSubmitOutput) GetLiveEgressAttempted

func (x *ServiceSubmitOutput) GetLiveEgressAttempted() bool

func (*ServiceSubmitOutput) GetOperation

func (x *ServiceSubmitOutput) GetOperation() string

func (*ServiceSubmitOutput) GetRequestId

func (x *ServiceSubmitOutput) GetRequestId() string

func (*ServiceSubmitOutput) GetSecretRefs

func (x *ServiceSubmitOutput) GetSecretRefs() map[string]string

func (*ServiceSubmitOutput) GetStatus

func (x *ServiceSubmitOutput) GetStatus() string

func (*ServiceSubmitOutput) GetTransportMode

func (x *ServiceSubmitOutput) GetTransportMode() string

func (*ServiceSubmitOutput) GetTransportRef

func (x *ServiceSubmitOutput) GetTransportRef() string

func (*ServiceSubmitOutput) ProtoMessage

func (*ServiceSubmitOutput) ProtoMessage()

func (*ServiceSubmitOutput) ProtoReflect

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

func (*ServiceSubmitOutput) Reset

func (x *ServiceSubmitOutput) Reset()

func (*ServiceSubmitOutput) String

func (x *ServiceSubmitOutput) String() string

type ServiceTestBackupDownloadConfig

type ServiceTestBackupDownloadConfig struct {
	AccountRef         string `protobuf:"bytes,1,opt,name=account_ref,json=accountRef,proto3" json:"account_ref,omitempty"`
	ExpiredCredentials bool   `protobuf:"varint,2,opt,name=expired_credentials,json=expiredCredentials,proto3" json:"expired_credentials,omitempty"`
	// contains filtered or unexported fields
}

func (*ServiceTestBackupDownloadConfig) Descriptor deprecated

func (*ServiceTestBackupDownloadConfig) Descriptor() ([]byte, []int)

Deprecated: Use ServiceTestBackupDownloadConfig.ProtoReflect.Descriptor instead.

func (*ServiceTestBackupDownloadConfig) GetAccountRef

func (x *ServiceTestBackupDownloadConfig) GetAccountRef() string

func (*ServiceTestBackupDownloadConfig) GetExpiredCredentials

func (x *ServiceTestBackupDownloadConfig) GetExpiredCredentials() bool

func (*ServiceTestBackupDownloadConfig) ProtoMessage

func (*ServiceTestBackupDownloadConfig) ProtoMessage()

func (*ServiceTestBackupDownloadConfig) ProtoReflect

func (*ServiceTestBackupDownloadConfig) Reset

func (*ServiceTestBackupDownloadConfig) String

type ServiceTestBackupDownloadInput

type ServiceTestBackupDownloadInput struct {
	AccountRef          string `protobuf:"bytes,1,opt,name=account_ref,json=accountRef,proto3" json:"account_ref,omitempty"`
	DeviceRef           string `protobuf:"bytes,2,opt,name=device_ref,json=deviceRef,proto3" json:"device_ref,omitempty"`
	CustodyRef          string `protobuf:"bytes,3,opt,name=custody_ref,json=custodyRef,proto3" json:"custody_ref,omitempty"`
	IdempotencyKey      string `protobuf:"bytes,4,opt,name=idempotency_key,json=idempotencyKey,proto3" json:"idempotency_key,omitempty"`
	BackupId            string `protobuf:"bytes,5,opt,name=backup_id,json=backupId,proto3" json:"backup_id,omitempty"`
	ConsentRef          string `protobuf:"bytes,6,opt,name=consent_ref,json=consentRef,proto3" json:"consent_ref,omitempty"`
	AuditRef            string `protobuf:"bytes,7,opt,name=audit_ref,json=auditRef,proto3" json:"audit_ref,omitempty"`
	CredentialRef       string `protobuf:"bytes,8,opt,name=credential_ref,json=credentialRef,proto3" json:"credential_ref,omitempty"`
	NonExportableKeyRef string `protobuf:"bytes,9,opt,name=non_exportable_key_ref,json=nonExportableKeyRef,proto3" json:"non_exportable_key_ref,omitempty"`
	ChallengeRef        string `protobuf:"bytes,10,opt,name=challenge_ref,json=challengeRef,proto3" json:"challenge_ref,omitempty"`
	ExpiredCredentials  bool   `protobuf:"varint,11,opt,name=expired_credentials,json=expiredCredentials,proto3" json:"expired_credentials,omitempty"`
	// contains filtered or unexported fields
}

func (*ServiceTestBackupDownloadInput) Descriptor deprecated

func (*ServiceTestBackupDownloadInput) Descriptor() ([]byte, []int)

Deprecated: Use ServiceTestBackupDownloadInput.ProtoReflect.Descriptor instead.

func (*ServiceTestBackupDownloadInput) GetAccountRef

func (x *ServiceTestBackupDownloadInput) GetAccountRef() string

func (*ServiceTestBackupDownloadInput) GetAuditRef

func (x *ServiceTestBackupDownloadInput) GetAuditRef() string

func (*ServiceTestBackupDownloadInput) GetBackupId

func (x *ServiceTestBackupDownloadInput) GetBackupId() string

func (*ServiceTestBackupDownloadInput) GetChallengeRef

func (x *ServiceTestBackupDownloadInput) GetChallengeRef() string

func (*ServiceTestBackupDownloadInput) GetConsentRef

func (x *ServiceTestBackupDownloadInput) GetConsentRef() string

func (*ServiceTestBackupDownloadInput) GetCredentialRef

func (x *ServiceTestBackupDownloadInput) GetCredentialRef() string

func (*ServiceTestBackupDownloadInput) GetCustodyRef

func (x *ServiceTestBackupDownloadInput) GetCustodyRef() string

func (*ServiceTestBackupDownloadInput) GetDeviceRef

func (x *ServiceTestBackupDownloadInput) GetDeviceRef() string

func (*ServiceTestBackupDownloadInput) GetExpiredCredentials

func (x *ServiceTestBackupDownloadInput) GetExpiredCredentials() bool

func (*ServiceTestBackupDownloadInput) GetIdempotencyKey

func (x *ServiceTestBackupDownloadInput) GetIdempotencyKey() string

func (*ServiceTestBackupDownloadInput) GetNonExportableKeyRef

func (x *ServiceTestBackupDownloadInput) GetNonExportableKeyRef() string

func (*ServiceTestBackupDownloadInput) ProtoMessage

func (*ServiceTestBackupDownloadInput) ProtoMessage()

func (*ServiceTestBackupDownloadInput) ProtoReflect

func (*ServiceTestBackupDownloadInput) Reset

func (x *ServiceTestBackupDownloadInput) Reset()

func (*ServiceTestBackupDownloadInput) String

type ServiceTestBackupUploadConfig

type ServiceTestBackupUploadConfig struct {
	AccountRef         string `protobuf:"bytes,1,opt,name=account_ref,json=accountRef,proto3" json:"account_ref,omitempty"`
	ExpiredCredentials bool   `protobuf:"varint,2,opt,name=expired_credentials,json=expiredCredentials,proto3" json:"expired_credentials,omitempty"`
	// contains filtered or unexported fields
}

func (*ServiceTestBackupUploadConfig) Descriptor deprecated

func (*ServiceTestBackupUploadConfig) Descriptor() ([]byte, []int)

Deprecated: Use ServiceTestBackupUploadConfig.ProtoReflect.Descriptor instead.

func (*ServiceTestBackupUploadConfig) GetAccountRef

func (x *ServiceTestBackupUploadConfig) GetAccountRef() string

func (*ServiceTestBackupUploadConfig) GetExpiredCredentials

func (x *ServiceTestBackupUploadConfig) GetExpiredCredentials() bool

func (*ServiceTestBackupUploadConfig) ProtoMessage

func (*ServiceTestBackupUploadConfig) ProtoMessage()

func (*ServiceTestBackupUploadConfig) ProtoReflect

func (*ServiceTestBackupUploadConfig) Reset

func (x *ServiceTestBackupUploadConfig) Reset()

func (*ServiceTestBackupUploadConfig) String

type ServiceTestBackupUploadInput

type ServiceTestBackupUploadInput struct {
	AccountRef          string `protobuf:"bytes,1,opt,name=account_ref,json=accountRef,proto3" json:"account_ref,omitempty"`
	DeviceRef           string `protobuf:"bytes,2,opt,name=device_ref,json=deviceRef,proto3" json:"device_ref,omitempty"`
	CustodyRef          string `protobuf:"bytes,3,opt,name=custody_ref,json=custodyRef,proto3" json:"custody_ref,omitempty"`
	IdempotencyKey      string `protobuf:"bytes,4,opt,name=idempotency_key,json=idempotencyKey,proto3" json:"idempotency_key,omitempty"`
	BackupRef           string `protobuf:"bytes,5,opt,name=backup_ref,json=backupRef,proto3" json:"backup_ref,omitempty"`
	ConsentRef          string `protobuf:"bytes,6,opt,name=consent_ref,json=consentRef,proto3" json:"consent_ref,omitempty"`
	AuditRef            string `protobuf:"bytes,7,opt,name=audit_ref,json=auditRef,proto3" json:"audit_ref,omitempty"`
	CredentialRef       string `protobuf:"bytes,8,opt,name=credential_ref,json=credentialRef,proto3" json:"credential_ref,omitempty"`
	NonExportableKeyRef string `protobuf:"bytes,9,opt,name=non_exportable_key_ref,json=nonExportableKeyRef,proto3" json:"non_exportable_key_ref,omitempty"`
	ChallengeRef        string `protobuf:"bytes,10,opt,name=challenge_ref,json=challengeRef,proto3" json:"challenge_ref,omitempty"`
	ExpiredCredentials  bool   `protobuf:"varint,11,opt,name=expired_credentials,json=expiredCredentials,proto3" json:"expired_credentials,omitempty"`
	// contains filtered or unexported fields
}

func (*ServiceTestBackupUploadInput) Descriptor deprecated

func (*ServiceTestBackupUploadInput) Descriptor() ([]byte, []int)

Deprecated: Use ServiceTestBackupUploadInput.ProtoReflect.Descriptor instead.

func (*ServiceTestBackupUploadInput) GetAccountRef

func (x *ServiceTestBackupUploadInput) GetAccountRef() string

func (*ServiceTestBackupUploadInput) GetAuditRef

func (x *ServiceTestBackupUploadInput) GetAuditRef() string

func (*ServiceTestBackupUploadInput) GetBackupRef

func (x *ServiceTestBackupUploadInput) GetBackupRef() string

func (*ServiceTestBackupUploadInput) GetChallengeRef

func (x *ServiceTestBackupUploadInput) GetChallengeRef() string

func (*ServiceTestBackupUploadInput) GetConsentRef

func (x *ServiceTestBackupUploadInput) GetConsentRef() string

func (*ServiceTestBackupUploadInput) GetCredentialRef

func (x *ServiceTestBackupUploadInput) GetCredentialRef() string

func (*ServiceTestBackupUploadInput) GetCustodyRef

func (x *ServiceTestBackupUploadInput) GetCustodyRef() string

func (*ServiceTestBackupUploadInput) GetDeviceRef

func (x *ServiceTestBackupUploadInput) GetDeviceRef() string

func (*ServiceTestBackupUploadInput) GetExpiredCredentials

func (x *ServiceTestBackupUploadInput) GetExpiredCredentials() bool

func (*ServiceTestBackupUploadInput) GetIdempotencyKey

func (x *ServiceTestBackupUploadInput) GetIdempotencyKey() string

func (*ServiceTestBackupUploadInput) GetNonExportableKeyRef

func (x *ServiceTestBackupUploadInput) GetNonExportableKeyRef() string

func (*ServiceTestBackupUploadInput) ProtoMessage

func (*ServiceTestBackupUploadInput) ProtoMessage()

func (*ServiceTestBackupUploadInput) ProtoReflect

func (*ServiceTestBackupUploadInput) Reset

func (x *ServiceTestBackupUploadInput) Reset()

func (*ServiceTestBackupUploadInput) String

type ServiceTestLinkDeviceConfig

type ServiceTestLinkDeviceConfig struct {
	AccountRef         string `protobuf:"bytes,1,opt,name=account_ref,json=accountRef,proto3" json:"account_ref,omitempty"`
	ExpiredCredentials bool   `protobuf:"varint,2,opt,name=expired_credentials,json=expiredCredentials,proto3" json:"expired_credentials,omitempty"`
	// contains filtered or unexported fields
}

func (*ServiceTestLinkDeviceConfig) Descriptor deprecated

func (*ServiceTestLinkDeviceConfig) Descriptor() ([]byte, []int)

Deprecated: Use ServiceTestLinkDeviceConfig.ProtoReflect.Descriptor instead.

func (*ServiceTestLinkDeviceConfig) GetAccountRef

func (x *ServiceTestLinkDeviceConfig) GetAccountRef() string

func (*ServiceTestLinkDeviceConfig) GetExpiredCredentials

func (x *ServiceTestLinkDeviceConfig) GetExpiredCredentials() bool

func (*ServiceTestLinkDeviceConfig) ProtoMessage

func (*ServiceTestLinkDeviceConfig) ProtoMessage()

func (*ServiceTestLinkDeviceConfig) ProtoReflect

func (*ServiceTestLinkDeviceConfig) Reset

func (x *ServiceTestLinkDeviceConfig) Reset()

func (*ServiceTestLinkDeviceConfig) String

func (x *ServiceTestLinkDeviceConfig) String() string

type ServiceTestLinkDeviceInput

type ServiceTestLinkDeviceInput struct {
	AccountRef          string `protobuf:"bytes,1,opt,name=account_ref,json=accountRef,proto3" json:"account_ref,omitempty"`
	DeviceRef           string `protobuf:"bytes,2,opt,name=device_ref,json=deviceRef,proto3" json:"device_ref,omitempty"`
	CustodyRef          string `protobuf:"bytes,3,opt,name=custody_ref,json=custodyRef,proto3" json:"custody_ref,omitempty"`
	IdempotencyKey      string `protobuf:"bytes,4,opt,name=idempotency_key,json=idempotencyKey,proto3" json:"idempotency_key,omitempty"`
	LinkCodeRef         string `protobuf:"bytes,5,opt,name=link_code_ref,json=linkCodeRef,proto3" json:"link_code_ref,omitempty"`
	ConsentRef          string `protobuf:"bytes,6,opt,name=consent_ref,json=consentRef,proto3" json:"consent_ref,omitempty"`
	AuditRef            string `protobuf:"bytes,7,opt,name=audit_ref,json=auditRef,proto3" json:"audit_ref,omitempty"`
	CredentialRef       string `protobuf:"bytes,8,opt,name=credential_ref,json=credentialRef,proto3" json:"credential_ref,omitempty"`
	NonExportableKeyRef string `protobuf:"bytes,9,opt,name=non_exportable_key_ref,json=nonExportableKeyRef,proto3" json:"non_exportable_key_ref,omitempty"`
	ChallengeRef        string `protobuf:"bytes,10,opt,name=challenge_ref,json=challengeRef,proto3" json:"challenge_ref,omitempty"`
	ExpiredCredentials  bool   `protobuf:"varint,11,opt,name=expired_credentials,json=expiredCredentials,proto3" json:"expired_credentials,omitempty"`
	// contains filtered or unexported fields
}

func (*ServiceTestLinkDeviceInput) Descriptor deprecated

func (*ServiceTestLinkDeviceInput) Descriptor() ([]byte, []int)

Deprecated: Use ServiceTestLinkDeviceInput.ProtoReflect.Descriptor instead.

func (*ServiceTestLinkDeviceInput) GetAccountRef

func (x *ServiceTestLinkDeviceInput) GetAccountRef() string

func (*ServiceTestLinkDeviceInput) GetAuditRef

func (x *ServiceTestLinkDeviceInput) GetAuditRef() string

func (*ServiceTestLinkDeviceInput) GetChallengeRef

func (x *ServiceTestLinkDeviceInput) GetChallengeRef() string

func (*ServiceTestLinkDeviceInput) GetConsentRef

func (x *ServiceTestLinkDeviceInput) GetConsentRef() string

func (*ServiceTestLinkDeviceInput) GetCredentialRef

func (x *ServiceTestLinkDeviceInput) GetCredentialRef() string

func (*ServiceTestLinkDeviceInput) GetCustodyRef

func (x *ServiceTestLinkDeviceInput) GetCustodyRef() string

func (*ServiceTestLinkDeviceInput) GetDeviceRef

func (x *ServiceTestLinkDeviceInput) GetDeviceRef() string

func (*ServiceTestLinkDeviceInput) GetExpiredCredentials

func (x *ServiceTestLinkDeviceInput) GetExpiredCredentials() bool

func (*ServiceTestLinkDeviceInput) GetIdempotencyKey

func (x *ServiceTestLinkDeviceInput) GetIdempotencyKey() string

func (*ServiceTestLinkDeviceInput) GetLinkCodeRef

func (x *ServiceTestLinkDeviceInput) GetLinkCodeRef() string

func (*ServiceTestLinkDeviceInput) GetNonExportableKeyRef

func (x *ServiceTestLinkDeviceInput) GetNonExportableKeyRef() string

func (*ServiceTestLinkDeviceInput) ProtoMessage

func (*ServiceTestLinkDeviceInput) ProtoMessage()

func (*ServiceTestLinkDeviceInput) ProtoReflect

func (*ServiceTestLinkDeviceInput) Reset

func (x *ServiceTestLinkDeviceInput) Reset()

func (*ServiceTestLinkDeviceInput) String

func (x *ServiceTestLinkDeviceInput) String() string

type ServiceTestOutput

type ServiceTestOutput struct {
	AccountRef    string            `protobuf:"bytes,1,opt,name=account_ref,json=accountRef,proto3" json:"account_ref,omitempty"`
	DeviceRef     string            `protobuf:"bytes,2,opt,name=device_ref,json=deviceRef,proto3" json:"device_ref,omitempty"`
	RequestId     string            `protobuf:"bytes,3,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	Status        string            `protobuf:"bytes,4,opt,name=status,proto3" json:"status,omitempty"`
	ChallengeRef  string            `protobuf:"bytes,5,opt,name=challenge_ref,json=challengeRef,proto3" json:"challenge_ref,omitempty"`
	SecretRefs    map[string]string `` /* 165-byte string literal not displayed */
	CredentialRef string            `protobuf:"bytes,7,opt,name=credential_ref,json=credentialRef,proto3" json:"credential_ref,omitempty"`
	AuditRef      string            `protobuf:"bytes,8,opt,name=audit_ref,json=auditRef,proto3" json:"audit_ref,omitempty"`
	// contains filtered or unexported fields
}

func (*ServiceTestOutput) Descriptor deprecated

func (*ServiceTestOutput) Descriptor() ([]byte, []int)

Deprecated: Use ServiceTestOutput.ProtoReflect.Descriptor instead.

func (*ServiceTestOutput) GetAccountRef

func (x *ServiceTestOutput) GetAccountRef() string

func (*ServiceTestOutput) GetAuditRef

func (x *ServiceTestOutput) GetAuditRef() string

func (*ServiceTestOutput) GetChallengeRef

func (x *ServiceTestOutput) GetChallengeRef() string

func (*ServiceTestOutput) GetCredentialRef

func (x *ServiceTestOutput) GetCredentialRef() string

func (*ServiceTestOutput) GetDeviceRef

func (x *ServiceTestOutput) GetDeviceRef() string

func (*ServiceTestOutput) GetRequestId

func (x *ServiceTestOutput) GetRequestId() string

func (*ServiceTestOutput) GetSecretRefs

func (x *ServiceTestOutput) GetSecretRefs() map[string]string

func (*ServiceTestOutput) GetStatus

func (x *ServiceTestOutput) GetStatus() string

func (*ServiceTestOutput) ProtoMessage

func (*ServiceTestOutput) ProtoMessage()

func (*ServiceTestOutput) ProtoReflect

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

func (*ServiceTestOutput) Reset

func (x *ServiceTestOutput) Reset()

func (*ServiceTestOutput) String

func (x *ServiceTestOutput) String() string

type ServiceTestReceiveConfig

type ServiceTestReceiveConfig struct {
	AccountRef         string `protobuf:"bytes,1,opt,name=account_ref,json=accountRef,proto3" json:"account_ref,omitempty"`
	ExpiredCredentials bool   `protobuf:"varint,2,opt,name=expired_credentials,json=expiredCredentials,proto3" json:"expired_credentials,omitempty"`
	// contains filtered or unexported fields
}

func (*ServiceTestReceiveConfig) Descriptor deprecated

func (*ServiceTestReceiveConfig) Descriptor() ([]byte, []int)

Deprecated: Use ServiceTestReceiveConfig.ProtoReflect.Descriptor instead.

func (*ServiceTestReceiveConfig) GetAccountRef

func (x *ServiceTestReceiveConfig) GetAccountRef() string

func (*ServiceTestReceiveConfig) GetExpiredCredentials

func (x *ServiceTestReceiveConfig) GetExpiredCredentials() bool

func (*ServiceTestReceiveConfig) ProtoMessage

func (*ServiceTestReceiveConfig) ProtoMessage()

func (*ServiceTestReceiveConfig) ProtoReflect

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

func (*ServiceTestReceiveConfig) Reset

func (x *ServiceTestReceiveConfig) Reset()

func (*ServiceTestReceiveConfig) String

func (x *ServiceTestReceiveConfig) String() string

type ServiceTestReceiveInput

type ServiceTestReceiveInput struct {
	AccountRef          string `protobuf:"bytes,1,opt,name=account_ref,json=accountRef,proto3" json:"account_ref,omitempty"`
	DeviceRef           string `protobuf:"bytes,2,opt,name=device_ref,json=deviceRef,proto3" json:"device_ref,omitempty"`
	CustodyRef          string `protobuf:"bytes,3,opt,name=custody_ref,json=custodyRef,proto3" json:"custody_ref,omitempty"`
	IdempotencyKey      string `protobuf:"bytes,4,opt,name=idempotency_key,json=idempotencyKey,proto3" json:"idempotency_key,omitempty"`
	CursorRef           string `protobuf:"bytes,5,opt,name=cursor_ref,json=cursorRef,proto3" json:"cursor_ref,omitempty"`
	ConsentRef          string `protobuf:"bytes,6,opt,name=consent_ref,json=consentRef,proto3" json:"consent_ref,omitempty"`
	AuditRef            string `protobuf:"bytes,7,opt,name=audit_ref,json=auditRef,proto3" json:"audit_ref,omitempty"`
	CredentialRef       string `protobuf:"bytes,8,opt,name=credential_ref,json=credentialRef,proto3" json:"credential_ref,omitempty"`
	NonExportableKeyRef string `protobuf:"bytes,9,opt,name=non_exportable_key_ref,json=nonExportableKeyRef,proto3" json:"non_exportable_key_ref,omitempty"`
	ChallengeRef        string `protobuf:"bytes,10,opt,name=challenge_ref,json=challengeRef,proto3" json:"challenge_ref,omitempty"`
	ExpiredCredentials  bool   `protobuf:"varint,11,opt,name=expired_credentials,json=expiredCredentials,proto3" json:"expired_credentials,omitempty"`
	// contains filtered or unexported fields
}

func (*ServiceTestReceiveInput) Descriptor deprecated

func (*ServiceTestReceiveInput) Descriptor() ([]byte, []int)

Deprecated: Use ServiceTestReceiveInput.ProtoReflect.Descriptor instead.

func (*ServiceTestReceiveInput) GetAccountRef

func (x *ServiceTestReceiveInput) GetAccountRef() string

func (*ServiceTestReceiveInput) GetAuditRef

func (x *ServiceTestReceiveInput) GetAuditRef() string

func (*ServiceTestReceiveInput) GetChallengeRef

func (x *ServiceTestReceiveInput) GetChallengeRef() string

func (*ServiceTestReceiveInput) GetConsentRef

func (x *ServiceTestReceiveInput) GetConsentRef() string

func (*ServiceTestReceiveInput) GetCredentialRef

func (x *ServiceTestReceiveInput) GetCredentialRef() string

func (*ServiceTestReceiveInput) GetCursorRef

func (x *ServiceTestReceiveInput) GetCursorRef() string

func (*ServiceTestReceiveInput) GetCustodyRef

func (x *ServiceTestReceiveInput) GetCustodyRef() string

func (*ServiceTestReceiveInput) GetDeviceRef

func (x *ServiceTestReceiveInput) GetDeviceRef() string

func (*ServiceTestReceiveInput) GetExpiredCredentials

func (x *ServiceTestReceiveInput) GetExpiredCredentials() bool

func (*ServiceTestReceiveInput) GetIdempotencyKey

func (x *ServiceTestReceiveInput) GetIdempotencyKey() string

func (*ServiceTestReceiveInput) GetNonExportableKeyRef

func (x *ServiceTestReceiveInput) GetNonExportableKeyRef() string

func (*ServiceTestReceiveInput) ProtoMessage

func (*ServiceTestReceiveInput) ProtoMessage()

func (*ServiceTestReceiveInput) ProtoReflect

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

func (*ServiceTestReceiveInput) Reset

func (x *ServiceTestReceiveInput) Reset()

func (*ServiceTestReceiveInput) String

func (x *ServiceTestReceiveInput) String() string

type ServiceTestRegisterConfig

type ServiceTestRegisterConfig struct {
	AccountRef         string `protobuf:"bytes,1,opt,name=account_ref,json=accountRef,proto3" json:"account_ref,omitempty"`
	ExpiredCredentials bool   `protobuf:"varint,2,opt,name=expired_credentials,json=expiredCredentials,proto3" json:"expired_credentials,omitempty"`
	// contains filtered or unexported fields
}

func (*ServiceTestRegisterConfig) Descriptor deprecated

func (*ServiceTestRegisterConfig) Descriptor() ([]byte, []int)

Deprecated: Use ServiceTestRegisterConfig.ProtoReflect.Descriptor instead.

func (*ServiceTestRegisterConfig) GetAccountRef

func (x *ServiceTestRegisterConfig) GetAccountRef() string

func (*ServiceTestRegisterConfig) GetExpiredCredentials

func (x *ServiceTestRegisterConfig) GetExpiredCredentials() bool

func (*ServiceTestRegisterConfig) ProtoMessage

func (*ServiceTestRegisterConfig) ProtoMessage()

func (*ServiceTestRegisterConfig) ProtoReflect

func (*ServiceTestRegisterConfig) Reset

func (x *ServiceTestRegisterConfig) Reset()

func (*ServiceTestRegisterConfig) String

func (x *ServiceTestRegisterConfig) String() string

type ServiceTestRegisterInput

type ServiceTestRegisterInput struct {
	AccountRef          string `protobuf:"bytes,1,opt,name=account_ref,json=accountRef,proto3" json:"account_ref,omitempty"`
	DeviceRef           string `protobuf:"bytes,2,opt,name=device_ref,json=deviceRef,proto3" json:"device_ref,omitempty"`
	CustodyRef          string `protobuf:"bytes,3,opt,name=custody_ref,json=custodyRef,proto3" json:"custody_ref,omitempty"`
	IdempotencyKey      string `protobuf:"bytes,4,opt,name=idempotency_key,json=idempotencyKey,proto3" json:"idempotency_key,omitempty"`
	Username            string `protobuf:"bytes,5,opt,name=username,proto3" json:"username,omitempty"`
	ConsentRef          string `protobuf:"bytes,6,opt,name=consent_ref,json=consentRef,proto3" json:"consent_ref,omitempty"`
	AuditRef            string `protobuf:"bytes,7,opt,name=audit_ref,json=auditRef,proto3" json:"audit_ref,omitempty"`
	CredentialRef       string `protobuf:"bytes,8,opt,name=credential_ref,json=credentialRef,proto3" json:"credential_ref,omitempty"`
	NonExportableKeyRef string `protobuf:"bytes,9,opt,name=non_exportable_key_ref,json=nonExportableKeyRef,proto3" json:"non_exportable_key_ref,omitempty"`
	ChallengeRef        string `protobuf:"bytes,10,opt,name=challenge_ref,json=challengeRef,proto3" json:"challenge_ref,omitempty"`
	ExpiredCredentials  bool   `protobuf:"varint,11,opt,name=expired_credentials,json=expiredCredentials,proto3" json:"expired_credentials,omitempty"`
	// contains filtered or unexported fields
}

func (*ServiceTestRegisterInput) Descriptor deprecated

func (*ServiceTestRegisterInput) Descriptor() ([]byte, []int)

Deprecated: Use ServiceTestRegisterInput.ProtoReflect.Descriptor instead.

func (*ServiceTestRegisterInput) GetAccountRef

func (x *ServiceTestRegisterInput) GetAccountRef() string

func (*ServiceTestRegisterInput) GetAuditRef

func (x *ServiceTestRegisterInput) GetAuditRef() string

func (*ServiceTestRegisterInput) GetChallengeRef

func (x *ServiceTestRegisterInput) GetChallengeRef() string

func (*ServiceTestRegisterInput) GetConsentRef

func (x *ServiceTestRegisterInput) GetConsentRef() string

func (*ServiceTestRegisterInput) GetCredentialRef

func (x *ServiceTestRegisterInput) GetCredentialRef() string

func (*ServiceTestRegisterInput) GetCustodyRef

func (x *ServiceTestRegisterInput) GetCustodyRef() string

func (*ServiceTestRegisterInput) GetDeviceRef

func (x *ServiceTestRegisterInput) GetDeviceRef() string

func (*ServiceTestRegisterInput) GetExpiredCredentials

func (x *ServiceTestRegisterInput) GetExpiredCredentials() bool

func (*ServiceTestRegisterInput) GetIdempotencyKey

func (x *ServiceTestRegisterInput) GetIdempotencyKey() string

func (*ServiceTestRegisterInput) GetNonExportableKeyRef

func (x *ServiceTestRegisterInput) GetNonExportableKeyRef() string

func (*ServiceTestRegisterInput) GetUsername

func (x *ServiceTestRegisterInput) GetUsername() string

func (*ServiceTestRegisterInput) ProtoMessage

func (*ServiceTestRegisterInput) ProtoMessage()

func (*ServiceTestRegisterInput) ProtoReflect

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

func (*ServiceTestRegisterInput) Reset

func (x *ServiceTestRegisterInput) Reset()

func (*ServiceTestRegisterInput) String

func (x *ServiceTestRegisterInput) String() string

type ServiceTestSendConfig

type ServiceTestSendConfig struct {
	AccountRef         string `protobuf:"bytes,1,opt,name=account_ref,json=accountRef,proto3" json:"account_ref,omitempty"`
	ExpiredCredentials bool   `protobuf:"varint,2,opt,name=expired_credentials,json=expiredCredentials,proto3" json:"expired_credentials,omitempty"`
	// contains filtered or unexported fields
}

func (*ServiceTestSendConfig) Descriptor deprecated

func (*ServiceTestSendConfig) Descriptor() ([]byte, []int)

Deprecated: Use ServiceTestSendConfig.ProtoReflect.Descriptor instead.

func (*ServiceTestSendConfig) GetAccountRef

func (x *ServiceTestSendConfig) GetAccountRef() string

func (*ServiceTestSendConfig) GetExpiredCredentials

func (x *ServiceTestSendConfig) GetExpiredCredentials() bool

func (*ServiceTestSendConfig) ProtoMessage

func (*ServiceTestSendConfig) ProtoMessage()

func (*ServiceTestSendConfig) ProtoReflect

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

func (*ServiceTestSendConfig) Reset

func (x *ServiceTestSendConfig) Reset()

func (*ServiceTestSendConfig) String

func (x *ServiceTestSendConfig) String() string

type ServiceTestSendInput

type ServiceTestSendInput struct {
	AccountRef          string `protobuf:"bytes,1,opt,name=account_ref,json=accountRef,proto3" json:"account_ref,omitempty"`
	DeviceRef           string `protobuf:"bytes,2,opt,name=device_ref,json=deviceRef,proto3" json:"device_ref,omitempty"`
	CustodyRef          string `protobuf:"bytes,3,opt,name=custody_ref,json=custodyRef,proto3" json:"custody_ref,omitempty"`
	IdempotencyKey      string `protobuf:"bytes,4,opt,name=idempotency_key,json=idempotencyKey,proto3" json:"idempotency_key,omitempty"`
	RecipientRef        string `protobuf:"bytes,5,opt,name=recipient_ref,json=recipientRef,proto3" json:"recipient_ref,omitempty"`
	PayloadRef          string `protobuf:"bytes,6,opt,name=payload_ref,json=payloadRef,proto3" json:"payload_ref,omitempty"`
	ConsentRef          string `protobuf:"bytes,7,opt,name=consent_ref,json=consentRef,proto3" json:"consent_ref,omitempty"`
	AuditRef            string `protobuf:"bytes,8,opt,name=audit_ref,json=auditRef,proto3" json:"audit_ref,omitempty"`
	CredentialRef       string `protobuf:"bytes,9,opt,name=credential_ref,json=credentialRef,proto3" json:"credential_ref,omitempty"`
	NonExportableKeyRef string `protobuf:"bytes,10,opt,name=non_exportable_key_ref,json=nonExportableKeyRef,proto3" json:"non_exportable_key_ref,omitempty"`
	ChallengeRef        string `protobuf:"bytes,11,opt,name=challenge_ref,json=challengeRef,proto3" json:"challenge_ref,omitempty"`
	ExpiredCredentials  bool   `protobuf:"varint,12,opt,name=expired_credentials,json=expiredCredentials,proto3" json:"expired_credentials,omitempty"`
	// contains filtered or unexported fields
}

func (*ServiceTestSendInput) Descriptor deprecated

func (*ServiceTestSendInput) Descriptor() ([]byte, []int)

Deprecated: Use ServiceTestSendInput.ProtoReflect.Descriptor instead.

func (*ServiceTestSendInput) GetAccountRef

func (x *ServiceTestSendInput) GetAccountRef() string

func (*ServiceTestSendInput) GetAuditRef

func (x *ServiceTestSendInput) GetAuditRef() string

func (*ServiceTestSendInput) GetChallengeRef

func (x *ServiceTestSendInput) GetChallengeRef() string

func (*ServiceTestSendInput) GetConsentRef

func (x *ServiceTestSendInput) GetConsentRef() string

func (*ServiceTestSendInput) GetCredentialRef

func (x *ServiceTestSendInput) GetCredentialRef() string

func (*ServiceTestSendInput) GetCustodyRef

func (x *ServiceTestSendInput) GetCustodyRef() string

func (*ServiceTestSendInput) GetDeviceRef

func (x *ServiceTestSendInput) GetDeviceRef() string

func (*ServiceTestSendInput) GetExpiredCredentials

func (x *ServiceTestSendInput) GetExpiredCredentials() bool

func (*ServiceTestSendInput) GetIdempotencyKey

func (x *ServiceTestSendInput) GetIdempotencyKey() string

func (*ServiceTestSendInput) GetNonExportableKeyRef

func (x *ServiceTestSendInput) GetNonExportableKeyRef() string

func (*ServiceTestSendInput) GetPayloadRef

func (x *ServiceTestSendInput) GetPayloadRef() string

func (*ServiceTestSendInput) GetRecipientRef

func (x *ServiceTestSendInput) GetRecipientRef() string

func (*ServiceTestSendInput) ProtoMessage

func (*ServiceTestSendInput) ProtoMessage()

func (*ServiceTestSendInput) ProtoReflect

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

func (*ServiceTestSendInput) Reset

func (x *ServiceTestSendInput) Reset()

func (*ServiceTestSendInput) String

func (x *ServiceTestSendInput) String() string

type ServiceTestUsernameReserveConfig

type ServiceTestUsernameReserveConfig struct {
	AccountRef         string `protobuf:"bytes,1,opt,name=account_ref,json=accountRef,proto3" json:"account_ref,omitempty"`
	ExpiredCredentials bool   `protobuf:"varint,2,opt,name=expired_credentials,json=expiredCredentials,proto3" json:"expired_credentials,omitempty"`
	// contains filtered or unexported fields
}

func (*ServiceTestUsernameReserveConfig) Descriptor deprecated

func (*ServiceTestUsernameReserveConfig) Descriptor() ([]byte, []int)

Deprecated: Use ServiceTestUsernameReserveConfig.ProtoReflect.Descriptor instead.

func (*ServiceTestUsernameReserveConfig) GetAccountRef

func (x *ServiceTestUsernameReserveConfig) GetAccountRef() string

func (*ServiceTestUsernameReserveConfig) GetExpiredCredentials

func (x *ServiceTestUsernameReserveConfig) GetExpiredCredentials() bool

func (*ServiceTestUsernameReserveConfig) ProtoMessage

func (*ServiceTestUsernameReserveConfig) ProtoMessage()

func (*ServiceTestUsernameReserveConfig) ProtoReflect

func (*ServiceTestUsernameReserveConfig) Reset

func (*ServiceTestUsernameReserveConfig) String

type ServiceTestUsernameReserveInput

type ServiceTestUsernameReserveInput struct {
	AccountRef          string `protobuf:"bytes,1,opt,name=account_ref,json=accountRef,proto3" json:"account_ref,omitempty"`
	DeviceRef           string `protobuf:"bytes,2,opt,name=device_ref,json=deviceRef,proto3" json:"device_ref,omitempty"`
	CustodyRef          string `protobuf:"bytes,3,opt,name=custody_ref,json=custodyRef,proto3" json:"custody_ref,omitempty"`
	IdempotencyKey      string `protobuf:"bytes,4,opt,name=idempotency_key,json=idempotencyKey,proto3" json:"idempotency_key,omitempty"`
	Username            string `protobuf:"bytes,5,opt,name=username,proto3" json:"username,omitempty"`
	ConsentRef          string `protobuf:"bytes,6,opt,name=consent_ref,json=consentRef,proto3" json:"consent_ref,omitempty"`
	AuditRef            string `protobuf:"bytes,7,opt,name=audit_ref,json=auditRef,proto3" json:"audit_ref,omitempty"`
	CredentialRef       string `protobuf:"bytes,8,opt,name=credential_ref,json=credentialRef,proto3" json:"credential_ref,omitempty"`
	NonExportableKeyRef string `protobuf:"bytes,9,opt,name=non_exportable_key_ref,json=nonExportableKeyRef,proto3" json:"non_exportable_key_ref,omitempty"`
	ChallengeRef        string `protobuf:"bytes,10,opt,name=challenge_ref,json=challengeRef,proto3" json:"challenge_ref,omitempty"`
	ExpiredCredentials  bool   `protobuf:"varint,11,opt,name=expired_credentials,json=expiredCredentials,proto3" json:"expired_credentials,omitempty"`
	// contains filtered or unexported fields
}

func (*ServiceTestUsernameReserveInput) Descriptor deprecated

func (*ServiceTestUsernameReserveInput) Descriptor() ([]byte, []int)

Deprecated: Use ServiceTestUsernameReserveInput.ProtoReflect.Descriptor instead.

func (*ServiceTestUsernameReserveInput) GetAccountRef

func (x *ServiceTestUsernameReserveInput) GetAccountRef() string

func (*ServiceTestUsernameReserveInput) GetAuditRef

func (x *ServiceTestUsernameReserveInput) GetAuditRef() string

func (*ServiceTestUsernameReserveInput) GetChallengeRef

func (x *ServiceTestUsernameReserveInput) GetChallengeRef() string

func (*ServiceTestUsernameReserveInput) GetConsentRef

func (x *ServiceTestUsernameReserveInput) GetConsentRef() string

func (*ServiceTestUsernameReserveInput) GetCredentialRef

func (x *ServiceTestUsernameReserveInput) GetCredentialRef() string

func (*ServiceTestUsernameReserveInput) GetCustodyRef

func (x *ServiceTestUsernameReserveInput) GetCustodyRef() string

func (*ServiceTestUsernameReserveInput) GetDeviceRef

func (x *ServiceTestUsernameReserveInput) GetDeviceRef() string

func (*ServiceTestUsernameReserveInput) GetExpiredCredentials

func (x *ServiceTestUsernameReserveInput) GetExpiredCredentials() bool

func (*ServiceTestUsernameReserveInput) GetIdempotencyKey

func (x *ServiceTestUsernameReserveInput) GetIdempotencyKey() string

func (*ServiceTestUsernameReserveInput) GetNonExportableKeyRef

func (x *ServiceTestUsernameReserveInput) GetNonExportableKeyRef() string

func (*ServiceTestUsernameReserveInput) GetUsername

func (x *ServiceTestUsernameReserveInput) GetUsername() string

func (*ServiceTestUsernameReserveInput) ProtoMessage

func (*ServiceTestUsernameReserveInput) ProtoMessage()

func (*ServiceTestUsernameReserveInput) ProtoReflect

func (*ServiceTestUsernameReserveInput) Reset

func (*ServiceTestUsernameReserveInput) String

type ServiceTransportConfig

type ServiceTransportConfig struct {
	TransportRef     string           `protobuf:"bytes,1,opt,name=transport_ref,json=transportRef,proto3" json:"transport_ref,omitempty"`
	Mode             string           `protobuf:"bytes,2,opt,name=mode,proto3" json:"mode,omitempty"`
	SandboxEndpoint  string           `protobuf:"bytes,3,opt,name=sandbox_endpoint,json=sandboxEndpoint,proto3" json:"sandbox_endpoint,omitempty"`
	RequestedActions []string         `protobuf:"bytes,4,rep,name=requested_actions,json=requestedActions,proto3" json:"requested_actions,omitempty"`
	Approval         *ApprovalPackage `protobuf:"bytes,5,opt,name=approval,proto3" json:"approval,omitempty"`
	// contains filtered or unexported fields
}

func (*ServiceTransportConfig) Descriptor deprecated

func (*ServiceTransportConfig) Descriptor() ([]byte, []int)

Deprecated: Use ServiceTransportConfig.ProtoReflect.Descriptor instead.

func (*ServiceTransportConfig) GetApproval

func (x *ServiceTransportConfig) GetApproval() *ApprovalPackage

func (*ServiceTransportConfig) GetMode

func (x *ServiceTransportConfig) GetMode() string

func (*ServiceTransportConfig) GetRequestedActions

func (x *ServiceTransportConfig) GetRequestedActions() []string

func (*ServiceTransportConfig) GetSandboxEndpoint

func (x *ServiceTransportConfig) GetSandboxEndpoint() string

func (*ServiceTransportConfig) GetTransportRef

func (x *ServiceTransportConfig) GetTransportRef() string

func (*ServiceTransportConfig) ProtoMessage

func (*ServiceTransportConfig) ProtoMessage()

func (*ServiceTransportConfig) ProtoReflect

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

func (*ServiceTransportConfig) Reset

func (x *ServiceTransportConfig) Reset()

func (*ServiceTransportConfig) String

func (x *ServiceTransportConfig) String() string

type SessionPrepareConfig

type SessionPrepareConfig struct {
	IdentityRef string `protobuf:"bytes,1,opt,name=identity_ref,json=identityRef,proto3" json:"identity_ref,omitempty"`
	// contains filtered or unexported fields
}

func (*SessionPrepareConfig) Descriptor deprecated

func (*SessionPrepareConfig) Descriptor() ([]byte, []int)

Deprecated: Use SessionPrepareConfig.ProtoReflect.Descriptor instead.

func (*SessionPrepareConfig) GetIdentityRef

func (x *SessionPrepareConfig) GetIdentityRef() string

func (*SessionPrepareConfig) ProtoMessage

func (*SessionPrepareConfig) ProtoMessage()

func (*SessionPrepareConfig) ProtoReflect

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

func (*SessionPrepareConfig) Reset

func (x *SessionPrepareConfig) Reset()

func (*SessionPrepareConfig) String

func (x *SessionPrepareConfig) String() string

type SessionPrepareInput

type SessionPrepareInput struct {
	IdentityRef string `protobuf:"bytes,1,opt,name=identity_ref,json=identityRef,proto3" json:"identity_ref,omitempty"`
	// contains filtered or unexported fields
}

func (*SessionPrepareInput) Descriptor deprecated

func (*SessionPrepareInput) Descriptor() ([]byte, []int)

Deprecated: Use SessionPrepareInput.ProtoReflect.Descriptor instead.

func (*SessionPrepareInput) GetIdentityRef

func (x *SessionPrepareInput) GetIdentityRef() string

func (*SessionPrepareInput) ProtoMessage

func (*SessionPrepareInput) ProtoMessage()

func (*SessionPrepareInput) ProtoReflect

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

func (*SessionPrepareInput) Reset

func (x *SessionPrepareInput) Reset()

func (*SessionPrepareInput) String

func (x *SessionPrepareInput) String() string

type SessionPrepareOutput

type SessionPrepareOutput struct {
	Bundle *PreKeyBundle `protobuf:"bytes,1,opt,name=bundle,proto3" json:"bundle,omitempty"`
	// contains filtered or unexported fields
}

func (*SessionPrepareOutput) Descriptor deprecated

func (*SessionPrepareOutput) Descriptor() ([]byte, []int)

Deprecated: Use SessionPrepareOutput.ProtoReflect.Descriptor instead.

func (*SessionPrepareOutput) GetBundle

func (x *SessionPrepareOutput) GetBundle() *PreKeyBundle

func (*SessionPrepareOutput) ProtoMessage

func (*SessionPrepareOutput) ProtoMessage()

func (*SessionPrepareOutput) ProtoReflect

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

func (*SessionPrepareOutput) Reset

func (x *SessionPrepareOutput) Reset()

func (*SessionPrepareOutput) String

func (x *SessionPrepareOutput) String() string

type SignalDecryptConfig

type SignalDecryptConfig struct {
	IdentityRef       string `protobuf:"bytes,1,opt,name=identity_ref,json=identityRef,proto3" json:"identity_ref,omitempty"`
	RequiredPrincipal string `protobuf:"bytes,2,opt,name=required_principal,json=requiredPrincipal,proto3" json:"required_principal,omitempty"`
	// contains filtered or unexported fields
}

func (*SignalDecryptConfig) Descriptor deprecated

func (*SignalDecryptConfig) Descriptor() ([]byte, []int)

Deprecated: Use SignalDecryptConfig.ProtoReflect.Descriptor instead.

func (*SignalDecryptConfig) GetIdentityRef

func (x *SignalDecryptConfig) GetIdentityRef() string

func (*SignalDecryptConfig) GetRequiredPrincipal

func (x *SignalDecryptConfig) GetRequiredPrincipal() string

func (*SignalDecryptConfig) ProtoMessage

func (*SignalDecryptConfig) ProtoMessage()

func (*SignalDecryptConfig) ProtoReflect

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

func (*SignalDecryptConfig) Reset

func (x *SignalDecryptConfig) Reset()

func (*SignalDecryptConfig) String

func (x *SignalDecryptConfig) String() string

type SignalDecryptInput

type SignalDecryptInput struct {
	IdentityRef string          `protobuf:"bytes,1,opt,name=identity_ref,json=identityRef,proto3" json:"identity_ref,omitempty"`
	Principal   string          `protobuf:"bytes,2,opt,name=principal,proto3" json:"principal,omitempty"`
	Envelope    *SignalEnvelope `protobuf:"bytes,3,opt,name=envelope,proto3" json:"envelope,omitempty"`
	// contains filtered or unexported fields
}

func (*SignalDecryptInput) Descriptor deprecated

func (*SignalDecryptInput) Descriptor() ([]byte, []int)

Deprecated: Use SignalDecryptInput.ProtoReflect.Descriptor instead.

func (*SignalDecryptInput) GetEnvelope

func (x *SignalDecryptInput) GetEnvelope() *SignalEnvelope

func (*SignalDecryptInput) GetIdentityRef

func (x *SignalDecryptInput) GetIdentityRef() string

func (*SignalDecryptInput) GetPrincipal

func (x *SignalDecryptInput) GetPrincipal() string

func (*SignalDecryptInput) ProtoMessage

func (*SignalDecryptInput) ProtoMessage()

func (*SignalDecryptInput) ProtoReflect

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

func (*SignalDecryptInput) Reset

func (x *SignalDecryptInput) Reset()

func (*SignalDecryptInput) String

func (x *SignalDecryptInput) String() string

type SignalDecryptOutput

type SignalDecryptOutput struct {
	Denied    bool   `protobuf:"varint,1,opt,name=denied,proto3" json:"denied,omitempty"`
	Error     string `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"`
	Plaintext []byte `protobuf:"bytes,3,opt,name=plaintext,proto3" json:"plaintext,omitempty"`
	// contains filtered or unexported fields
}

func (*SignalDecryptOutput) Descriptor deprecated

func (*SignalDecryptOutput) Descriptor() ([]byte, []int)

Deprecated: Use SignalDecryptOutput.ProtoReflect.Descriptor instead.

func (*SignalDecryptOutput) GetDenied

func (x *SignalDecryptOutput) GetDenied() bool

func (*SignalDecryptOutput) GetError

func (x *SignalDecryptOutput) GetError() string

func (*SignalDecryptOutput) GetPlaintext

func (x *SignalDecryptOutput) GetPlaintext() []byte

func (*SignalDecryptOutput) ProtoMessage

func (*SignalDecryptOutput) ProtoMessage()

func (*SignalDecryptOutput) ProtoReflect

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

func (*SignalDecryptOutput) Reset

func (x *SignalDecryptOutput) Reset()

func (*SignalDecryptOutput) String

func (x *SignalDecryptOutput) String() string

type SignalEncryptConfig

type SignalEncryptConfig struct {
	IdentityRef string `protobuf:"bytes,1,opt,name=identity_ref,json=identityRef,proto3" json:"identity_ref,omitempty"`
	// contains filtered or unexported fields
}

func (*SignalEncryptConfig) Descriptor deprecated

func (*SignalEncryptConfig) Descriptor() ([]byte, []int)

Deprecated: Use SignalEncryptConfig.ProtoReflect.Descriptor instead.

func (*SignalEncryptConfig) GetIdentityRef

func (x *SignalEncryptConfig) GetIdentityRef() string

func (*SignalEncryptConfig) ProtoMessage

func (*SignalEncryptConfig) ProtoMessage()

func (*SignalEncryptConfig) ProtoReflect

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

func (*SignalEncryptConfig) Reset

func (x *SignalEncryptConfig) Reset()

func (*SignalEncryptConfig) String

func (x *SignalEncryptConfig) String() string

type SignalEncryptInput

type SignalEncryptInput struct {
	IdentityRef    string        `protobuf:"bytes,1,opt,name=identity_ref,json=identityRef,proto3" json:"identity_ref,omitempty"`
	RemoteId       string        `protobuf:"bytes,2,opt,name=remote_id,json=remoteId,proto3" json:"remote_id,omitempty"`
	RemoteDeviceId uint32        `protobuf:"varint,3,opt,name=remote_device_id,json=remoteDeviceId,proto3" json:"remote_device_id,omitempty"`
	RemoteBundle   *PreKeyBundle `protobuf:"bytes,4,opt,name=remote_bundle,json=remoteBundle,proto3" json:"remote_bundle,omitempty"`
	Plaintext      []byte        `protobuf:"bytes,5,opt,name=plaintext,proto3" json:"plaintext,omitempty"`
	// contains filtered or unexported fields
}

func (*SignalEncryptInput) Descriptor deprecated

func (*SignalEncryptInput) Descriptor() ([]byte, []int)

Deprecated: Use SignalEncryptInput.ProtoReflect.Descriptor instead.

func (*SignalEncryptInput) GetIdentityRef

func (x *SignalEncryptInput) GetIdentityRef() string

func (*SignalEncryptInput) GetPlaintext

func (x *SignalEncryptInput) GetPlaintext() []byte

func (*SignalEncryptInput) GetRemoteBundle

func (x *SignalEncryptInput) GetRemoteBundle() *PreKeyBundle

func (*SignalEncryptInput) GetRemoteDeviceId

func (x *SignalEncryptInput) GetRemoteDeviceId() uint32

func (*SignalEncryptInput) GetRemoteId

func (x *SignalEncryptInput) GetRemoteId() string

func (*SignalEncryptInput) ProtoMessage

func (*SignalEncryptInput) ProtoMessage()

func (*SignalEncryptInput) ProtoReflect

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

func (*SignalEncryptInput) Reset

func (x *SignalEncryptInput) Reset()

func (*SignalEncryptInput) String

func (x *SignalEncryptInput) String() string

type SignalEncryptOutput

type SignalEncryptOutput struct {
	Envelope *SignalEnvelope `protobuf:"bytes,1,opt,name=envelope,proto3" json:"envelope,omitempty"`
	// contains filtered or unexported fields
}

func (*SignalEncryptOutput) Descriptor deprecated

func (*SignalEncryptOutput) Descriptor() ([]byte, []int)

Deprecated: Use SignalEncryptOutput.ProtoReflect.Descriptor instead.

func (*SignalEncryptOutput) GetEnvelope

func (x *SignalEncryptOutput) GetEnvelope() *SignalEnvelope

func (*SignalEncryptOutput) ProtoMessage

func (*SignalEncryptOutput) ProtoMessage()

func (*SignalEncryptOutput) ProtoReflect

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

func (*SignalEncryptOutput) Reset

func (x *SignalEncryptOutput) Reset()

func (*SignalEncryptOutput) String

func (x *SignalEncryptOutput) String() string

type SignalEnvelope

type SignalEnvelope struct {
	SenderId          string `protobuf:"bytes,1,opt,name=sender_id,json=senderId,proto3" json:"sender_id,omitempty"`
	SenderDeviceId    uint32 `protobuf:"varint,2,opt,name=sender_device_id,json=senderDeviceId,proto3" json:"sender_device_id,omitempty"`
	RecipientId       string `protobuf:"bytes,3,opt,name=recipient_id,json=recipientId,proto3" json:"recipient_id,omitempty"`
	RecipientDeviceId uint32 `protobuf:"varint,4,opt,name=recipient_device_id,json=recipientDeviceId,proto3" json:"recipient_device_id,omitempty"`
	MessageType       string `protobuf:"bytes,5,opt,name=message_type,json=messageType,proto3" json:"message_type,omitempty"`
	Ciphertext        []byte `protobuf:"bytes,6,opt,name=ciphertext,proto3" json:"ciphertext,omitempty"`
	// contains filtered or unexported fields
}

func (*SignalEnvelope) Descriptor deprecated

func (*SignalEnvelope) Descriptor() ([]byte, []int)

Deprecated: Use SignalEnvelope.ProtoReflect.Descriptor instead.

func (*SignalEnvelope) GetCiphertext

func (x *SignalEnvelope) GetCiphertext() []byte

func (*SignalEnvelope) GetMessageType

func (x *SignalEnvelope) GetMessageType() string

func (*SignalEnvelope) GetRecipientDeviceId

func (x *SignalEnvelope) GetRecipientDeviceId() uint32

func (*SignalEnvelope) GetRecipientId

func (x *SignalEnvelope) GetRecipientId() string

func (*SignalEnvelope) GetSenderDeviceId

func (x *SignalEnvelope) GetSenderDeviceId() uint32

func (*SignalEnvelope) GetSenderId

func (x *SignalEnvelope) GetSenderId() string

func (*SignalEnvelope) ProtoMessage

func (*SignalEnvelope) ProtoMessage()

func (*SignalEnvelope) ProtoReflect

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

func (*SignalEnvelope) Reset

func (x *SignalEnvelope) Reset()

func (*SignalEnvelope) String

func (x *SignalEnvelope) String() string

type SignalFingerprintAssertConfig

type SignalFingerprintAssertConfig struct {
	Version              uint32 `protobuf:"varint,1,opt,name=version,proto3" json:"version,omitempty"`
	Iterations           uint32 `protobuf:"varint,2,opt,name=iterations,proto3" json:"iterations,omitempty"`
	ExpectedDisplay      string `protobuf:"bytes,3,opt,name=expected_display,json=expectedDisplay,proto3" json:"expected_display,omitempty"`
	ExpectedScannableHex string `protobuf:"bytes,4,opt,name=expected_scannable_hex,json=expectedScannableHex,proto3" json:"expected_scannable_hex,omitempty"`
	// contains filtered or unexported fields
}

func (*SignalFingerprintAssertConfig) Descriptor deprecated

func (*SignalFingerprintAssertConfig) Descriptor() ([]byte, []int)

Deprecated: Use SignalFingerprintAssertConfig.ProtoReflect.Descriptor instead.

func (*SignalFingerprintAssertConfig) GetExpectedDisplay

func (x *SignalFingerprintAssertConfig) GetExpectedDisplay() string

func (*SignalFingerprintAssertConfig) GetExpectedScannableHex

func (x *SignalFingerprintAssertConfig) GetExpectedScannableHex() string

func (*SignalFingerprintAssertConfig) GetIterations

func (x *SignalFingerprintAssertConfig) GetIterations() uint32

func (*SignalFingerprintAssertConfig) GetVersion

func (x *SignalFingerprintAssertConfig) GetVersion() uint32

func (*SignalFingerprintAssertConfig) ProtoMessage

func (*SignalFingerprintAssertConfig) ProtoMessage()

func (*SignalFingerprintAssertConfig) ProtoReflect

func (*SignalFingerprintAssertConfig) Reset

func (x *SignalFingerprintAssertConfig) Reset()

func (*SignalFingerprintAssertConfig) String

type SignalFingerprintAssertInput

type SignalFingerprintAssertInput struct {
	LocalId              string `protobuf:"bytes,1,opt,name=local_id,json=localId,proto3" json:"local_id,omitempty"`
	LocalKey             string `protobuf:"bytes,2,opt,name=local_key,json=localKey,proto3" json:"local_key,omitempty"`
	RemoteId             string `protobuf:"bytes,3,opt,name=remote_id,json=remoteId,proto3" json:"remote_id,omitempty"`
	RemoteKey            string `protobuf:"bytes,4,opt,name=remote_key,json=remoteKey,proto3" json:"remote_key,omitempty"`
	Version              uint32 `protobuf:"varint,5,opt,name=version,proto3" json:"version,omitempty"`
	Iterations           uint32 `protobuf:"varint,6,opt,name=iterations,proto3" json:"iterations,omitempty"`
	ExpectedDisplay      string `protobuf:"bytes,7,opt,name=expected_display,json=expectedDisplay,proto3" json:"expected_display,omitempty"`
	ExpectedScannableHex string `protobuf:"bytes,8,opt,name=expected_scannable_hex,json=expectedScannableHex,proto3" json:"expected_scannable_hex,omitempty"`
	// contains filtered or unexported fields
}

func (*SignalFingerprintAssertInput) Descriptor deprecated

func (*SignalFingerprintAssertInput) Descriptor() ([]byte, []int)

Deprecated: Use SignalFingerprintAssertInput.ProtoReflect.Descriptor instead.

func (*SignalFingerprintAssertInput) GetExpectedDisplay

func (x *SignalFingerprintAssertInput) GetExpectedDisplay() string

func (*SignalFingerprintAssertInput) GetExpectedScannableHex

func (x *SignalFingerprintAssertInput) GetExpectedScannableHex() string

func (*SignalFingerprintAssertInput) GetIterations

func (x *SignalFingerprintAssertInput) GetIterations() uint32

func (*SignalFingerprintAssertInput) GetLocalId

func (x *SignalFingerprintAssertInput) GetLocalId() string

func (*SignalFingerprintAssertInput) GetLocalKey

func (x *SignalFingerprintAssertInput) GetLocalKey() string

func (*SignalFingerprintAssertInput) GetRemoteId

func (x *SignalFingerprintAssertInput) GetRemoteId() string

func (*SignalFingerprintAssertInput) GetRemoteKey

func (x *SignalFingerprintAssertInput) GetRemoteKey() string

func (*SignalFingerprintAssertInput) GetVersion

func (x *SignalFingerprintAssertInput) GetVersion() uint32

func (*SignalFingerprintAssertInput) ProtoMessage

func (*SignalFingerprintAssertInput) ProtoMessage()

func (*SignalFingerprintAssertInput) ProtoReflect

func (*SignalFingerprintAssertInput) Reset

func (x *SignalFingerprintAssertInput) Reset()

func (*SignalFingerprintAssertInput) String

type SignalFingerprintAssertOutput

type SignalFingerprintAssertOutput struct {
	Verified         bool   `protobuf:"varint,1,opt,name=verified,proto3" json:"verified,omitempty"`
	Display          string `protobuf:"bytes,2,opt,name=display,proto3" json:"display,omitempty"`
	ScannableHex     string `protobuf:"bytes,3,opt,name=scannable_hex,json=scannableHex,proto3" json:"scannable_hex,omitempty"`
	MatchedDisplay   bool   `protobuf:"varint,4,opt,name=matched_display,json=matchedDisplay,proto3" json:"matched_display,omitempty"`
	MatchedScannable bool   `protobuf:"varint,5,opt,name=matched_scannable,json=matchedScannable,proto3" json:"matched_scannable,omitempty"`
	// contains filtered or unexported fields
}

func (*SignalFingerprintAssertOutput) Descriptor deprecated

func (*SignalFingerprintAssertOutput) Descriptor() ([]byte, []int)

Deprecated: Use SignalFingerprintAssertOutput.ProtoReflect.Descriptor instead.

func (*SignalFingerprintAssertOutput) GetDisplay

func (x *SignalFingerprintAssertOutput) GetDisplay() string

func (*SignalFingerprintAssertOutput) GetMatchedDisplay

func (x *SignalFingerprintAssertOutput) GetMatchedDisplay() bool

func (*SignalFingerprintAssertOutput) GetMatchedScannable

func (x *SignalFingerprintAssertOutput) GetMatchedScannable() bool

func (*SignalFingerprintAssertOutput) GetScannableHex

func (x *SignalFingerprintAssertOutput) GetScannableHex() string

func (*SignalFingerprintAssertOutput) GetVerified

func (x *SignalFingerprintAssertOutput) GetVerified() bool

func (*SignalFingerprintAssertOutput) ProtoMessage

func (*SignalFingerprintAssertOutput) ProtoMessage()

func (*SignalFingerprintAssertOutput) ProtoReflect

func (*SignalFingerprintAssertOutput) Reset

func (x *SignalFingerprintAssertOutput) Reset()

func (*SignalFingerprintAssertOutput) String

type SignalFingerprintConfig

type SignalFingerprintConfig struct {
	Version    uint32 `protobuf:"varint,1,opt,name=version,proto3" json:"version,omitempty"`
	Iterations uint32 `protobuf:"varint,2,opt,name=iterations,proto3" json:"iterations,omitempty"`
	// contains filtered or unexported fields
}

func (*SignalFingerprintConfig) Descriptor deprecated

func (*SignalFingerprintConfig) Descriptor() ([]byte, []int)

Deprecated: Use SignalFingerprintConfig.ProtoReflect.Descriptor instead.

func (*SignalFingerprintConfig) GetIterations

func (x *SignalFingerprintConfig) GetIterations() uint32

func (*SignalFingerprintConfig) GetVersion

func (x *SignalFingerprintConfig) GetVersion() uint32

func (*SignalFingerprintConfig) ProtoMessage

func (*SignalFingerprintConfig) ProtoMessage()

func (*SignalFingerprintConfig) ProtoReflect

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

func (*SignalFingerprintConfig) Reset

func (x *SignalFingerprintConfig) Reset()

func (*SignalFingerprintConfig) String

func (x *SignalFingerprintConfig) String() string

type SignalFingerprintInput

type SignalFingerprintInput struct {
	LocalId    string `protobuf:"bytes,1,opt,name=local_id,json=localId,proto3" json:"local_id,omitempty"`
	LocalKey   string `protobuf:"bytes,2,opt,name=local_key,json=localKey,proto3" json:"local_key,omitempty"`
	RemoteId   string `protobuf:"bytes,3,opt,name=remote_id,json=remoteId,proto3" json:"remote_id,omitempty"`
	RemoteKey  string `protobuf:"bytes,4,opt,name=remote_key,json=remoteKey,proto3" json:"remote_key,omitempty"`
	Version    uint32 `protobuf:"varint,5,opt,name=version,proto3" json:"version,omitempty"`
	Iterations uint32 `protobuf:"varint,6,opt,name=iterations,proto3" json:"iterations,omitempty"`
	// contains filtered or unexported fields
}

func (*SignalFingerprintInput) Descriptor deprecated

func (*SignalFingerprintInput) Descriptor() ([]byte, []int)

Deprecated: Use SignalFingerprintInput.ProtoReflect.Descriptor instead.

func (*SignalFingerprintInput) GetIterations

func (x *SignalFingerprintInput) GetIterations() uint32

func (*SignalFingerprintInput) GetLocalId

func (x *SignalFingerprintInput) GetLocalId() string

func (*SignalFingerprintInput) GetLocalKey

func (x *SignalFingerprintInput) GetLocalKey() string

func (*SignalFingerprintInput) GetRemoteId

func (x *SignalFingerprintInput) GetRemoteId() string

func (*SignalFingerprintInput) GetRemoteKey

func (x *SignalFingerprintInput) GetRemoteKey() string

func (*SignalFingerprintInput) GetVersion

func (x *SignalFingerprintInput) GetVersion() uint32

func (*SignalFingerprintInput) ProtoMessage

func (*SignalFingerprintInput) ProtoMessage()

func (*SignalFingerprintInput) ProtoReflect

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

func (*SignalFingerprintInput) Reset

func (x *SignalFingerprintInput) Reset()

func (*SignalFingerprintInput) String

func (x *SignalFingerprintInput) String() string

type SignalFingerprintOutput

type SignalFingerprintOutput struct {
	Display      string `protobuf:"bytes,1,opt,name=display,proto3" json:"display,omitempty"`
	ScannableHex string `protobuf:"bytes,2,opt,name=scannable_hex,json=scannableHex,proto3" json:"scannable_hex,omitempty"`
	// contains filtered or unexported fields
}

func (*SignalFingerprintOutput) Descriptor deprecated

func (*SignalFingerprintOutput) Descriptor() ([]byte, []int)

Deprecated: Use SignalFingerprintOutput.ProtoReflect.Descriptor instead.

func (*SignalFingerprintOutput) GetDisplay

func (x *SignalFingerprintOutput) GetDisplay() string

func (*SignalFingerprintOutput) GetScannableHex

func (x *SignalFingerprintOutput) GetScannableHex() string

func (*SignalFingerprintOutput) ProtoMessage

func (*SignalFingerprintOutput) ProtoMessage()

func (*SignalFingerprintOutput) ProtoReflect

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

func (*SignalFingerprintOutput) Reset

func (x *SignalFingerprintOutput) Reset()

func (*SignalFingerprintOutput) String

func (x *SignalFingerprintOutput) String() string

type SignalTrustHistoryConfig

type SignalTrustHistoryConfig struct {
	StoreRef string   `protobuf:"bytes,1,opt,name=store_ref,json=storeRef,proto3" json:"store_ref,omitempty"`
	Limit    uint32   `protobuf:"varint,2,opt,name=limit,proto3" json:"limit,omitempty"`
	Statuses []string `protobuf:"bytes,3,rep,name=statuses,proto3" json:"statuses,omitempty"`
	// contains filtered or unexported fields
}

func (*SignalTrustHistoryConfig) Descriptor deprecated

func (*SignalTrustHistoryConfig) Descriptor() ([]byte, []int)

Deprecated: Use SignalTrustHistoryConfig.ProtoReflect.Descriptor instead.

func (*SignalTrustHistoryConfig) GetLimit

func (x *SignalTrustHistoryConfig) GetLimit() uint32

func (*SignalTrustHistoryConfig) GetStatuses

func (x *SignalTrustHistoryConfig) GetStatuses() []string

func (*SignalTrustHistoryConfig) GetStoreRef

func (x *SignalTrustHistoryConfig) GetStoreRef() string

func (*SignalTrustHistoryConfig) ProtoMessage

func (*SignalTrustHistoryConfig) ProtoMessage()

func (*SignalTrustHistoryConfig) ProtoReflect

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

func (*SignalTrustHistoryConfig) Reset

func (x *SignalTrustHistoryConfig) Reset()

func (*SignalTrustHistoryConfig) String

func (x *SignalTrustHistoryConfig) String() string

type SignalTrustHistoryEvent

type SignalTrustHistoryEvent struct {
	EventRef          string `protobuf:"bytes,1,opt,name=event_ref,json=eventRef,proto3" json:"event_ref,omitempty"`
	StoreRef          string `protobuf:"bytes,2,opt,name=store_ref,json=storeRef,proto3" json:"store_ref,omitempty"`
	TrustRef          string `protobuf:"bytes,3,opt,name=trust_ref,json=trustRef,proto3" json:"trust_ref,omitempty"`
	Status            string `protobuf:"bytes,4,opt,name=status,proto3" json:"status,omitempty"`
	RecordRef         string `protobuf:"bytes,5,opt,name=record_ref,json=recordRef,proto3" json:"record_ref,omitempty"`
	PreviousRecordRef string `protobuf:"bytes,6,opt,name=previous_record_ref,json=previousRecordRef,proto3" json:"previous_record_ref,omitempty"`
	ReasonRef         string `protobuf:"bytes,7,opt,name=reason_ref,json=reasonRef,proto3" json:"reason_ref,omitempty"`
	Policy            string `protobuf:"bytes,8,opt,name=policy,proto3" json:"policy,omitempty"`
	AtUnix            int64  `protobuf:"varint,9,opt,name=at_unix,json=atUnix,proto3" json:"at_unix,omitempty"`
	// contains filtered or unexported fields
}

func (*SignalTrustHistoryEvent) Descriptor deprecated

func (*SignalTrustHistoryEvent) Descriptor() ([]byte, []int)

Deprecated: Use SignalTrustHistoryEvent.ProtoReflect.Descriptor instead.

func (*SignalTrustHistoryEvent) GetAtUnix

func (x *SignalTrustHistoryEvent) GetAtUnix() int64

func (*SignalTrustHistoryEvent) GetEventRef

func (x *SignalTrustHistoryEvent) GetEventRef() string

func (*SignalTrustHistoryEvent) GetPolicy

func (x *SignalTrustHistoryEvent) GetPolicy() string

func (*SignalTrustHistoryEvent) GetPreviousRecordRef

func (x *SignalTrustHistoryEvent) GetPreviousRecordRef() string

func (*SignalTrustHistoryEvent) GetReasonRef

func (x *SignalTrustHistoryEvent) GetReasonRef() string

func (*SignalTrustHistoryEvent) GetRecordRef

func (x *SignalTrustHistoryEvent) GetRecordRef() string

func (*SignalTrustHistoryEvent) GetStatus

func (x *SignalTrustHistoryEvent) GetStatus() string

func (*SignalTrustHistoryEvent) GetStoreRef

func (x *SignalTrustHistoryEvent) GetStoreRef() string

func (*SignalTrustHistoryEvent) GetTrustRef

func (x *SignalTrustHistoryEvent) GetTrustRef() string

func (*SignalTrustHistoryEvent) ProtoMessage

func (*SignalTrustHistoryEvent) ProtoMessage()

func (*SignalTrustHistoryEvent) ProtoReflect

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

func (*SignalTrustHistoryEvent) Reset

func (x *SignalTrustHistoryEvent) Reset()

func (*SignalTrustHistoryEvent) String

func (x *SignalTrustHistoryEvent) String() string

type SignalTrustHistoryInput

type SignalTrustHistoryInput struct {
	StoreRef      string   `protobuf:"bytes,1,opt,name=store_ref,json=storeRef,proto3" json:"store_ref,omitempty"`
	TrustRef      string   `protobuf:"bytes,2,opt,name=trust_ref,json=trustRef,proto3" json:"trust_ref,omitempty"`
	Limit         uint32   `protobuf:"varint,3,opt,name=limit,proto3" json:"limit,omitempty"`
	Statuses      []string `protobuf:"bytes,4,rep,name=statuses,proto3" json:"statuses,omitempty"`
	SinceEventRef string   `protobuf:"bytes,5,opt,name=since_event_ref,json=sinceEventRef,proto3" json:"since_event_ref,omitempty"`
	// contains filtered or unexported fields
}

func (*SignalTrustHistoryInput) Descriptor deprecated

func (*SignalTrustHistoryInput) Descriptor() ([]byte, []int)

Deprecated: Use SignalTrustHistoryInput.ProtoReflect.Descriptor instead.

func (*SignalTrustHistoryInput) GetLimit

func (x *SignalTrustHistoryInput) GetLimit() uint32

func (*SignalTrustHistoryInput) GetSinceEventRef

func (x *SignalTrustHistoryInput) GetSinceEventRef() string

func (*SignalTrustHistoryInput) GetStatuses

func (x *SignalTrustHistoryInput) GetStatuses() []string

func (*SignalTrustHistoryInput) GetStoreRef

func (x *SignalTrustHistoryInput) GetStoreRef() string

func (*SignalTrustHistoryInput) GetTrustRef

func (x *SignalTrustHistoryInput) GetTrustRef() string

func (*SignalTrustHistoryInput) ProtoMessage

func (*SignalTrustHistoryInput) ProtoMessage()

func (*SignalTrustHistoryInput) ProtoReflect

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

func (*SignalTrustHistoryInput) Reset

func (x *SignalTrustHistoryInput) Reset()

func (*SignalTrustHistoryInput) String

func (x *SignalTrustHistoryInput) String() string

type SignalTrustHistoryOutput

type SignalTrustHistoryOutput struct {
	Events       []*SignalTrustHistoryEvent `protobuf:"bytes,1,rep,name=events,proto3" json:"events,omitempty"`
	Count        uint32                     `protobuf:"varint,2,opt,name=count,proto3" json:"count,omitempty"`
	NextEventRef string                     `protobuf:"bytes,3,opt,name=next_event_ref,json=nextEventRef,proto3" json:"next_event_ref,omitempty"`
	HistoryRef   string                     `protobuf:"bytes,4,opt,name=history_ref,json=historyRef,proto3" json:"history_ref,omitempty"`
	// contains filtered or unexported fields
}

func (*SignalTrustHistoryOutput) Descriptor deprecated

func (*SignalTrustHistoryOutput) Descriptor() ([]byte, []int)

Deprecated: Use SignalTrustHistoryOutput.ProtoReflect.Descriptor instead.

func (*SignalTrustHistoryOutput) GetCount

func (x *SignalTrustHistoryOutput) GetCount() uint32

func (*SignalTrustHistoryOutput) GetEvents

func (*SignalTrustHistoryOutput) GetHistoryRef

func (x *SignalTrustHistoryOutput) GetHistoryRef() string

func (*SignalTrustHistoryOutput) GetNextEventRef

func (x *SignalTrustHistoryOutput) GetNextEventRef() string

func (*SignalTrustHistoryOutput) ProtoMessage

func (*SignalTrustHistoryOutput) ProtoMessage()

func (*SignalTrustHistoryOutput) ProtoReflect

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

func (*SignalTrustHistoryOutput) Reset

func (x *SignalTrustHistoryOutput) Reset()

func (*SignalTrustHistoryOutput) String

func (x *SignalTrustHistoryOutput) String() string

type SignalTrustObserveConfig

type SignalTrustObserveConfig struct {
	StoreRef             string `protobuf:"bytes,1,opt,name=store_ref,json=storeRef,proto3" json:"store_ref,omitempty"`
	Policy               string `protobuf:"bytes,2,opt,name=policy,proto3" json:"policy,omitempty"`
	Version              uint32 `protobuf:"varint,3,opt,name=version,proto3" json:"version,omitempty"`
	Iterations           uint32 `protobuf:"varint,4,opt,name=iterations,proto3" json:"iterations,omitempty"`
	ExpectedDisplay      string `protobuf:"bytes,5,opt,name=expected_display,json=expectedDisplay,proto3" json:"expected_display,omitempty"`
	ExpectedScannableHex string `protobuf:"bytes,6,opt,name=expected_scannable_hex,json=expectedScannableHex,proto3" json:"expected_scannable_hex,omitempty"`
	// contains filtered or unexported fields
}

func (*SignalTrustObserveConfig) Descriptor deprecated

func (*SignalTrustObserveConfig) Descriptor() ([]byte, []int)

Deprecated: Use SignalTrustObserveConfig.ProtoReflect.Descriptor instead.

func (*SignalTrustObserveConfig) GetExpectedDisplay

func (x *SignalTrustObserveConfig) GetExpectedDisplay() string

func (*SignalTrustObserveConfig) GetExpectedScannableHex

func (x *SignalTrustObserveConfig) GetExpectedScannableHex() string

func (*SignalTrustObserveConfig) GetIterations

func (x *SignalTrustObserveConfig) GetIterations() uint32

func (*SignalTrustObserveConfig) GetPolicy

func (x *SignalTrustObserveConfig) GetPolicy() string

func (*SignalTrustObserveConfig) GetStoreRef

func (x *SignalTrustObserveConfig) GetStoreRef() string

func (*SignalTrustObserveConfig) GetVersion

func (x *SignalTrustObserveConfig) GetVersion() uint32

func (*SignalTrustObserveConfig) ProtoMessage

func (*SignalTrustObserveConfig) ProtoMessage()

func (*SignalTrustObserveConfig) ProtoReflect

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

func (*SignalTrustObserveConfig) Reset

func (x *SignalTrustObserveConfig) Reset()

func (*SignalTrustObserveConfig) String

func (x *SignalTrustObserveConfig) String() string

type SignalTrustObserveInput

type SignalTrustObserveInput struct {
	TrustRef             string `protobuf:"bytes,1,opt,name=trust_ref,json=trustRef,proto3" json:"trust_ref,omitempty"`
	LocalId              string `protobuf:"bytes,2,opt,name=local_id,json=localId,proto3" json:"local_id,omitempty"`
	LocalKey             string `protobuf:"bytes,3,opt,name=local_key,json=localKey,proto3" json:"local_key,omitempty"`
	RemoteId             string `protobuf:"bytes,4,opt,name=remote_id,json=remoteId,proto3" json:"remote_id,omitempty"`
	RemoteKey            string `protobuf:"bytes,5,opt,name=remote_key,json=remoteKey,proto3" json:"remote_key,omitempty"`
	Policy               string `protobuf:"bytes,6,opt,name=policy,proto3" json:"policy,omitempty"`
	Version              uint32 `protobuf:"varint,7,opt,name=version,proto3" json:"version,omitempty"`
	Iterations           uint32 `protobuf:"varint,8,opt,name=iterations,proto3" json:"iterations,omitempty"`
	ExpectedDisplay      string `protobuf:"bytes,9,opt,name=expected_display,json=expectedDisplay,proto3" json:"expected_display,omitempty"`
	ExpectedScannableHex string `protobuf:"bytes,10,opt,name=expected_scannable_hex,json=expectedScannableHex,proto3" json:"expected_scannable_hex,omitempty"`
	ReasonRef            string `protobuf:"bytes,11,opt,name=reason_ref,json=reasonRef,proto3" json:"reason_ref,omitempty"`
	// contains filtered or unexported fields
}

func (*SignalTrustObserveInput) Descriptor deprecated

func (*SignalTrustObserveInput) Descriptor() ([]byte, []int)

Deprecated: Use SignalTrustObserveInput.ProtoReflect.Descriptor instead.

func (*SignalTrustObserveInput) GetExpectedDisplay

func (x *SignalTrustObserveInput) GetExpectedDisplay() string

func (*SignalTrustObserveInput) GetExpectedScannableHex

func (x *SignalTrustObserveInput) GetExpectedScannableHex() string

func (*SignalTrustObserveInput) GetIterations

func (x *SignalTrustObserveInput) GetIterations() uint32

func (*SignalTrustObserveInput) GetLocalId

func (x *SignalTrustObserveInput) GetLocalId() string

func (*SignalTrustObserveInput) GetLocalKey

func (x *SignalTrustObserveInput) GetLocalKey() string

func (*SignalTrustObserveInput) GetPolicy

func (x *SignalTrustObserveInput) GetPolicy() string

func (*SignalTrustObserveInput) GetReasonRef

func (x *SignalTrustObserveInput) GetReasonRef() string

func (*SignalTrustObserveInput) GetRemoteId

func (x *SignalTrustObserveInput) GetRemoteId() string

func (*SignalTrustObserveInput) GetRemoteKey

func (x *SignalTrustObserveInput) GetRemoteKey() string

func (*SignalTrustObserveInput) GetTrustRef

func (x *SignalTrustObserveInput) GetTrustRef() string

func (*SignalTrustObserveInput) GetVersion

func (x *SignalTrustObserveInput) GetVersion() uint32

func (*SignalTrustObserveInput) ProtoMessage

func (*SignalTrustObserveInput) ProtoMessage()

func (*SignalTrustObserveInput) ProtoReflect

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

func (*SignalTrustObserveInput) Reset

func (x *SignalTrustObserveInput) Reset()

func (*SignalTrustObserveInput) String

func (x *SignalTrustObserveInput) String() string

type SignalTrustObserveOutput

type SignalTrustObserveOutput struct {
	Trusted          bool   `protobuf:"varint,1,opt,name=trusted,proto3" json:"trusted,omitempty"`
	Status           string `protobuf:"bytes,2,opt,name=status,proto3" json:"status,omitempty"`
	TrustRef         string `protobuf:"bytes,3,opt,name=trust_ref,json=trustRef,proto3" json:"trust_ref,omitempty"`
	RecordRef        string `protobuf:"bytes,4,opt,name=record_ref,json=recordRef,proto3" json:"record_ref,omitempty"`
	Display          string `protobuf:"bytes,5,opt,name=display,proto3" json:"display,omitempty"`
	ScannableHex     string `protobuf:"bytes,6,opt,name=scannable_hex,json=scannableHex,proto3" json:"scannable_hex,omitempty"`
	MatchedDisplay   bool   `protobuf:"varint,7,opt,name=matched_display,json=matchedDisplay,proto3" json:"matched_display,omitempty"`
	MatchedScannable bool   `protobuf:"varint,8,opt,name=matched_scannable,json=matchedScannable,proto3" json:"matched_scannable,omitempty"`
	Created          bool   `protobuf:"varint,9,opt,name=created,proto3" json:"created,omitempty"`
	Changed          bool   `protobuf:"varint,10,opt,name=changed,proto3" json:"changed,omitempty"`
	// contains filtered or unexported fields
}

func (*SignalTrustObserveOutput) Descriptor deprecated

func (*SignalTrustObserveOutput) Descriptor() ([]byte, []int)

Deprecated: Use SignalTrustObserveOutput.ProtoReflect.Descriptor instead.

func (*SignalTrustObserveOutput) GetChanged

func (x *SignalTrustObserveOutput) GetChanged() bool

func (*SignalTrustObserveOutput) GetCreated

func (x *SignalTrustObserveOutput) GetCreated() bool

func (*SignalTrustObserveOutput) GetDisplay

func (x *SignalTrustObserveOutput) GetDisplay() string

func (*SignalTrustObserveOutput) GetMatchedDisplay

func (x *SignalTrustObserveOutput) GetMatchedDisplay() bool

func (*SignalTrustObserveOutput) GetMatchedScannable

func (x *SignalTrustObserveOutput) GetMatchedScannable() bool

func (*SignalTrustObserveOutput) GetRecordRef

func (x *SignalTrustObserveOutput) GetRecordRef() string

func (*SignalTrustObserveOutput) GetScannableHex

func (x *SignalTrustObserveOutput) GetScannableHex() string

func (*SignalTrustObserveOutput) GetStatus

func (x *SignalTrustObserveOutput) GetStatus() string

func (*SignalTrustObserveOutput) GetTrustRef

func (x *SignalTrustObserveOutput) GetTrustRef() string

func (*SignalTrustObserveOutput) GetTrusted

func (x *SignalTrustObserveOutput) GetTrusted() bool

func (*SignalTrustObserveOutput) ProtoMessage

func (*SignalTrustObserveOutput) ProtoMessage()

func (*SignalTrustObserveOutput) ProtoReflect

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

func (*SignalTrustObserveOutput) Reset

func (x *SignalTrustObserveOutput) Reset()

func (*SignalTrustObserveOutput) String

func (x *SignalTrustObserveOutput) String() string

type SignalTrustPolicyCheckBatchConfig added in v0.28.0

type SignalTrustPolicyCheckBatchConfig struct {
	StoreRef                  string   `protobuf:"bytes,1,opt,name=store_ref,json=storeRef,proto3" json:"store_ref,omitempty"`
	AllowedLastStatuses       []string `protobuf:"bytes,2,rep,name=allowed_last_statuses,json=allowedLastStatuses,proto3" json:"allowed_last_statuses,omitempty"`
	MaxLastObservedAgeSeconds uint32   `` /* 143-byte string literal not displayed */
	AllowLegacyRecord         bool     `protobuf:"varint,4,opt,name=allow_legacy_record,json=allowLegacyRecord,proto3" json:"allow_legacy_record,omitempty"`
	ReportOnly                bool     `protobuf:"varint,5,opt,name=report_only,json=reportOnly,proto3" json:"report_only,omitempty"`
	// contains filtered or unexported fields
}

func (*SignalTrustPolicyCheckBatchConfig) Descriptor deprecated added in v0.28.0

func (*SignalTrustPolicyCheckBatchConfig) Descriptor() ([]byte, []int)

Deprecated: Use SignalTrustPolicyCheckBatchConfig.ProtoReflect.Descriptor instead.

func (*SignalTrustPolicyCheckBatchConfig) GetAllowLegacyRecord added in v0.28.0

func (x *SignalTrustPolicyCheckBatchConfig) GetAllowLegacyRecord() bool

func (*SignalTrustPolicyCheckBatchConfig) GetAllowedLastStatuses added in v0.28.0

func (x *SignalTrustPolicyCheckBatchConfig) GetAllowedLastStatuses() []string

func (*SignalTrustPolicyCheckBatchConfig) GetMaxLastObservedAgeSeconds added in v0.28.0

func (x *SignalTrustPolicyCheckBatchConfig) GetMaxLastObservedAgeSeconds() uint32

func (*SignalTrustPolicyCheckBatchConfig) GetReportOnly added in v0.28.0

func (x *SignalTrustPolicyCheckBatchConfig) GetReportOnly() bool

func (*SignalTrustPolicyCheckBatchConfig) GetStoreRef added in v0.28.0

func (x *SignalTrustPolicyCheckBatchConfig) GetStoreRef() string

func (*SignalTrustPolicyCheckBatchConfig) ProtoMessage added in v0.28.0

func (*SignalTrustPolicyCheckBatchConfig) ProtoMessage()

func (*SignalTrustPolicyCheckBatchConfig) ProtoReflect added in v0.28.0

func (*SignalTrustPolicyCheckBatchConfig) Reset added in v0.28.0

func (*SignalTrustPolicyCheckBatchConfig) String added in v0.28.0

type SignalTrustPolicyCheckBatchInput added in v0.28.0

type SignalTrustPolicyCheckBatchInput struct {
	StoreRef                  string                      `protobuf:"bytes,1,opt,name=store_ref,json=storeRef,proto3" json:"store_ref,omitempty"`
	Subjects                  []*SignalTrustPolicySubject `protobuf:"bytes,2,rep,name=subjects,proto3" json:"subjects,omitempty"`
	AllowedLastStatuses       []string                    `protobuf:"bytes,3,rep,name=allowed_last_statuses,json=allowedLastStatuses,proto3" json:"allowed_last_statuses,omitempty"`
	MaxLastObservedAgeSeconds uint32                      `` /* 143-byte string literal not displayed */
	AllowLegacyRecord         bool                        `protobuf:"varint,5,opt,name=allow_legacy_record,json=allowLegacyRecord,proto3" json:"allow_legacy_record,omitempty"`
	ReportOnly                bool                        `protobuf:"varint,6,opt,name=report_only,json=reportOnly,proto3" json:"report_only,omitempty"`
	// contains filtered or unexported fields
}

func (*SignalTrustPolicyCheckBatchInput) Descriptor deprecated added in v0.28.0

func (*SignalTrustPolicyCheckBatchInput) Descriptor() ([]byte, []int)

Deprecated: Use SignalTrustPolicyCheckBatchInput.ProtoReflect.Descriptor instead.

func (*SignalTrustPolicyCheckBatchInput) GetAllowLegacyRecord added in v0.28.0

func (x *SignalTrustPolicyCheckBatchInput) GetAllowLegacyRecord() bool

func (*SignalTrustPolicyCheckBatchInput) GetAllowedLastStatuses added in v0.28.0

func (x *SignalTrustPolicyCheckBatchInput) GetAllowedLastStatuses() []string

func (*SignalTrustPolicyCheckBatchInput) GetMaxLastObservedAgeSeconds added in v0.28.0

func (x *SignalTrustPolicyCheckBatchInput) GetMaxLastObservedAgeSeconds() uint32

func (*SignalTrustPolicyCheckBatchInput) GetReportOnly added in v0.28.0

func (x *SignalTrustPolicyCheckBatchInput) GetReportOnly() bool

func (*SignalTrustPolicyCheckBatchInput) GetStoreRef added in v0.28.0

func (x *SignalTrustPolicyCheckBatchInput) GetStoreRef() string

func (*SignalTrustPolicyCheckBatchInput) GetSubjects added in v0.28.0

func (*SignalTrustPolicyCheckBatchInput) ProtoMessage added in v0.28.0

func (*SignalTrustPolicyCheckBatchInput) ProtoMessage()

func (*SignalTrustPolicyCheckBatchInput) ProtoReflect added in v0.28.0

func (*SignalTrustPolicyCheckBatchInput) Reset added in v0.28.0

func (*SignalTrustPolicyCheckBatchInput) String added in v0.28.0

type SignalTrustPolicyCheckBatchOutput added in v0.28.0

type SignalTrustPolicyCheckBatchOutput struct {
	Decisions      []*SignalTrustPolicyDecision `protobuf:"bytes,1,rep,name=decisions,proto3" json:"decisions,omitempty"`
	AllAllowed     bool                         `protobuf:"varint,2,opt,name=all_allowed,json=allAllowed,proto3" json:"all_allowed,omitempty"`
	AllowedCount   uint32                       `protobuf:"varint,3,opt,name=allowed_count,json=allowedCount,proto3" json:"allowed_count,omitempty"`
	DeniedCount    uint32                       `protobuf:"varint,4,opt,name=denied_count,json=deniedCount,proto3" json:"denied_count,omitempty"`
	BatchPolicyRef string                       `protobuf:"bytes,5,opt,name=batch_policy_ref,json=batchPolicyRef,proto3" json:"batch_policy_ref,omitempty"`
	// contains filtered or unexported fields
}

func (*SignalTrustPolicyCheckBatchOutput) Descriptor deprecated added in v0.28.0

func (*SignalTrustPolicyCheckBatchOutput) Descriptor() ([]byte, []int)

Deprecated: Use SignalTrustPolicyCheckBatchOutput.ProtoReflect.Descriptor instead.

func (*SignalTrustPolicyCheckBatchOutput) GetAllAllowed added in v0.28.0

func (x *SignalTrustPolicyCheckBatchOutput) GetAllAllowed() bool

func (*SignalTrustPolicyCheckBatchOutput) GetAllowedCount added in v0.28.0

func (x *SignalTrustPolicyCheckBatchOutput) GetAllowedCount() uint32

func (*SignalTrustPolicyCheckBatchOutput) GetBatchPolicyRef added in v0.28.0

func (x *SignalTrustPolicyCheckBatchOutput) GetBatchPolicyRef() string

func (*SignalTrustPolicyCheckBatchOutput) GetDecisions added in v0.28.0

func (*SignalTrustPolicyCheckBatchOutput) GetDeniedCount added in v0.28.0

func (x *SignalTrustPolicyCheckBatchOutput) GetDeniedCount() uint32

func (*SignalTrustPolicyCheckBatchOutput) ProtoMessage added in v0.28.0

func (*SignalTrustPolicyCheckBatchOutput) ProtoMessage()

func (*SignalTrustPolicyCheckBatchOutput) ProtoReflect added in v0.28.0

func (*SignalTrustPolicyCheckBatchOutput) Reset added in v0.28.0

func (*SignalTrustPolicyCheckBatchOutput) String added in v0.28.0

type SignalTrustPolicyCheckConfig

type SignalTrustPolicyCheckConfig struct {
	StoreRef                  string   `protobuf:"bytes,1,opt,name=store_ref,json=storeRef,proto3" json:"store_ref,omitempty"`
	AllowedLastStatuses       []string `protobuf:"bytes,2,rep,name=allowed_last_statuses,json=allowedLastStatuses,proto3" json:"allowed_last_statuses,omitempty"`
	MaxLastObservedAgeSeconds uint32   `` /* 143-byte string literal not displayed */
	AllowLegacyRecord         bool     `protobuf:"varint,4,opt,name=allow_legacy_record,json=allowLegacyRecord,proto3" json:"allow_legacy_record,omitempty"`
	ReportOnly                bool     `protobuf:"varint,5,opt,name=report_only,json=reportOnly,proto3" json:"report_only,omitempty"`
	// contains filtered or unexported fields
}

func (*SignalTrustPolicyCheckConfig) Descriptor deprecated

func (*SignalTrustPolicyCheckConfig) Descriptor() ([]byte, []int)

Deprecated: Use SignalTrustPolicyCheckConfig.ProtoReflect.Descriptor instead.

func (*SignalTrustPolicyCheckConfig) GetAllowLegacyRecord

func (x *SignalTrustPolicyCheckConfig) GetAllowLegacyRecord() bool

func (*SignalTrustPolicyCheckConfig) GetAllowedLastStatuses

func (x *SignalTrustPolicyCheckConfig) GetAllowedLastStatuses() []string

func (*SignalTrustPolicyCheckConfig) GetMaxLastObservedAgeSeconds

func (x *SignalTrustPolicyCheckConfig) GetMaxLastObservedAgeSeconds() uint32

func (*SignalTrustPolicyCheckConfig) GetReportOnly

func (x *SignalTrustPolicyCheckConfig) GetReportOnly() bool

func (*SignalTrustPolicyCheckConfig) GetStoreRef

func (x *SignalTrustPolicyCheckConfig) GetStoreRef() string

func (*SignalTrustPolicyCheckConfig) ProtoMessage

func (*SignalTrustPolicyCheckConfig) ProtoMessage()

func (*SignalTrustPolicyCheckConfig) ProtoReflect

func (*SignalTrustPolicyCheckConfig) Reset

func (x *SignalTrustPolicyCheckConfig) Reset()

func (*SignalTrustPolicyCheckConfig) String

type SignalTrustPolicyCheckInput

type SignalTrustPolicyCheckInput struct {
	StoreRef                  string   `protobuf:"bytes,1,opt,name=store_ref,json=storeRef,proto3" json:"store_ref,omitempty"`
	TrustRef                  string   `protobuf:"bytes,2,opt,name=trust_ref,json=trustRef,proto3" json:"trust_ref,omitempty"`
	RequiredRecordRef         string   `protobuf:"bytes,3,opt,name=required_record_ref,json=requiredRecordRef,proto3" json:"required_record_ref,omitempty"`
	AllowedLastStatuses       []string `protobuf:"bytes,4,rep,name=allowed_last_statuses,json=allowedLastStatuses,proto3" json:"allowed_last_statuses,omitempty"`
	MaxLastObservedAgeSeconds uint32   `` /* 143-byte string literal not displayed */
	AllowLegacyRecord         bool     `protobuf:"varint,6,opt,name=allow_legacy_record,json=allowLegacyRecord,proto3" json:"allow_legacy_record,omitempty"`
	ReportOnly                bool     `protobuf:"varint,7,opt,name=report_only,json=reportOnly,proto3" json:"report_only,omitempty"`
	// contains filtered or unexported fields
}

func (*SignalTrustPolicyCheckInput) Descriptor deprecated

func (*SignalTrustPolicyCheckInput) Descriptor() ([]byte, []int)

Deprecated: Use SignalTrustPolicyCheckInput.ProtoReflect.Descriptor instead.

func (*SignalTrustPolicyCheckInput) GetAllowLegacyRecord

func (x *SignalTrustPolicyCheckInput) GetAllowLegacyRecord() bool

func (*SignalTrustPolicyCheckInput) GetAllowedLastStatuses

func (x *SignalTrustPolicyCheckInput) GetAllowedLastStatuses() []string

func (*SignalTrustPolicyCheckInput) GetMaxLastObservedAgeSeconds

func (x *SignalTrustPolicyCheckInput) GetMaxLastObservedAgeSeconds() uint32

func (*SignalTrustPolicyCheckInput) GetReportOnly

func (x *SignalTrustPolicyCheckInput) GetReportOnly() bool

func (*SignalTrustPolicyCheckInput) GetRequiredRecordRef

func (x *SignalTrustPolicyCheckInput) GetRequiredRecordRef() string

func (*SignalTrustPolicyCheckInput) GetStoreRef

func (x *SignalTrustPolicyCheckInput) GetStoreRef() string

func (*SignalTrustPolicyCheckInput) GetTrustRef

func (x *SignalTrustPolicyCheckInput) GetTrustRef() string

func (*SignalTrustPolicyCheckInput) ProtoMessage

func (*SignalTrustPolicyCheckInput) ProtoMessage()

func (*SignalTrustPolicyCheckInput) ProtoReflect

func (*SignalTrustPolicyCheckInput) Reset

func (x *SignalTrustPolicyCheckInput) Reset()

func (*SignalTrustPolicyCheckInput) String

func (x *SignalTrustPolicyCheckInput) String() string

type SignalTrustPolicyCheckOutput

type SignalTrustPolicyCheckOutput struct {
	Allowed            bool   `protobuf:"varint,1,opt,name=allowed,proto3" json:"allowed,omitempty"`
	Reason             string `protobuf:"bytes,2,opt,name=reason,proto3" json:"reason,omitempty"`
	TrustRef           string `protobuf:"bytes,3,opt,name=trust_ref,json=trustRef,proto3" json:"trust_ref,omitempty"`
	RecordRef          string `protobuf:"bytes,4,opt,name=record_ref,json=recordRef,proto3" json:"record_ref,omitempty"`
	LastEventRef       string `protobuf:"bytes,5,opt,name=last_event_ref,json=lastEventRef,proto3" json:"last_event_ref,omitempty"`
	LastStatus         string `protobuf:"bytes,6,opt,name=last_status,json=lastStatus,proto3" json:"last_status,omitempty"`
	LastObservedAtUnix int64  `protobuf:"varint,7,opt,name=last_observed_at_unix,json=lastObservedAtUnix,proto3" json:"last_observed_at_unix,omitempty"`
	PolicyRef          string `protobuf:"bytes,8,opt,name=policy_ref,json=policyRef,proto3" json:"policy_ref,omitempty"`
	// contains filtered or unexported fields
}

func (*SignalTrustPolicyCheckOutput) Descriptor deprecated

func (*SignalTrustPolicyCheckOutput) Descriptor() ([]byte, []int)

Deprecated: Use SignalTrustPolicyCheckOutput.ProtoReflect.Descriptor instead.

func (*SignalTrustPolicyCheckOutput) GetAllowed

func (x *SignalTrustPolicyCheckOutput) GetAllowed() bool

func (*SignalTrustPolicyCheckOutput) GetLastEventRef

func (x *SignalTrustPolicyCheckOutput) GetLastEventRef() string

func (*SignalTrustPolicyCheckOutput) GetLastObservedAtUnix

func (x *SignalTrustPolicyCheckOutput) GetLastObservedAtUnix() int64

func (*SignalTrustPolicyCheckOutput) GetLastStatus

func (x *SignalTrustPolicyCheckOutput) GetLastStatus() string

func (*SignalTrustPolicyCheckOutput) GetPolicyRef

func (x *SignalTrustPolicyCheckOutput) GetPolicyRef() string

func (*SignalTrustPolicyCheckOutput) GetReason

func (x *SignalTrustPolicyCheckOutput) GetReason() string

func (*SignalTrustPolicyCheckOutput) GetRecordRef

func (x *SignalTrustPolicyCheckOutput) GetRecordRef() string

func (*SignalTrustPolicyCheckOutput) GetTrustRef

func (x *SignalTrustPolicyCheckOutput) GetTrustRef() string

func (*SignalTrustPolicyCheckOutput) ProtoMessage

func (*SignalTrustPolicyCheckOutput) ProtoMessage()

func (*SignalTrustPolicyCheckOutput) ProtoReflect

func (*SignalTrustPolicyCheckOutput) Reset

func (x *SignalTrustPolicyCheckOutput) Reset()

func (*SignalTrustPolicyCheckOutput) String

type SignalTrustPolicyDecision added in v0.28.0

type SignalTrustPolicyDecision struct {
	Allowed            bool   `protobuf:"varint,1,opt,name=allowed,proto3" json:"allowed,omitempty"`
	Reason             string `protobuf:"bytes,2,opt,name=reason,proto3" json:"reason,omitempty"`
	TrustRef           string `protobuf:"bytes,3,opt,name=trust_ref,json=trustRef,proto3" json:"trust_ref,omitempty"`
	RecordRef          string `protobuf:"bytes,4,opt,name=record_ref,json=recordRef,proto3" json:"record_ref,omitempty"`
	LastEventRef       string `protobuf:"bytes,5,opt,name=last_event_ref,json=lastEventRef,proto3" json:"last_event_ref,omitempty"`
	LastStatus         string `protobuf:"bytes,6,opt,name=last_status,json=lastStatus,proto3" json:"last_status,omitempty"`
	LastObservedAtUnix int64  `protobuf:"varint,7,opt,name=last_observed_at_unix,json=lastObservedAtUnix,proto3" json:"last_observed_at_unix,omitempty"`
	PolicyRef          string `protobuf:"bytes,8,opt,name=policy_ref,json=policyRef,proto3" json:"policy_ref,omitempty"`
	// contains filtered or unexported fields
}

func (*SignalTrustPolicyDecision) Descriptor deprecated added in v0.28.0

func (*SignalTrustPolicyDecision) Descriptor() ([]byte, []int)

Deprecated: Use SignalTrustPolicyDecision.ProtoReflect.Descriptor instead.

func (*SignalTrustPolicyDecision) GetAllowed added in v0.28.0

func (x *SignalTrustPolicyDecision) GetAllowed() bool

func (*SignalTrustPolicyDecision) GetLastEventRef added in v0.28.0

func (x *SignalTrustPolicyDecision) GetLastEventRef() string

func (*SignalTrustPolicyDecision) GetLastObservedAtUnix added in v0.28.0

func (x *SignalTrustPolicyDecision) GetLastObservedAtUnix() int64

func (*SignalTrustPolicyDecision) GetLastStatus added in v0.28.0

func (x *SignalTrustPolicyDecision) GetLastStatus() string

func (*SignalTrustPolicyDecision) GetPolicyRef added in v0.28.0

func (x *SignalTrustPolicyDecision) GetPolicyRef() string

func (*SignalTrustPolicyDecision) GetReason added in v0.28.0

func (x *SignalTrustPolicyDecision) GetReason() string

func (*SignalTrustPolicyDecision) GetRecordRef added in v0.28.0

func (x *SignalTrustPolicyDecision) GetRecordRef() string

func (*SignalTrustPolicyDecision) GetTrustRef added in v0.28.0

func (x *SignalTrustPolicyDecision) GetTrustRef() string

func (*SignalTrustPolicyDecision) ProtoMessage added in v0.28.0

func (*SignalTrustPolicyDecision) ProtoMessage()

func (*SignalTrustPolicyDecision) ProtoReflect added in v0.28.0

func (*SignalTrustPolicyDecision) Reset added in v0.28.0

func (x *SignalTrustPolicyDecision) Reset()

func (*SignalTrustPolicyDecision) String added in v0.28.0

func (x *SignalTrustPolicyDecision) String() string

type SignalTrustPolicySubject added in v0.28.0

type SignalTrustPolicySubject struct {
	TrustRef                  string   `protobuf:"bytes,1,opt,name=trust_ref,json=trustRef,proto3" json:"trust_ref,omitempty"`
	RequiredRecordRef         string   `protobuf:"bytes,2,opt,name=required_record_ref,json=requiredRecordRef,proto3" json:"required_record_ref,omitempty"`
	AllowedLastStatuses       []string `protobuf:"bytes,3,rep,name=allowed_last_statuses,json=allowedLastStatuses,proto3" json:"allowed_last_statuses,omitempty"`
	MaxLastObservedAgeSeconds uint32   `` /* 143-byte string literal not displayed */
	AllowLegacyRecord         bool     `protobuf:"varint,5,opt,name=allow_legacy_record,json=allowLegacyRecord,proto3" json:"allow_legacy_record,omitempty"`
	// contains filtered or unexported fields
}

func (*SignalTrustPolicySubject) Descriptor deprecated added in v0.28.0

func (*SignalTrustPolicySubject) Descriptor() ([]byte, []int)

Deprecated: Use SignalTrustPolicySubject.ProtoReflect.Descriptor instead.

func (*SignalTrustPolicySubject) GetAllowLegacyRecord added in v0.28.0

func (x *SignalTrustPolicySubject) GetAllowLegacyRecord() bool

func (*SignalTrustPolicySubject) GetAllowedLastStatuses added in v0.28.0

func (x *SignalTrustPolicySubject) GetAllowedLastStatuses() []string

func (*SignalTrustPolicySubject) GetMaxLastObservedAgeSeconds added in v0.28.0

func (x *SignalTrustPolicySubject) GetMaxLastObservedAgeSeconds() uint32

func (*SignalTrustPolicySubject) GetRequiredRecordRef added in v0.28.0

func (x *SignalTrustPolicySubject) GetRequiredRecordRef() string

func (*SignalTrustPolicySubject) GetTrustRef added in v0.28.0

func (x *SignalTrustPolicySubject) GetTrustRef() string

func (*SignalTrustPolicySubject) ProtoMessage added in v0.28.0

func (*SignalTrustPolicySubject) ProtoMessage()

func (*SignalTrustPolicySubject) ProtoReflect added in v0.28.0

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

func (*SignalTrustPolicySubject) Reset added in v0.28.0

func (x *SignalTrustPolicySubject) Reset()

func (*SignalTrustPolicySubject) String added in v0.28.0

func (x *SignalTrustPolicySubject) String() string

type SignalTrustResetConfig

type SignalTrustResetConfig struct {
	StoreRef       string `protobuf:"bytes,1,opt,name=store_ref,json=storeRef,proto3" json:"store_ref,omitempty"`
	Policy         string `protobuf:"bytes,2,opt,name=policy,proto3" json:"policy,omitempty"`
	Version        uint32 `protobuf:"varint,3,opt,name=version,proto3" json:"version,omitempty"`
	Iterations     uint32 `protobuf:"varint,4,opt,name=iterations,proto3" json:"iterations,omitempty"`
	AllowBootstrap bool   `protobuf:"varint,5,opt,name=allow_bootstrap,json=allowBootstrap,proto3" json:"allow_bootstrap,omitempty"`
	// contains filtered or unexported fields
}

func (*SignalTrustResetConfig) Descriptor deprecated

func (*SignalTrustResetConfig) Descriptor() ([]byte, []int)

Deprecated: Use SignalTrustResetConfig.ProtoReflect.Descriptor instead.

func (*SignalTrustResetConfig) GetAllowBootstrap

func (x *SignalTrustResetConfig) GetAllowBootstrap() bool

func (*SignalTrustResetConfig) GetIterations

func (x *SignalTrustResetConfig) GetIterations() uint32

func (*SignalTrustResetConfig) GetPolicy

func (x *SignalTrustResetConfig) GetPolicy() string

func (*SignalTrustResetConfig) GetStoreRef

func (x *SignalTrustResetConfig) GetStoreRef() string

func (*SignalTrustResetConfig) GetVersion

func (x *SignalTrustResetConfig) GetVersion() uint32

func (*SignalTrustResetConfig) ProtoMessage

func (*SignalTrustResetConfig) ProtoMessage()

func (*SignalTrustResetConfig) ProtoReflect

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

func (*SignalTrustResetConfig) Reset

func (x *SignalTrustResetConfig) Reset()

func (*SignalTrustResetConfig) String

func (x *SignalTrustResetConfig) String() string

type SignalTrustResetInput

type SignalTrustResetInput struct {
	TrustRef          string `protobuf:"bytes,1,opt,name=trust_ref,json=trustRef,proto3" json:"trust_ref,omitempty"`
	LocalId           string `protobuf:"bytes,2,opt,name=local_id,json=localId,proto3" json:"local_id,omitempty"`
	LocalKey          string `protobuf:"bytes,3,opt,name=local_key,json=localKey,proto3" json:"local_key,omitempty"`
	RemoteId          string `protobuf:"bytes,4,opt,name=remote_id,json=remoteId,proto3" json:"remote_id,omitempty"`
	RemoteKey         string `protobuf:"bytes,5,opt,name=remote_key,json=remoteKey,proto3" json:"remote_key,omitempty"`
	Policy            string `protobuf:"bytes,6,opt,name=policy,proto3" json:"policy,omitempty"`
	Version           uint32 `protobuf:"varint,7,opt,name=version,proto3" json:"version,omitempty"`
	Iterations        uint32 `protobuf:"varint,8,opt,name=iterations,proto3" json:"iterations,omitempty"`
	ReasonRef         string `protobuf:"bytes,9,opt,name=reason_ref,json=reasonRef,proto3" json:"reason_ref,omitempty"`
	PreviousRecordRef string `protobuf:"bytes,10,opt,name=previous_record_ref,json=previousRecordRef,proto3" json:"previous_record_ref,omitempty"`
	AllowBootstrap    bool   `protobuf:"varint,11,opt,name=allow_bootstrap,json=allowBootstrap,proto3" json:"allow_bootstrap,omitempty"`
	// contains filtered or unexported fields
}

func (*SignalTrustResetInput) Descriptor deprecated

func (*SignalTrustResetInput) Descriptor() ([]byte, []int)

Deprecated: Use SignalTrustResetInput.ProtoReflect.Descriptor instead.

func (*SignalTrustResetInput) GetAllowBootstrap

func (x *SignalTrustResetInput) GetAllowBootstrap() bool

func (*SignalTrustResetInput) GetIterations

func (x *SignalTrustResetInput) GetIterations() uint32

func (*SignalTrustResetInput) GetLocalId

func (x *SignalTrustResetInput) GetLocalId() string

func (*SignalTrustResetInput) GetLocalKey

func (x *SignalTrustResetInput) GetLocalKey() string

func (*SignalTrustResetInput) GetPolicy

func (x *SignalTrustResetInput) GetPolicy() string

func (*SignalTrustResetInput) GetPreviousRecordRef

func (x *SignalTrustResetInput) GetPreviousRecordRef() string

func (*SignalTrustResetInput) GetReasonRef

func (x *SignalTrustResetInput) GetReasonRef() string

func (*SignalTrustResetInput) GetRemoteId

func (x *SignalTrustResetInput) GetRemoteId() string

func (*SignalTrustResetInput) GetRemoteKey

func (x *SignalTrustResetInput) GetRemoteKey() string

func (*SignalTrustResetInput) GetTrustRef

func (x *SignalTrustResetInput) GetTrustRef() string

func (*SignalTrustResetInput) GetVersion

func (x *SignalTrustResetInput) GetVersion() uint32

func (*SignalTrustResetInput) ProtoMessage

func (*SignalTrustResetInput) ProtoMessage()

func (*SignalTrustResetInput) ProtoReflect

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

func (*SignalTrustResetInput) Reset

func (x *SignalTrustResetInput) Reset()

func (*SignalTrustResetInput) String

func (x *SignalTrustResetInput) String() string

type SignalTrustResetOutput

type SignalTrustResetOutput struct {
	Trusted           bool   `protobuf:"varint,1,opt,name=trusted,proto3" json:"trusted,omitempty"`
	Status            string `protobuf:"bytes,2,opt,name=status,proto3" json:"status,omitempty"`
	TrustRef          string `protobuf:"bytes,3,opt,name=trust_ref,json=trustRef,proto3" json:"trust_ref,omitempty"`
	RecordRef         string `protobuf:"bytes,4,opt,name=record_ref,json=recordRef,proto3" json:"record_ref,omitempty"`
	PreviousRecordRef string `protobuf:"bytes,5,opt,name=previous_record_ref,json=previousRecordRef,proto3" json:"previous_record_ref,omitempty"`
	Rotated           bool   `protobuf:"varint,6,opt,name=rotated,proto3" json:"rotated,omitempty"`
	ReasonRef         string `protobuf:"bytes,7,opt,name=reason_ref,json=reasonRef,proto3" json:"reason_ref,omitempty"`
	FingerprintSha256 string `protobuf:"bytes,8,opt,name=fingerprint_sha256,json=fingerprintSha256,proto3" json:"fingerprint_sha256,omitempty"`
	// contains filtered or unexported fields
}

func (*SignalTrustResetOutput) Descriptor deprecated

func (*SignalTrustResetOutput) Descriptor() ([]byte, []int)

Deprecated: Use SignalTrustResetOutput.ProtoReflect.Descriptor instead.

func (*SignalTrustResetOutput) GetFingerprintSha256

func (x *SignalTrustResetOutput) GetFingerprintSha256() string

func (*SignalTrustResetOutput) GetPreviousRecordRef

func (x *SignalTrustResetOutput) GetPreviousRecordRef() string

func (*SignalTrustResetOutput) GetReasonRef

func (x *SignalTrustResetOutput) GetReasonRef() string

func (*SignalTrustResetOutput) GetRecordRef

func (x *SignalTrustResetOutput) GetRecordRef() string

func (*SignalTrustResetOutput) GetRotated

func (x *SignalTrustResetOutput) GetRotated() bool

func (*SignalTrustResetOutput) GetStatus

func (x *SignalTrustResetOutput) GetStatus() string

func (*SignalTrustResetOutput) GetTrustRef

func (x *SignalTrustResetOutput) GetTrustRef() string

func (*SignalTrustResetOutput) GetTrusted

func (x *SignalTrustResetOutput) GetTrusted() bool

func (*SignalTrustResetOutput) ProtoMessage

func (*SignalTrustResetOutput) ProtoMessage()

func (*SignalTrustResetOutput) ProtoReflect

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

func (*SignalTrustResetOutput) Reset

func (x *SignalTrustResetOutput) Reset()

func (*SignalTrustResetOutput) String

func (x *SignalTrustResetOutput) String() string

type SignalTrustStoreConfig

type SignalTrustStoreConfig struct {
	StoreRef                 string `protobuf:"bytes,1,opt,name=store_ref,json=storeRef,proto3" json:"store_ref,omitempty"`
	Backend                  string `protobuf:"bytes,2,opt,name=backend,proto3" json:"backend,omitempty"`
	StoragePath              string `protobuf:"bytes,3,opt,name=storage_path,json=storagePath,proto3" json:"storage_path,omitempty"`
	AllowLocalFile           bool   `protobuf:"varint,4,opt,name=allow_local_file,json=allowLocalFile,proto3" json:"allow_local_file,omitempty"`
	AuditPath                string `protobuf:"bytes,5,opt,name=audit_path,json=auditPath,proto3" json:"audit_path,omitempty"`
	FailOnCorrupt            bool   `protobuf:"varint,6,opt,name=fail_on_corrupt,json=failOnCorrupt,proto3" json:"fail_on_corrupt,omitempty"`
	ProductionPolicy         bool   `protobuf:"varint,7,opt,name=production_policy,json=productionPolicy,proto3" json:"production_policy,omitempty"`
	AllowProductionLocalFile bool   `` /* 138-byte string literal not displayed */
	EndpointUrl              string `protobuf:"bytes,9,opt,name=endpoint_url,json=endpointUrl,proto3" json:"endpoint_url,omitempty"`
	AuthHeaderName           string `protobuf:"bytes,10,opt,name=auth_header_name,json=authHeaderName,proto3" json:"auth_header_name,omitempty"`
	AuthHeaderEnv            string `protobuf:"bytes,11,opt,name=auth_header_env,json=authHeaderEnv,proto3" json:"auth_header_env,omitempty"`
	RequestTimeoutMs         uint32 `protobuf:"varint,12,opt,name=request_timeout_ms,json=requestTimeoutMs,proto3" json:"request_timeout_ms,omitempty"`
	AllowInsecureHttp        bool   `protobuf:"varint,13,opt,name=allow_insecure_http,json=allowInsecureHttp,proto3" json:"allow_insecure_http,omitempty"`
	AllowObjectStoreBackend  bool   `` /* 136-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*SignalTrustStoreConfig) Descriptor deprecated

func (*SignalTrustStoreConfig) Descriptor() ([]byte, []int)

Deprecated: Use SignalTrustStoreConfig.ProtoReflect.Descriptor instead.

func (*SignalTrustStoreConfig) GetAllowInsecureHttp

func (x *SignalTrustStoreConfig) GetAllowInsecureHttp() bool

func (*SignalTrustStoreConfig) GetAllowLocalFile

func (x *SignalTrustStoreConfig) GetAllowLocalFile() bool

func (*SignalTrustStoreConfig) GetAllowObjectStoreBackend added in v0.27.0

func (x *SignalTrustStoreConfig) GetAllowObjectStoreBackend() bool

func (*SignalTrustStoreConfig) GetAllowProductionLocalFile

func (x *SignalTrustStoreConfig) GetAllowProductionLocalFile() bool

func (*SignalTrustStoreConfig) GetAuditPath

func (x *SignalTrustStoreConfig) GetAuditPath() string

func (*SignalTrustStoreConfig) GetAuthHeaderEnv

func (x *SignalTrustStoreConfig) GetAuthHeaderEnv() string

func (*SignalTrustStoreConfig) GetAuthHeaderName

func (x *SignalTrustStoreConfig) GetAuthHeaderName() string

func (*SignalTrustStoreConfig) GetBackend

func (x *SignalTrustStoreConfig) GetBackend() string

func (*SignalTrustStoreConfig) GetEndpointUrl

func (x *SignalTrustStoreConfig) GetEndpointUrl() string

func (*SignalTrustStoreConfig) GetFailOnCorrupt

func (x *SignalTrustStoreConfig) GetFailOnCorrupt() bool

func (*SignalTrustStoreConfig) GetProductionPolicy

func (x *SignalTrustStoreConfig) GetProductionPolicy() bool

func (*SignalTrustStoreConfig) GetRequestTimeoutMs

func (x *SignalTrustStoreConfig) GetRequestTimeoutMs() uint32

func (*SignalTrustStoreConfig) GetStoragePath

func (x *SignalTrustStoreConfig) GetStoragePath() string

func (*SignalTrustStoreConfig) GetStoreRef

func (x *SignalTrustStoreConfig) GetStoreRef() string

func (*SignalTrustStoreConfig) ProtoMessage

func (*SignalTrustStoreConfig) ProtoMessage()

func (*SignalTrustStoreConfig) ProtoReflect

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

func (*SignalTrustStoreConfig) Reset

func (x *SignalTrustStoreConfig) Reset()

func (*SignalTrustStoreConfig) String

func (x *SignalTrustStoreConfig) String() string

type SpaceConfig

type SpaceConfig struct {
	SpaceRef    string `protobuf:"bytes,1,opt,name=space_ref,json=spaceRef,proto3" json:"space_ref,omitempty"`
	IdentityRef string `protobuf:"bytes,2,opt,name=identity_ref,json=identityRef,proto3" json:"identity_ref,omitempty"`
	RoomRef     string `protobuf:"bytes,3,opt,name=room_ref,json=roomRef,proto3" json:"room_ref,omitempty"`
	EventbusRef string `protobuf:"bytes,4,opt,name=eventbus_ref,json=eventbusRef,proto3" json:"eventbus_ref,omitempty"`
	// contains filtered or unexported fields
}

func (*SpaceConfig) Descriptor deprecated

func (*SpaceConfig) Descriptor() ([]byte, []int)

Deprecated: Use SpaceConfig.ProtoReflect.Descriptor instead.

func (*SpaceConfig) GetEventbusRef

func (x *SpaceConfig) GetEventbusRef() string

func (*SpaceConfig) GetIdentityRef

func (x *SpaceConfig) GetIdentityRef() string

func (*SpaceConfig) GetRoomRef

func (x *SpaceConfig) GetRoomRef() string

func (*SpaceConfig) GetSpaceRef

func (x *SpaceConfig) GetSpaceRef() string

func (*SpaceConfig) ProtoMessage

func (*SpaceConfig) ProtoMessage()

func (*SpaceConfig) ProtoReflect

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

func (*SpaceConfig) Reset

func (x *SpaceConfig) Reset()

func (*SpaceConfig) String

func (x *SpaceConfig) String() string

type UsernameLinkCreateConfig

type UsernameLinkCreateConfig struct {
	Username string `protobuf:"bytes,1,opt,name=username,proto3" json:"username,omitempty"`
	Entropy  []byte `protobuf:"bytes,2,opt,name=entropy,proto3" json:"entropy,omitempty"`
	// contains filtered or unexported fields
}

func (*UsernameLinkCreateConfig) Descriptor deprecated

func (*UsernameLinkCreateConfig) Descriptor() ([]byte, []int)

Deprecated: Use UsernameLinkCreateConfig.ProtoReflect.Descriptor instead.

func (*UsernameLinkCreateConfig) GetEntropy

func (x *UsernameLinkCreateConfig) GetEntropy() []byte

func (*UsernameLinkCreateConfig) GetUsername

func (x *UsernameLinkCreateConfig) GetUsername() string

func (*UsernameLinkCreateConfig) ProtoMessage

func (*UsernameLinkCreateConfig) ProtoMessage()

func (*UsernameLinkCreateConfig) ProtoReflect

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

func (*UsernameLinkCreateConfig) Reset

func (x *UsernameLinkCreateConfig) Reset()

func (*UsernameLinkCreateConfig) String

func (x *UsernameLinkCreateConfig) String() string

type UsernameLinkCreateInput

type UsernameLinkCreateInput struct {
	Username string `protobuf:"bytes,1,opt,name=username,proto3" json:"username,omitempty"`
	Entropy  []byte `protobuf:"bytes,2,opt,name=entropy,proto3" json:"entropy,omitempty"`
	// contains filtered or unexported fields
}

func (*UsernameLinkCreateInput) Descriptor deprecated

func (*UsernameLinkCreateInput) Descriptor() ([]byte, []int)

Deprecated: Use UsernameLinkCreateInput.ProtoReflect.Descriptor instead.

func (*UsernameLinkCreateInput) GetEntropy

func (x *UsernameLinkCreateInput) GetEntropy() []byte

func (*UsernameLinkCreateInput) GetUsername

func (x *UsernameLinkCreateInput) GetUsername() string

func (*UsernameLinkCreateInput) ProtoMessage

func (*UsernameLinkCreateInput) ProtoMessage()

func (*UsernameLinkCreateInput) ProtoReflect

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

func (*UsernameLinkCreateInput) Reset

func (x *UsernameLinkCreateInput) Reset()

func (*UsernameLinkCreateInput) String

func (x *UsernameLinkCreateInput) String() string

type UsernameLinkCreateOutput

type UsernameLinkCreateOutput struct {
	Entropy           []byte `protobuf:"bytes,1,opt,name=entropy,proto3" json:"entropy,omitempty"`
	EncryptedUsername []byte `protobuf:"bytes,2,opt,name=encrypted_username,json=encryptedUsername,proto3" json:"encrypted_username,omitempty"`
	LinkBuffer        []byte `protobuf:"bytes,3,opt,name=link_buffer,json=linkBuffer,proto3" json:"link_buffer,omitempty"`
	// contains filtered or unexported fields
}

func (*UsernameLinkCreateOutput) Descriptor deprecated

func (*UsernameLinkCreateOutput) Descriptor() ([]byte, []int)

Deprecated: Use UsernameLinkCreateOutput.ProtoReflect.Descriptor instead.

func (*UsernameLinkCreateOutput) GetEncryptedUsername

func (x *UsernameLinkCreateOutput) GetEncryptedUsername() []byte

func (*UsernameLinkCreateOutput) GetEntropy

func (x *UsernameLinkCreateOutput) GetEntropy() []byte

func (*UsernameLinkCreateOutput) GetLinkBuffer

func (x *UsernameLinkCreateOutput) GetLinkBuffer() []byte

func (*UsernameLinkCreateOutput) ProtoMessage

func (*UsernameLinkCreateOutput) ProtoMessage()

func (*UsernameLinkCreateOutput) ProtoReflect

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

func (*UsernameLinkCreateOutput) Reset

func (x *UsernameLinkCreateOutput) Reset()

func (*UsernameLinkCreateOutput) String

func (x *UsernameLinkCreateOutput) String() string

type UsernameLinkDecryptConfig

type UsernameLinkDecryptConfig struct {
	Entropy []byte `protobuf:"bytes,1,opt,name=entropy,proto3" json:"entropy,omitempty"`
	// contains filtered or unexported fields
}

func (*UsernameLinkDecryptConfig) Descriptor deprecated

func (*UsernameLinkDecryptConfig) Descriptor() ([]byte, []int)

Deprecated: Use UsernameLinkDecryptConfig.ProtoReflect.Descriptor instead.

func (*UsernameLinkDecryptConfig) GetEntropy

func (x *UsernameLinkDecryptConfig) GetEntropy() []byte

func (*UsernameLinkDecryptConfig) ProtoMessage

func (*UsernameLinkDecryptConfig) ProtoMessage()

func (*UsernameLinkDecryptConfig) ProtoReflect

func (*UsernameLinkDecryptConfig) Reset

func (x *UsernameLinkDecryptConfig) Reset()

func (*UsernameLinkDecryptConfig) String

func (x *UsernameLinkDecryptConfig) String() string

type UsernameLinkDecryptInput

type UsernameLinkDecryptInput struct {
	Entropy           []byte `protobuf:"bytes,1,opt,name=entropy,proto3" json:"entropy,omitempty"`
	EncryptedUsername []byte `protobuf:"bytes,2,opt,name=encrypted_username,json=encryptedUsername,proto3" json:"encrypted_username,omitempty"`
	LinkBuffer        []byte `protobuf:"bytes,3,opt,name=link_buffer,json=linkBuffer,proto3" json:"link_buffer,omitempty"`
	// contains filtered or unexported fields
}

func (*UsernameLinkDecryptInput) Descriptor deprecated

func (*UsernameLinkDecryptInput) Descriptor() ([]byte, []int)

Deprecated: Use UsernameLinkDecryptInput.ProtoReflect.Descriptor instead.

func (*UsernameLinkDecryptInput) GetEncryptedUsername

func (x *UsernameLinkDecryptInput) GetEncryptedUsername() []byte

func (*UsernameLinkDecryptInput) GetEntropy

func (x *UsernameLinkDecryptInput) GetEntropy() []byte

func (*UsernameLinkDecryptInput) GetLinkBuffer

func (x *UsernameLinkDecryptInput) GetLinkBuffer() []byte

func (*UsernameLinkDecryptInput) ProtoMessage

func (*UsernameLinkDecryptInput) ProtoMessage()

func (*UsernameLinkDecryptInput) ProtoReflect

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

func (*UsernameLinkDecryptInput) Reset

func (x *UsernameLinkDecryptInput) Reset()

func (*UsernameLinkDecryptInput) String

func (x *UsernameLinkDecryptInput) String() string

type UsernameLinkDecryptOutput

type UsernameLinkDecryptOutput struct {
	Username string `protobuf:"bytes,1,opt,name=username,proto3" json:"username,omitempty"`
	// contains filtered or unexported fields
}

func (*UsernameLinkDecryptOutput) Descriptor deprecated

func (*UsernameLinkDecryptOutput) Descriptor() ([]byte, []int)

Deprecated: Use UsernameLinkDecryptOutput.ProtoReflect.Descriptor instead.

func (*UsernameLinkDecryptOutput) GetUsername

func (x *UsernameLinkDecryptOutput) GetUsername() string

func (*UsernameLinkDecryptOutput) ProtoMessage

func (*UsernameLinkDecryptOutput) ProtoMessage()

func (*UsernameLinkDecryptOutput) ProtoReflect

func (*UsernameLinkDecryptOutput) Reset

func (x *UsernameLinkDecryptOutput) Reset()

func (*UsernameLinkDecryptOutput) String

func (x *UsernameLinkDecryptOutput) String() string

Jump to

Keyboard shortcuts

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