provider_spacewave_api

package
v0.56.1 Latest Latest
Warning

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

Go to latest
Published: Jul 18, 2026 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	MultiSigActionKind_name = map[int32]string{
		0: "MULTI_SIG_ACTION_KIND_UNSPECIFIED",
		1: "MULTI_SIG_ACTION_KIND_ADD_KEYPAIR",
		2: "MULTI_SIG_ACTION_KIND_REMOVE_KEYPAIR",
		3: "MULTI_SIG_ACTION_KIND_UPDATE_THRESHOLD",
		4: "MULTI_SIG_ACTION_KIND_REVOKE_SESSION",
		5: "MULTI_SIG_ACTION_KIND_DELETE_ACCOUNT",
		6: "MULTI_SIG_ACTION_KIND_SSO_LINK",
	}
	MultiSigActionKind_value = map[string]int32{
		"MULTI_SIG_ACTION_KIND_UNSPECIFIED":      0,
		"MULTI_SIG_ACTION_KIND_ADD_KEYPAIR":      1,
		"MULTI_SIG_ACTION_KIND_REMOVE_KEYPAIR":   2,
		"MULTI_SIG_ACTION_KIND_UPDATE_THRESHOLD": 3,
		"MULTI_SIG_ACTION_KIND_REVOKE_SESSION":   4,
		"MULTI_SIG_ACTION_KIND_DELETE_ACCOUNT":   5,
		"MULTI_SIG_ACTION_KIND_SSO_LINK":         6,
	}
)

Enum value maps for MultiSigActionKind.

View Source
var (
	AccountLifecycleState_name = map[int32]string{
		0: "ACCOUNT_LIFECYCLE_STATE_UNKNOWN",
		1: "ACCOUNT_LIFECYCLE_STATE_ACTIVE",
		2: "ACCOUNT_LIFECYCLE_STATE_ACTIVE_WITH_CANCEL_AT_PERIOD_END",
		3: "ACCOUNT_LIFECYCLE_STATE_CANCELED_GRACE_READONLY",
		4: "ACCOUNT_LIFECYCLE_STATE_PENDING_DELETE_READONLY",
		5: "ACCOUNT_LIFECYCLE_STATE_LAPSED_READONLY",
		6: "ACCOUNT_LIFECYCLE_STATE_DELETED_PENDING_PURGE",
		7: "ACCOUNT_LIFECYCLE_STATE_DELETED",
		8: "ACCOUNT_LIFECYCLE_STATE_DISPUTED_HARD_SUSPEND",
	}
	AccountLifecycleState_value = map[string]int32{
		"ACCOUNT_LIFECYCLE_STATE_UNKNOWN":                          0,
		"ACCOUNT_LIFECYCLE_STATE_ACTIVE":                           1,
		"ACCOUNT_LIFECYCLE_STATE_ACTIVE_WITH_CANCEL_AT_PERIOD_END": 2,
		"ACCOUNT_LIFECYCLE_STATE_CANCELED_GRACE_READONLY":          3,
		"ACCOUNT_LIFECYCLE_STATE_PENDING_DELETE_READONLY":          4,
		"ACCOUNT_LIFECYCLE_STATE_LAPSED_READONLY":                  5,
		"ACCOUNT_LIFECYCLE_STATE_DELETED_PENDING_PURGE":            6,
		"ACCOUNT_LIFECYCLE_STATE_DELETED":                          7,
		"ACCOUNT_LIFECYCLE_STATE_DISPUTED_HARD_SUSPEND":            8,
	}
)

Enum value maps for AccountLifecycleState.

View Source
var (
	TargetedInvitePurpose_name = map[int32]string{
		0: "TARGETED_INVITE_PURPOSE_UNSPECIFIED",
		1: "TARGETED_INVITE_PURPOSE_SPACE",
		2: "TARGETED_INVITE_PURPOSE_ORGANIZATION",
	}
	TargetedInvitePurpose_value = map[string]int32{
		"TARGETED_INVITE_PURPOSE_UNSPECIFIED":  0,
		"TARGETED_INVITE_PURPOSE_SPACE":        1,
		"TARGETED_INVITE_PURPOSE_ORGANIZATION": 2,
	}
)

Enum value maps for TargetedInvitePurpose.

View Source
var (
	AccountAuthMethodKind_name = map[int32]string{
		0: "ACCOUNT_AUTH_METHOD_KIND_UNSPECIFIED",
		1: "ACCOUNT_AUTH_METHOD_KIND_PASSWORD",
		2: "ACCOUNT_AUTH_METHOD_KIND_BACKUP_KEY",
		3: "ACCOUNT_AUTH_METHOD_KIND_PASSKEY",
		4: "ACCOUNT_AUTH_METHOD_KIND_GOOGLE_SSO",
		5: "ACCOUNT_AUTH_METHOD_KIND_GITHUB_SSO",
		6: "ACCOUNT_AUTH_METHOD_KIND_UNKNOWN",
	}
	AccountAuthMethodKind_value = map[string]int32{
		"ACCOUNT_AUTH_METHOD_KIND_UNSPECIFIED": 0,
		"ACCOUNT_AUTH_METHOD_KIND_PASSWORD":    1,
		"ACCOUNT_AUTH_METHOD_KIND_BACKUP_KEY":  2,
		"ACCOUNT_AUTH_METHOD_KIND_PASSKEY":     3,
		"ACCOUNT_AUTH_METHOD_KIND_GOOGLE_SSO":  4,
		"ACCOUNT_AUTH_METHOD_KIND_GITHUB_SSO":  5,
		"ACCOUNT_AUTH_METHOD_KIND_UNKNOWN":     6,
	}
)

Enum value maps for AccountAuthMethodKind.

View Source
var (
	AccountSObjectBindingState_name = map[int32]string{
		0: "ACCOUNT_SOBJECT_BINDING_STATE_UNSPECIFIED",
		1: "ACCOUNT_SOBJECT_BINDING_STATE_RESERVED",
		2: "ACCOUNT_SOBJECT_BINDING_STATE_READY",
	}
	AccountSObjectBindingState_value = map[string]int32{
		"ACCOUNT_SOBJECT_BINDING_STATE_UNSPECIFIED": 0,
		"ACCOUNT_SOBJECT_BINDING_STATE_RESERVED":    1,
		"ACCOUNT_SOBJECT_BINDING_STATE_READY":       2,
	}
)

Enum value maps for AccountSObjectBindingState.

Functions

This section is empty.

Types

type AcceptTargetedOrganizationInvitationRequest added in v0.51.2

type AcceptTargetedOrganizationInvitationRequest struct {

	// Id is the targeted invitation ULID.
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

AcceptTargetedOrganizationInvitationRequest fulfills a pending organization targeted invitation for the authenticated recipient.

func (*AcceptTargetedOrganizationInvitationRequest) CloneMessageVT added in v0.51.2

func (*AcceptTargetedOrganizationInvitationRequest) CloneVT added in v0.51.2

func (*AcceptTargetedOrganizationInvitationRequest) EqualMessageVT added in v0.51.2

func (this *AcceptTargetedOrganizationInvitationRequest) EqualMessageVT(thatMsg any) bool

func (*AcceptTargetedOrganizationInvitationRequest) EqualVT added in v0.51.2

func (*AcceptTargetedOrganizationInvitationRequest) GetId added in v0.51.2

func (*AcceptTargetedOrganizationInvitationRequest) MarshalJSON added in v0.51.2

MarshalJSON marshals the AcceptTargetedOrganizationInvitationRequest to JSON.

func (*AcceptTargetedOrganizationInvitationRequest) MarshalProtoJSON added in v0.51.2

MarshalProtoJSON marshals the AcceptTargetedOrganizationInvitationRequest message to JSON.

func (*AcceptTargetedOrganizationInvitationRequest) MarshalProtoText added in v0.51.2

func (*AcceptTargetedOrganizationInvitationRequest) MarshalToSizedBufferVT added in v0.51.2

func (m *AcceptTargetedOrganizationInvitationRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*AcceptTargetedOrganizationInvitationRequest) MarshalToVT added in v0.51.2

func (m *AcceptTargetedOrganizationInvitationRequest) MarshalToVT(dAtA []byte) (int, error)

func (*AcceptTargetedOrganizationInvitationRequest) MarshalVT added in v0.51.2

func (m *AcceptTargetedOrganizationInvitationRequest) MarshalVT() (dAtA []byte, err error)

func (*AcceptTargetedOrganizationInvitationRequest) ProtoMessage added in v0.51.2

func (*AcceptTargetedOrganizationInvitationRequest) Reset added in v0.51.2

func (*AcceptTargetedOrganizationInvitationRequest) SizeVT added in v0.51.2

func (*AcceptTargetedOrganizationInvitationRequest) String added in v0.51.2

func (*AcceptTargetedOrganizationInvitationRequest) UnmarshalJSON added in v0.51.2

UnmarshalJSON unmarshals the AcceptTargetedOrganizationInvitationRequest from JSON.

func (*AcceptTargetedOrganizationInvitationRequest) UnmarshalProtoJSON added in v0.51.2

UnmarshalProtoJSON unmarshals the AcceptTargetedOrganizationInvitationRequest message from JSON.

func (*AcceptTargetedOrganizationInvitationRequest) UnmarshalVT added in v0.51.2

type AcceptTargetedOrganizationInvitationResponse added in v0.51.2

type AcceptTargetedOrganizationInvitationResponse struct {

	// Invitation is the fulfilled invitation row.
	Invitation *TargetedInvitationInfo `protobuf:"bytes,1,opt,name=invitation,proto3" json:"invitation,omitempty"`
	// Organization is the joined organization.
	Organization *OrgResponse `protobuf:"bytes,2,opt,name=organization,proto3" json:"organization,omitempty"`
	// contains filtered or unexported fields
}

AcceptTargetedOrganizationInvitationResponse returns the fulfilled invitation and resulting organization membership.

func (*AcceptTargetedOrganizationInvitationResponse) CloneMessageVT added in v0.51.2

func (*AcceptTargetedOrganizationInvitationResponse) CloneVT added in v0.51.2

func (*AcceptTargetedOrganizationInvitationResponse) EqualMessageVT added in v0.51.2

func (this *AcceptTargetedOrganizationInvitationResponse) EqualMessageVT(thatMsg any) bool

func (*AcceptTargetedOrganizationInvitationResponse) EqualVT added in v0.51.2

func (*AcceptTargetedOrganizationInvitationResponse) GetInvitation added in v0.51.2

func (*AcceptTargetedOrganizationInvitationResponse) GetOrganization added in v0.51.2

func (*AcceptTargetedOrganizationInvitationResponse) MarshalJSON added in v0.51.2

MarshalJSON marshals the AcceptTargetedOrganizationInvitationResponse to JSON.

func (*AcceptTargetedOrganizationInvitationResponse) MarshalProtoJSON added in v0.51.2

MarshalProtoJSON marshals the AcceptTargetedOrganizationInvitationResponse message to JSON.

func (*AcceptTargetedOrganizationInvitationResponse) MarshalProtoText added in v0.51.2

func (*AcceptTargetedOrganizationInvitationResponse) MarshalToSizedBufferVT added in v0.51.2

func (m *AcceptTargetedOrganizationInvitationResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*AcceptTargetedOrganizationInvitationResponse) MarshalToVT added in v0.51.2

func (m *AcceptTargetedOrganizationInvitationResponse) MarshalToVT(dAtA []byte) (int, error)

func (*AcceptTargetedOrganizationInvitationResponse) MarshalVT added in v0.51.2

func (m *AcceptTargetedOrganizationInvitationResponse) MarshalVT() (dAtA []byte, err error)

func (*AcceptTargetedOrganizationInvitationResponse) ProtoMessage added in v0.51.2

func (*AcceptTargetedOrganizationInvitationResponse) Reset added in v0.51.2

func (*AcceptTargetedOrganizationInvitationResponse) SizeVT added in v0.51.2

func (*AcceptTargetedOrganizationInvitationResponse) String added in v0.51.2

func (*AcceptTargetedOrganizationInvitationResponse) UnmarshalJSON added in v0.51.2

UnmarshalJSON unmarshals the AcceptTargetedOrganizationInvitationResponse from JSON.

func (*AcceptTargetedOrganizationInvitationResponse) UnmarshalProtoJSON added in v0.51.2

UnmarshalProtoJSON unmarshals the AcceptTargetedOrganizationInvitationResponse message from JSON.

func (*AcceptTargetedOrganizationInvitationResponse) UnmarshalVT added in v0.51.2

type AccountAuthMethod

type AccountAuthMethod struct {

	// PeerId is the remove/debug identifier for the underlying keypair row.
	PeerId string `protobuf:"bytes,1,opt,name=peer_id,json=peerId,proto3" json:"peerId,omitempty"`
	// Kind identifies the auth-method row type.
	Kind AccountAuthMethodKind `protobuf:"varint,2,opt,name=kind,proto3" json:"kind,omitempty"`
	// Provider is the provider slug for SSO rows, or empty otherwise.
	Provider string `protobuf:"bytes,3,opt,name=provider,proto3" json:"provider,omitempty"`
	// Label is the primary human-facing row label.
	Label string `protobuf:"bytes,4,opt,name=label,proto3" json:"label,omitempty"`
	// SecondaryLabel is optional secondary metadata such as email or device info.
	SecondaryLabel string `protobuf:"bytes,5,opt,name=secondary_label,json=secondaryLabel,proto3" json:"secondaryLabel,omitempty"`
	// Keypair is the underlying entity keypair metadata for this row.
	Keypair *session.EntityKeypair `protobuf:"bytes,6,opt,name=keypair,proto3" json:"keypair,omitempty"`
	// contains filtered or unexported fields
}

AccountAuthMethod describes one account auth-method row for settings UI.

func (*AccountAuthMethod) CloneMessageVT

func (m *AccountAuthMethod) CloneMessageVT() protobuf_go_lite.CloneMessage

func (*AccountAuthMethod) CloneVT

func (m *AccountAuthMethod) CloneVT() *AccountAuthMethod

func (*AccountAuthMethod) EqualMessageVT

func (this *AccountAuthMethod) EqualMessageVT(thatMsg any) bool

func (*AccountAuthMethod) EqualVT

func (this *AccountAuthMethod) EqualVT(that *AccountAuthMethod) bool

func (*AccountAuthMethod) GetKeypair

func (x *AccountAuthMethod) GetKeypair() *session.EntityKeypair

func (*AccountAuthMethod) GetKind

func (*AccountAuthMethod) GetLabel

func (x *AccountAuthMethod) GetLabel() string

func (*AccountAuthMethod) GetPeerId

func (x *AccountAuthMethod) GetPeerId() string

func (*AccountAuthMethod) GetProvider

func (x *AccountAuthMethod) GetProvider() string

func (*AccountAuthMethod) GetSecondaryLabel

func (x *AccountAuthMethod) GetSecondaryLabel() string

func (*AccountAuthMethod) MarshalJSON

func (x *AccountAuthMethod) MarshalJSON() ([]byte, error)

MarshalJSON marshals the AccountAuthMethod to JSON.

func (*AccountAuthMethod) MarshalProtoJSON

func (x *AccountAuthMethod) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the AccountAuthMethod message to JSON.

func (*AccountAuthMethod) MarshalProtoText

func (x *AccountAuthMethod) MarshalProtoText() string

func (*AccountAuthMethod) MarshalToSizedBufferVT

func (m *AccountAuthMethod) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*AccountAuthMethod) MarshalToVT

func (m *AccountAuthMethod) MarshalToVT(dAtA []byte) (int, error)

func (*AccountAuthMethod) MarshalVT

func (m *AccountAuthMethod) MarshalVT() (dAtA []byte, err error)

func (*AccountAuthMethod) ProtoMessage

func (*AccountAuthMethod) ProtoMessage()

func (*AccountAuthMethod) Reset

func (x *AccountAuthMethod) Reset()

func (*AccountAuthMethod) SizeVT

func (m *AccountAuthMethod) SizeVT() (n int)

func (*AccountAuthMethod) String

func (x *AccountAuthMethod) String() string

func (*AccountAuthMethod) UnmarshalJSON

func (x *AccountAuthMethod) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the AccountAuthMethod from JSON.

func (*AccountAuthMethod) UnmarshalProtoJSON

func (x *AccountAuthMethod) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the AccountAuthMethod message from JSON.

func (*AccountAuthMethod) UnmarshalVT

func (m *AccountAuthMethod) UnmarshalVT(dAtA []byte) error

type AccountAuthMethodKind

type AccountAuthMethodKind int32

AccountAuthMethodKind identifies the account auth-method row type.

const (
	// ACCOUNT_AUTH_METHOD_KIND_UNSPECIFIED is the zero/default kind.
	AccountAuthMethodKind_ACCOUNT_AUTH_METHOD_KIND_UNSPECIFIED AccountAuthMethodKind = 0
	// ACCOUNT_AUTH_METHOD_KIND_PASSWORD identifies a password-derived keypair.
	AccountAuthMethodKind_ACCOUNT_AUTH_METHOD_KIND_PASSWORD AccountAuthMethodKind = 1
	// ACCOUNT_AUTH_METHOD_KIND_BACKUP_KEY identifies a PEM backup keypair.
	AccountAuthMethodKind_ACCOUNT_AUTH_METHOD_KIND_BACKUP_KEY AccountAuthMethodKind = 2
	// ACCOUNT_AUTH_METHOD_KIND_PASSKEY identifies a WebAuthn passkey row.
	AccountAuthMethodKind_ACCOUNT_AUTH_METHOD_KIND_PASSKEY AccountAuthMethodKind = 3
	// ACCOUNT_AUTH_METHOD_KIND_GOOGLE_SSO identifies a Google SSO row.
	AccountAuthMethodKind_ACCOUNT_AUTH_METHOD_KIND_GOOGLE_SSO AccountAuthMethodKind = 4
	// ACCOUNT_AUTH_METHOD_KIND_GITHUB_SSO identifies a GitHub SSO row.
	AccountAuthMethodKind_ACCOUNT_AUTH_METHOD_KIND_GITHUB_SSO AccountAuthMethodKind = 5
	// ACCOUNT_AUTH_METHOD_KIND_UNKNOWN identifies an unclassified auth method.
	AccountAuthMethodKind_ACCOUNT_AUTH_METHOD_KIND_UNKNOWN AccountAuthMethodKind = 6
)

func (AccountAuthMethodKind) Enum

func (AccountAuthMethodKind) MarshalJSON

func (x AccountAuthMethodKind) MarshalJSON() ([]byte, error)

MarshalJSON marshals the AccountAuthMethodKind to JSON.

func (AccountAuthMethodKind) MarshalProtoJSON

func (x AccountAuthMethodKind) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the AccountAuthMethodKind to JSON.

func (AccountAuthMethodKind) MarshalProtoText

func (x AccountAuthMethodKind) MarshalProtoText() string

func (AccountAuthMethodKind) MarshalText

func (x AccountAuthMethodKind) MarshalText() ([]byte, error)

MarshalText marshals the AccountAuthMethodKind to text.

func (AccountAuthMethodKind) String

func (x AccountAuthMethodKind) String() string

func (*AccountAuthMethodKind) UnmarshalJSON

func (x *AccountAuthMethodKind) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the AccountAuthMethodKind from JSON.

func (*AccountAuthMethodKind) UnmarshalProtoJSON

func (x *AccountAuthMethodKind) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the AccountAuthMethodKind from JSON.

func (*AccountAuthMethodKind) UnmarshalText

func (x *AccountAuthMethodKind) UnmarshalText(b []byte) error

UnmarshalText unmarshals the AccountAuthMethodKind from text.

type AccountChangedPayload

type AccountChangedPayload struct {

	// Epoch is the account epoch after the mutation.
	Epoch uint64 `protobuf:"varint,1,opt,name=epoch,proto3" json:"epoch,omitempty"`
	// contains filtered or unexported fields
}

AccountChangedPayload is the payload for account_changed session events.

func (*AccountChangedPayload) CloneMessageVT

func (*AccountChangedPayload) CloneVT

func (*AccountChangedPayload) EqualMessageVT

func (this *AccountChangedPayload) EqualMessageVT(thatMsg any) bool

func (*AccountChangedPayload) EqualVT

func (this *AccountChangedPayload) EqualVT(that *AccountChangedPayload) bool

func (*AccountChangedPayload) GetEpoch

func (x *AccountChangedPayload) GetEpoch() uint64

func (*AccountChangedPayload) MarshalJSON

func (x *AccountChangedPayload) MarshalJSON() ([]byte, error)

MarshalJSON marshals the AccountChangedPayload to JSON.

func (*AccountChangedPayload) MarshalProtoJSON

func (x *AccountChangedPayload) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the AccountChangedPayload message to JSON.

func (*AccountChangedPayload) MarshalProtoText

func (x *AccountChangedPayload) MarshalProtoText() string

func (*AccountChangedPayload) MarshalToSizedBufferVT

func (m *AccountChangedPayload) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*AccountChangedPayload) MarshalToVT

func (m *AccountChangedPayload) MarshalToVT(dAtA []byte) (int, error)

func (*AccountChangedPayload) MarshalVT

func (m *AccountChangedPayload) MarshalVT() (dAtA []byte, err error)

func (*AccountChangedPayload) ProtoMessage

func (*AccountChangedPayload) ProtoMessage()

func (*AccountChangedPayload) Reset

func (x *AccountChangedPayload) Reset()

func (*AccountChangedPayload) SizeVT

func (m *AccountChangedPayload) SizeVT() (n int)

func (*AccountChangedPayload) String

func (x *AccountChangedPayload) String() string

func (*AccountChangedPayload) UnmarshalJSON

func (x *AccountChangedPayload) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the AccountChangedPayload from JSON.

func (*AccountChangedPayload) UnmarshalProtoJSON

func (x *AccountChangedPayload) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the AccountChangedPayload message from JSON.

func (*AccountChangedPayload) UnmarshalVT

func (m *AccountChangedPayload) UnmarshalVT(dAtA []byte) error

type AccountDeleteResult

type AccountDeleteResult struct {

	// Scheduled indicates the account is scheduled for deletion.
	Scheduled bool `protobuf:"varint,1,opt,name=scheduled,proto3" json:"scheduled,omitempty"`
	// contains filtered or unexported fields
}

AccountDeleteResult is the multi-sig response payload for account delete.

func (*AccountDeleteResult) CloneMessageVT

func (*AccountDeleteResult) CloneVT

func (*AccountDeleteResult) EqualMessageVT

func (this *AccountDeleteResult) EqualMessageVT(thatMsg any) bool

func (*AccountDeleteResult) EqualVT

func (this *AccountDeleteResult) EqualVT(that *AccountDeleteResult) bool

func (*AccountDeleteResult) GetScheduled

func (x *AccountDeleteResult) GetScheduled() bool

func (*AccountDeleteResult) MarshalJSON

func (x *AccountDeleteResult) MarshalJSON() ([]byte, error)

MarshalJSON marshals the AccountDeleteResult to JSON.

func (*AccountDeleteResult) MarshalProtoJSON

func (x *AccountDeleteResult) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the AccountDeleteResult message to JSON.

func (*AccountDeleteResult) MarshalProtoText

func (x *AccountDeleteResult) MarshalProtoText() string

func (*AccountDeleteResult) MarshalToSizedBufferVT

func (m *AccountDeleteResult) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*AccountDeleteResult) MarshalToVT

func (m *AccountDeleteResult) MarshalToVT(dAtA []byte) (int, error)

func (*AccountDeleteResult) MarshalVT

func (m *AccountDeleteResult) MarshalVT() (dAtA []byte, err error)

func (*AccountDeleteResult) ProtoMessage

func (*AccountDeleteResult) ProtoMessage()

func (*AccountDeleteResult) Reset

func (x *AccountDeleteResult) Reset()

func (*AccountDeleteResult) SizeVT

func (m *AccountDeleteResult) SizeVT() (n int)

func (*AccountDeleteResult) String

func (x *AccountDeleteResult) String() string

func (*AccountDeleteResult) UnmarshalJSON

func (x *AccountDeleteResult) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the AccountDeleteResult from JSON.

func (*AccountDeleteResult) UnmarshalProtoJSON

func (x *AccountDeleteResult) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the AccountDeleteResult message from JSON.

func (*AccountDeleteResult) UnmarshalVT

func (m *AccountDeleteResult) UnmarshalVT(dAtA []byte) error

type AccountEmailInfo

type AccountEmailInfo struct {

	// Email is the email address.
	Email string `protobuf:"bytes,1,opt,name=email,proto3" json:"email,omitempty"`
	// Verified is true if the email has been verified.
	Verified bool `protobuf:"varint,2,opt,name=verified,proto3" json:"verified,omitempty"`
	// Source is the origin of the email (manual, stripe, sso, test).
	Source string `protobuf:"bytes,3,opt,name=source,proto3" json:"source,omitempty"`
	// Primary is true if this is the primary email.
	Primary bool `protobuf:"varint,4,opt,name=primary,proto3" json:"primary,omitempty"`
	// contains filtered or unexported fields
}

AccountEmailInfo is a single email entry from accountEmails.

func (*AccountEmailInfo) CloneMessageVT

func (m *AccountEmailInfo) CloneMessageVT() protobuf_go_lite.CloneMessage

func (*AccountEmailInfo) CloneVT

func (m *AccountEmailInfo) CloneVT() *AccountEmailInfo

func (*AccountEmailInfo) EqualMessageVT

func (this *AccountEmailInfo) EqualMessageVT(thatMsg any) bool

func (*AccountEmailInfo) EqualVT

func (this *AccountEmailInfo) EqualVT(that *AccountEmailInfo) bool

func (*AccountEmailInfo) GetEmail

func (x *AccountEmailInfo) GetEmail() string

func (*AccountEmailInfo) GetPrimary

func (x *AccountEmailInfo) GetPrimary() bool

func (*AccountEmailInfo) GetSource

func (x *AccountEmailInfo) GetSource() string

func (*AccountEmailInfo) GetVerified

func (x *AccountEmailInfo) GetVerified() bool

func (*AccountEmailInfo) MarshalJSON

func (x *AccountEmailInfo) MarshalJSON() ([]byte, error)

MarshalJSON marshals the AccountEmailInfo to JSON.

func (*AccountEmailInfo) MarshalProtoJSON

func (x *AccountEmailInfo) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the AccountEmailInfo message to JSON.

func (*AccountEmailInfo) MarshalProtoText

func (x *AccountEmailInfo) MarshalProtoText() string

func (*AccountEmailInfo) MarshalToSizedBufferVT

func (m *AccountEmailInfo) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*AccountEmailInfo) MarshalToVT

func (m *AccountEmailInfo) MarshalToVT(dAtA []byte) (int, error)

func (*AccountEmailInfo) MarshalVT

func (m *AccountEmailInfo) MarshalVT() (dAtA []byte, err error)

func (*AccountEmailInfo) ProtoMessage

func (*AccountEmailInfo) ProtoMessage()

func (*AccountEmailInfo) Reset

func (x *AccountEmailInfo) Reset()

func (*AccountEmailInfo) SizeVT

func (m *AccountEmailInfo) SizeVT() (n int)

func (*AccountEmailInfo) String

func (x *AccountEmailInfo) String() string

func (*AccountEmailInfo) UnmarshalJSON

func (x *AccountEmailInfo) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the AccountEmailInfo from JSON.

func (*AccountEmailInfo) UnmarshalProtoJSON

func (x *AccountEmailInfo) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the AccountEmailInfo message from JSON.

func (*AccountEmailInfo) UnmarshalVT

func (m *AccountEmailInfo) UnmarshalVT(dAtA []byte) error

type AccountInfoResponse

type AccountInfoResponse struct {

	// AccountId is the account ID.
	AccountId string `protobuf:"bytes,1,opt,name=account_id,json=accountId,proto3" json:"accountId,omitempty"`
	// EntityId is the entity identifier.
	EntityId string `protobuf:"bytes,2,opt,name=entity_id,json=entityId,proto3" json:"entityId,omitempty"`
	// AuthThreshold is the multi-sig authentication threshold.
	AuthThreshold uint32 `protobuf:"varint,3,opt,name=auth_threshold,json=authThreshold,proto3" json:"authThreshold,omitempty"`
	// KeypairCount is the number of entity keypairs on the account.
	KeypairCount uint32 `protobuf:"varint,4,opt,name=keypair_count,json=keypairCount,proto3" json:"keypairCount,omitempty"`
	// Epoch is the account epoch counter.
	Epoch uint32 `protobuf:"varint,5,opt,name=epoch,proto3" json:"epoch,omitempty"`
	// SubscriptionStatus is the normalized billing status.
	SubscriptionStatus spacewave.BillingStatus `protobuf:"varint,6,opt,name=subscription_status,json=subscriptionStatus,proto3" json:"subscriptionStatus,omitempty"`
	// CancelAt is the Unix timestamp (ms) when the subscription will cancel, or 0.
	CancelAt int64 `protobuf:"varint,7,opt,name=cancel_at,json=cancelAt,proto3" json:"cancelAt,omitempty"`
	// BillingAccountId is the billing account ID.
	BillingAccountId string `protobuf:"bytes,8,opt,name=billing_account_id,json=billingAccountId,proto3" json:"billingAccountId,omitempty"`
	// LifecycleState is the canonical product lifecycle state.
	LifecycleState AccountLifecycleState `protobuf:"varint,9,opt,name=lifecycle_state,json=lifecycleState,proto3" json:"lifecycleState,omitempty"`
	// DeleteAt is the next scheduled deletion/grace deadline (ms), if any.
	DeleteAt int64 `protobuf:"varint,10,opt,name=delete_at,json=deleteAt,proto3" json:"deleteAt,omitempty"`
	// LifecycleUpdatedAt is when the lifecycle state last changed (ms).
	LifecycleUpdatedAt int64 `protobuf:"varint,11,opt,name=lifecycle_updated_at,json=lifecycleUpdatedAt,proto3" json:"lifecycleUpdatedAt,omitempty"`
	// DeletedAt is when the account became logically deleted (ms), if any.
	DeletedAt int64 `protobuf:"varint,12,opt,name=deleted_at,json=deletedAt,proto3" json:"deletedAt,omitempty"`
	// EntityUuid is the stable entity generation for this account.
	EntityUuid string `protobuf:"bytes,13,opt,name=entity_uuid,json=entityUuid,proto3" json:"entityUuid,omitempty"`
	// contains filtered or unexported fields
}

AccountInfoResponse is the response body for GET /account/info.

func (*AccountInfoResponse) CloneMessageVT

func (*AccountInfoResponse) CloneVT

func (*AccountInfoResponse) EqualMessageVT

func (this *AccountInfoResponse) EqualMessageVT(thatMsg any) bool

func (*AccountInfoResponse) EqualVT

func (this *AccountInfoResponse) EqualVT(that *AccountInfoResponse) bool

func (*AccountInfoResponse) GetAccountId

func (x *AccountInfoResponse) GetAccountId() string

func (*AccountInfoResponse) GetAuthThreshold

func (x *AccountInfoResponse) GetAuthThreshold() uint32

func (*AccountInfoResponse) GetBillingAccountId

func (x *AccountInfoResponse) GetBillingAccountId() string

func (*AccountInfoResponse) GetCancelAt

func (x *AccountInfoResponse) GetCancelAt() int64

func (*AccountInfoResponse) GetDeleteAt

func (x *AccountInfoResponse) GetDeleteAt() int64

func (*AccountInfoResponse) GetDeletedAt

func (x *AccountInfoResponse) GetDeletedAt() int64

func (*AccountInfoResponse) GetEntityId

func (x *AccountInfoResponse) GetEntityId() string

func (*AccountInfoResponse) GetEntityUuid added in v0.51.2

func (x *AccountInfoResponse) GetEntityUuid() string

func (*AccountInfoResponse) GetEpoch

func (x *AccountInfoResponse) GetEpoch() uint32

func (*AccountInfoResponse) GetKeypairCount

func (x *AccountInfoResponse) GetKeypairCount() uint32

func (*AccountInfoResponse) GetLifecycleState

func (x *AccountInfoResponse) GetLifecycleState() AccountLifecycleState

func (*AccountInfoResponse) GetLifecycleUpdatedAt

func (x *AccountInfoResponse) GetLifecycleUpdatedAt() int64

func (*AccountInfoResponse) GetSubscriptionStatus

func (x *AccountInfoResponse) GetSubscriptionStatus() spacewave.BillingStatus

func (*AccountInfoResponse) MarshalJSON

func (x *AccountInfoResponse) MarshalJSON() ([]byte, error)

MarshalJSON marshals the AccountInfoResponse to JSON.

func (*AccountInfoResponse) MarshalProtoJSON

func (x *AccountInfoResponse) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the AccountInfoResponse message to JSON.

func (*AccountInfoResponse) MarshalProtoText

func (x *AccountInfoResponse) MarshalProtoText() string

func (*AccountInfoResponse) MarshalToSizedBufferVT

func (m *AccountInfoResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*AccountInfoResponse) MarshalToVT

func (m *AccountInfoResponse) MarshalToVT(dAtA []byte) (int, error)

func (*AccountInfoResponse) MarshalVT

func (m *AccountInfoResponse) MarshalVT() (dAtA []byte, err error)

func (*AccountInfoResponse) ProtoMessage

func (*AccountInfoResponse) ProtoMessage()

func (*AccountInfoResponse) Reset

func (x *AccountInfoResponse) Reset()

func (*AccountInfoResponse) SizeVT

func (m *AccountInfoResponse) SizeVT() (n int)

func (*AccountInfoResponse) String

func (x *AccountInfoResponse) String() string

func (*AccountInfoResponse) UnmarshalJSON

func (x *AccountInfoResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the AccountInfoResponse from JSON.

func (*AccountInfoResponse) UnmarshalProtoJSON

func (x *AccountInfoResponse) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the AccountInfoResponse message from JSON.

func (*AccountInfoResponse) UnmarshalVT

func (m *AccountInfoResponse) UnmarshalVT(dAtA []byte) error

type AccountLifecycleState

type AccountLifecycleState int32

AccountLifecycleState is the canonical product lifecycle for a cloud account.

const (
	// ACCOUNT_LIFECYCLE_STATE_UNKNOWN is unknown.
	AccountLifecycleState_ACCOUNT_LIFECYCLE_STATE_UNKNOWN AccountLifecycleState = 0
	// ACCOUNT_LIFECYCLE_STATE_ACTIVE is a normal accessible account.
	AccountLifecycleState_ACCOUNT_LIFECYCLE_STATE_ACTIVE AccountLifecycleState = 1
	// ACCOUNT_LIFECYCLE_STATE_ACTIVE_WITH_CANCEL_AT_PERIOD_END keeps full access
	// until the current billing period ends.
	AccountLifecycleState_ACCOUNT_LIFECYCLE_STATE_ACTIVE_WITH_CANCEL_AT_PERIOD_END AccountLifecycleState = 2
	// ACCOUNT_LIFECYCLE_STATE_CANCELED_GRACE_READONLY is the standard 30-day
	// read-only/export grace window after end-of-period cancellation.
	AccountLifecycleState_ACCOUNT_LIFECYCLE_STATE_CANCELED_GRACE_READONLY AccountLifecycleState = 3
	// ACCOUNT_LIFECYCLE_STATE_PENDING_DELETE_READONLY is the delete-now 24-hour
	// countdown window with read-only/export access and undo.
	AccountLifecycleState_ACCOUNT_LIFECYCLE_STATE_PENDING_DELETE_READONLY AccountLifecycleState = 4
	// ACCOUNT_LIFECYCLE_STATE_LAPSED_READONLY is the read-only state after undo
	// or other preserved-data lapses before terminal logical deletion.
	AccountLifecycleState_ACCOUNT_LIFECYCLE_STATE_LAPSED_READONLY AccountLifecycleState = 5
	// ACCOUNT_LIFECYCLE_STATE_DELETED_PENDING_PURGE is logically deleted from the
	// product while physical purge is still pending.
	AccountLifecycleState_ACCOUNT_LIFECYCLE_STATE_DELETED_PENDING_PURGE AccountLifecycleState = 6
	// ACCOUNT_LIFECYCLE_STATE_DELETED is physically purged.
	AccountLifecycleState_ACCOUNT_LIFECYCLE_STATE_DELETED AccountLifecycleState = 7
	// ACCOUNT_LIFECYCLE_STATE_DISPUTED_HARD_SUSPEND is a hard-suspended account
	// following a cardholder chargeback (charge.dispute.created). Writes are
	// blocked, live sessions are revoked, and admin action is required to
	// restore access. The account is not deleted.
	AccountLifecycleState_ACCOUNT_LIFECYCLE_STATE_DISPUTED_HARD_SUSPEND AccountLifecycleState = 8
)

func (AccountLifecycleState) Enum

func (AccountLifecycleState) MarshalJSON

func (x AccountLifecycleState) MarshalJSON() ([]byte, error)

MarshalJSON marshals the AccountLifecycleState to JSON.

func (AccountLifecycleState) MarshalProtoJSON

func (x AccountLifecycleState) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the AccountLifecycleState to JSON.

func (AccountLifecycleState) MarshalProtoText

func (x AccountLifecycleState) MarshalProtoText() string

func (AccountLifecycleState) MarshalText

func (x AccountLifecycleState) MarshalText() ([]byte, error)

MarshalText marshals the AccountLifecycleState to text.

func (AccountLifecycleState) String

func (x AccountLifecycleState) String() string

func (*AccountLifecycleState) UnmarshalJSON

func (x *AccountLifecycleState) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the AccountLifecycleState from JSON.

func (*AccountLifecycleState) UnmarshalProtoJSON

func (x *AccountLifecycleState) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the AccountLifecycleState from JSON.

func (*AccountLifecycleState) UnmarshalText

func (x *AccountLifecycleState) UnmarshalText(b []byte) error

UnmarshalText unmarshals the AccountLifecycleState from text.

type AccountSObjectBinding

type AccountSObjectBinding struct {

	// Purpose is the bound object purpose, for example "account-settings".
	Purpose string `protobuf:"bytes,1,opt,name=purpose,proto3" json:"purpose,omitempty"`
	// SoId is the reserved or ready shared object identifier.
	SoId string `protobuf:"bytes,2,opt,name=so_id,json=soId,proto3" json:"soId,omitempty"`
	// State is the cloud readiness state for the bound shared object.
	State AccountSObjectBindingState `protobuf:"varint,3,opt,name=state,proto3" json:"state,omitempty"`
	// contains filtered or unexported fields
}

AccountSObjectBinding describes one purpose-scoped account-owned shared object binding returned by cloud account state.

func (*AccountSObjectBinding) CloneMessageVT

func (*AccountSObjectBinding) CloneVT

func (*AccountSObjectBinding) EqualMessageVT

func (this *AccountSObjectBinding) EqualMessageVT(thatMsg any) bool

func (*AccountSObjectBinding) EqualVT

func (this *AccountSObjectBinding) EqualVT(that *AccountSObjectBinding) bool

func (*AccountSObjectBinding) GetPurpose

func (x *AccountSObjectBinding) GetPurpose() string

func (*AccountSObjectBinding) GetSoId

func (x *AccountSObjectBinding) GetSoId() string

func (*AccountSObjectBinding) GetState

func (*AccountSObjectBinding) MarshalJSON

func (x *AccountSObjectBinding) MarshalJSON() ([]byte, error)

MarshalJSON marshals the AccountSObjectBinding to JSON.

func (*AccountSObjectBinding) MarshalProtoJSON

func (x *AccountSObjectBinding) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the AccountSObjectBinding message to JSON.

func (*AccountSObjectBinding) MarshalProtoText

func (x *AccountSObjectBinding) MarshalProtoText() string

func (*AccountSObjectBinding) MarshalToSizedBufferVT

func (m *AccountSObjectBinding) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*AccountSObjectBinding) MarshalToVT

func (m *AccountSObjectBinding) MarshalToVT(dAtA []byte) (int, error)

func (*AccountSObjectBinding) MarshalVT

func (m *AccountSObjectBinding) MarshalVT() (dAtA []byte, err error)

func (*AccountSObjectBinding) ProtoMessage

func (*AccountSObjectBinding) ProtoMessage()

func (*AccountSObjectBinding) Reset

func (x *AccountSObjectBinding) Reset()

func (*AccountSObjectBinding) SizeVT

func (m *AccountSObjectBinding) SizeVT() (n int)

func (*AccountSObjectBinding) String

func (x *AccountSObjectBinding) String() string

func (*AccountSObjectBinding) UnmarshalJSON

func (x *AccountSObjectBinding) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the AccountSObjectBinding from JSON.

func (*AccountSObjectBinding) UnmarshalProtoJSON

func (x *AccountSObjectBinding) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the AccountSObjectBinding message from JSON.

func (*AccountSObjectBinding) UnmarshalVT

func (m *AccountSObjectBinding) UnmarshalVT(dAtA []byte) error

type AccountSObjectBindingState

type AccountSObjectBindingState int32

AccountSObjectBindingState is the cloud readiness state for an account-owned shared object binding.

const (
	// ACCOUNT_SOBJECT_BINDING_STATE_UNSPECIFIED is the zero/default state.
	AccountSObjectBindingState_ACCOUNT_SOBJECT_BINDING_STATE_UNSPECIFIED AccountSObjectBindingState = 0
	// ACCOUNT_SOBJECT_BINDING_STATE_RESERVED means the cloud reserved the SO id
	// but client-signed initialization has not completed yet.
	AccountSObjectBindingState_ACCOUNT_SOBJECT_BINDING_STATE_RESERVED AccountSObjectBindingState = 1
	// ACCOUNT_SOBJECT_BINDING_STATE_READY means the bound SO is initialized and
	// safe for runtime consumers to mount.
	AccountSObjectBindingState_ACCOUNT_SOBJECT_BINDING_STATE_READY AccountSObjectBindingState = 2
)

func (AccountSObjectBindingState) Enum

func (AccountSObjectBindingState) MarshalJSON

func (x AccountSObjectBindingState) MarshalJSON() ([]byte, error)

MarshalJSON marshals the AccountSObjectBindingState to JSON.

func (AccountSObjectBindingState) MarshalProtoJSON

func (x AccountSObjectBindingState) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the AccountSObjectBindingState to JSON.

func (AccountSObjectBindingState) MarshalProtoText

func (x AccountSObjectBindingState) MarshalProtoText() string

func (AccountSObjectBindingState) MarshalText

func (x AccountSObjectBindingState) MarshalText() ([]byte, error)

MarshalText marshals the AccountSObjectBindingState to text.

func (AccountSObjectBindingState) String

func (*AccountSObjectBindingState) UnmarshalJSON

func (x *AccountSObjectBindingState) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the AccountSObjectBindingState from JSON.

func (*AccountSObjectBindingState) UnmarshalProtoJSON

func (x *AccountSObjectBindingState) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the AccountSObjectBindingState from JSON.

func (*AccountSObjectBindingState) UnmarshalText

func (x *AccountSObjectBindingState) UnmarshalText(b []byte) error

UnmarshalText unmarshals the AccountSObjectBindingState from text.

type AccountSessionInfo

type AccountSessionInfo struct {

	// PeerId is the session peer ID.
	PeerId string `protobuf:"bytes,1,opt,name=peer_id,json=peerId,proto3" json:"peerId,omitempty"`
	// CreatedAt is the registration timestamp in milliseconds.
	CreatedAt int64 `protobuf:"varint,2,opt,name=created_at,json=createdAt,proto3" json:"createdAt,omitempty"`
	// LastSeen is the last-seen timestamp in milliseconds.
	LastSeen int64 `protobuf:"varint,3,opt,name=last_seen,json=lastSeen,proto3" json:"lastSeen,omitempty"`
	// DeviceInfo is the client-supplied device information string.
	DeviceInfo string `protobuf:"bytes,4,opt,name=device_info,json=deviceInfo,proto3" json:"deviceInfo,omitempty"`
	// contains filtered or unexported fields
}

AccountSessionInfo is one attached session row from the cloud auth session set.

func (*AccountSessionInfo) CloneMessageVT

func (m *AccountSessionInfo) CloneMessageVT() protobuf_go_lite.CloneMessage

func (*AccountSessionInfo) CloneVT

func (m *AccountSessionInfo) CloneVT() *AccountSessionInfo

func (*AccountSessionInfo) EqualMessageVT

func (this *AccountSessionInfo) EqualMessageVT(thatMsg any) bool

func (*AccountSessionInfo) EqualVT

func (this *AccountSessionInfo) EqualVT(that *AccountSessionInfo) bool

func (*AccountSessionInfo) GetCreatedAt

func (x *AccountSessionInfo) GetCreatedAt() int64

func (*AccountSessionInfo) GetDeviceInfo

func (x *AccountSessionInfo) GetDeviceInfo() string

func (*AccountSessionInfo) GetLastSeen

func (x *AccountSessionInfo) GetLastSeen() int64

func (*AccountSessionInfo) GetPeerId

func (x *AccountSessionInfo) GetPeerId() string

func (*AccountSessionInfo) MarshalJSON

func (x *AccountSessionInfo) MarshalJSON() ([]byte, error)

MarshalJSON marshals the AccountSessionInfo to JSON.

func (*AccountSessionInfo) MarshalProtoJSON

func (x *AccountSessionInfo) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the AccountSessionInfo message to JSON.

func (*AccountSessionInfo) MarshalProtoText

func (x *AccountSessionInfo) MarshalProtoText() string

func (*AccountSessionInfo) MarshalToSizedBufferVT

func (m *AccountSessionInfo) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*AccountSessionInfo) MarshalToVT

func (m *AccountSessionInfo) MarshalToVT(dAtA []byte) (int, error)

func (*AccountSessionInfo) MarshalVT

func (m *AccountSessionInfo) MarshalVT() (dAtA []byte, err error)

func (*AccountSessionInfo) ProtoMessage

func (*AccountSessionInfo) ProtoMessage()

func (*AccountSessionInfo) Reset

func (x *AccountSessionInfo) Reset()

func (*AccountSessionInfo) SizeVT

func (m *AccountSessionInfo) SizeVT() (n int)

func (*AccountSessionInfo) String

func (x *AccountSessionInfo) String() string

func (*AccountSessionInfo) UnmarshalJSON

func (x *AccountSessionInfo) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the AccountSessionInfo from JSON.

func (*AccountSessionInfo) UnmarshalProtoJSON

func (x *AccountSessionInfo) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the AccountSessionInfo message from JSON.

func (*AccountSessionInfo) UnmarshalVT

func (m *AccountSessionInfo) UnmarshalVT(dAtA []byte) error

type AccountStateCache

type AccountStateCache struct {

	// State is the cached account state response.
	State *AccountStateResponse `protobuf:"bytes,1,opt,name=state,proto3" json:"state,omitempty"`
	// FetchedEpoch is the epoch at the time this cache was written.
	FetchedEpoch uint32 `protobuf:"varint,2,opt,name=fetched_epoch,json=fetchedEpoch,proto3" json:"fetchedEpoch,omitempty"`
	// contains filtered or unexported fields
}

AccountStateCache is the local cache of account state for ObjectStore persistence.

func (*AccountStateCache) CloneMessageVT

func (m *AccountStateCache) CloneMessageVT() protobuf_go_lite.CloneMessage

func (*AccountStateCache) CloneVT

func (m *AccountStateCache) CloneVT() *AccountStateCache

func (*AccountStateCache) EqualMessageVT

func (this *AccountStateCache) EqualMessageVT(thatMsg any) bool

func (*AccountStateCache) EqualVT

func (this *AccountStateCache) EqualVT(that *AccountStateCache) bool

func (*AccountStateCache) GetFetchedEpoch

func (x *AccountStateCache) GetFetchedEpoch() uint32

func (*AccountStateCache) GetState

func (x *AccountStateCache) GetState() *AccountStateResponse

func (*AccountStateCache) MarshalJSON

func (x *AccountStateCache) MarshalJSON() ([]byte, error)

MarshalJSON marshals the AccountStateCache to JSON.

func (*AccountStateCache) MarshalProtoJSON

func (x *AccountStateCache) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the AccountStateCache message to JSON.

func (*AccountStateCache) MarshalProtoText

func (x *AccountStateCache) MarshalProtoText() string

func (*AccountStateCache) MarshalToSizedBufferVT

func (m *AccountStateCache) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*AccountStateCache) MarshalToVT

func (m *AccountStateCache) MarshalToVT(dAtA []byte) (int, error)

func (*AccountStateCache) MarshalVT

func (m *AccountStateCache) MarshalVT() (dAtA []byte, err error)

func (*AccountStateCache) ProtoMessage

func (*AccountStateCache) ProtoMessage()

func (*AccountStateCache) Reset

func (x *AccountStateCache) Reset()

func (*AccountStateCache) SizeVT

func (m *AccountStateCache) SizeVT() (n int)

func (*AccountStateCache) String

func (x *AccountStateCache) String() string

func (*AccountStateCache) UnmarshalJSON

func (x *AccountStateCache) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the AccountStateCache from JSON.

func (*AccountStateCache) UnmarshalProtoJSON

func (x *AccountStateCache) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the AccountStateCache message from JSON.

func (*AccountStateCache) UnmarshalVT

func (m *AccountStateCache) UnmarshalVT(dAtA []byte) error

type AccountStateResponse

type AccountStateResponse struct {

	// AccountId is the account ID.
	AccountId string `protobuf:"bytes,1,opt,name=account_id,json=accountId,proto3" json:"accountId,omitempty"`
	// EntityId is the entity identifier.
	EntityId string `protobuf:"bytes,2,opt,name=entity_id,json=entityId,proto3" json:"entityId,omitempty"`
	// AuthThreshold is the multi-sig authentication threshold.
	AuthThreshold uint32 `protobuf:"varint,3,opt,name=auth_threshold,json=authThreshold,proto3" json:"authThreshold,omitempty"`
	// KeypairCount is the number of entity keypairs on the account.
	KeypairCount uint32 `protobuf:"varint,4,opt,name=keypair_count,json=keypairCount,proto3" json:"keypairCount,omitempty"`
	// Epoch is the account epoch counter.
	Epoch uint32 `protobuf:"varint,5,opt,name=epoch,proto3" json:"epoch,omitempty"`
	// SubscriptionStatus is the normalized billing status.
	SubscriptionStatus spacewave.BillingStatus `protobuf:"varint,6,opt,name=subscription_status,json=subscriptionStatus,proto3" json:"subscriptionStatus,omitempty"`
	// CancelAt is the Unix timestamp (ms) when the subscription will cancel, or 0.
	CancelAt int64 `protobuf:"varint,7,opt,name=cancel_at,json=cancelAt,proto3" json:"cancelAt,omitempty"`
	// BillingAccountId is the billing account ID.
	BillingAccountId string `protobuf:"bytes,8,opt,name=billing_account_id,json=billingAccountId,proto3" json:"billingAccountId,omitempty"`
	// Keypairs is the list of entity keypairs.
	Keypairs []*session.EntityKeypair `protobuf:"bytes,9,rep,name=keypairs,proto3" json:"keypairs,omitempty"`
	// EmailVerified is true if the account has at least one verified email.
	EmailVerified bool `protobuf:"varint,10,opt,name=email_verified,json=emailVerified,proto3" json:"emailVerified,omitempty"`
	// AccountSObjectBindings is the set of purpose-scoped account-owned shared
	// object bindings currently reserved or ready in cloud state.
	AccountSobjectBindings []*AccountSObjectBinding `` /* 128-byte string literal not displayed */
	// AuthMethods is the richer account auth-method projection for settings UI.
	AuthMethods []*AccountAuthMethod `protobuf:"bytes,12,rep,name=auth_methods,json=authMethods,proto3" json:"authMethods,omitempty"`
	// LifecycleState is the canonical product lifecycle state.
	LifecycleState AccountLifecycleState `protobuf:"varint,13,opt,name=lifecycle_state,json=lifecycleState,proto3" json:"lifecycleState,omitempty"`
	// DeleteAt is the next scheduled deletion/grace deadline (ms), if any.
	DeleteAt int64 `protobuf:"varint,14,opt,name=delete_at,json=deleteAt,proto3" json:"deleteAt,omitempty"`
	// LifecycleUpdatedAt is when the lifecycle state last changed (ms).
	LifecycleUpdatedAt int64 `protobuf:"varint,15,opt,name=lifecycle_updated_at,json=lifecycleUpdatedAt,proto3" json:"lifecycleUpdatedAt,omitempty"`
	// DeletedAt is when the account became logically deleted (ms), if any.
	DeletedAt int64 `protobuf:"varint,16,opt,name=deleted_at,json=deletedAt,proto3" json:"deletedAt,omitempty"`
	// contains filtered or unexported fields
}

AccountStateResponse is the response body for GET /account/state. Combined endpoint returning both account info and keypairs in one request.

func (*AccountStateResponse) CloneMessageVT

func (*AccountStateResponse) CloneVT

func (*AccountStateResponse) EqualMessageVT

func (this *AccountStateResponse) EqualMessageVT(thatMsg any) bool

func (*AccountStateResponse) EqualVT

func (this *AccountStateResponse) EqualVT(that *AccountStateResponse) bool

func (*AccountStateResponse) GetAccountId

func (x *AccountStateResponse) GetAccountId() string

func (*AccountStateResponse) GetAccountSobjectBindings

func (x *AccountStateResponse) GetAccountSobjectBindings() []*AccountSObjectBinding

func (*AccountStateResponse) GetAuthMethods

func (x *AccountStateResponse) GetAuthMethods() []*AccountAuthMethod

func (*AccountStateResponse) GetAuthThreshold

func (x *AccountStateResponse) GetAuthThreshold() uint32

func (*AccountStateResponse) GetBillingAccountId

func (x *AccountStateResponse) GetBillingAccountId() string

func (*AccountStateResponse) GetCancelAt

func (x *AccountStateResponse) GetCancelAt() int64

func (*AccountStateResponse) GetDeleteAt

func (x *AccountStateResponse) GetDeleteAt() int64

func (*AccountStateResponse) GetDeletedAt

func (x *AccountStateResponse) GetDeletedAt() int64

func (*AccountStateResponse) GetEmailVerified

func (x *AccountStateResponse) GetEmailVerified() bool

func (*AccountStateResponse) GetEntityId

func (x *AccountStateResponse) GetEntityId() string

func (*AccountStateResponse) GetEpoch

func (x *AccountStateResponse) GetEpoch() uint32

func (*AccountStateResponse) GetKeypairCount

func (x *AccountStateResponse) GetKeypairCount() uint32

func (*AccountStateResponse) GetKeypairs

func (x *AccountStateResponse) GetKeypairs() []*session.EntityKeypair

func (*AccountStateResponse) GetLifecycleState

func (x *AccountStateResponse) GetLifecycleState() AccountLifecycleState

func (*AccountStateResponse) GetLifecycleUpdatedAt

func (x *AccountStateResponse) GetLifecycleUpdatedAt() int64

func (*AccountStateResponse) GetSubscriptionStatus

func (x *AccountStateResponse) GetSubscriptionStatus() spacewave.BillingStatus

func (*AccountStateResponse) MarshalJSON

func (x *AccountStateResponse) MarshalJSON() ([]byte, error)

MarshalJSON marshals the AccountStateResponse to JSON.

func (*AccountStateResponse) MarshalProtoJSON

func (x *AccountStateResponse) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the AccountStateResponse message to JSON.

func (*AccountStateResponse) MarshalProtoText

func (x *AccountStateResponse) MarshalProtoText() string

func (*AccountStateResponse) MarshalToSizedBufferVT

func (m *AccountStateResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*AccountStateResponse) MarshalToVT

func (m *AccountStateResponse) MarshalToVT(dAtA []byte) (int, error)

func (*AccountStateResponse) MarshalVT

func (m *AccountStateResponse) MarshalVT() (dAtA []byte, err error)

func (*AccountStateResponse) ProtoMessage

func (*AccountStateResponse) ProtoMessage()

func (*AccountStateResponse) Reset

func (x *AccountStateResponse) Reset()

func (*AccountStateResponse) SizeVT

func (m *AccountStateResponse) SizeVT() (n int)

func (*AccountStateResponse) String

func (x *AccountStateResponse) String() string

func (*AccountStateResponse) UnmarshalJSON

func (x *AccountStateResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the AccountStateResponse from JSON.

func (*AccountStateResponse) UnmarshalProtoJSON

func (x *AccountStateResponse) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the AccountStateResponse message from JSON.

func (*AccountStateResponse) UnmarshalVT

func (m *AccountStateResponse) UnmarshalVT(dAtA []byte) error

type AcknowledgeOperationReceiptInner added in v0.56.1

type AcknowledgeOperationReceiptInner struct {

	// Key identifies the exact participant attempt being acknowledged.
	Key *sobject.SOMutationKey `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	// ReceiptDigest binds acknowledgement to the exact terminal receipt bytes.
	// It is DigestSOTerminalReceipt(terminal_receipt), not a digest of Inner alone.
	ReceiptDigest []byte `protobuf:"bytes,2,opt,name=receipt_digest,json=receiptDigest,proto3" json:"receiptDigest,omitempty"`
	// contains filtered or unexported fields
}

AcknowledgeOperationReceiptInner is the deterministic signed acknowledgement payload.

func (*AcknowledgeOperationReceiptInner) CloneMessageVT added in v0.56.1

func (*AcknowledgeOperationReceiptInner) CloneVT added in v0.56.1

func (*AcknowledgeOperationReceiptInner) EqualMessageVT added in v0.56.1

func (this *AcknowledgeOperationReceiptInner) EqualMessageVT(thatMsg any) bool

func (*AcknowledgeOperationReceiptInner) EqualVT added in v0.56.1

func (*AcknowledgeOperationReceiptInner) GetKey added in v0.56.1

func (*AcknowledgeOperationReceiptInner) GetReceiptDigest added in v0.56.1

func (x *AcknowledgeOperationReceiptInner) GetReceiptDigest() []byte

func (*AcknowledgeOperationReceiptInner) MarshalJSON added in v0.56.1

func (x *AcknowledgeOperationReceiptInner) MarshalJSON() ([]byte, error)

MarshalJSON marshals the AcknowledgeOperationReceiptInner to JSON.

func (*AcknowledgeOperationReceiptInner) MarshalProtoJSON added in v0.56.1

func (x *AcknowledgeOperationReceiptInner) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the AcknowledgeOperationReceiptInner message to JSON.

func (*AcknowledgeOperationReceiptInner) MarshalProtoText added in v0.56.1

func (x *AcknowledgeOperationReceiptInner) MarshalProtoText() string

func (*AcknowledgeOperationReceiptInner) MarshalToSizedBufferVT added in v0.56.1

func (m *AcknowledgeOperationReceiptInner) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*AcknowledgeOperationReceiptInner) MarshalToVT added in v0.56.1

func (m *AcknowledgeOperationReceiptInner) MarshalToVT(dAtA []byte) (int, error)

func (*AcknowledgeOperationReceiptInner) MarshalVT added in v0.56.1

func (m *AcknowledgeOperationReceiptInner) MarshalVT() (dAtA []byte, err error)

func (*AcknowledgeOperationReceiptInner) ProtoMessage added in v0.56.1

func (*AcknowledgeOperationReceiptInner) ProtoMessage()

func (*AcknowledgeOperationReceiptInner) Reset added in v0.56.1

func (*AcknowledgeOperationReceiptInner) SizeVT added in v0.56.1

func (m *AcknowledgeOperationReceiptInner) SizeVT() (n int)

func (*AcknowledgeOperationReceiptInner) String added in v0.56.1

func (*AcknowledgeOperationReceiptInner) UnmarshalJSON added in v0.56.1

func (x *AcknowledgeOperationReceiptInner) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the AcknowledgeOperationReceiptInner from JSON.

func (*AcknowledgeOperationReceiptInner) UnmarshalProtoJSON added in v0.56.1

func (x *AcknowledgeOperationReceiptInner) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the AcknowledgeOperationReceiptInner message from JSON.

func (*AcknowledgeOperationReceiptInner) UnmarshalVT added in v0.56.1

func (m *AcknowledgeOperationReceiptInner) UnmarshalVT(dAtA []byte) error

type AcknowledgeOperationReceiptRequest added in v0.56.1

type AcknowledgeOperationReceiptRequest struct {

	// Inner is the deterministic serialized AcknowledgeOperationReceiptInner bytes.
	Inner []byte `protobuf:"bytes,1,opt,name=inner,proto3" json:"inner,omitempty"`
	// Signature covers the deterministic Inner bytes using
	// BuildSOReceiptAcknowledgementSignatureContext(Inner.key.shared_object_id,
	// Inner.key.participant_peer_id, Inner.key.local_id).
	// The participant_peer_id extracted from Inner.key must sign; this domain is
	// separate from operation, lookup, terminal-receipt, and root signatures.
	Signature *peer.Signature `protobuf:"bytes,2,opt,name=signature,proto3" json:"signature,omitempty"`
	// contains filtered or unexported fields
}

AcknowledgeOperationReceiptRequest is a participant-signed receipt acknowledgement.

func (*AcknowledgeOperationReceiptRequest) CloneMessageVT added in v0.56.1

func (*AcknowledgeOperationReceiptRequest) CloneVT added in v0.56.1

func (*AcknowledgeOperationReceiptRequest) EqualMessageVT added in v0.56.1

func (this *AcknowledgeOperationReceiptRequest) EqualMessageVT(thatMsg any) bool

func (*AcknowledgeOperationReceiptRequest) EqualVT added in v0.56.1

func (*AcknowledgeOperationReceiptRequest) GetInner added in v0.56.1

func (x *AcknowledgeOperationReceiptRequest) GetInner() []byte

func (*AcknowledgeOperationReceiptRequest) GetSignature added in v0.56.1

func (*AcknowledgeOperationReceiptRequest) MarshalJSON added in v0.56.1

func (x *AcknowledgeOperationReceiptRequest) MarshalJSON() ([]byte, error)

MarshalJSON marshals the AcknowledgeOperationReceiptRequest to JSON.

func (*AcknowledgeOperationReceiptRequest) MarshalProtoJSON added in v0.56.1

func (x *AcknowledgeOperationReceiptRequest) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the AcknowledgeOperationReceiptRequest message to JSON.

func (*AcknowledgeOperationReceiptRequest) MarshalProtoText added in v0.56.1

func (x *AcknowledgeOperationReceiptRequest) MarshalProtoText() string

func (*AcknowledgeOperationReceiptRequest) MarshalToSizedBufferVT added in v0.56.1

func (m *AcknowledgeOperationReceiptRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*AcknowledgeOperationReceiptRequest) MarshalToVT added in v0.56.1

func (m *AcknowledgeOperationReceiptRequest) MarshalToVT(dAtA []byte) (int, error)

func (*AcknowledgeOperationReceiptRequest) MarshalVT added in v0.56.1

func (m *AcknowledgeOperationReceiptRequest) MarshalVT() (dAtA []byte, err error)

func (*AcknowledgeOperationReceiptRequest) ProtoMessage added in v0.56.1

func (*AcknowledgeOperationReceiptRequest) ProtoMessage()

func (*AcknowledgeOperationReceiptRequest) Reset added in v0.56.1

func (*AcknowledgeOperationReceiptRequest) SizeVT added in v0.56.1

func (m *AcknowledgeOperationReceiptRequest) SizeVT() (n int)

func (*AcknowledgeOperationReceiptRequest) String added in v0.56.1

func (*AcknowledgeOperationReceiptRequest) UnmarshalJSON added in v0.56.1

func (x *AcknowledgeOperationReceiptRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the AcknowledgeOperationReceiptRequest from JSON.

func (*AcknowledgeOperationReceiptRequest) UnmarshalProtoJSON added in v0.56.1

func (x *AcknowledgeOperationReceiptRequest) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the AcknowledgeOperationReceiptRequest message from JSON.

func (*AcknowledgeOperationReceiptRequest) UnmarshalVT added in v0.56.1

func (m *AcknowledgeOperationReceiptRequest) UnmarshalVT(dAtA []byte) error

type AcknowledgeOperationReceiptResponse added in v0.56.1

type AcknowledgeOperationReceiptResponse struct {

	// Acknowledged is true when the matching terminal receipt became prune-eligible.
	Acknowledged bool `protobuf:"varint,1,opt,name=acknowledged,proto3" json:"acknowledged,omitempty"`
	// contains filtered or unexported fields
}

AcknowledgeOperationReceiptResponse reports durable acknowledgement.

func (*AcknowledgeOperationReceiptResponse) CloneMessageVT added in v0.56.1

func (*AcknowledgeOperationReceiptResponse) CloneVT added in v0.56.1

func (*AcknowledgeOperationReceiptResponse) EqualMessageVT added in v0.56.1

func (this *AcknowledgeOperationReceiptResponse) EqualMessageVT(thatMsg any) bool

func (*AcknowledgeOperationReceiptResponse) EqualVT added in v0.56.1

func (*AcknowledgeOperationReceiptResponse) GetAcknowledged added in v0.56.1

func (x *AcknowledgeOperationReceiptResponse) GetAcknowledged() bool

func (*AcknowledgeOperationReceiptResponse) MarshalJSON added in v0.56.1

func (x *AcknowledgeOperationReceiptResponse) MarshalJSON() ([]byte, error)

MarshalJSON marshals the AcknowledgeOperationReceiptResponse to JSON.

func (*AcknowledgeOperationReceiptResponse) MarshalProtoJSON added in v0.56.1

func (x *AcknowledgeOperationReceiptResponse) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the AcknowledgeOperationReceiptResponse message to JSON.

func (*AcknowledgeOperationReceiptResponse) MarshalProtoText added in v0.56.1

func (x *AcknowledgeOperationReceiptResponse) MarshalProtoText() string

func (*AcknowledgeOperationReceiptResponse) MarshalToSizedBufferVT added in v0.56.1

func (m *AcknowledgeOperationReceiptResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*AcknowledgeOperationReceiptResponse) MarshalToVT added in v0.56.1

func (m *AcknowledgeOperationReceiptResponse) MarshalToVT(dAtA []byte) (int, error)

func (*AcknowledgeOperationReceiptResponse) MarshalVT added in v0.56.1

func (m *AcknowledgeOperationReceiptResponse) MarshalVT() (dAtA []byte, err error)

func (*AcknowledgeOperationReceiptResponse) ProtoMessage added in v0.56.1

func (*AcknowledgeOperationReceiptResponse) ProtoMessage()

func (*AcknowledgeOperationReceiptResponse) Reset added in v0.56.1

func (*AcknowledgeOperationReceiptResponse) SizeVT added in v0.56.1

func (m *AcknowledgeOperationReceiptResponse) SizeVT() (n int)

func (*AcknowledgeOperationReceiptResponse) String added in v0.56.1

func (*AcknowledgeOperationReceiptResponse) UnmarshalJSON added in v0.56.1

func (x *AcknowledgeOperationReceiptResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the AcknowledgeOperationReceiptResponse from JSON.

func (*AcknowledgeOperationReceiptResponse) UnmarshalProtoJSON added in v0.56.1

func (x *AcknowledgeOperationReceiptResponse) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the AcknowledgeOperationReceiptResponse message from JSON.

func (*AcknowledgeOperationReceiptResponse) UnmarshalVT added in v0.56.1

func (m *AcknowledgeOperationReceiptResponse) UnmarshalVT(dAtA []byte) error

type AddEmailRequest

type AddEmailRequest struct {

	// Email is the email address to add.
	Email string `protobuf:"bytes,1,opt,name=email,proto3" json:"email,omitempty"`
	// contains filtered or unexported fields
}

AddEmailRequest is the request body for POST /account/emails/add.

func (*AddEmailRequest) CloneMessageVT

func (m *AddEmailRequest) CloneMessageVT() protobuf_go_lite.CloneMessage

func (*AddEmailRequest) CloneVT

func (m *AddEmailRequest) CloneVT() *AddEmailRequest

func (*AddEmailRequest) EqualMessageVT

func (this *AddEmailRequest) EqualMessageVT(thatMsg any) bool

func (*AddEmailRequest) EqualVT

func (this *AddEmailRequest) EqualVT(that *AddEmailRequest) bool

func (*AddEmailRequest) GetEmail

func (x *AddEmailRequest) GetEmail() string

func (*AddEmailRequest) MarshalJSON

func (x *AddEmailRequest) MarshalJSON() ([]byte, error)

MarshalJSON marshals the AddEmailRequest to JSON.

func (*AddEmailRequest) MarshalProtoJSON

func (x *AddEmailRequest) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the AddEmailRequest message to JSON.

func (*AddEmailRequest) MarshalProtoText

func (x *AddEmailRequest) MarshalProtoText() string

func (*AddEmailRequest) MarshalToSizedBufferVT

func (m *AddEmailRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*AddEmailRequest) MarshalToVT

func (m *AddEmailRequest) MarshalToVT(dAtA []byte) (int, error)

func (*AddEmailRequest) MarshalVT

func (m *AddEmailRequest) MarshalVT() (dAtA []byte, err error)

func (*AddEmailRequest) ProtoMessage

func (*AddEmailRequest) ProtoMessage()

func (*AddEmailRequest) Reset

func (x *AddEmailRequest) Reset()

func (*AddEmailRequest) SizeVT

func (m *AddEmailRequest) SizeVT() (n int)

func (*AddEmailRequest) String

func (x *AddEmailRequest) String() string

func (*AddEmailRequest) UnmarshalJSON

func (x *AddEmailRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the AddEmailRequest from JSON.

func (*AddEmailRequest) UnmarshalProtoJSON

func (x *AddEmailRequest) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the AddEmailRequest message from JSON.

func (*AddEmailRequest) UnmarshalVT

func (m *AddEmailRequest) UnmarshalVT(dAtA []byte) error

type AddEmailResponse

type AddEmailResponse struct {

	// Sent is true if a verification email was sent.
	Sent bool `protobuf:"varint,1,opt,name=sent,proto3" json:"sent,omitempty"`
	// RetryAfter is the number of seconds to wait before resending. Zero if sent immediately.
	RetryAfter uint32 `protobuf:"varint,2,opt,name=retry_after,json=retryAfter,proto3" json:"retryAfter,omitempty"`
	// contains filtered or unexported fields
}

AddEmailResponse is the response body for POST /account/emails/add.

func (*AddEmailResponse) CloneMessageVT

func (m *AddEmailResponse) CloneMessageVT() protobuf_go_lite.CloneMessage

func (*AddEmailResponse) CloneVT

func (m *AddEmailResponse) CloneVT() *AddEmailResponse

func (*AddEmailResponse) EqualMessageVT

func (this *AddEmailResponse) EqualMessageVT(thatMsg any) bool

func (*AddEmailResponse) EqualVT

func (this *AddEmailResponse) EqualVT(that *AddEmailResponse) bool

func (*AddEmailResponse) GetRetryAfter

func (x *AddEmailResponse) GetRetryAfter() uint32

func (*AddEmailResponse) GetSent

func (x *AddEmailResponse) GetSent() bool

func (*AddEmailResponse) MarshalJSON

func (x *AddEmailResponse) MarshalJSON() ([]byte, error)

MarshalJSON marshals the AddEmailResponse to JSON.

func (*AddEmailResponse) MarshalProtoJSON

func (x *AddEmailResponse) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the AddEmailResponse message to JSON.

func (*AddEmailResponse) MarshalProtoText

func (x *AddEmailResponse) MarshalProtoText() string

func (*AddEmailResponse) MarshalToSizedBufferVT

func (m *AddEmailResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*AddEmailResponse) MarshalToVT

func (m *AddEmailResponse) MarshalToVT(dAtA []byte) (int, error)

func (*AddEmailResponse) MarshalVT

func (m *AddEmailResponse) MarshalVT() (dAtA []byte, err error)

func (*AddEmailResponse) ProtoMessage

func (*AddEmailResponse) ProtoMessage()

func (*AddEmailResponse) Reset

func (x *AddEmailResponse) Reset()

func (*AddEmailResponse) SizeVT

func (m *AddEmailResponse) SizeVT() (n int)

func (*AddEmailResponse) String

func (x *AddEmailResponse) String() string

func (*AddEmailResponse) UnmarshalJSON

func (x *AddEmailResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the AddEmailResponse from JSON.

func (*AddEmailResponse) UnmarshalProtoJSON

func (x *AddEmailResponse) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the AddEmailResponse message from JSON.

func (*AddEmailResponse) UnmarshalVT

func (m *AddEmailResponse) UnmarshalVT(dAtA []byte) error

type AddKeypairAction

type AddKeypairAction struct {

	// Keypair is the entity keypair to add.
	Keypair *session.EntityKeypair `protobuf:"bytes,1,opt,name=keypair,proto3" json:"keypair,omitempty"`
	// contains filtered or unexported fields
}

AddKeypairAction is the action body for POST /account/:id/keypair/add.

func (*AddKeypairAction) CloneMessageVT

func (m *AddKeypairAction) CloneMessageVT() protobuf_go_lite.CloneMessage

func (*AddKeypairAction) CloneVT

func (m *AddKeypairAction) CloneVT() *AddKeypairAction

func (*AddKeypairAction) EqualMessageVT

func (this *AddKeypairAction) EqualMessageVT(thatMsg any) bool

func (*AddKeypairAction) EqualVT

func (this *AddKeypairAction) EqualVT(that *AddKeypairAction) bool

func (*AddKeypairAction) GetKeypair

func (x *AddKeypairAction) GetKeypair() *session.EntityKeypair

func (*AddKeypairAction) MarshalJSON

func (x *AddKeypairAction) MarshalJSON() ([]byte, error)

MarshalJSON marshals the AddKeypairAction to JSON.

func (*AddKeypairAction) MarshalProtoJSON

func (x *AddKeypairAction) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the AddKeypairAction message to JSON.

func (*AddKeypairAction) MarshalProtoText

func (x *AddKeypairAction) MarshalProtoText() string

func (*AddKeypairAction) MarshalToSizedBufferVT

func (m *AddKeypairAction) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*AddKeypairAction) MarshalToVT

func (m *AddKeypairAction) MarshalToVT(dAtA []byte) (int, error)

func (*AddKeypairAction) MarshalVT

func (m *AddKeypairAction) MarshalVT() (dAtA []byte, err error)

func (*AddKeypairAction) ProtoMessage

func (*AddKeypairAction) ProtoMessage()

func (*AddKeypairAction) Reset

func (x *AddKeypairAction) Reset()

func (*AddKeypairAction) SizeVT

func (m *AddKeypairAction) SizeVT() (n int)

func (*AddKeypairAction) String

func (x *AddKeypairAction) String() string

func (*AddKeypairAction) UnmarshalJSON

func (x *AddKeypairAction) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the AddKeypairAction from JSON.

func (*AddKeypairAction) UnmarshalProtoJSON

func (x *AddKeypairAction) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the AddKeypairAction message from JSON.

func (*AddKeypairAction) UnmarshalVT

func (m *AddKeypairAction) UnmarshalVT(dAtA []byte) error

type AssignBillingAccountRequest

type AssignBillingAccountRequest struct {

	// BillingAccountId is the billing account to assign.
	BillingAccountId string `protobuf:"bytes,1,opt,name=billing_account_id,json=billingAccountId,proto3" json:"billingAccountId,omitempty"`
	// TargetOwnerType is the principal type receiving the assignment
	// ("account" | "organization").
	TargetOwnerType string `protobuf:"bytes,2,opt,name=target_owner_type,json=targetOwnerType,proto3" json:"targetOwnerType,omitempty"`
	// TargetOwnerId is the principal id (account ULID or org ULID).
	TargetOwnerId string `protobuf:"bytes,3,opt,name=target_owner_id,json=targetOwnerId,proto3" json:"targetOwnerId,omitempty"`
	// contains filtered or unexported fields
}

AssignBillingAccountRequest is the request body for POST /api/billing/assign. Binds a billing account to a principal (account or organization). The caller must be the BA's created_by_account_id; for org targets the caller must also hold org:owner on the target org.

func (*AssignBillingAccountRequest) CloneMessageVT

func (*AssignBillingAccountRequest) CloneVT

func (*AssignBillingAccountRequest) EqualMessageVT

func (this *AssignBillingAccountRequest) EqualMessageVT(thatMsg any) bool

func (*AssignBillingAccountRequest) EqualVT

func (*AssignBillingAccountRequest) GetBillingAccountId

func (x *AssignBillingAccountRequest) GetBillingAccountId() string

func (*AssignBillingAccountRequest) GetTargetOwnerId

func (x *AssignBillingAccountRequest) GetTargetOwnerId() string

func (*AssignBillingAccountRequest) GetTargetOwnerType

func (x *AssignBillingAccountRequest) GetTargetOwnerType() string

func (*AssignBillingAccountRequest) MarshalJSON

func (x *AssignBillingAccountRequest) MarshalJSON() ([]byte, error)

MarshalJSON marshals the AssignBillingAccountRequest to JSON.

func (*AssignBillingAccountRequest) MarshalProtoJSON

func (x *AssignBillingAccountRequest) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the AssignBillingAccountRequest message to JSON.

func (*AssignBillingAccountRequest) MarshalProtoText

func (x *AssignBillingAccountRequest) MarshalProtoText() string

func (*AssignBillingAccountRequest) MarshalToSizedBufferVT

func (m *AssignBillingAccountRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*AssignBillingAccountRequest) MarshalToVT

func (m *AssignBillingAccountRequest) MarshalToVT(dAtA []byte) (int, error)

func (*AssignBillingAccountRequest) MarshalVT

func (m *AssignBillingAccountRequest) MarshalVT() (dAtA []byte, err error)

func (*AssignBillingAccountRequest) ProtoMessage

func (*AssignBillingAccountRequest) ProtoMessage()

func (*AssignBillingAccountRequest) Reset

func (x *AssignBillingAccountRequest) Reset()

func (*AssignBillingAccountRequest) SizeVT

func (m *AssignBillingAccountRequest) SizeVT() (n int)

func (*AssignBillingAccountRequest) String

func (x *AssignBillingAccountRequest) String() string

func (*AssignBillingAccountRequest) UnmarshalJSON

func (x *AssignBillingAccountRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the AssignBillingAccountRequest from JSON.

func (*AssignBillingAccountRequest) UnmarshalProtoJSON

func (x *AssignBillingAccountRequest) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the AssignBillingAccountRequest message from JSON.

func (*AssignBillingAccountRequest) UnmarshalVT

func (m *AssignBillingAccountRequest) UnmarshalVT(dAtA []byte) error

type AssignBillingAccountResponse

type AssignBillingAccountResponse struct {
	// contains filtered or unexported fields
}

AssignBillingAccountResponse is the response body for POST /api/billing/assign.

func (*AssignBillingAccountResponse) CloneMessageVT

func (*AssignBillingAccountResponse) CloneVT

func (*AssignBillingAccountResponse) EqualMessageVT

func (this *AssignBillingAccountResponse) EqualMessageVT(thatMsg any) bool

func (*AssignBillingAccountResponse) EqualVT

func (*AssignBillingAccountResponse) MarshalJSON

func (x *AssignBillingAccountResponse) MarshalJSON() ([]byte, error)

MarshalJSON marshals the AssignBillingAccountResponse to JSON.

func (*AssignBillingAccountResponse) MarshalProtoJSON

func (x *AssignBillingAccountResponse) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the AssignBillingAccountResponse message to JSON.

func (*AssignBillingAccountResponse) MarshalProtoText

func (x *AssignBillingAccountResponse) MarshalProtoText() string

func (*AssignBillingAccountResponse) MarshalToSizedBufferVT

func (m *AssignBillingAccountResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*AssignBillingAccountResponse) MarshalToVT

func (m *AssignBillingAccountResponse) MarshalToVT(dAtA []byte) (int, error)

func (*AssignBillingAccountResponse) MarshalVT

func (m *AssignBillingAccountResponse) MarshalVT() (dAtA []byte, err error)

func (*AssignBillingAccountResponse) ProtoMessage

func (*AssignBillingAccountResponse) ProtoMessage()

func (*AssignBillingAccountResponse) Reset

func (x *AssignBillingAccountResponse) Reset()

func (*AssignBillingAccountResponse) SizeVT

func (m *AssignBillingAccountResponse) SizeVT() (n int)

func (*AssignBillingAccountResponse) String

func (*AssignBillingAccountResponse) UnmarshalJSON

func (x *AssignBillingAccountResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the AssignBillingAccountResponse from JSON.

func (*AssignBillingAccountResponse) UnmarshalProtoJSON

func (x *AssignBillingAccountResponse) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the AssignBillingAccountResponse message from JSON.

func (*AssignBillingAccountResponse) UnmarshalVT

func (m *AssignBillingAccountResponse) UnmarshalVT(dAtA []byte) error

type AuthConfigResponse

type AuthConfigResponse struct {

	// SsoBaseUrl is the base URL for SSO entry redirects.
	SsoBaseUrl string `protobuf:"bytes,1,opt,name=sso_base_url,json=ssoBaseUrl,proto3" json:"ssoBaseUrl,omitempty"`
	// ExchangeUrl is the URL for exchanging SSO nonces.
	ExchangeUrl string `protobuf:"bytes,2,opt,name=exchange_url,json=exchangeUrl,proto3" json:"exchangeUrl,omitempty"`
	// ConfirmUrl is the URL for confirming SSO account creation.
	ConfirmUrl string `protobuf:"bytes,3,opt,name=confirm_url,json=confirmUrl,proto3" json:"confirmUrl,omitempty"`
	// TurnstileSiteKey is the Cloudflare Turnstile site key to render.
	TurnstileSiteKey string `protobuf:"bytes,4,opt,name=turnstile_site_key,json=turnstileSiteKey,proto3" json:"turnstileSiteKey,omitempty"`
	// AccountBaseUrl is the browser-facing account site base URL.
	AccountBaseUrl string `protobuf:"bytes,5,opt,name=account_base_url,json=accountBaseUrl,proto3" json:"accountBaseUrl,omitempty"`
	// PublicBaseUrl is the browser-facing public Spacewave app base URL.
	PublicBaseUrl string `protobuf:"bytes,6,opt,name=public_base_url,json=publicBaseUrl,proto3" json:"publicBaseUrl,omitempty"`
	// GoogleSsoEnabled reports whether Google SSO is configured server-side.
	GoogleSsoEnabled bool `protobuf:"varint,7,opt,name=google_sso_enabled,json=googleSsoEnabled,proto3" json:"googleSsoEnabled,omitempty"`
	// GithubSsoEnabled reports whether GitHub SSO is configured server-side.
	GithubSsoEnabled bool `protobuf:"varint,8,opt,name=github_sso_enabled,json=githubSsoEnabled,proto3" json:"githubSsoEnabled,omitempty"`
	// contains filtered or unexported fields
}

AuthConfigResponse is the response body for GET /auth/config.

func (*AuthConfigResponse) CloneMessageVT

func (m *AuthConfigResponse) CloneMessageVT() protobuf_go_lite.CloneMessage

func (*AuthConfigResponse) CloneVT

func (m *AuthConfigResponse) CloneVT() *AuthConfigResponse

func (*AuthConfigResponse) EqualMessageVT

func (this *AuthConfigResponse) EqualMessageVT(thatMsg any) bool

func (*AuthConfigResponse) EqualVT

func (this *AuthConfigResponse) EqualVT(that *AuthConfigResponse) bool

func (*AuthConfigResponse) GetAccountBaseUrl

func (x *AuthConfigResponse) GetAccountBaseUrl() string

func (*AuthConfigResponse) GetConfirmUrl

func (x *AuthConfigResponse) GetConfirmUrl() string

func (*AuthConfigResponse) GetExchangeUrl

func (x *AuthConfigResponse) GetExchangeUrl() string

func (*AuthConfigResponse) GetGithubSsoEnabled

func (x *AuthConfigResponse) GetGithubSsoEnabled() bool

func (*AuthConfigResponse) GetGoogleSsoEnabled

func (x *AuthConfigResponse) GetGoogleSsoEnabled() bool

func (*AuthConfigResponse) GetPublicBaseUrl

func (x *AuthConfigResponse) GetPublicBaseUrl() string

func (*AuthConfigResponse) GetSsoBaseUrl

func (x *AuthConfigResponse) GetSsoBaseUrl() string

func (*AuthConfigResponse) GetTurnstileSiteKey

func (x *AuthConfigResponse) GetTurnstileSiteKey() string

func (*AuthConfigResponse) MarshalJSON

func (x *AuthConfigResponse) MarshalJSON() ([]byte, error)

MarshalJSON marshals the AuthConfigResponse to JSON.

func (*AuthConfigResponse) MarshalProtoJSON

func (x *AuthConfigResponse) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the AuthConfigResponse message to JSON.

func (*AuthConfigResponse) MarshalProtoText

func (x *AuthConfigResponse) MarshalProtoText() string

func (*AuthConfigResponse) MarshalToSizedBufferVT

func (m *AuthConfigResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*AuthConfigResponse) MarshalToVT

func (m *AuthConfigResponse) MarshalToVT(dAtA []byte) (int, error)

func (*AuthConfigResponse) MarshalVT

func (m *AuthConfigResponse) MarshalVT() (dAtA []byte, err error)

func (*AuthConfigResponse) ProtoMessage

func (*AuthConfigResponse) ProtoMessage()

func (*AuthConfigResponse) Reset

func (x *AuthConfigResponse) Reset()

func (*AuthConfigResponse) SizeVT

func (m *AuthConfigResponse) SizeVT() (n int)

func (*AuthConfigResponse) String

func (x *AuthConfigResponse) String() string

func (*AuthConfigResponse) UnmarshalJSON

func (x *AuthConfigResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the AuthConfigResponse from JSON.

func (*AuthConfigResponse) UnmarshalProtoJSON

func (x *AuthConfigResponse) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the AuthConfigResponse message from JSON.

func (*AuthConfigResponse) UnmarshalVT

func (m *AuthConfigResponse) UnmarshalVT(dAtA []byte) error

type AuthSessionCreateRequest

type AuthSessionCreateRequest struct {

	// Nonce is the session nonce for the auth handoff flow.
	Nonce string `protobuf:"bytes,1,opt,name=nonce,proto3" json:"nonce,omitempty"`
	// DevicePublicKey is the X25519 public key for desktop SSO encryption.
	// When set, the server stores it in the AuthSessionDO for encrypting
	// the entity key back to the device.
	DevicePublicKey []byte `protobuf:"bytes,2,opt,name=device_public_key,json=devicePublicKey,proto3" json:"devicePublicKey,omitempty"`
	// contains filtered or unexported fields
}

AuthSessionCreateRequest is the request body for POST /auth/session/create.

func (*AuthSessionCreateRequest) CloneMessageVT

func (*AuthSessionCreateRequest) CloneVT

func (*AuthSessionCreateRequest) EqualMessageVT

func (this *AuthSessionCreateRequest) EqualMessageVT(thatMsg any) bool

func (*AuthSessionCreateRequest) EqualVT

func (*AuthSessionCreateRequest) GetDevicePublicKey

func (x *AuthSessionCreateRequest) GetDevicePublicKey() []byte

func (*AuthSessionCreateRequest) GetNonce

func (x *AuthSessionCreateRequest) GetNonce() string

func (*AuthSessionCreateRequest) MarshalJSON

func (x *AuthSessionCreateRequest) MarshalJSON() ([]byte, error)

MarshalJSON marshals the AuthSessionCreateRequest to JSON.

func (*AuthSessionCreateRequest) MarshalProtoJSON

func (x *AuthSessionCreateRequest) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the AuthSessionCreateRequest message to JSON.

func (*AuthSessionCreateRequest) MarshalProtoText

func (x *AuthSessionCreateRequest) MarshalProtoText() string

func (*AuthSessionCreateRequest) MarshalToSizedBufferVT

func (m *AuthSessionCreateRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*AuthSessionCreateRequest) MarshalToVT

func (m *AuthSessionCreateRequest) MarshalToVT(dAtA []byte) (int, error)

func (*AuthSessionCreateRequest) MarshalVT

func (m *AuthSessionCreateRequest) MarshalVT() (dAtA []byte, err error)

func (*AuthSessionCreateRequest) ProtoMessage

func (*AuthSessionCreateRequest) ProtoMessage()

func (*AuthSessionCreateRequest) Reset

func (x *AuthSessionCreateRequest) Reset()

func (*AuthSessionCreateRequest) SizeVT

func (m *AuthSessionCreateRequest) SizeVT() (n int)

func (*AuthSessionCreateRequest) String

func (x *AuthSessionCreateRequest) String() string

func (*AuthSessionCreateRequest) UnmarshalJSON

func (x *AuthSessionCreateRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the AuthSessionCreateRequest from JSON.

func (*AuthSessionCreateRequest) UnmarshalProtoJSON

func (x *AuthSessionCreateRequest) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the AuthSessionCreateRequest message from JSON.

func (*AuthSessionCreateRequest) UnmarshalVT

func (m *AuthSessionCreateRequest) UnmarshalVT(dAtA []byte) error

type AuthSessionCreateResponse

type AuthSessionCreateResponse struct {

	// Nonce is the session nonce echoed back.
	Nonce string `protobuf:"bytes,1,opt,name=nonce,proto3" json:"nonce,omitempty"`
	// WsTicket is the JWT ticket for the auth session WebSocket.
	WsTicket string `protobuf:"bytes,2,opt,name=ws_ticket,json=wsTicket,proto3" json:"wsTicket,omitempty"`
	// Ticket is an encrypted blob containing the DO nonce. Used for
	// desktop SSO to pass the nonce through the browser URL without
	// exposing it in the clear.
	Ticket string `protobuf:"bytes,3,opt,name=ticket,proto3" json:"ticket,omitempty"`
	// contains filtered or unexported fields
}

AuthSessionCreateResponse is the response body for POST /auth/session/create.

func (*AuthSessionCreateResponse) CloneMessageVT

func (*AuthSessionCreateResponse) CloneVT

func (*AuthSessionCreateResponse) EqualMessageVT

func (this *AuthSessionCreateResponse) EqualMessageVT(thatMsg any) bool

func (*AuthSessionCreateResponse) EqualVT

func (*AuthSessionCreateResponse) GetNonce

func (x *AuthSessionCreateResponse) GetNonce() string

func (*AuthSessionCreateResponse) GetTicket

func (x *AuthSessionCreateResponse) GetTicket() string

func (*AuthSessionCreateResponse) GetWsTicket

func (x *AuthSessionCreateResponse) GetWsTicket() string

func (*AuthSessionCreateResponse) MarshalJSON

func (x *AuthSessionCreateResponse) MarshalJSON() ([]byte, error)

MarshalJSON marshals the AuthSessionCreateResponse to JSON.

func (*AuthSessionCreateResponse) MarshalProtoJSON

func (x *AuthSessionCreateResponse) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the AuthSessionCreateResponse message to JSON.

func (*AuthSessionCreateResponse) MarshalProtoText

func (x *AuthSessionCreateResponse) MarshalProtoText() string

func (*AuthSessionCreateResponse) MarshalToSizedBufferVT

func (m *AuthSessionCreateResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*AuthSessionCreateResponse) MarshalToVT

func (m *AuthSessionCreateResponse) MarshalToVT(dAtA []byte) (int, error)

func (*AuthSessionCreateResponse) MarshalVT

func (m *AuthSessionCreateResponse) MarshalVT() (dAtA []byte, err error)

func (*AuthSessionCreateResponse) ProtoMessage

func (*AuthSessionCreateResponse) ProtoMessage()

func (*AuthSessionCreateResponse) Reset

func (x *AuthSessionCreateResponse) Reset()

func (*AuthSessionCreateResponse) SizeVT

func (m *AuthSessionCreateResponse) SizeVT() (n int)

func (*AuthSessionCreateResponse) String

func (x *AuthSessionCreateResponse) String() string

func (*AuthSessionCreateResponse) UnmarshalJSON

func (x *AuthSessionCreateResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the AuthSessionCreateResponse from JSON.

func (*AuthSessionCreateResponse) UnmarshalProtoJSON

func (x *AuthSessionCreateResponse) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the AuthSessionCreateResponse message from JSON.

func (*AuthSessionCreateResponse) UnmarshalVT

func (m *AuthSessionCreateResponse) UnmarshalVT(dAtA []byte) error

type AuthSessionDeleteRequest

type AuthSessionDeleteRequest struct {

	// Nonce is the auth-session nonce to delete.
	Nonce string `protobuf:"bytes,1,opt,name=nonce,proto3" json:"nonce,omitempty"`
	// WsTicket authorizes deleting the auth session bound to nonce.
	WsTicket string `protobuf:"bytes,2,opt,name=ws_ticket,json=wsTicket,proto3" json:"wsTicket,omitempty"`
	// contains filtered or unexported fields
}

AuthSessionDeleteRequest is the request body for POST /auth/session/delete.

func (*AuthSessionDeleteRequest) CloneMessageVT

func (*AuthSessionDeleteRequest) CloneVT

func (*AuthSessionDeleteRequest) EqualMessageVT

func (this *AuthSessionDeleteRequest) EqualMessageVT(thatMsg any) bool

func (*AuthSessionDeleteRequest) EqualVT

func (*AuthSessionDeleteRequest) GetNonce

func (x *AuthSessionDeleteRequest) GetNonce() string

func (*AuthSessionDeleteRequest) GetWsTicket

func (x *AuthSessionDeleteRequest) GetWsTicket() string

func (*AuthSessionDeleteRequest) MarshalJSON

func (x *AuthSessionDeleteRequest) MarshalJSON() ([]byte, error)

MarshalJSON marshals the AuthSessionDeleteRequest to JSON.

func (*AuthSessionDeleteRequest) MarshalProtoJSON

func (x *AuthSessionDeleteRequest) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the AuthSessionDeleteRequest message to JSON.

func (*AuthSessionDeleteRequest) MarshalProtoText

func (x *AuthSessionDeleteRequest) MarshalProtoText() string

func (*AuthSessionDeleteRequest) MarshalToSizedBufferVT

func (m *AuthSessionDeleteRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*AuthSessionDeleteRequest) MarshalToVT

func (m *AuthSessionDeleteRequest) MarshalToVT(dAtA []byte) (int, error)

func (*AuthSessionDeleteRequest) MarshalVT

func (m *AuthSessionDeleteRequest) MarshalVT() (dAtA []byte, err error)

func (*AuthSessionDeleteRequest) ProtoMessage

func (*AuthSessionDeleteRequest) ProtoMessage()

func (*AuthSessionDeleteRequest) Reset

func (x *AuthSessionDeleteRequest) Reset()

func (*AuthSessionDeleteRequest) SizeVT

func (m *AuthSessionDeleteRequest) SizeVT() (n int)

func (*AuthSessionDeleteRequest) String

func (x *AuthSessionDeleteRequest) String() string

func (*AuthSessionDeleteRequest) UnmarshalJSON

func (x *AuthSessionDeleteRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the AuthSessionDeleteRequest from JSON.

func (*AuthSessionDeleteRequest) UnmarshalProtoJSON

func (x *AuthSessionDeleteRequest) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the AuthSessionDeleteRequest message from JSON.

func (*AuthSessionDeleteRequest) UnmarshalVT

func (m *AuthSessionDeleteRequest) UnmarshalVT(dAtA []byte) error

type AuthSessionDeleteResponse

type AuthSessionDeleteResponse struct {

	// Deleted indicates the auth session was deleted or already absent.
	Deleted bool `protobuf:"varint,1,opt,name=deleted,proto3" json:"deleted,omitempty"`
	// contains filtered or unexported fields
}

AuthSessionDeleteResponse is the response body for POST /auth/session/delete.

func (*AuthSessionDeleteResponse) CloneMessageVT

func (*AuthSessionDeleteResponse) CloneVT

func (*AuthSessionDeleteResponse) EqualMessageVT

func (this *AuthSessionDeleteResponse) EqualMessageVT(thatMsg any) bool

func (*AuthSessionDeleteResponse) EqualVT

func (*AuthSessionDeleteResponse) GetDeleted

func (x *AuthSessionDeleteResponse) GetDeleted() bool

func (*AuthSessionDeleteResponse) MarshalJSON

func (x *AuthSessionDeleteResponse) MarshalJSON() ([]byte, error)

MarshalJSON marshals the AuthSessionDeleteResponse to JSON.

func (*AuthSessionDeleteResponse) MarshalProtoJSON

func (x *AuthSessionDeleteResponse) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the AuthSessionDeleteResponse message to JSON.

func (*AuthSessionDeleteResponse) MarshalProtoText

func (x *AuthSessionDeleteResponse) MarshalProtoText() string

func (*AuthSessionDeleteResponse) MarshalToSizedBufferVT

func (m *AuthSessionDeleteResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*AuthSessionDeleteResponse) MarshalToVT

func (m *AuthSessionDeleteResponse) MarshalToVT(dAtA []byte) (int, error)

func (*AuthSessionDeleteResponse) MarshalVT

func (m *AuthSessionDeleteResponse) MarshalVT() (dAtA []byte, err error)

func (*AuthSessionDeleteResponse) ProtoMessage

func (*AuthSessionDeleteResponse) ProtoMessage()

func (*AuthSessionDeleteResponse) Reset

func (x *AuthSessionDeleteResponse) Reset()

func (*AuthSessionDeleteResponse) SizeVT

func (m *AuthSessionDeleteResponse) SizeVT() (n int)

func (*AuthSessionDeleteResponse) String

func (x *AuthSessionDeleteResponse) String() string

func (*AuthSessionDeleteResponse) UnmarshalJSON

func (x *AuthSessionDeleteResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the AuthSessionDeleteResponse from JSON.

func (*AuthSessionDeleteResponse) UnmarshalProtoJSON

func (x *AuthSessionDeleteResponse) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the AuthSessionDeleteResponse message from JSON.

func (*AuthSessionDeleteResponse) UnmarshalVT

func (m *AuthSessionDeleteResponse) UnmarshalVT(dAtA []byte) error

type AuthSessionResultExchangeRequest

type AuthSessionResultExchangeRequest struct {

	// Nonce is the auth-session nonce to exchange for the stored SSO result.
	Nonce string `protobuf:"bytes,1,opt,name=nonce,proto3" json:"nonce,omitempty"`
	// contains filtered or unexported fields
}

AuthSessionResultExchangeRequest is the request body for POST /auth/sso/result/exchange.

func (*AuthSessionResultExchangeRequest) CloneMessageVT

func (*AuthSessionResultExchangeRequest) CloneVT

func (*AuthSessionResultExchangeRequest) EqualMessageVT

func (this *AuthSessionResultExchangeRequest) EqualMessageVT(thatMsg any) bool

func (*AuthSessionResultExchangeRequest) EqualVT

func (*AuthSessionResultExchangeRequest) GetNonce

func (*AuthSessionResultExchangeRequest) MarshalJSON

func (x *AuthSessionResultExchangeRequest) MarshalJSON() ([]byte, error)

MarshalJSON marshals the AuthSessionResultExchangeRequest to JSON.

func (*AuthSessionResultExchangeRequest) MarshalProtoJSON

func (x *AuthSessionResultExchangeRequest) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the AuthSessionResultExchangeRequest message to JSON.

func (*AuthSessionResultExchangeRequest) MarshalProtoText

func (x *AuthSessionResultExchangeRequest) MarshalProtoText() string

func (*AuthSessionResultExchangeRequest) MarshalToSizedBufferVT

func (m *AuthSessionResultExchangeRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*AuthSessionResultExchangeRequest) MarshalToVT

func (m *AuthSessionResultExchangeRequest) MarshalToVT(dAtA []byte) (int, error)

func (*AuthSessionResultExchangeRequest) MarshalVT

func (m *AuthSessionResultExchangeRequest) MarshalVT() (dAtA []byte, err error)

func (*AuthSessionResultExchangeRequest) ProtoMessage

func (*AuthSessionResultExchangeRequest) ProtoMessage()

func (*AuthSessionResultExchangeRequest) Reset

func (*AuthSessionResultExchangeRequest) SizeVT

func (m *AuthSessionResultExchangeRequest) SizeVT() (n int)

func (*AuthSessionResultExchangeRequest) String

func (*AuthSessionResultExchangeRequest) UnmarshalJSON

func (x *AuthSessionResultExchangeRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the AuthSessionResultExchangeRequest from JSON.

func (*AuthSessionResultExchangeRequest) UnmarshalProtoJSON

func (x *AuthSessionResultExchangeRequest) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the AuthSessionResultExchangeRequest message from JSON.

func (*AuthSessionResultExchangeRequest) UnmarshalVT

func (m *AuthSessionResultExchangeRequest) UnmarshalVT(dAtA []byte) error

type BillingPortalRequest

type BillingPortalRequest struct {
	// contains filtered or unexported fields
}

BillingPortalRequest is the request body for POST /billing/:id/portal. No fields; the billing account is identified by the URL parameter.

func (*BillingPortalRequest) CloneMessageVT

func (*BillingPortalRequest) CloneVT

func (*BillingPortalRequest) EqualMessageVT

func (this *BillingPortalRequest) EqualMessageVT(thatMsg any) bool

func (*BillingPortalRequest) EqualVT

func (this *BillingPortalRequest) EqualVT(that *BillingPortalRequest) bool

func (*BillingPortalRequest) MarshalJSON

func (x *BillingPortalRequest) MarshalJSON() ([]byte, error)

MarshalJSON marshals the BillingPortalRequest to JSON.

func (*BillingPortalRequest) MarshalProtoJSON

func (x *BillingPortalRequest) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the BillingPortalRequest message to JSON.

func (*BillingPortalRequest) MarshalProtoText

func (x *BillingPortalRequest) MarshalProtoText() string

func (*BillingPortalRequest) MarshalToSizedBufferVT

func (m *BillingPortalRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*BillingPortalRequest) MarshalToVT

func (m *BillingPortalRequest) MarshalToVT(dAtA []byte) (int, error)

func (*BillingPortalRequest) MarshalVT

func (m *BillingPortalRequest) MarshalVT() (dAtA []byte, err error)

func (*BillingPortalRequest) ProtoMessage

func (*BillingPortalRequest) ProtoMessage()

func (*BillingPortalRequest) Reset

func (x *BillingPortalRequest) Reset()

func (*BillingPortalRequest) SizeVT

func (m *BillingPortalRequest) SizeVT() (n int)

func (*BillingPortalRequest) String

func (x *BillingPortalRequest) String() string

func (*BillingPortalRequest) UnmarshalJSON

func (x *BillingPortalRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the BillingPortalRequest from JSON.

func (*BillingPortalRequest) UnmarshalProtoJSON

func (x *BillingPortalRequest) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the BillingPortalRequest message from JSON.

func (*BillingPortalRequest) UnmarshalVT

func (m *BillingPortalRequest) UnmarshalVT(dAtA []byte) error

type BillingPortalResponse

type BillingPortalResponse struct {

	// Url is the Stripe billing portal session URL.
	Url string `protobuf:"bytes,1,opt,name=url,proto3" json:"url,omitempty"`
	// contains filtered or unexported fields
}

BillingPortalResponse is the response body for POST /billing/:id/portal.

func (*BillingPortalResponse) CloneMessageVT

func (*BillingPortalResponse) CloneVT

func (*BillingPortalResponse) EqualMessageVT

func (this *BillingPortalResponse) EqualMessageVT(thatMsg any) bool

func (*BillingPortalResponse) EqualVT

func (this *BillingPortalResponse) EqualVT(that *BillingPortalResponse) bool

func (*BillingPortalResponse) GetUrl

func (x *BillingPortalResponse) GetUrl() string

func (*BillingPortalResponse) MarshalJSON

func (x *BillingPortalResponse) MarshalJSON() ([]byte, error)

MarshalJSON marshals the BillingPortalResponse to JSON.

func (*BillingPortalResponse) MarshalProtoJSON

func (x *BillingPortalResponse) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the BillingPortalResponse message to JSON.

func (*BillingPortalResponse) MarshalProtoText

func (x *BillingPortalResponse) MarshalProtoText() string

func (*BillingPortalResponse) MarshalToSizedBufferVT

func (m *BillingPortalResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*BillingPortalResponse) MarshalToVT

func (m *BillingPortalResponse) MarshalToVT(dAtA []byte) (int, error)

func (*BillingPortalResponse) MarshalVT

func (m *BillingPortalResponse) MarshalVT() (dAtA []byte, err error)

func (*BillingPortalResponse) ProtoMessage

func (*BillingPortalResponse) ProtoMessage()

func (*BillingPortalResponse) Reset

func (x *BillingPortalResponse) Reset()

func (*BillingPortalResponse) SizeVT

func (m *BillingPortalResponse) SizeVT() (n int)

func (*BillingPortalResponse) String

func (x *BillingPortalResponse) String() string

func (*BillingPortalResponse) UnmarshalJSON

func (x *BillingPortalResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the BillingPortalResponse from JSON.

func (*BillingPortalResponse) UnmarshalProtoJSON

func (x *BillingPortalResponse) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the BillingPortalResponse message from JSON.

func (*BillingPortalResponse) UnmarshalVT

func (m *BillingPortalResponse) UnmarshalVT(dAtA []byte) error

type BillingStateResponse

type BillingStateResponse struct {

	// Status is the normalized billing status.
	Status spacewave.BillingStatus `protobuf:"varint,1,opt,name=status,proto3" json:"status,omitempty"`
	// BillingInterval is the current billing interval.
	BillingInterval spacewave.BillingInterval `protobuf:"varint,2,opt,name=billing_interval,json=billingInterval,proto3" json:"billingInterval,omitempty"`
	// PastDueSince is the Unix timestamp (ms) when past-due started, or 0 if not past due.
	PastDueSince int64 `protobuf:"varint,3,opt,name=past_due_since,json=pastDueSince,proto3" json:"pastDueSince,omitempty"`
	// CancelAt is the Unix timestamp (ms) when the subscription will cancel, or 0 if not scheduled.
	CancelAt int64 `protobuf:"varint,4,opt,name=cancel_at,json=cancelAt,proto3" json:"cancelAt,omitempty"`
	// CurrentPeriodEnd is the Unix timestamp (ms) of the current billing period end.
	CurrentPeriodEnd int64 `protobuf:"varint,5,opt,name=current_period_end,json=currentPeriodEnd,proto3" json:"currentPeriodEnd,omitempty"`
	// LifecycleState is the canonical product lifecycle state.
	LifecycleState AccountLifecycleState `protobuf:"varint,6,opt,name=lifecycle_state,json=lifecycleState,proto3" json:"lifecycleState,omitempty"`
	// DeleteAt is the next scheduled deletion/grace deadline (ms), if any.
	DeleteAt int64 `protobuf:"varint,7,opt,name=delete_at,json=deleteAt,proto3" json:"deleteAt,omitempty"`
	// LifecycleUpdatedAt is when the lifecycle state last changed (ms).
	LifecycleUpdatedAt int64 `protobuf:"varint,8,opt,name=lifecycle_updated_at,json=lifecycleUpdatedAt,proto3" json:"lifecycleUpdatedAt,omitempty"`
	// DeletedAt is when the account became logically deleted (ms), if any.
	DeletedAt int64 `protobuf:"varint,9,opt,name=deleted_at,json=deletedAt,proto3" json:"deletedAt,omitempty"`
	// DisplayName is the user-set label for the billing account.
	DisplayName string `protobuf:"bytes,10,opt,name=display_name,json=displayName,proto3" json:"displayName,omitempty"`
	// contains filtered or unexported fields
}

BillingStateResponse is the response body for GET /billing/:id/state.

func (*BillingStateResponse) CloneMessageVT

func (*BillingStateResponse) CloneVT

func (*BillingStateResponse) EqualMessageVT

func (this *BillingStateResponse) EqualMessageVT(thatMsg any) bool

func (*BillingStateResponse) EqualVT

func (this *BillingStateResponse) EqualVT(that *BillingStateResponse) bool

func (*BillingStateResponse) GetBillingInterval

func (x *BillingStateResponse) GetBillingInterval() spacewave.BillingInterval

func (*BillingStateResponse) GetCancelAt

func (x *BillingStateResponse) GetCancelAt() int64

func (*BillingStateResponse) GetCurrentPeriodEnd

func (x *BillingStateResponse) GetCurrentPeriodEnd() int64

func (*BillingStateResponse) GetDeleteAt

func (x *BillingStateResponse) GetDeleteAt() int64

func (*BillingStateResponse) GetDeletedAt

func (x *BillingStateResponse) GetDeletedAt() int64

func (*BillingStateResponse) GetDisplayName

func (x *BillingStateResponse) GetDisplayName() string

func (*BillingStateResponse) GetLifecycleState

func (x *BillingStateResponse) GetLifecycleState() AccountLifecycleState

func (*BillingStateResponse) GetLifecycleUpdatedAt

func (x *BillingStateResponse) GetLifecycleUpdatedAt() int64

func (*BillingStateResponse) GetPastDueSince

func (x *BillingStateResponse) GetPastDueSince() int64

func (*BillingStateResponse) GetStatus

func (*BillingStateResponse) MarshalJSON

func (x *BillingStateResponse) MarshalJSON() ([]byte, error)

MarshalJSON marshals the BillingStateResponse to JSON.

func (*BillingStateResponse) MarshalProtoJSON

func (x *BillingStateResponse) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the BillingStateResponse message to JSON.

func (*BillingStateResponse) MarshalProtoText

func (x *BillingStateResponse) MarshalProtoText() string

func (*BillingStateResponse) MarshalToSizedBufferVT

func (m *BillingStateResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*BillingStateResponse) MarshalToVT

func (m *BillingStateResponse) MarshalToVT(dAtA []byte) (int, error)

func (*BillingStateResponse) MarshalVT

func (m *BillingStateResponse) MarshalVT() (dAtA []byte, err error)

func (*BillingStateResponse) ProtoMessage

func (*BillingStateResponse) ProtoMessage()

func (*BillingStateResponse) Reset

func (x *BillingStateResponse) Reset()

func (*BillingStateResponse) SizeVT

func (m *BillingStateResponse) SizeVT() (n int)

func (*BillingStateResponse) String

func (x *BillingStateResponse) String() string

func (*BillingStateResponse) UnmarshalJSON

func (x *BillingStateResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the BillingStateResponse from JSON.

func (*BillingStateResponse) UnmarshalProtoJSON

func (x *BillingStateResponse) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the BillingStateResponse message from JSON.

func (*BillingStateResponse) UnmarshalVT

func (m *BillingStateResponse) UnmarshalVT(dAtA []byte) error

type BillingUsageResponse

type BillingUsageResponse struct {

	// StorageBytes is the total storage usage in bytes.
	StorageBytes float64 `protobuf:"fixed64,1,opt,name=storage_bytes,json=storageBytes,proto3" json:"storageBytes,omitempty"`
	// WriteOps is the number of write operations in the current period.
	WriteOps int64 `protobuf:"varint,2,opt,name=write_ops,json=writeOps,proto3" json:"writeOps,omitempty"`
	// ReadOps is the number of read operations in the current period.
	ReadOps int64 `protobuf:"varint,3,opt,name=read_ops,json=readOps,proto3" json:"readOps,omitempty"`
	// StorageOverageBytes is current storage beyond the included baseline.
	StorageOverageBytes float64 `protobuf:"fixed64,4,opt,name=storage_overage_bytes,json=storageOverageBytes,proto3" json:"storageOverageBytes,omitempty"`
	// StorageOverageMonthlyCostEstimateUsd is the estimated monthly cost for
	// current storage overage if held for a full month.
	StorageOverageMonthlyCostEstimateUsd float64 `` /* 174-byte string literal not displayed */
	// StorageOverageMonthToDateGbMonths is accrued storage overage for the
	// current billing period in GB-months.
	StorageOverageMonthToDateGbMonths float64 `` /* 166-byte string literal not displayed */
	// StorageOverageMonthToDateCostEstimateUsd is the estimated cost for accrued
	// storage overage in the current billing period.
	StorageOverageMonthToDateCostEstimateUsd float64 `` /* 188-byte string literal not displayed */
	// StorageOverageDeletedGbMonths is the accrued overage attributable to data
	// that is no longer resident.
	StorageOverageDeletedGbMonths float64 `` /* 152-byte string literal not displayed */
	// StorageOverageDeletedCostEstimateUsd is the estimated cost for deleted-data
	// storage overage in the current billing period.
	StorageOverageDeletedCostEstimateUsd float64 `` /* 174-byte string literal not displayed */
	// UsageMeteredThroughAt is the Spacewave usage ledger freshness timestamp
	// in Unix epoch milliseconds.
	UsageMeteredThroughAt int64 `` /* 127-byte string literal not displayed */
	// contains filtered or unexported fields
}

BillingUsageResponse is the response body for GET /billing/:id/usage-query.

func (*BillingUsageResponse) CloneMessageVT

func (*BillingUsageResponse) CloneVT

func (*BillingUsageResponse) EqualMessageVT

func (this *BillingUsageResponse) EqualMessageVT(thatMsg any) bool

func (*BillingUsageResponse) EqualVT

func (this *BillingUsageResponse) EqualVT(that *BillingUsageResponse) bool

func (*BillingUsageResponse) GetReadOps

func (x *BillingUsageResponse) GetReadOps() int64

func (*BillingUsageResponse) GetStorageBytes

func (x *BillingUsageResponse) GetStorageBytes() float64

func (*BillingUsageResponse) GetStorageOverageBytes

func (x *BillingUsageResponse) GetStorageOverageBytes() float64

func (*BillingUsageResponse) GetStorageOverageDeletedCostEstimateUsd

func (x *BillingUsageResponse) GetStorageOverageDeletedCostEstimateUsd() float64

func (*BillingUsageResponse) GetStorageOverageDeletedGbMonths

func (x *BillingUsageResponse) GetStorageOverageDeletedGbMonths() float64

func (*BillingUsageResponse) GetStorageOverageMonthToDateCostEstimateUsd

func (x *BillingUsageResponse) GetStorageOverageMonthToDateCostEstimateUsd() float64

func (*BillingUsageResponse) GetStorageOverageMonthToDateGbMonths

func (x *BillingUsageResponse) GetStorageOverageMonthToDateGbMonths() float64

func (*BillingUsageResponse) GetStorageOverageMonthlyCostEstimateUsd

func (x *BillingUsageResponse) GetStorageOverageMonthlyCostEstimateUsd() float64

func (*BillingUsageResponse) GetUsageMeteredThroughAt

func (x *BillingUsageResponse) GetUsageMeteredThroughAt() int64

func (*BillingUsageResponse) GetWriteOps

func (x *BillingUsageResponse) GetWriteOps() int64

func (*BillingUsageResponse) MarshalJSON

func (x *BillingUsageResponse) MarshalJSON() ([]byte, error)

MarshalJSON marshals the BillingUsageResponse to JSON.

func (*BillingUsageResponse) MarshalProtoJSON

func (x *BillingUsageResponse) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the BillingUsageResponse message to JSON.

func (*BillingUsageResponse) MarshalProtoText

func (x *BillingUsageResponse) MarshalProtoText() string

func (*BillingUsageResponse) MarshalToSizedBufferVT

func (m *BillingUsageResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*BillingUsageResponse) MarshalToVT

func (m *BillingUsageResponse) MarshalToVT(dAtA []byte) (int, error)

func (*BillingUsageResponse) MarshalVT

func (m *BillingUsageResponse) MarshalVT() (dAtA []byte, err error)

func (*BillingUsageResponse) ProtoMessage

func (*BillingUsageResponse) ProtoMessage()

func (*BillingUsageResponse) Reset

func (x *BillingUsageResponse) Reset()

func (*BillingUsageResponse) SizeVT

func (m *BillingUsageResponse) SizeVT() (n int)

func (*BillingUsageResponse) String

func (x *BillingUsageResponse) String() string

func (*BillingUsageResponse) UnmarshalJSON

func (x *BillingUsageResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the BillingUsageResponse from JSON.

func (*BillingUsageResponse) UnmarshalProtoJSON

func (x *BillingUsageResponse) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the BillingUsageResponse message from JSON.

func (*BillingUsageResponse) UnmarshalVT

func (m *BillingUsageResponse) UnmarshalVT(dAtA []byte) error

type BlockStoreNonceEventPayload added in v0.54.0

type BlockStoreNonceEventPayload struct {

	// ResourceId is the block store resource id.
	ResourceId string `protobuf:"bytes,1,opt,name=resource_id,json=resourceId,proto3" json:"resourceId,omitempty"`
	// Nonce is the latest monotonic packfile sequence in the block store.
	Nonce uint64 `protobuf:"varint,2,opt,name=nonce,proto3" json:"nonce,omitempty"`
	// contains filtered or unexported fields
}

BlockStoreNonceEventPayload is the payload for bstore_nonce session events. It tells a session that a block store it has previously pulled advanced past the nonce last recorded by the Session DO.

func (*BlockStoreNonceEventPayload) CloneMessageVT added in v0.54.0

func (*BlockStoreNonceEventPayload) CloneVT added in v0.54.0

func (*BlockStoreNonceEventPayload) EqualMessageVT added in v0.54.0

func (this *BlockStoreNonceEventPayload) EqualMessageVT(thatMsg any) bool

func (*BlockStoreNonceEventPayload) EqualVT added in v0.54.0

func (*BlockStoreNonceEventPayload) GetNonce added in v0.54.0

func (x *BlockStoreNonceEventPayload) GetNonce() uint64

func (*BlockStoreNonceEventPayload) GetResourceId added in v0.54.0

func (x *BlockStoreNonceEventPayload) GetResourceId() string

func (*BlockStoreNonceEventPayload) MarshalJSON added in v0.54.0

func (x *BlockStoreNonceEventPayload) MarshalJSON() ([]byte, error)

MarshalJSON marshals the BlockStoreNonceEventPayload to JSON.

func (*BlockStoreNonceEventPayload) MarshalProtoJSON added in v0.54.0

func (x *BlockStoreNonceEventPayload) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the BlockStoreNonceEventPayload message to JSON.

func (*BlockStoreNonceEventPayload) MarshalProtoText added in v0.54.0

func (x *BlockStoreNonceEventPayload) MarshalProtoText() string

func (*BlockStoreNonceEventPayload) MarshalToSizedBufferVT added in v0.54.0

func (m *BlockStoreNonceEventPayload) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*BlockStoreNonceEventPayload) MarshalToVT added in v0.54.0

func (m *BlockStoreNonceEventPayload) MarshalToVT(dAtA []byte) (int, error)

func (*BlockStoreNonceEventPayload) MarshalVT added in v0.54.0

func (m *BlockStoreNonceEventPayload) MarshalVT() (dAtA []byte, err error)

func (*BlockStoreNonceEventPayload) ProtoMessage added in v0.54.0

func (*BlockStoreNonceEventPayload) ProtoMessage()

func (*BlockStoreNonceEventPayload) Reset added in v0.54.0

func (x *BlockStoreNonceEventPayload) Reset()

func (*BlockStoreNonceEventPayload) SizeVT added in v0.54.0

func (m *BlockStoreNonceEventPayload) SizeVT() (n int)

func (*BlockStoreNonceEventPayload) String added in v0.54.0

func (x *BlockStoreNonceEventPayload) String() string

func (*BlockStoreNonceEventPayload) UnmarshalJSON added in v0.54.0

func (x *BlockStoreNonceEventPayload) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the BlockStoreNonceEventPayload from JSON.

func (*BlockStoreNonceEventPayload) UnmarshalProtoJSON added in v0.54.0

func (x *BlockStoreNonceEventPayload) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the BlockStoreNonceEventPayload message from JSON.

func (*BlockStoreNonceEventPayload) UnmarshalVT added in v0.54.0

func (m *BlockStoreNonceEventPayload) UnmarshalVT(dAtA []byte) error

type CancelBillingRequest

type CancelBillingRequest struct {
	// contains filtered or unexported fields
}

CancelBillingRequest is the request body for POST /api/billing/:baId/cancel. No fields; the billing account is identified by the URL parameter.

func (*CancelBillingRequest) CloneMessageVT

func (*CancelBillingRequest) CloneVT

func (*CancelBillingRequest) EqualMessageVT

func (this *CancelBillingRequest) EqualMessageVT(thatMsg any) bool

func (*CancelBillingRequest) EqualVT

func (this *CancelBillingRequest) EqualVT(that *CancelBillingRequest) bool

func (*CancelBillingRequest) MarshalJSON

func (x *CancelBillingRequest) MarshalJSON() ([]byte, error)

MarshalJSON marshals the CancelBillingRequest to JSON.

func (*CancelBillingRequest) MarshalProtoJSON

func (x *CancelBillingRequest) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the CancelBillingRequest message to JSON.

func (*CancelBillingRequest) MarshalProtoText

func (x *CancelBillingRequest) MarshalProtoText() string

func (*CancelBillingRequest) MarshalToSizedBufferVT

func (m *CancelBillingRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*CancelBillingRequest) MarshalToVT

func (m *CancelBillingRequest) MarshalToVT(dAtA []byte) (int, error)

func (*CancelBillingRequest) MarshalVT

func (m *CancelBillingRequest) MarshalVT() (dAtA []byte, err error)

func (*CancelBillingRequest) ProtoMessage

func (*CancelBillingRequest) ProtoMessage()

func (*CancelBillingRequest) Reset

func (x *CancelBillingRequest) Reset()

func (*CancelBillingRequest) SizeVT

func (m *CancelBillingRequest) SizeVT() (n int)

func (*CancelBillingRequest) String

func (x *CancelBillingRequest) String() string

func (*CancelBillingRequest) UnmarshalJSON

func (x *CancelBillingRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the CancelBillingRequest from JSON.

func (*CancelBillingRequest) UnmarshalProtoJSON

func (x *CancelBillingRequest) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the CancelBillingRequest message from JSON.

func (*CancelBillingRequest) UnmarshalVT

func (m *CancelBillingRequest) UnmarshalVT(dAtA []byte) error

type CancelBillingResponse

type CancelBillingResponse struct {

	// Status is the resulting cancellation status (e.g., cancel_scheduled).
	Status string `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
	// contains filtered or unexported fields
}

CancelBillingResponse is the response body for POST /api/billing/:baId/cancel.

func (*CancelBillingResponse) CloneMessageVT

func (*CancelBillingResponse) CloneVT

func (*CancelBillingResponse) EqualMessageVT

func (this *CancelBillingResponse) EqualMessageVT(thatMsg any) bool

func (*CancelBillingResponse) EqualVT

func (this *CancelBillingResponse) EqualVT(that *CancelBillingResponse) bool

func (*CancelBillingResponse) GetStatus

func (x *CancelBillingResponse) GetStatus() string

func (*CancelBillingResponse) MarshalJSON

func (x *CancelBillingResponse) MarshalJSON() ([]byte, error)

MarshalJSON marshals the CancelBillingResponse to JSON.

func (*CancelBillingResponse) MarshalProtoJSON

func (x *CancelBillingResponse) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the CancelBillingResponse message to JSON.

func (*CancelBillingResponse) MarshalProtoText

func (x *CancelBillingResponse) MarshalProtoText() string

func (*CancelBillingResponse) MarshalToSizedBufferVT

func (m *CancelBillingResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*CancelBillingResponse) MarshalToVT

func (m *CancelBillingResponse) MarshalToVT(dAtA []byte) (int, error)

func (*CancelBillingResponse) MarshalVT

func (m *CancelBillingResponse) MarshalVT() (dAtA []byte, err error)

func (*CancelBillingResponse) ProtoMessage

func (*CancelBillingResponse) ProtoMessage()

func (*CancelBillingResponse) Reset

func (x *CancelBillingResponse) Reset()

func (*CancelBillingResponse) SizeVT

func (m *CancelBillingResponse) SizeVT() (n int)

func (*CancelBillingResponse) String

func (x *CancelBillingResponse) String() string

func (*CancelBillingResponse) UnmarshalJSON

func (x *CancelBillingResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the CancelBillingResponse from JSON.

func (*CancelBillingResponse) UnmarshalProtoJSON

func (x *CancelBillingResponse) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the CancelBillingResponse message from JSON.

func (*CancelBillingResponse) UnmarshalVT

func (m *CancelBillingResponse) UnmarshalVT(dAtA []byte) error

type CancelOrgInviteRequest

type CancelOrgInviteRequest struct {
	// contains filtered or unexported fields
}

CancelOrgInviteRequest is the request body for DELETE /api/org/:orgId/invite/:inviteId. No fields; both ids come from URL parameters.

func (*CancelOrgInviteRequest) CloneMessageVT

func (*CancelOrgInviteRequest) CloneVT

func (*CancelOrgInviteRequest) EqualMessageVT

func (this *CancelOrgInviteRequest) EqualMessageVT(thatMsg any) bool

func (*CancelOrgInviteRequest) EqualVT

func (this *CancelOrgInviteRequest) EqualVT(that *CancelOrgInviteRequest) bool

func (*CancelOrgInviteRequest) MarshalJSON

func (x *CancelOrgInviteRequest) MarshalJSON() ([]byte, error)

MarshalJSON marshals the CancelOrgInviteRequest to JSON.

func (*CancelOrgInviteRequest) MarshalProtoJSON

func (x *CancelOrgInviteRequest) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the CancelOrgInviteRequest message to JSON.

func (*CancelOrgInviteRequest) MarshalProtoText

func (x *CancelOrgInviteRequest) MarshalProtoText() string

func (*CancelOrgInviteRequest) MarshalToSizedBufferVT

func (m *CancelOrgInviteRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*CancelOrgInviteRequest) MarshalToVT

func (m *CancelOrgInviteRequest) MarshalToVT(dAtA []byte) (int, error)

func (*CancelOrgInviteRequest) MarshalVT

func (m *CancelOrgInviteRequest) MarshalVT() (dAtA []byte, err error)

func (*CancelOrgInviteRequest) ProtoMessage

func (*CancelOrgInviteRequest) ProtoMessage()

func (*CancelOrgInviteRequest) Reset

func (x *CancelOrgInviteRequest) Reset()

func (*CancelOrgInviteRequest) SizeVT

func (m *CancelOrgInviteRequest) SizeVT() (n int)

func (*CancelOrgInviteRequest) String

func (x *CancelOrgInviteRequest) String() string

func (*CancelOrgInviteRequest) UnmarshalJSON

func (x *CancelOrgInviteRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the CancelOrgInviteRequest from JSON.

func (*CancelOrgInviteRequest) UnmarshalProtoJSON

func (x *CancelOrgInviteRequest) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the CancelOrgInviteRequest message from JSON.

func (*CancelOrgInviteRequest) UnmarshalVT

func (m *CancelOrgInviteRequest) UnmarshalVT(dAtA []byte) error

type CancelOrgInviteResponse

type CancelOrgInviteResponse struct {

	// InviteId is the invite id that was deleted.
	InviteId string `protobuf:"bytes,1,opt,name=invite_id,json=inviteId,proto3" json:"inviteId,omitempty"`
	// contains filtered or unexported fields
}

CancelOrgInviteResponse is the response body for DELETE /api/org/:orgId/invite/:inviteId.

func (*CancelOrgInviteResponse) CloneMessageVT

func (*CancelOrgInviteResponse) CloneVT

func (*CancelOrgInviteResponse) EqualMessageVT

func (this *CancelOrgInviteResponse) EqualMessageVT(thatMsg any) bool

func (*CancelOrgInviteResponse) EqualVT

func (*CancelOrgInviteResponse) GetInviteId

func (x *CancelOrgInviteResponse) GetInviteId() string

func (*CancelOrgInviteResponse) MarshalJSON

func (x *CancelOrgInviteResponse) MarshalJSON() ([]byte, error)

MarshalJSON marshals the CancelOrgInviteResponse to JSON.

func (*CancelOrgInviteResponse) MarshalProtoJSON

func (x *CancelOrgInviteResponse) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the CancelOrgInviteResponse message to JSON.

func (*CancelOrgInviteResponse) MarshalProtoText

func (x *CancelOrgInviteResponse) MarshalProtoText() string

func (*CancelOrgInviteResponse) MarshalToSizedBufferVT

func (m *CancelOrgInviteResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*CancelOrgInviteResponse) MarshalToVT

func (m *CancelOrgInviteResponse) MarshalToVT(dAtA []byte) (int, error)

func (*CancelOrgInviteResponse) MarshalVT

func (m *CancelOrgInviteResponse) MarshalVT() (dAtA []byte, err error)

func (*CancelOrgInviteResponse) ProtoMessage

func (*CancelOrgInviteResponse) ProtoMessage()

func (*CancelOrgInviteResponse) Reset

func (x *CancelOrgInviteResponse) Reset()

func (*CancelOrgInviteResponse) SizeVT

func (m *CancelOrgInviteResponse) SizeVT() (n int)

func (*CancelOrgInviteResponse) String

func (x *CancelOrgInviteResponse) String() string

func (*CancelOrgInviteResponse) UnmarshalJSON

func (x *CancelOrgInviteResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the CancelOrgInviteResponse from JSON.

func (*CancelOrgInviteResponse) UnmarshalProtoJSON

func (x *CancelOrgInviteResponse) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the CancelOrgInviteResponse message from JSON.

func (*CancelOrgInviteResponse) UnmarshalVT

func (m *CancelOrgInviteResponse) UnmarshalVT(dAtA []byte) error

type CheckoutRequest

type CheckoutRequest struct {

	// SuccessUrl is the URL to redirect to after successful checkout.
	SuccessUrl string `protobuf:"bytes,1,opt,name=success_url,json=successUrl,proto3" json:"successUrl,omitempty"`
	// CancelUrl is the URL to redirect to if checkout is canceled.
	CancelUrl string `protobuf:"bytes,2,opt,name=cancel_url,json=cancelUrl,proto3" json:"cancelUrl,omitempty"`
	// BillingInterval is the desired billing interval.
	BillingInterval spacewave.BillingInterval `protobuf:"varint,3,opt,name=billing_interval,json=billingInterval,proto3" json:"billingInterval,omitempty"`
	// BillingAccountId selects a specific billing account to check out. Empty
	// falls back to the caller's single managed BA (legacy default).
	BillingAccountId string `protobuf:"bytes,4,opt,name=billing_account_id,json=billingAccountId,proto3" json:"billingAccountId,omitempty"`
	// contains filtered or unexported fields
}

CheckoutRequest is the request body for POST /billing/checkout.

func (*CheckoutRequest) CloneMessageVT

func (m *CheckoutRequest) CloneMessageVT() protobuf_go_lite.CloneMessage

func (*CheckoutRequest) CloneVT

func (m *CheckoutRequest) CloneVT() *CheckoutRequest

func (*CheckoutRequest) EqualMessageVT

func (this *CheckoutRequest) EqualMessageVT(thatMsg any) bool

func (*CheckoutRequest) EqualVT

func (this *CheckoutRequest) EqualVT(that *CheckoutRequest) bool

func (*CheckoutRequest) GetBillingAccountId

func (x *CheckoutRequest) GetBillingAccountId() string

func (*CheckoutRequest) GetBillingInterval

func (x *CheckoutRequest) GetBillingInterval() spacewave.BillingInterval

func (*CheckoutRequest) GetCancelUrl

func (x *CheckoutRequest) GetCancelUrl() string

func (*CheckoutRequest) GetSuccessUrl

func (x *CheckoutRequest) GetSuccessUrl() string

func (*CheckoutRequest) MarshalJSON

func (x *CheckoutRequest) MarshalJSON() ([]byte, error)

MarshalJSON marshals the CheckoutRequest to JSON.

func (*CheckoutRequest) MarshalProtoJSON

func (x *CheckoutRequest) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the CheckoutRequest message to JSON.

func (*CheckoutRequest) MarshalProtoText

func (x *CheckoutRequest) MarshalProtoText() string

func (*CheckoutRequest) MarshalToSizedBufferVT

func (m *CheckoutRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*CheckoutRequest) MarshalToVT

func (m *CheckoutRequest) MarshalToVT(dAtA []byte) (int, error)

func (*CheckoutRequest) MarshalVT

func (m *CheckoutRequest) MarshalVT() (dAtA []byte, err error)

func (*CheckoutRequest) ProtoMessage

func (*CheckoutRequest) ProtoMessage()

func (*CheckoutRequest) Reset

func (x *CheckoutRequest) Reset()

func (*CheckoutRequest) SizeVT

func (m *CheckoutRequest) SizeVT() (n int)

func (*CheckoutRequest) String

func (x *CheckoutRequest) String() string

func (*CheckoutRequest) UnmarshalJSON

func (x *CheckoutRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the CheckoutRequest from JSON.

func (*CheckoutRequest) UnmarshalProtoJSON

func (x *CheckoutRequest) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the CheckoutRequest message from JSON.

func (*CheckoutRequest) UnmarshalVT

func (m *CheckoutRequest) UnmarshalVT(dAtA []byte) error

type CheckoutResponse

type CheckoutResponse struct {

	// CheckoutUrl is the Stripe Checkout URL to redirect the user to.
	CheckoutUrl string `protobuf:"bytes,1,opt,name=checkout_url,json=checkoutUrl,proto3" json:"checkoutUrl,omitempty"`
	// WsTicket is a JWT ticket for the checkout status WebSocket.
	WsTicket string `protobuf:"bytes,2,opt,name=ws_ticket,json=wsTicket,proto3" json:"wsTicket,omitempty"`
	// Status is the checkout attempt status ("pending", "completed", etc.).
	Status string `protobuf:"bytes,3,opt,name=status,proto3" json:"status,omitempty"`
	// contains filtered or unexported fields
}

CheckoutResponse is the response body for POST /billing/checkout.

func (*CheckoutResponse) CloneMessageVT

func (m *CheckoutResponse) CloneMessageVT() protobuf_go_lite.CloneMessage

func (*CheckoutResponse) CloneVT

func (m *CheckoutResponse) CloneVT() *CheckoutResponse

func (*CheckoutResponse) EqualMessageVT

func (this *CheckoutResponse) EqualMessageVT(thatMsg any) bool

func (*CheckoutResponse) EqualVT

func (this *CheckoutResponse) EqualVT(that *CheckoutResponse) bool

func (*CheckoutResponse) GetCheckoutUrl

func (x *CheckoutResponse) GetCheckoutUrl() string

func (*CheckoutResponse) GetStatus

func (x *CheckoutResponse) GetStatus() string

func (*CheckoutResponse) GetWsTicket

func (x *CheckoutResponse) GetWsTicket() string

func (*CheckoutResponse) MarshalJSON

func (x *CheckoutResponse) MarshalJSON() ([]byte, error)

MarshalJSON marshals the CheckoutResponse to JSON.

func (*CheckoutResponse) MarshalProtoJSON

func (x *CheckoutResponse) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the CheckoutResponse message to JSON.

func (*CheckoutResponse) MarshalProtoText

func (x *CheckoutResponse) MarshalProtoText() string

func (*CheckoutResponse) MarshalToSizedBufferVT

func (m *CheckoutResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*CheckoutResponse) MarshalToVT

func (m *CheckoutResponse) MarshalToVT(dAtA []byte) (int, error)

func (*CheckoutResponse) MarshalVT

func (m *CheckoutResponse) MarshalVT() (dAtA []byte, err error)

func (*CheckoutResponse) ProtoMessage

func (*CheckoutResponse) ProtoMessage()

func (*CheckoutResponse) Reset

func (x *CheckoutResponse) Reset()

func (*CheckoutResponse) SizeVT

func (m *CheckoutResponse) SizeVT() (n int)

func (*CheckoutResponse) String

func (x *CheckoutResponse) String() string

func (*CheckoutResponse) UnmarshalJSON

func (x *CheckoutResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the CheckoutResponse from JSON.

func (*CheckoutResponse) UnmarshalProtoJSON

func (x *CheckoutResponse) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the CheckoutResponse message from JSON.

func (*CheckoutResponse) UnmarshalVT

func (m *CheckoutResponse) UnmarshalVT(dAtA []byte) error

type CheckoutStatusMessage

type CheckoutStatusMessage struct {

	// Type is the message type identifier.
	Type string `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"`
	// Status is the checkout status ("pending", "completed", "expired").
	Status string `protobuf:"bytes,2,opt,name=status,proto3" json:"status,omitempty"`
	// contains filtered or unexported fields
}

CheckoutStatusMessage is a JSON message from the checkout status WebSocket.

func (*CheckoutStatusMessage) CloneMessageVT

func (*CheckoutStatusMessage) CloneVT

func (*CheckoutStatusMessage) EqualMessageVT

func (this *CheckoutStatusMessage) EqualMessageVT(thatMsg any) bool

func (*CheckoutStatusMessage) EqualVT

func (this *CheckoutStatusMessage) EqualVT(that *CheckoutStatusMessage) bool

func (*CheckoutStatusMessage) GetStatus

func (x *CheckoutStatusMessage) GetStatus() string

func (*CheckoutStatusMessage) GetType

func (x *CheckoutStatusMessage) GetType() string

func (*CheckoutStatusMessage) MarshalJSON

func (x *CheckoutStatusMessage) MarshalJSON() ([]byte, error)

MarshalJSON marshals the CheckoutStatusMessage to JSON.

func (*CheckoutStatusMessage) MarshalProtoJSON

func (x *CheckoutStatusMessage) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the CheckoutStatusMessage message to JSON.

func (*CheckoutStatusMessage) MarshalProtoText

func (x *CheckoutStatusMessage) MarshalProtoText() string

func (*CheckoutStatusMessage) MarshalToSizedBufferVT

func (m *CheckoutStatusMessage) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*CheckoutStatusMessage) MarshalToVT

func (m *CheckoutStatusMessage) MarshalToVT(dAtA []byte) (int, error)

func (*CheckoutStatusMessage) MarshalVT

func (m *CheckoutStatusMessage) MarshalVT() (dAtA []byte, err error)

func (*CheckoutStatusMessage) ProtoMessage

func (*CheckoutStatusMessage) ProtoMessage()

func (*CheckoutStatusMessage) Reset

func (x *CheckoutStatusMessage) Reset()

func (*CheckoutStatusMessage) SizeVT

func (m *CheckoutStatusMessage) SizeVT() (n int)

func (*CheckoutStatusMessage) String

func (x *CheckoutStatusMessage) String() string

func (*CheckoutStatusMessage) UnmarshalJSON

func (x *CheckoutStatusMessage) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the CheckoutStatusMessage from JSON.

func (*CheckoutStatusMessage) UnmarshalProtoJSON

func (x *CheckoutStatusMessage) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the CheckoutStatusMessage message from JSON.

func (*CheckoutStatusMessage) UnmarshalVT

func (m *CheckoutStatusMessage) UnmarshalVT(dAtA []byte) error

type ClientErrorReportRequest

type ClientErrorReportRequest struct {

	// ErrorCode is the stable identifier for the failure.
	ErrorCode string `protobuf:"bytes,1,opt,name=error_code,json=errorCode,proto3" json:"errorCode,omitempty"`
	// Component is the subsystem that observed the error.
	Component string `protobuf:"bytes,2,opt,name=component,proto3" json:"component,omitempty"`
	// ResourceType is the optional resource kind being acted on.
	ResourceType string `protobuf:"bytes,3,opt,name=resource_type,json=resourceType,proto3" json:"resourceType,omitempty"`
	// ResourceId is the optional resource identifier being acted on.
	ResourceId string `protobuf:"bytes,4,opt,name=resource_id,json=resourceId,proto3" json:"resourceId,omitempty"`
	// Detail is the optional human-readable description.
	Detail string `protobuf:"bytes,5,opt,name=detail,proto3" json:"detail,omitempty"`
	// contains filtered or unexported fields
}

ClientErrorReportRequest is the request body for POST /api/account/client-error-report.

func (*ClientErrorReportRequest) CloneMessageVT

func (*ClientErrorReportRequest) CloneVT

func (*ClientErrorReportRequest) EqualMessageVT

func (this *ClientErrorReportRequest) EqualMessageVT(thatMsg any) bool

func (*ClientErrorReportRequest) EqualVT

func (*ClientErrorReportRequest) GetComponent

func (x *ClientErrorReportRequest) GetComponent() string

func (*ClientErrorReportRequest) GetDetail

func (x *ClientErrorReportRequest) GetDetail() string

func (*ClientErrorReportRequest) GetErrorCode

func (x *ClientErrorReportRequest) GetErrorCode() string

func (*ClientErrorReportRequest) GetResourceId

func (x *ClientErrorReportRequest) GetResourceId() string

func (*ClientErrorReportRequest) GetResourceType

func (x *ClientErrorReportRequest) GetResourceType() string

func (*ClientErrorReportRequest) MarshalJSON

func (x *ClientErrorReportRequest) MarshalJSON() ([]byte, error)

MarshalJSON marshals the ClientErrorReportRequest to JSON.

func (*ClientErrorReportRequest) MarshalProtoJSON

func (x *ClientErrorReportRequest) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the ClientErrorReportRequest message to JSON.

func (*ClientErrorReportRequest) MarshalProtoText

func (x *ClientErrorReportRequest) MarshalProtoText() string

func (*ClientErrorReportRequest) MarshalToSizedBufferVT

func (m *ClientErrorReportRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ClientErrorReportRequest) MarshalToVT

func (m *ClientErrorReportRequest) MarshalToVT(dAtA []byte) (int, error)

func (*ClientErrorReportRequest) MarshalVT

func (m *ClientErrorReportRequest) MarshalVT() (dAtA []byte, err error)

func (*ClientErrorReportRequest) ProtoMessage

func (*ClientErrorReportRequest) ProtoMessage()

func (*ClientErrorReportRequest) Reset

func (x *ClientErrorReportRequest) Reset()

func (*ClientErrorReportRequest) SizeVT

func (m *ClientErrorReportRequest) SizeVT() (n int)

func (*ClientErrorReportRequest) String

func (x *ClientErrorReportRequest) String() string

func (*ClientErrorReportRequest) UnmarshalJSON

func (x *ClientErrorReportRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the ClientErrorReportRequest from JSON.

func (*ClientErrorReportRequest) UnmarshalProtoJSON

func (x *ClientErrorReportRequest) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the ClientErrorReportRequest message from JSON.

func (*ClientErrorReportRequest) UnmarshalVT

func (m *ClientErrorReportRequest) UnmarshalVT(dAtA []byte) error

type ClientErrorReportResponse

type ClientErrorReportResponse struct {

	// Accepted is true when the report was stored.
	Accepted bool `protobuf:"varint,1,opt,name=accepted,proto3" json:"accepted,omitempty"`
	// RetryAfterSeconds is the cooldown remaining when accepted is false.
	RetryAfterSeconds uint32 `protobuf:"varint,2,opt,name=retry_after_seconds,json=retryAfterSeconds,proto3" json:"retryAfterSeconds,omitempty"`
	// contains filtered or unexported fields
}

ClientErrorReportResponse is the response body for POST /api/account/client-error-report.

func (*ClientErrorReportResponse) CloneMessageVT

func (*ClientErrorReportResponse) CloneVT

func (*ClientErrorReportResponse) EqualMessageVT

func (this *ClientErrorReportResponse) EqualMessageVT(thatMsg any) bool

func (*ClientErrorReportResponse) EqualVT

func (*ClientErrorReportResponse) GetAccepted

func (x *ClientErrorReportResponse) GetAccepted() bool

func (*ClientErrorReportResponse) GetRetryAfterSeconds

func (x *ClientErrorReportResponse) GetRetryAfterSeconds() uint32

func (*ClientErrorReportResponse) MarshalJSON

func (x *ClientErrorReportResponse) MarshalJSON() ([]byte, error)

MarshalJSON marshals the ClientErrorReportResponse to JSON.

func (*ClientErrorReportResponse) MarshalProtoJSON

func (x *ClientErrorReportResponse) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the ClientErrorReportResponse message to JSON.

func (*ClientErrorReportResponse) MarshalProtoText

func (x *ClientErrorReportResponse) MarshalProtoText() string

func (*ClientErrorReportResponse) MarshalToSizedBufferVT

func (m *ClientErrorReportResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ClientErrorReportResponse) MarshalToVT

func (m *ClientErrorReportResponse) MarshalToVT(dAtA []byte) (int, error)

func (*ClientErrorReportResponse) MarshalVT

func (m *ClientErrorReportResponse) MarshalVT() (dAtA []byte, err error)

func (*ClientErrorReportResponse) ProtoMessage

func (*ClientErrorReportResponse) ProtoMessage()

func (*ClientErrorReportResponse) Reset

func (x *ClientErrorReportResponse) Reset()

func (*ClientErrorReportResponse) SizeVT

func (m *ClientErrorReportResponse) SizeVT() (n int)

func (*ClientErrorReportResponse) String

func (x *ClientErrorReportResponse) String() string

func (*ClientErrorReportResponse) UnmarshalJSON

func (x *ClientErrorReportResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the ClientErrorReportResponse from JSON.

func (*ClientErrorReportResponse) UnmarshalProtoJSON

func (x *ClientErrorReportResponse) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the ClientErrorReportResponse message from JSON.

func (*ClientErrorReportResponse) UnmarshalVT

func (m *ClientErrorReportResponse) UnmarshalVT(dAtA []byte) error

type ConfirmSSORequest

type ConfirmSSORequest struct {

	// Nonce is the auth-session nonce to confirm.
	Nonce string `protobuf:"bytes,1,opt,name=nonce,proto3" json:"nonce,omitempty"`
	// Username is the Spacewave username to create.
	Username string `protobuf:"bytes,2,opt,name=username,proto3" json:"username,omitempty"`
	// WrappedEntityKey is the base64-encoded wrapped entity PEM.
	WrappedEntityKey string `protobuf:"bytes,3,opt,name=wrapped_entity_key,json=wrappedEntityKey,proto3" json:"wrappedEntityKey,omitempty"`
	// EntityPeerId is the entity peer ID derived from the keypair.
	EntityPeerId string `protobuf:"bytes,4,opt,name=entity_peer_id,json=entityPeerId,proto3" json:"entityPeerId,omitempty"`
	// SessionPeerId is the session peer ID derived from the keypair.
	SessionPeerId string `protobuf:"bytes,5,opt,name=session_peer_id,json=sessionPeerId,proto3" json:"sessionPeerId,omitempty"`
	// PinWrapped reports whether the client applied PIN wrapping.
	PinWrapped bool `protobuf:"varint,6,opt,name=pin_wrapped,json=pinWrapped,proto3" json:"pinWrapped,omitempty"`
	// contains filtered or unexported fields
}

ConfirmSSORequest is the request body for POST /api/auth/sso/confirm.

func (*ConfirmSSORequest) CloneMessageVT

func (m *ConfirmSSORequest) CloneMessageVT() protobuf_go_lite.CloneMessage

func (*ConfirmSSORequest) CloneVT

func (m *ConfirmSSORequest) CloneVT() *ConfirmSSORequest

func (*ConfirmSSORequest) EqualMessageVT

func (this *ConfirmSSORequest) EqualMessageVT(thatMsg any) bool

func (*ConfirmSSORequest) EqualVT

func (this *ConfirmSSORequest) EqualVT(that *ConfirmSSORequest) bool

func (*ConfirmSSORequest) GetEntityPeerId

func (x *ConfirmSSORequest) GetEntityPeerId() string

func (*ConfirmSSORequest) GetNonce

func (x *ConfirmSSORequest) GetNonce() string

func (*ConfirmSSORequest) GetPinWrapped

func (x *ConfirmSSORequest) GetPinWrapped() bool

func (*ConfirmSSORequest) GetSessionPeerId

func (x *ConfirmSSORequest) GetSessionPeerId() string

func (*ConfirmSSORequest) GetUsername

func (x *ConfirmSSORequest) GetUsername() string

func (*ConfirmSSORequest) GetWrappedEntityKey

func (x *ConfirmSSORequest) GetWrappedEntityKey() string

func (*ConfirmSSORequest) MarshalJSON

func (x *ConfirmSSORequest) MarshalJSON() ([]byte, error)

MarshalJSON marshals the ConfirmSSORequest to JSON.

func (*ConfirmSSORequest) MarshalProtoJSON

func (x *ConfirmSSORequest) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the ConfirmSSORequest message to JSON.

func (*ConfirmSSORequest) MarshalProtoText

func (x *ConfirmSSORequest) MarshalProtoText() string

func (*ConfirmSSORequest) MarshalToSizedBufferVT

func (m *ConfirmSSORequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ConfirmSSORequest) MarshalToVT

func (m *ConfirmSSORequest) MarshalToVT(dAtA []byte) (int, error)

func (*ConfirmSSORequest) MarshalVT

func (m *ConfirmSSORequest) MarshalVT() (dAtA []byte, err error)

func (*ConfirmSSORequest) ProtoMessage

func (*ConfirmSSORequest) ProtoMessage()

func (*ConfirmSSORequest) Reset

func (x *ConfirmSSORequest) Reset()

func (*ConfirmSSORequest) SizeVT

func (m *ConfirmSSORequest) SizeVT() (n int)

func (*ConfirmSSORequest) String

func (x *ConfirmSSORequest) String() string

func (*ConfirmSSORequest) UnmarshalJSON

func (x *ConfirmSSORequest) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the ConfirmSSORequest from JSON.

func (*ConfirmSSORequest) UnmarshalProtoJSON

func (x *ConfirmSSORequest) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the ConfirmSSORequest message from JSON.

func (*ConfirmSSORequest) UnmarshalVT

func (m *ConfirmSSORequest) UnmarshalVT(dAtA []byte) error

type ConfirmSSOResponse

type ConfirmSSOResponse struct {

	// AccountId is the created account identifier.
	AccountId string `protobuf:"bytes,1,opt,name=account_id,json=accountId,proto3" json:"accountId,omitempty"`
	// SessionPeerId is the registered session peer ID.
	SessionPeerId string `protobuf:"bytes,2,opt,name=session_peer_id,json=sessionPeerId,proto3" json:"sessionPeerId,omitempty"`
	// contains filtered or unexported fields
}

ConfirmSSOResponse is returned by POST /api/auth/sso/confirm.

func (*ConfirmSSOResponse) CloneMessageVT

func (m *ConfirmSSOResponse) CloneMessageVT() protobuf_go_lite.CloneMessage

func (*ConfirmSSOResponse) CloneVT

func (m *ConfirmSSOResponse) CloneVT() *ConfirmSSOResponse

func (*ConfirmSSOResponse) EqualMessageVT

func (this *ConfirmSSOResponse) EqualMessageVT(thatMsg any) bool

func (*ConfirmSSOResponse) EqualVT

func (this *ConfirmSSOResponse) EqualVT(that *ConfirmSSOResponse) bool

func (*ConfirmSSOResponse) GetAccountId

func (x *ConfirmSSOResponse) GetAccountId() string

func (*ConfirmSSOResponse) GetSessionPeerId

func (x *ConfirmSSOResponse) GetSessionPeerId() string

func (*ConfirmSSOResponse) MarshalJSON

func (x *ConfirmSSOResponse) MarshalJSON() ([]byte, error)

MarshalJSON marshals the ConfirmSSOResponse to JSON.

func (*ConfirmSSOResponse) MarshalProtoJSON

func (x *ConfirmSSOResponse) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the ConfirmSSOResponse message to JSON.

func (*ConfirmSSOResponse) MarshalProtoText

func (x *ConfirmSSOResponse) MarshalProtoText() string

func (*ConfirmSSOResponse) MarshalToSizedBufferVT

func (m *ConfirmSSOResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ConfirmSSOResponse) MarshalToVT

func (m *ConfirmSSOResponse) MarshalToVT(dAtA []byte) (int, error)

func (*ConfirmSSOResponse) MarshalVT

func (m *ConfirmSSOResponse) MarshalVT() (dAtA []byte, err error)

func (*ConfirmSSOResponse) ProtoMessage

func (*ConfirmSSOResponse) ProtoMessage()

func (*ConfirmSSOResponse) Reset

func (x *ConfirmSSOResponse) Reset()

func (*ConfirmSSOResponse) SizeVT

func (m *ConfirmSSOResponse) SizeVT() (n int)

func (*ConfirmSSOResponse) String

func (x *ConfirmSSOResponse) String() string

func (*ConfirmSSOResponse) UnmarshalJSON

func (x *ConfirmSSOResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the ConfirmSSOResponse from JSON.

func (*ConfirmSSOResponse) UnmarshalProtoJSON

func (x *ConfirmSSOResponse) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the ConfirmSSOResponse message from JSON.

func (*ConfirmSSOResponse) UnmarshalVT

func (m *ConfirmSSOResponse) UnmarshalVT(dAtA []byte) error

type CreateBillingAccountRequest

type CreateBillingAccountRequest struct {

	// DisplayName is the initial label for the billing account. Optional; the
	// server falls back to a generic default when empty.
	DisplayName string `protobuf:"bytes,1,opt,name=display_name,json=displayName,proto3" json:"displayName,omitempty"`
	// contains filtered or unexported fields
}

CreateBillingAccountRequest is the request body for POST /api/billing/accounts. Creates a new unassigned billing account owned (managed) by the caller. The caller must then run checkout to activate it and separately call AssignBillingAccount to bind it to a principal.

func (*CreateBillingAccountRequest) CloneMessageVT

func (*CreateBillingAccountRequest) CloneVT

func (*CreateBillingAccountRequest) EqualMessageVT

func (this *CreateBillingAccountRequest) EqualMessageVT(thatMsg any) bool

func (*CreateBillingAccountRequest) EqualVT

func (*CreateBillingAccountRequest) GetDisplayName

func (x *CreateBillingAccountRequest) GetDisplayName() string

func (*CreateBillingAccountRequest) MarshalJSON

func (x *CreateBillingAccountRequest) MarshalJSON() ([]byte, error)

MarshalJSON marshals the CreateBillingAccountRequest to JSON.

func (*CreateBillingAccountRequest) MarshalProtoJSON

func (x *CreateBillingAccountRequest) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the CreateBillingAccountRequest message to JSON.

func (*CreateBillingAccountRequest) MarshalProtoText

func (x *CreateBillingAccountRequest) MarshalProtoText() string

func (*CreateBillingAccountRequest) MarshalToSizedBufferVT

func (m *CreateBillingAccountRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*CreateBillingAccountRequest) MarshalToVT

func (m *CreateBillingAccountRequest) MarshalToVT(dAtA []byte) (int, error)

func (*CreateBillingAccountRequest) MarshalVT

func (m *CreateBillingAccountRequest) MarshalVT() (dAtA []byte, err error)

func (*CreateBillingAccountRequest) ProtoMessage

func (*CreateBillingAccountRequest) ProtoMessage()

func (*CreateBillingAccountRequest) Reset

func (x *CreateBillingAccountRequest) Reset()

func (*CreateBillingAccountRequest) SizeVT

func (m *CreateBillingAccountRequest) SizeVT() (n int)

func (*CreateBillingAccountRequest) String

func (x *CreateBillingAccountRequest) String() string

func (*CreateBillingAccountRequest) UnmarshalJSON

func (x *CreateBillingAccountRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the CreateBillingAccountRequest from JSON.

func (*CreateBillingAccountRequest) UnmarshalProtoJSON

func (x *CreateBillingAccountRequest) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the CreateBillingAccountRequest message from JSON.

func (*CreateBillingAccountRequest) UnmarshalVT

func (m *CreateBillingAccountRequest) UnmarshalVT(dAtA []byte) error

type CreateBillingAccountResponse

type CreateBillingAccountResponse struct {

	// BillingAccountId is the new BA's ULID.
	BillingAccountId string `protobuf:"bytes,1,opt,name=billing_account_id,json=billingAccountId,proto3" json:"billingAccountId,omitempty"`
	// contains filtered or unexported fields
}

CreateBillingAccountResponse is the response body for POST /api/billing/accounts.

func (*CreateBillingAccountResponse) CloneMessageVT

func (*CreateBillingAccountResponse) CloneVT

func (*CreateBillingAccountResponse) EqualMessageVT

func (this *CreateBillingAccountResponse) EqualMessageVT(thatMsg any) bool

func (*CreateBillingAccountResponse) EqualVT

func (*CreateBillingAccountResponse) GetBillingAccountId

func (x *CreateBillingAccountResponse) GetBillingAccountId() string

func (*CreateBillingAccountResponse) MarshalJSON

func (x *CreateBillingAccountResponse) MarshalJSON() ([]byte, error)

MarshalJSON marshals the CreateBillingAccountResponse to JSON.

func (*CreateBillingAccountResponse) MarshalProtoJSON

func (x *CreateBillingAccountResponse) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the CreateBillingAccountResponse message to JSON.

func (*CreateBillingAccountResponse) MarshalProtoText

func (x *CreateBillingAccountResponse) MarshalProtoText() string

func (*CreateBillingAccountResponse) MarshalToSizedBufferVT

func (m *CreateBillingAccountResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*CreateBillingAccountResponse) MarshalToVT

func (m *CreateBillingAccountResponse) MarshalToVT(dAtA []byte) (int, error)

func (*CreateBillingAccountResponse) MarshalVT

func (m *CreateBillingAccountResponse) MarshalVT() (dAtA []byte, err error)

func (*CreateBillingAccountResponse) ProtoMessage

func (*CreateBillingAccountResponse) ProtoMessage()

func (*CreateBillingAccountResponse) Reset

func (x *CreateBillingAccountResponse) Reset()

func (*CreateBillingAccountResponse) SizeVT

func (m *CreateBillingAccountResponse) SizeVT() (n int)

func (*CreateBillingAccountResponse) String

func (*CreateBillingAccountResponse) UnmarshalJSON

func (x *CreateBillingAccountResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the CreateBillingAccountResponse from JSON.

func (*CreateBillingAccountResponse) UnmarshalProtoJSON

func (x *CreateBillingAccountResponse) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the CreateBillingAccountResponse message from JSON.

func (*CreateBillingAccountResponse) UnmarshalVT

func (m *CreateBillingAccountResponse) UnmarshalVT(dAtA []byte) error

type CreateBlockStoreResponse

type CreateBlockStoreResponse struct {

	// Id is the block store id (echoed for confirmation).
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// AccountId is the creating account id.
	AccountId string `protobuf:"bytes,2,opt,name=account_id,json=accountId,proto3" json:"accountId,omitempty"`
	// contains filtered or unexported fields
}

CreateBlockStoreResponse is the response body for POST /api/bstore/:id/create.

func (*CreateBlockStoreResponse) CloneMessageVT

func (*CreateBlockStoreResponse) CloneVT

func (*CreateBlockStoreResponse) EqualMessageVT

func (this *CreateBlockStoreResponse) EqualMessageVT(thatMsg any) bool

func (*CreateBlockStoreResponse) EqualVT

func (*CreateBlockStoreResponse) GetAccountId

func (x *CreateBlockStoreResponse) GetAccountId() string

func (*CreateBlockStoreResponse) GetId

func (x *CreateBlockStoreResponse) GetId() string

func (*CreateBlockStoreResponse) MarshalJSON

func (x *CreateBlockStoreResponse) MarshalJSON() ([]byte, error)

MarshalJSON marshals the CreateBlockStoreResponse to JSON.

func (*CreateBlockStoreResponse) MarshalProtoJSON

func (x *CreateBlockStoreResponse) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the CreateBlockStoreResponse message to JSON.

func (*CreateBlockStoreResponse) MarshalProtoText

func (x *CreateBlockStoreResponse) MarshalProtoText() string

func (*CreateBlockStoreResponse) MarshalToSizedBufferVT

func (m *CreateBlockStoreResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*CreateBlockStoreResponse) MarshalToVT

func (m *CreateBlockStoreResponse) MarshalToVT(dAtA []byte) (int, error)

func (*CreateBlockStoreResponse) MarshalVT

func (m *CreateBlockStoreResponse) MarshalVT() (dAtA []byte, err error)

func (*CreateBlockStoreResponse) ProtoMessage

func (*CreateBlockStoreResponse) ProtoMessage()

func (*CreateBlockStoreResponse) Reset

func (x *CreateBlockStoreResponse) Reset()

func (*CreateBlockStoreResponse) SizeVT

func (m *CreateBlockStoreResponse) SizeVT() (n int)

func (*CreateBlockStoreResponse) String

func (x *CreateBlockStoreResponse) String() string

func (*CreateBlockStoreResponse) UnmarshalJSON

func (x *CreateBlockStoreResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the CreateBlockStoreResponse from JSON.

func (*CreateBlockStoreResponse) UnmarshalProtoJSON

func (x *CreateBlockStoreResponse) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the CreateBlockStoreResponse message from JSON.

func (*CreateBlockStoreResponse) UnmarshalVT

func (m *CreateBlockStoreResponse) UnmarshalVT(dAtA []byte) error

type CreateOrgInviteRequest

type CreateOrgInviteRequest struct {

	// Type is the invite type ("link" or "email").
	Type string `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"`
	// MaxUses is the maximum number of times the invite can be used.
	MaxUses int32 `protobuf:"varint,2,opt,name=max_uses,json=maxUses,proto3" json:"maxUses,omitempty"`
	// ExpiresAt is the Unix timestamp (ms) when the invite expires.
	ExpiresAt int64 `protobuf:"varint,3,opt,name=expires_at,json=expiresAt,proto3" json:"expiresAt,omitempty"`
	// Email is the email address for email-type invites.
	Email string `protobuf:"bytes,4,opt,name=email,proto3" json:"email,omitempty"`
	// contains filtered or unexported fields
}

CreateOrgInviteRequest is the request body for POST /org/:id/invite.

func (*CreateOrgInviteRequest) CloneMessageVT

func (*CreateOrgInviteRequest) CloneVT

func (*CreateOrgInviteRequest) EqualMessageVT

func (this *CreateOrgInviteRequest) EqualMessageVT(thatMsg any) bool

func (*CreateOrgInviteRequest) EqualVT

func (this *CreateOrgInviteRequest) EqualVT(that *CreateOrgInviteRequest) bool

func (*CreateOrgInviteRequest) GetEmail

func (x *CreateOrgInviteRequest) GetEmail() string

func (*CreateOrgInviteRequest) GetExpiresAt

func (x *CreateOrgInviteRequest) GetExpiresAt() int64

func (*CreateOrgInviteRequest) GetMaxUses

func (x *CreateOrgInviteRequest) GetMaxUses() int32

func (*CreateOrgInviteRequest) GetType

func (x *CreateOrgInviteRequest) GetType() string

func (*CreateOrgInviteRequest) MarshalJSON

func (x *CreateOrgInviteRequest) MarshalJSON() ([]byte, error)

MarshalJSON marshals the CreateOrgInviteRequest to JSON.

func (*CreateOrgInviteRequest) MarshalProtoJSON

func (x *CreateOrgInviteRequest) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the CreateOrgInviteRequest message to JSON.

func (*CreateOrgInviteRequest) MarshalProtoText

func (x *CreateOrgInviteRequest) MarshalProtoText() string

func (*CreateOrgInviteRequest) MarshalToSizedBufferVT

func (m *CreateOrgInviteRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*CreateOrgInviteRequest) MarshalToVT

func (m *CreateOrgInviteRequest) MarshalToVT(dAtA []byte) (int, error)

func (*CreateOrgInviteRequest) MarshalVT

func (m *CreateOrgInviteRequest) MarshalVT() (dAtA []byte, err error)

func (*CreateOrgInviteRequest) ProtoMessage

func (*CreateOrgInviteRequest) ProtoMessage()

func (*CreateOrgInviteRequest) Reset

func (x *CreateOrgInviteRequest) Reset()

func (*CreateOrgInviteRequest) SizeVT

func (m *CreateOrgInviteRequest) SizeVT() (n int)

func (*CreateOrgInviteRequest) String

func (x *CreateOrgInviteRequest) String() string

func (*CreateOrgInviteRequest) UnmarshalJSON

func (x *CreateOrgInviteRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the CreateOrgInviteRequest from JSON.

func (*CreateOrgInviteRequest) UnmarshalProtoJSON

func (x *CreateOrgInviteRequest) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the CreateOrgInviteRequest message from JSON.

func (*CreateOrgInviteRequest) UnmarshalVT

func (m *CreateOrgInviteRequest) UnmarshalVT(dAtA []byte) error

type CreateOrgRequest

type CreateOrgRequest struct {

	// DisplayName is the display name for the new organization.
	DisplayName string `protobuf:"bytes,1,opt,name=display_name,json=displayName,proto3" json:"displayName,omitempty"`
	// contains filtered or unexported fields
}

CreateOrgRequest is the request body for POST /org/create.

func (*CreateOrgRequest) CloneMessageVT

func (m *CreateOrgRequest) CloneMessageVT() protobuf_go_lite.CloneMessage

func (*CreateOrgRequest) CloneVT

func (m *CreateOrgRequest) CloneVT() *CreateOrgRequest

func (*CreateOrgRequest) EqualMessageVT

func (this *CreateOrgRequest) EqualMessageVT(thatMsg any) bool

func (*CreateOrgRequest) EqualVT

func (this *CreateOrgRequest) EqualVT(that *CreateOrgRequest) bool

func (*CreateOrgRequest) GetDisplayName

func (x *CreateOrgRequest) GetDisplayName() string

func (*CreateOrgRequest) MarshalJSON

func (x *CreateOrgRequest) MarshalJSON() ([]byte, error)

MarshalJSON marshals the CreateOrgRequest to JSON.

func (*CreateOrgRequest) MarshalProtoJSON

func (x *CreateOrgRequest) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the CreateOrgRequest message to JSON.

func (*CreateOrgRequest) MarshalProtoText

func (x *CreateOrgRequest) MarshalProtoText() string

func (*CreateOrgRequest) MarshalToSizedBufferVT

func (m *CreateOrgRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*CreateOrgRequest) MarshalToVT

func (m *CreateOrgRequest) MarshalToVT(dAtA []byte) (int, error)

func (*CreateOrgRequest) MarshalVT

func (m *CreateOrgRequest) MarshalVT() (dAtA []byte, err error)

func (*CreateOrgRequest) ProtoMessage

func (*CreateOrgRequest) ProtoMessage()

func (*CreateOrgRequest) Reset

func (x *CreateOrgRequest) Reset()

func (*CreateOrgRequest) SizeVT

func (m *CreateOrgRequest) SizeVT() (n int)

func (*CreateOrgRequest) String

func (x *CreateOrgRequest) String() string

func (*CreateOrgRequest) UnmarshalJSON

func (x *CreateOrgRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the CreateOrgRequest from JSON.

func (*CreateOrgRequest) UnmarshalProtoJSON

func (x *CreateOrgRequest) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the CreateOrgRequest message from JSON.

func (*CreateOrgRequest) UnmarshalVT

func (m *CreateOrgRequest) UnmarshalVT(dAtA []byte) error

type CreateSObjectRequest

type CreateSObjectRequest struct {

	// DisplayName is the display name for the new shared object.
	DisplayName string `protobuf:"bytes,1,opt,name=display_name,json=displayName,proto3" json:"displayName,omitempty"`
	// ObjectType is the type of the shared object.
	ObjectType string `protobuf:"bytes,2,opt,name=object_type,json=objectType,proto3" json:"objectType,omitempty"`
	// OwnerType is the owner principal type ("account" or "organization").
	OwnerType string `protobuf:"bytes,3,opt,name=owner_type,json=ownerType,proto3" json:"ownerType,omitempty"`
	// OwnerId is the owner principal id (account id or organization id).
	OwnerId string `protobuf:"bytes,5,opt,name=owner_id,json=ownerId,proto3" json:"ownerId,omitempty"`
	// AccountPrivate marks the shared object as account-private.
	AccountPrivate bool `protobuf:"varint,4,opt,name=account_private,json=accountPrivate,proto3" json:"accountPrivate,omitempty"`
	// contains filtered or unexported fields
}

CreateSObjectRequest is the request body for POST /sobject/:id/create.

func (*CreateSObjectRequest) CloneMessageVT

func (*CreateSObjectRequest) CloneVT

func (*CreateSObjectRequest) EqualMessageVT

func (this *CreateSObjectRequest) EqualMessageVT(thatMsg any) bool

func (*CreateSObjectRequest) EqualVT

func (this *CreateSObjectRequest) EqualVT(that *CreateSObjectRequest) bool

func (*CreateSObjectRequest) GetAccountPrivate

func (x *CreateSObjectRequest) GetAccountPrivate() bool

func (*CreateSObjectRequest) GetDisplayName

func (x *CreateSObjectRequest) GetDisplayName() string

func (*CreateSObjectRequest) GetObjectType

func (x *CreateSObjectRequest) GetObjectType() string

func (*CreateSObjectRequest) GetOwnerId

func (x *CreateSObjectRequest) GetOwnerId() string

func (*CreateSObjectRequest) GetOwnerType

func (x *CreateSObjectRequest) GetOwnerType() string

func (*CreateSObjectRequest) MarshalJSON

func (x *CreateSObjectRequest) MarshalJSON() ([]byte, error)

MarshalJSON marshals the CreateSObjectRequest to JSON.

func (*CreateSObjectRequest) MarshalProtoJSON

func (x *CreateSObjectRequest) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the CreateSObjectRequest message to JSON.

func (*CreateSObjectRequest) MarshalProtoText

func (x *CreateSObjectRequest) MarshalProtoText() string

func (*CreateSObjectRequest) MarshalToSizedBufferVT

func (m *CreateSObjectRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*CreateSObjectRequest) MarshalToVT

func (m *CreateSObjectRequest) MarshalToVT(dAtA []byte) (int, error)

func (*CreateSObjectRequest) MarshalVT

func (m *CreateSObjectRequest) MarshalVT() (dAtA []byte, err error)

func (*CreateSObjectRequest) ProtoMessage

func (*CreateSObjectRequest) ProtoMessage()

func (*CreateSObjectRequest) Reset

func (x *CreateSObjectRequest) Reset()

func (*CreateSObjectRequest) SizeVT

func (m *CreateSObjectRequest) SizeVT() (n int)

func (*CreateSObjectRequest) String

func (x *CreateSObjectRequest) String() string

func (*CreateSObjectRequest) UnmarshalJSON

func (x *CreateSObjectRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the CreateSObjectRequest from JSON.

func (*CreateSObjectRequest) UnmarshalProtoJSON

func (x *CreateSObjectRequest) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the CreateSObjectRequest message from JSON.

func (*CreateSObjectRequest) UnmarshalVT

func (m *CreateSObjectRequest) UnmarshalVT(dAtA []byte) error

type CreateSObjectResponse

type CreateSObjectResponse struct {

	// Id is the shared object id (echoes the URL parameter).
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// AccountId is the authenticated account id that created the shared object.
	AccountId string `protobuf:"bytes,2,opt,name=account_id,json=accountId,proto3" json:"accountId,omitempty"`
	// contains filtered or unexported fields
}

CreateSObjectResponse is the response body for POST /sobject/:id/create.

func (*CreateSObjectResponse) CloneMessageVT

func (*CreateSObjectResponse) CloneVT

func (*CreateSObjectResponse) EqualMessageVT

func (this *CreateSObjectResponse) EqualMessageVT(thatMsg any) bool

func (*CreateSObjectResponse) EqualVT

func (this *CreateSObjectResponse) EqualVT(that *CreateSObjectResponse) bool

func (*CreateSObjectResponse) GetAccountId

func (x *CreateSObjectResponse) GetAccountId() string

func (*CreateSObjectResponse) GetId

func (x *CreateSObjectResponse) GetId() string

func (*CreateSObjectResponse) MarshalJSON

func (x *CreateSObjectResponse) MarshalJSON() ([]byte, error)

MarshalJSON marshals the CreateSObjectResponse to JSON.

func (*CreateSObjectResponse) MarshalProtoJSON

func (x *CreateSObjectResponse) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the CreateSObjectResponse message to JSON.

func (*CreateSObjectResponse) MarshalProtoText

func (x *CreateSObjectResponse) MarshalProtoText() string

func (*CreateSObjectResponse) MarshalToSizedBufferVT

func (m *CreateSObjectResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*CreateSObjectResponse) MarshalToVT

func (m *CreateSObjectResponse) MarshalToVT(dAtA []byte) (int, error)

func (*CreateSObjectResponse) MarshalVT

func (m *CreateSObjectResponse) MarshalVT() (dAtA []byte, err error)

func (*CreateSObjectResponse) ProtoMessage

func (*CreateSObjectResponse) ProtoMessage()

func (*CreateSObjectResponse) Reset

func (x *CreateSObjectResponse) Reset()

func (*CreateSObjectResponse) SizeVT

func (m *CreateSObjectResponse) SizeVT() (n int)

func (*CreateSObjectResponse) String

func (x *CreateSObjectResponse) String() string

func (*CreateSObjectResponse) UnmarshalJSON

func (x *CreateSObjectResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the CreateSObjectResponse from JSON.

func (*CreateSObjectResponse) UnmarshalProtoJSON

func (x *CreateSObjectResponse) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the CreateSObjectResponse message from JSON.

func (*CreateSObjectResponse) UnmarshalVT

func (m *CreateSObjectResponse) UnmarshalVT(dAtA []byte) error

type CreateTargetedInvitationRequest added in v0.51.2

type CreateTargetedInvitationRequest struct {

	// TargetAccountId is the resolved target account id.
	TargetAccountId string `protobuf:"bytes,1,opt,name=target_account_id,json=targetAccountId,proto3" json:"targetAccountId,omitempty"`
	// Purpose is the invite purpose.
	Purpose TargetedInvitePurpose `protobuf:"varint,2,opt,name=purpose,proto3" json:"purpose,omitempty"`
	// SpaceId is set when purpose is TARGETED_INVITE_PURPOSE_SPACE.
	SpaceId string `protobuf:"bytes,3,opt,name=space_id,json=spaceId,proto3" json:"spaceId,omitempty"`
	// OrgId is set when purpose is TARGETED_INVITE_PURPOSE_ORGANIZATION.
	OrgId string `protobuf:"bytes,4,opt,name=org_id,json=orgId,proto3" json:"orgId,omitempty"`
	// Role is the requested role.
	Role string `protobuf:"bytes,5,opt,name=role,proto3" json:"role,omitempty"`
	// ExpiresAt is the Unix timestamp (ms) when the invite expires.
	ExpiresAt int64 `protobuf:"varint,6,opt,name=expires_at,json=expiresAt,proto3" json:"expiresAt,omitempty"`
	// Envelope is the signed targeted invitation envelope.
	Envelope *TargetedInvitationEnvelope `protobuf:"bytes,7,opt,name=envelope,proto3" json:"envelope,omitempty"`
	// DraftId is the optional targeted invite draft being fulfilled.
	DraftId string `protobuf:"bytes,8,opt,name=draft_id,json=draftId,proto3" json:"draftId,omitempty"`
	// contains filtered or unexported fields
}

CreateTargetedInvitationRequest creates a pending targeted invitation.

func (*CreateTargetedInvitationRequest) CloneMessageVT added in v0.51.2

func (*CreateTargetedInvitationRequest) CloneVT added in v0.51.2

func (*CreateTargetedInvitationRequest) EqualMessageVT added in v0.51.2

func (this *CreateTargetedInvitationRequest) EqualMessageVT(thatMsg any) bool

func (*CreateTargetedInvitationRequest) EqualVT added in v0.51.2

func (*CreateTargetedInvitationRequest) GetDraftId added in v0.51.2

func (x *CreateTargetedInvitationRequest) GetDraftId() string

func (*CreateTargetedInvitationRequest) GetEnvelope added in v0.51.2

func (*CreateTargetedInvitationRequest) GetExpiresAt added in v0.51.2

func (x *CreateTargetedInvitationRequest) GetExpiresAt() int64

func (*CreateTargetedInvitationRequest) GetOrgId added in v0.51.2

func (*CreateTargetedInvitationRequest) GetPurpose added in v0.51.2

func (*CreateTargetedInvitationRequest) GetRole added in v0.51.2

func (*CreateTargetedInvitationRequest) GetSpaceId added in v0.51.2

func (x *CreateTargetedInvitationRequest) GetSpaceId() string

func (*CreateTargetedInvitationRequest) GetTargetAccountId added in v0.51.2

func (x *CreateTargetedInvitationRequest) GetTargetAccountId() string

func (*CreateTargetedInvitationRequest) MarshalJSON added in v0.51.2

func (x *CreateTargetedInvitationRequest) MarshalJSON() ([]byte, error)

MarshalJSON marshals the CreateTargetedInvitationRequest to JSON.

func (*CreateTargetedInvitationRequest) MarshalProtoJSON added in v0.51.2

func (x *CreateTargetedInvitationRequest) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the CreateTargetedInvitationRequest message to JSON.

func (*CreateTargetedInvitationRequest) MarshalProtoText added in v0.51.2

func (x *CreateTargetedInvitationRequest) MarshalProtoText() string

func (*CreateTargetedInvitationRequest) MarshalToSizedBufferVT added in v0.51.2

func (m *CreateTargetedInvitationRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*CreateTargetedInvitationRequest) MarshalToVT added in v0.51.2

func (m *CreateTargetedInvitationRequest) MarshalToVT(dAtA []byte) (int, error)

func (*CreateTargetedInvitationRequest) MarshalVT added in v0.51.2

func (m *CreateTargetedInvitationRequest) MarshalVT() (dAtA []byte, err error)

func (*CreateTargetedInvitationRequest) ProtoMessage added in v0.51.2

func (*CreateTargetedInvitationRequest) ProtoMessage()

func (*CreateTargetedInvitationRequest) Reset added in v0.51.2

func (*CreateTargetedInvitationRequest) SizeVT added in v0.51.2

func (m *CreateTargetedInvitationRequest) SizeVT() (n int)

func (*CreateTargetedInvitationRequest) String added in v0.51.2

func (*CreateTargetedInvitationRequest) UnmarshalJSON added in v0.51.2

func (x *CreateTargetedInvitationRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the CreateTargetedInvitationRequest from JSON.

func (*CreateTargetedInvitationRequest) UnmarshalProtoJSON added in v0.51.2

func (x *CreateTargetedInvitationRequest) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the CreateTargetedInvitationRequest message from JSON.

func (*CreateTargetedInvitationRequest) UnmarshalVT added in v0.51.2

func (m *CreateTargetedInvitationRequest) UnmarshalVT(dAtA []byte) error

type CreateTargetedInvitationResponse added in v0.51.2

type CreateTargetedInvitationResponse struct {

	// Invitation is the pending invitation row.
	Invitation *TargetedInvitationInfo `protobuf:"bytes,1,opt,name=invitation,proto3" json:"invitation,omitempty"`
	// contains filtered or unexported fields
}

CreateTargetedInvitationResponse is the create response.

func (*CreateTargetedInvitationResponse) CloneMessageVT added in v0.51.2

func (*CreateTargetedInvitationResponse) CloneVT added in v0.51.2

func (*CreateTargetedInvitationResponse) EqualMessageVT added in v0.51.2

func (this *CreateTargetedInvitationResponse) EqualMessageVT(thatMsg any) bool

func (*CreateTargetedInvitationResponse) EqualVT added in v0.51.2

func (*CreateTargetedInvitationResponse) GetInvitation added in v0.51.2

func (*CreateTargetedInvitationResponse) MarshalJSON added in v0.51.2

func (x *CreateTargetedInvitationResponse) MarshalJSON() ([]byte, error)

MarshalJSON marshals the CreateTargetedInvitationResponse to JSON.

func (*CreateTargetedInvitationResponse) MarshalProtoJSON added in v0.51.2

func (x *CreateTargetedInvitationResponse) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the CreateTargetedInvitationResponse message to JSON.

func (*CreateTargetedInvitationResponse) MarshalProtoText added in v0.51.2

func (x *CreateTargetedInvitationResponse) MarshalProtoText() string

func (*CreateTargetedInvitationResponse) MarshalToSizedBufferVT added in v0.51.2

func (m *CreateTargetedInvitationResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*CreateTargetedInvitationResponse) MarshalToVT added in v0.51.2

func (m *CreateTargetedInvitationResponse) MarshalToVT(dAtA []byte) (int, error)

func (*CreateTargetedInvitationResponse) MarshalVT added in v0.51.2

func (m *CreateTargetedInvitationResponse) MarshalVT() (dAtA []byte, err error)

func (*CreateTargetedInvitationResponse) ProtoMessage added in v0.51.2

func (*CreateTargetedInvitationResponse) ProtoMessage()

func (*CreateTargetedInvitationResponse) Reset added in v0.51.2

func (*CreateTargetedInvitationResponse) SizeVT added in v0.51.2

func (m *CreateTargetedInvitationResponse) SizeVT() (n int)

func (*CreateTargetedInvitationResponse) String added in v0.51.2

func (*CreateTargetedInvitationResponse) UnmarshalJSON added in v0.51.2

func (x *CreateTargetedInvitationResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the CreateTargetedInvitationResponse from JSON.

func (*CreateTargetedInvitationResponse) UnmarshalProtoJSON added in v0.51.2

func (x *CreateTargetedInvitationResponse) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the CreateTargetedInvitationResponse message from JSON.

func (*CreateTargetedInvitationResponse) UnmarshalVT added in v0.51.2

func (m *CreateTargetedInvitationResponse) UnmarshalVT(dAtA []byte) error

type CreateTargetedInviteDraftByUsernameRequest added in v0.51.2

type CreateTargetedInviteDraftByUsernameRequest struct {

	// Username is the exact Spacewave username being addressed.
	Username string `protobuf:"bytes,1,opt,name=username,proto3" json:"username,omitempty"`
	// Purpose is the invite purpose.
	Purpose TargetedInvitePurpose `protobuf:"varint,2,opt,name=purpose,proto3" json:"purpose,omitempty"`
	// SpaceId is set when purpose is TARGETED_INVITE_PURPOSE_SPACE.
	SpaceId string `protobuf:"bytes,3,opt,name=space_id,json=spaceId,proto3" json:"spaceId,omitempty"`
	// OrgId is set when purpose is TARGETED_INVITE_PURPOSE_ORGANIZATION.
	OrgId string `protobuf:"bytes,4,opt,name=org_id,json=orgId,proto3" json:"orgId,omitempty"`
	// Role is the requested role for the eventual invite.
	Role string `protobuf:"bytes,5,opt,name=role,proto3" json:"role,omitempty"`
	// ExpiresAt is the Unix timestamp (ms) when the draft should expire.
	ExpiresAt int64 `protobuf:"varint,6,opt,name=expires_at,json=expiresAt,proto3" json:"expiresAt,omitempty"`
	// contains filtered or unexported fields
}

CreateTargetedInviteDraftByUsernameRequest is the request body for POST /account/targeted-invite/draft/by-username.

func (*CreateTargetedInviteDraftByUsernameRequest) CloneMessageVT added in v0.51.2

func (*CreateTargetedInviteDraftByUsernameRequest) CloneVT added in v0.51.2

func (*CreateTargetedInviteDraftByUsernameRequest) EqualMessageVT added in v0.51.2

func (this *CreateTargetedInviteDraftByUsernameRequest) EqualMessageVT(thatMsg any) bool

func (*CreateTargetedInviteDraftByUsernameRequest) EqualVT added in v0.51.2

func (*CreateTargetedInviteDraftByUsernameRequest) GetExpiresAt added in v0.51.2

func (*CreateTargetedInviteDraftByUsernameRequest) GetOrgId added in v0.51.2

func (*CreateTargetedInviteDraftByUsernameRequest) GetPurpose added in v0.51.2

func (*CreateTargetedInviteDraftByUsernameRequest) GetRole added in v0.51.2

func (*CreateTargetedInviteDraftByUsernameRequest) GetSpaceId added in v0.51.2

func (*CreateTargetedInviteDraftByUsernameRequest) GetUsername added in v0.51.2

func (*CreateTargetedInviteDraftByUsernameRequest) MarshalJSON added in v0.51.2

MarshalJSON marshals the CreateTargetedInviteDraftByUsernameRequest to JSON.

func (*CreateTargetedInviteDraftByUsernameRequest) MarshalProtoJSON added in v0.51.2

MarshalProtoJSON marshals the CreateTargetedInviteDraftByUsernameRequest message to JSON.

func (*CreateTargetedInviteDraftByUsernameRequest) MarshalProtoText added in v0.51.2

func (x *CreateTargetedInviteDraftByUsernameRequest) MarshalProtoText() string

func (*CreateTargetedInviteDraftByUsernameRequest) MarshalToSizedBufferVT added in v0.51.2

func (m *CreateTargetedInviteDraftByUsernameRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*CreateTargetedInviteDraftByUsernameRequest) MarshalToVT added in v0.51.2

func (m *CreateTargetedInviteDraftByUsernameRequest) MarshalToVT(dAtA []byte) (int, error)

func (*CreateTargetedInviteDraftByUsernameRequest) MarshalVT added in v0.51.2

func (m *CreateTargetedInviteDraftByUsernameRequest) MarshalVT() (dAtA []byte, err error)

func (*CreateTargetedInviteDraftByUsernameRequest) ProtoMessage added in v0.51.2

func (*CreateTargetedInviteDraftByUsernameRequest) Reset added in v0.51.2

func (*CreateTargetedInviteDraftByUsernameRequest) SizeVT added in v0.51.2

func (*CreateTargetedInviteDraftByUsernameRequest) String added in v0.51.2

func (*CreateTargetedInviteDraftByUsernameRequest) UnmarshalJSON added in v0.51.2

UnmarshalJSON unmarshals the CreateTargetedInviteDraftByUsernameRequest from JSON.

func (*CreateTargetedInviteDraftByUsernameRequest) UnmarshalProtoJSON added in v0.51.2

UnmarshalProtoJSON unmarshals the CreateTargetedInviteDraftByUsernameRequest message from JSON.

func (*CreateTargetedInviteDraftByUsernameRequest) UnmarshalVT added in v0.51.2

func (m *CreateTargetedInviteDraftByUsernameRequest) UnmarshalVT(dAtA []byte) error

type CreateTargetedInviteDraftByUsernameResponse added in v0.51.2

type CreateTargetedInviteDraftByUsernameResponse struct {

	// Accepted is always true for syntactically valid requests. The response does
	// not reveal whether the username matched a deliverable account.
	Accepted bool `protobuf:"varint,1,opt,name=accepted,proto3" json:"accepted,omitempty"`
	// contains filtered or unexported fields
}

CreateTargetedInviteDraftByUsernameResponse is the response body for POST /account/targeted-invite/draft/by-username.

func (*CreateTargetedInviteDraftByUsernameResponse) CloneMessageVT added in v0.51.2

func (*CreateTargetedInviteDraftByUsernameResponse) CloneVT added in v0.51.2

func (*CreateTargetedInviteDraftByUsernameResponse) EqualMessageVT added in v0.51.2

func (this *CreateTargetedInviteDraftByUsernameResponse) EqualMessageVT(thatMsg any) bool

func (*CreateTargetedInviteDraftByUsernameResponse) EqualVT added in v0.51.2

func (*CreateTargetedInviteDraftByUsernameResponse) GetAccepted added in v0.51.2

func (*CreateTargetedInviteDraftByUsernameResponse) MarshalJSON added in v0.51.2

MarshalJSON marshals the CreateTargetedInviteDraftByUsernameResponse to JSON.

func (*CreateTargetedInviteDraftByUsernameResponse) MarshalProtoJSON added in v0.51.2

MarshalProtoJSON marshals the CreateTargetedInviteDraftByUsernameResponse message to JSON.

func (*CreateTargetedInviteDraftByUsernameResponse) MarshalProtoText added in v0.51.2

func (*CreateTargetedInviteDraftByUsernameResponse) MarshalToSizedBufferVT added in v0.51.2

func (m *CreateTargetedInviteDraftByUsernameResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*CreateTargetedInviteDraftByUsernameResponse) MarshalToVT added in v0.51.2

func (m *CreateTargetedInviteDraftByUsernameResponse) MarshalToVT(dAtA []byte) (int, error)

func (*CreateTargetedInviteDraftByUsernameResponse) MarshalVT added in v0.51.2

func (m *CreateTargetedInviteDraftByUsernameResponse) MarshalVT() (dAtA []byte, err error)

func (*CreateTargetedInviteDraftByUsernameResponse) ProtoMessage added in v0.51.2

func (*CreateTargetedInviteDraftByUsernameResponse) Reset added in v0.51.2

func (*CreateTargetedInviteDraftByUsernameResponse) SizeVT added in v0.51.2

func (*CreateTargetedInviteDraftByUsernameResponse) String added in v0.51.2

func (*CreateTargetedInviteDraftByUsernameResponse) UnmarshalJSON added in v0.51.2

UnmarshalJSON unmarshals the CreateTargetedInviteDraftByUsernameResponse from JSON.

func (*CreateTargetedInviteDraftByUsernameResponse) UnmarshalProtoJSON added in v0.51.2

UnmarshalProtoJSON unmarshals the CreateTargetedInviteDraftByUsernameResponse message from JSON.

func (*CreateTargetedInviteDraftByUsernameResponse) UnmarshalVT added in v0.51.2

type CustodiedKeyParams

type CustodiedKeyParams struct {

	// PinWrapped indicates whether the client applied Layer 1 (PIN) wrapping.
	PinWrapped bool `protobuf:"varint,1,opt,name=pin_wrapped,json=pinWrapped,proto3" json:"pinWrapped,omitempty"`
	// contains filtered or unexported fields
}

CustodiedKeyParams stores parameters for a server-custodied entity keypair. Stored in entity_keypairs.auth_params alongside the encrypted key.

func (*CustodiedKeyParams) CloneMessageVT

func (m *CustodiedKeyParams) CloneMessageVT() protobuf_go_lite.CloneMessage

func (*CustodiedKeyParams) CloneVT

func (m *CustodiedKeyParams) CloneVT() *CustodiedKeyParams

func (*CustodiedKeyParams) EqualMessageVT

func (this *CustodiedKeyParams) EqualMessageVT(thatMsg any) bool

func (*CustodiedKeyParams) EqualVT

func (this *CustodiedKeyParams) EqualVT(that *CustodiedKeyParams) bool

func (*CustodiedKeyParams) GetPinWrapped

func (x *CustodiedKeyParams) GetPinWrapped() bool

func (*CustodiedKeyParams) MarshalJSON

func (x *CustodiedKeyParams) MarshalJSON() ([]byte, error)

MarshalJSON marshals the CustodiedKeyParams to JSON.

func (*CustodiedKeyParams) MarshalProtoJSON

func (x *CustodiedKeyParams) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the CustodiedKeyParams message to JSON.

func (*CustodiedKeyParams) MarshalProtoText

func (x *CustodiedKeyParams) MarshalProtoText() string

func (*CustodiedKeyParams) MarshalToSizedBufferVT

func (m *CustodiedKeyParams) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*CustodiedKeyParams) MarshalToVT

func (m *CustodiedKeyParams) MarshalToVT(dAtA []byte) (int, error)

func (*CustodiedKeyParams) MarshalVT

func (m *CustodiedKeyParams) MarshalVT() (dAtA []byte, err error)

func (*CustodiedKeyParams) ProtoMessage

func (*CustodiedKeyParams) ProtoMessage()

func (*CustodiedKeyParams) Reset

func (x *CustodiedKeyParams) Reset()

func (*CustodiedKeyParams) SizeVT

func (m *CustodiedKeyParams) SizeVT() (n int)

func (*CustodiedKeyParams) String

func (x *CustodiedKeyParams) String() string

func (*CustodiedKeyParams) UnmarshalJSON

func (x *CustodiedKeyParams) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the CustodiedKeyParams from JSON.

func (*CustodiedKeyParams) UnmarshalProtoJSON

func (x *CustodiedKeyParams) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the CustodiedKeyParams message from JSON.

func (*CustodiedKeyParams) UnmarshalVT

func (m *CustodiedKeyParams) UnmarshalVT(dAtA []byte) error

type DeleteAccountAction

type DeleteAccountAction struct {
	// contains filtered or unexported fields
}

DeleteAccountAction is the action body for requesting account deletion. Sent via multi-sig signed request to schedule account deletion with 24h escrow.

func (*DeleteAccountAction) CloneMessageVT

func (*DeleteAccountAction) CloneVT

func (*DeleteAccountAction) EqualMessageVT

func (this *DeleteAccountAction) EqualMessageVT(thatMsg any) bool

func (*DeleteAccountAction) EqualVT

func (this *DeleteAccountAction) EqualVT(that *DeleteAccountAction) bool

func (*DeleteAccountAction) MarshalJSON

func (x *DeleteAccountAction) MarshalJSON() ([]byte, error)

MarshalJSON marshals the DeleteAccountAction to JSON.

func (*DeleteAccountAction) MarshalProtoJSON

func (x *DeleteAccountAction) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the DeleteAccountAction message to JSON.

func (*DeleteAccountAction) MarshalProtoText

func (x *DeleteAccountAction) MarshalProtoText() string

func (*DeleteAccountAction) MarshalToSizedBufferVT

func (m *DeleteAccountAction) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*DeleteAccountAction) MarshalToVT

func (m *DeleteAccountAction) MarshalToVT(dAtA []byte) (int, error)

func (*DeleteAccountAction) MarshalVT

func (m *DeleteAccountAction) MarshalVT() (dAtA []byte, err error)

func (*DeleteAccountAction) ProtoMessage

func (*DeleteAccountAction) ProtoMessage()

func (*DeleteAccountAction) Reset

func (x *DeleteAccountAction) Reset()

func (*DeleteAccountAction) SizeVT

func (m *DeleteAccountAction) SizeVT() (n int)

func (*DeleteAccountAction) String

func (x *DeleteAccountAction) String() string

func (*DeleteAccountAction) UnmarshalJSON

func (x *DeleteAccountAction) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the DeleteAccountAction from JSON.

func (*DeleteAccountAction) UnmarshalProtoJSON

func (x *DeleteAccountAction) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the DeleteAccountAction message from JSON.

func (*DeleteAccountAction) UnmarshalVT

func (m *DeleteAccountAction) UnmarshalVT(dAtA []byte) error

type DeleteBillingAccountRequest

type DeleteBillingAccountRequest struct {
	// contains filtered or unexported fields
}

DeleteBillingAccountRequest is the request body for DELETE /api/billing/accounts/:baId.

func (*DeleteBillingAccountRequest) CloneMessageVT

func (*DeleteBillingAccountRequest) CloneVT

func (*DeleteBillingAccountRequest) EqualMessageVT

func (this *DeleteBillingAccountRequest) EqualMessageVT(thatMsg any) bool

func (*DeleteBillingAccountRequest) EqualVT

func (*DeleteBillingAccountRequest) MarshalJSON

func (x *DeleteBillingAccountRequest) MarshalJSON() ([]byte, error)

MarshalJSON marshals the DeleteBillingAccountRequest to JSON.

func (*DeleteBillingAccountRequest) MarshalProtoJSON

func (x *DeleteBillingAccountRequest) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the DeleteBillingAccountRequest message to JSON.

func (*DeleteBillingAccountRequest) MarshalProtoText

func (x *DeleteBillingAccountRequest) MarshalProtoText() string

func (*DeleteBillingAccountRequest) MarshalToSizedBufferVT

func (m *DeleteBillingAccountRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*DeleteBillingAccountRequest) MarshalToVT

func (m *DeleteBillingAccountRequest) MarshalToVT(dAtA []byte) (int, error)

func (*DeleteBillingAccountRequest) MarshalVT

func (m *DeleteBillingAccountRequest) MarshalVT() (dAtA []byte, err error)

func (*DeleteBillingAccountRequest) ProtoMessage

func (*DeleteBillingAccountRequest) ProtoMessage()

func (*DeleteBillingAccountRequest) Reset

func (x *DeleteBillingAccountRequest) Reset()

func (*DeleteBillingAccountRequest) SizeVT

func (m *DeleteBillingAccountRequest) SizeVT() (n int)

func (*DeleteBillingAccountRequest) String

func (x *DeleteBillingAccountRequest) String() string

func (*DeleteBillingAccountRequest) UnmarshalJSON

func (x *DeleteBillingAccountRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the DeleteBillingAccountRequest from JSON.

func (*DeleteBillingAccountRequest) UnmarshalProtoJSON

func (x *DeleteBillingAccountRequest) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the DeleteBillingAccountRequest message from JSON.

func (*DeleteBillingAccountRequest) UnmarshalVT

func (m *DeleteBillingAccountRequest) UnmarshalVT(dAtA []byte) error

type DeleteBillingAccountResponse

type DeleteBillingAccountResponse struct {
	// contains filtered or unexported fields
}

DeleteBillingAccountResponse is the response body for DELETE /api/billing/accounts/:baId.

func (*DeleteBillingAccountResponse) CloneMessageVT

func (*DeleteBillingAccountResponse) CloneVT

func (*DeleteBillingAccountResponse) EqualMessageVT

func (this *DeleteBillingAccountResponse) EqualMessageVT(thatMsg any) bool

func (*DeleteBillingAccountResponse) EqualVT

func (*DeleteBillingAccountResponse) MarshalJSON

func (x *DeleteBillingAccountResponse) MarshalJSON() ([]byte, error)

MarshalJSON marshals the DeleteBillingAccountResponse to JSON.

func (*DeleteBillingAccountResponse) MarshalProtoJSON

func (x *DeleteBillingAccountResponse) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the DeleteBillingAccountResponse message to JSON.

func (*DeleteBillingAccountResponse) MarshalProtoText

func (x *DeleteBillingAccountResponse) MarshalProtoText() string

func (*DeleteBillingAccountResponse) MarshalToSizedBufferVT

func (m *DeleteBillingAccountResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*DeleteBillingAccountResponse) MarshalToVT

func (m *DeleteBillingAccountResponse) MarshalToVT(dAtA []byte) (int, error)

func (*DeleteBillingAccountResponse) MarshalVT

func (m *DeleteBillingAccountResponse) MarshalVT() (dAtA []byte, err error)

func (*DeleteBillingAccountResponse) ProtoMessage

func (*DeleteBillingAccountResponse) ProtoMessage()

func (*DeleteBillingAccountResponse) Reset

func (x *DeleteBillingAccountResponse) Reset()

func (*DeleteBillingAccountResponse) SizeVT

func (m *DeleteBillingAccountResponse) SizeVT() (n int)

func (*DeleteBillingAccountResponse) String

func (*DeleteBillingAccountResponse) UnmarshalJSON

func (x *DeleteBillingAccountResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the DeleteBillingAccountResponse from JSON.

func (*DeleteBillingAccountResponse) UnmarshalProtoJSON

func (x *DeleteBillingAccountResponse) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the DeleteBillingAccountResponse message from JSON.

func (*DeleteBillingAccountResponse) UnmarshalVT

func (m *DeleteBillingAccountResponse) UnmarshalVT(dAtA []byte) error

type DeleteNowVerifyCodeRequest

type DeleteNowVerifyCodeRequest struct {

	// Code is the 6-digit delete-now confirmation code.
	Code string `protobuf:"bytes,1,opt,name=code,proto3" json:"code,omitempty"`
	// contains filtered or unexported fields
}

DeleteNowVerifyCodeRequest is the request body for POST /account/delete/verify-code.

func (*DeleteNowVerifyCodeRequest) CloneMessageVT

func (*DeleteNowVerifyCodeRequest) CloneVT

func (*DeleteNowVerifyCodeRequest) EqualMessageVT

func (this *DeleteNowVerifyCodeRequest) EqualMessageVT(thatMsg any) bool

func (*DeleteNowVerifyCodeRequest) EqualVT

func (*DeleteNowVerifyCodeRequest) GetCode

func (x *DeleteNowVerifyCodeRequest) GetCode() string

func (*DeleteNowVerifyCodeRequest) MarshalJSON

func (x *DeleteNowVerifyCodeRequest) MarshalJSON() ([]byte, error)

MarshalJSON marshals the DeleteNowVerifyCodeRequest to JSON.

func (*DeleteNowVerifyCodeRequest) MarshalProtoJSON

func (x *DeleteNowVerifyCodeRequest) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the DeleteNowVerifyCodeRequest message to JSON.

func (*DeleteNowVerifyCodeRequest) MarshalProtoText

func (x *DeleteNowVerifyCodeRequest) MarshalProtoText() string

func (*DeleteNowVerifyCodeRequest) MarshalToSizedBufferVT

func (m *DeleteNowVerifyCodeRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*DeleteNowVerifyCodeRequest) MarshalToVT

func (m *DeleteNowVerifyCodeRequest) MarshalToVT(dAtA []byte) (int, error)

func (*DeleteNowVerifyCodeRequest) MarshalVT

func (m *DeleteNowVerifyCodeRequest) MarshalVT() (dAtA []byte, err error)

func (*DeleteNowVerifyCodeRequest) ProtoMessage

func (*DeleteNowVerifyCodeRequest) ProtoMessage()

func (*DeleteNowVerifyCodeRequest) Reset

func (x *DeleteNowVerifyCodeRequest) Reset()

func (*DeleteNowVerifyCodeRequest) SizeVT

func (m *DeleteNowVerifyCodeRequest) SizeVT() (n int)

func (*DeleteNowVerifyCodeRequest) String

func (x *DeleteNowVerifyCodeRequest) String() string

func (*DeleteNowVerifyCodeRequest) UnmarshalJSON

func (x *DeleteNowVerifyCodeRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the DeleteNowVerifyCodeRequest from JSON.

func (*DeleteNowVerifyCodeRequest) UnmarshalProtoJSON

func (x *DeleteNowVerifyCodeRequest) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the DeleteNowVerifyCodeRequest message from JSON.

func (*DeleteNowVerifyCodeRequest) UnmarshalVT

func (m *DeleteNowVerifyCodeRequest) UnmarshalVT(dAtA []byte) error

type DeleteNowVerifyCodeResponse

type DeleteNowVerifyCodeResponse struct {

	// DeleteAt is when the pending-delete countdown ends in unix ms.
	DeleteAt int64 `protobuf:"varint,1,opt,name=delete_at,json=deleteAt,proto3" json:"deleteAt,omitempty"`
	// InvoiceId is the final Stripe invoice id, when one exists.
	InvoiceId string `protobuf:"bytes,2,opt,name=invoice_id,json=invoiceId,proto3" json:"invoiceId,omitempty"`
	// InvoiceStatus is the final Stripe invoice status, when one exists.
	InvoiceStatus string `protobuf:"bytes,3,opt,name=invoice_status,json=invoiceStatus,proto3" json:"invoiceStatus,omitempty"`
	// InvoiceCurrency is the final Stripe invoice currency code, when one exists.
	InvoiceCurrency string `protobuf:"bytes,4,opt,name=invoice_currency,json=invoiceCurrency,proto3" json:"invoiceCurrency,omitempty"`
	// InvoiceTotal is the final Stripe invoice total in cents, when one exists.
	InvoiceTotal int64 `protobuf:"varint,5,opt,name=invoice_total,json=invoiceTotal,proto3" json:"invoiceTotal,omitempty"`
	// InvoiceAmountDue is the final Stripe invoice amount due in cents.
	InvoiceAmountDue int64 `protobuf:"varint,6,opt,name=invoice_amount_due,json=invoiceAmountDue,proto3" json:"invoiceAmountDue,omitempty"`
	// ChargeAttempted reports whether Stripe attempted an immediate charge.
	ChargeAttempted bool `protobuf:"varint,7,opt,name=charge_attempted,json=chargeAttempted,proto3" json:"chargeAttempted,omitempty"`
	// RefundAmount is the immediate refund amount in cents, when one exists.
	RefundAmount int64 `protobuf:"varint,8,opt,name=refund_amount,json=refundAmount,proto3" json:"refundAmount,omitempty"`
	// RefundCurrency is the refund currency code, when one exists.
	RefundCurrency string `protobuf:"bytes,9,opt,name=refund_currency,json=refundCurrency,proto3" json:"refundCurrency,omitempty"`
	// RefundId is the Stripe refund id, when one exists.
	RefundId string `protobuf:"bytes,10,opt,name=refund_id,json=refundId,proto3" json:"refundId,omitempty"`
	// RefundStatus is the Stripe refund status, when one exists.
	RefundStatus string `protobuf:"bytes,11,opt,name=refund_status,json=refundStatus,proto3" json:"refundStatus,omitempty"`
	// contains filtered or unexported fields
}

DeleteNowVerifyCodeResponse is the response body for POST /account/delete/verify-code.

func (*DeleteNowVerifyCodeResponse) CloneMessageVT

func (*DeleteNowVerifyCodeResponse) CloneVT

func (*DeleteNowVerifyCodeResponse) EqualMessageVT

func (this *DeleteNowVerifyCodeResponse) EqualMessageVT(thatMsg any) bool

func (*DeleteNowVerifyCodeResponse) EqualVT

func (*DeleteNowVerifyCodeResponse) GetChargeAttempted

func (x *DeleteNowVerifyCodeResponse) GetChargeAttempted() bool

func (*DeleteNowVerifyCodeResponse) GetDeleteAt

func (x *DeleteNowVerifyCodeResponse) GetDeleteAt() int64

func (*DeleteNowVerifyCodeResponse) GetInvoiceAmountDue

func (x *DeleteNowVerifyCodeResponse) GetInvoiceAmountDue() int64

func (*DeleteNowVerifyCodeResponse) GetInvoiceCurrency

func (x *DeleteNowVerifyCodeResponse) GetInvoiceCurrency() string

func (*DeleteNowVerifyCodeResponse) GetInvoiceId

func (x *DeleteNowVerifyCodeResponse) GetInvoiceId() string

func (*DeleteNowVerifyCodeResponse) GetInvoiceStatus

func (x *DeleteNowVerifyCodeResponse) GetInvoiceStatus() string

func (*DeleteNowVerifyCodeResponse) GetInvoiceTotal

func (x *DeleteNowVerifyCodeResponse) GetInvoiceTotal() int64

func (*DeleteNowVerifyCodeResponse) GetRefundAmount

func (x *DeleteNowVerifyCodeResponse) GetRefundAmount() int64

func (*DeleteNowVerifyCodeResponse) GetRefundCurrency

func (x *DeleteNowVerifyCodeResponse) GetRefundCurrency() string

func (*DeleteNowVerifyCodeResponse) GetRefundId

func (x *DeleteNowVerifyCodeResponse) GetRefundId() string

func (*DeleteNowVerifyCodeResponse) GetRefundStatus

func (x *DeleteNowVerifyCodeResponse) GetRefundStatus() string

func (*DeleteNowVerifyCodeResponse) MarshalJSON

func (x *DeleteNowVerifyCodeResponse) MarshalJSON() ([]byte, error)

MarshalJSON marshals the DeleteNowVerifyCodeResponse to JSON.

func (*DeleteNowVerifyCodeResponse) MarshalProtoJSON

func (x *DeleteNowVerifyCodeResponse) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the DeleteNowVerifyCodeResponse message to JSON.

func (*DeleteNowVerifyCodeResponse) MarshalProtoText

func (x *DeleteNowVerifyCodeResponse) MarshalProtoText() string

func (*DeleteNowVerifyCodeResponse) MarshalToSizedBufferVT

func (m *DeleteNowVerifyCodeResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*DeleteNowVerifyCodeResponse) MarshalToVT

func (m *DeleteNowVerifyCodeResponse) MarshalToVT(dAtA []byte) (int, error)

func (*DeleteNowVerifyCodeResponse) MarshalVT

func (m *DeleteNowVerifyCodeResponse) MarshalVT() (dAtA []byte, err error)

func (*DeleteNowVerifyCodeResponse) ProtoMessage

func (*DeleteNowVerifyCodeResponse) ProtoMessage()

func (*DeleteNowVerifyCodeResponse) Reset

func (x *DeleteNowVerifyCodeResponse) Reset()

func (*DeleteNowVerifyCodeResponse) SizeVT

func (m *DeleteNowVerifyCodeResponse) SizeVT() (n int)

func (*DeleteNowVerifyCodeResponse) String

func (x *DeleteNowVerifyCodeResponse) String() string

func (*DeleteNowVerifyCodeResponse) UnmarshalJSON

func (x *DeleteNowVerifyCodeResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the DeleteNowVerifyCodeResponse from JSON.

func (*DeleteNowVerifyCodeResponse) UnmarshalProtoJSON

func (x *DeleteNowVerifyCodeResponse) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the DeleteNowVerifyCodeResponse message from JSON.

func (*DeleteNowVerifyCodeResponse) UnmarshalVT

func (m *DeleteNowVerifyCodeResponse) UnmarshalVT(dAtA []byte) error

type DeleteSObjectResponse

type DeleteSObjectResponse struct {

	// Deleted is true when the shared object was removed.
	Deleted bool `protobuf:"varint,1,opt,name=deleted,proto3" json:"deleted,omitempty"`
	// contains filtered or unexported fields
}

DeleteSObjectResponse is the response body for DELETE /sobject/:id/delete.

func (*DeleteSObjectResponse) CloneMessageVT

func (*DeleteSObjectResponse) CloneVT

func (*DeleteSObjectResponse) EqualMessageVT

func (this *DeleteSObjectResponse) EqualMessageVT(thatMsg any) bool

func (*DeleteSObjectResponse) EqualVT

func (this *DeleteSObjectResponse) EqualVT(that *DeleteSObjectResponse) bool

func (*DeleteSObjectResponse) GetDeleted

func (x *DeleteSObjectResponse) GetDeleted() bool

func (*DeleteSObjectResponse) MarshalJSON

func (x *DeleteSObjectResponse) MarshalJSON() ([]byte, error)

MarshalJSON marshals the DeleteSObjectResponse to JSON.

func (*DeleteSObjectResponse) MarshalProtoJSON

func (x *DeleteSObjectResponse) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the DeleteSObjectResponse message to JSON.

func (*DeleteSObjectResponse) MarshalProtoText

func (x *DeleteSObjectResponse) MarshalProtoText() string

func (*DeleteSObjectResponse) MarshalToSizedBufferVT

func (m *DeleteSObjectResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*DeleteSObjectResponse) MarshalToVT

func (m *DeleteSObjectResponse) MarshalToVT(dAtA []byte) (int, error)

func (*DeleteSObjectResponse) MarshalVT

func (m *DeleteSObjectResponse) MarshalVT() (dAtA []byte, err error)

func (*DeleteSObjectResponse) ProtoMessage

func (*DeleteSObjectResponse) ProtoMessage()

func (*DeleteSObjectResponse) Reset

func (x *DeleteSObjectResponse) Reset()

func (*DeleteSObjectResponse) SizeVT

func (m *DeleteSObjectResponse) SizeVT() (n int)

func (*DeleteSObjectResponse) String

func (x *DeleteSObjectResponse) String() string

func (*DeleteSObjectResponse) UnmarshalJSON

func (x *DeleteSObjectResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the DeleteSObjectResponse from JSON.

func (*DeleteSObjectResponse) UnmarshalProtoJSON

func (x *DeleteSObjectResponse) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the DeleteSObjectResponse message from JSON.

func (*DeleteSObjectResponse) UnmarshalVT

func (m *DeleteSObjectResponse) UnmarshalVT(dAtA []byte) error

type DesktopPasskeyLinkedResult

type DesktopPasskeyLinkedResult struct {

	// AccountId is the authenticated account ID.
	AccountId string `protobuf:"bytes,1,opt,name=account_id,json=accountId,proto3" json:"accountId,omitempty"`
	// EncryptedBlob is the base64-encoded entity key blob for native completion.
	EncryptedBlob string `protobuf:"bytes,2,opt,name=encrypted_blob,json=encryptedBlob,proto3" json:"encryptedBlob,omitempty"`
	// PrfCapable indicates whether the passkey supports PRF-based unwrap.
	PrfCapable bool `protobuf:"varint,3,opt,name=prf_capable,json=prfCapable,proto3" json:"prfCapable,omitempty"`
	// PrfSalt is the base64-encoded PRF salt used by the linked credential.
	PrfSalt string `protobuf:"bytes,4,opt,name=prf_salt,json=prfSalt,proto3" json:"prfSalt,omitempty"`
	// AuthParams is the base64-encoded authentication parameters for unwrap.
	AuthParams string `protobuf:"bytes,5,opt,name=auth_params,json=authParams,proto3" json:"authParams,omitempty"`
	// PinWrapped indicates whether the entity key still has PIN wrapping.
	PinWrapped bool `protobuf:"varint,6,opt,name=pin_wrapped,json=pinWrapped,proto3" json:"pinWrapped,omitempty"`
	// PrfOutput is the base64-encoded PRF output captured in the browser.
	PrfOutput string `protobuf:"bytes,7,opt,name=prf_output,json=prfOutput,proto3" json:"prfOutput,omitempty"`
	// contains filtered or unexported fields
}

DesktopPasskeyLinkedResult is the linked-account desktop passkey relay payload.

func (*DesktopPasskeyLinkedResult) CloneMessageVT

func (*DesktopPasskeyLinkedResult) CloneVT

func (*DesktopPasskeyLinkedResult) EqualMessageVT

func (this *DesktopPasskeyLinkedResult) EqualMessageVT(thatMsg any) bool

func (*DesktopPasskeyLinkedResult) EqualVT

func (*DesktopPasskeyLinkedResult) GetAccountId

func (x *DesktopPasskeyLinkedResult) GetAccountId() string

func (*DesktopPasskeyLinkedResult) GetAuthParams

func (x *DesktopPasskeyLinkedResult) GetAuthParams() string

func (*DesktopPasskeyLinkedResult) GetEncryptedBlob

func (x *DesktopPasskeyLinkedResult) GetEncryptedBlob() string

func (*DesktopPasskeyLinkedResult) GetPinWrapped

func (x *DesktopPasskeyLinkedResult) GetPinWrapped() bool

func (*DesktopPasskeyLinkedResult) GetPrfCapable

func (x *DesktopPasskeyLinkedResult) GetPrfCapable() bool

func (*DesktopPasskeyLinkedResult) GetPrfOutput

func (x *DesktopPasskeyLinkedResult) GetPrfOutput() string

func (*DesktopPasskeyLinkedResult) GetPrfSalt

func (x *DesktopPasskeyLinkedResult) GetPrfSalt() string

func (*DesktopPasskeyLinkedResult) MarshalJSON

func (x *DesktopPasskeyLinkedResult) MarshalJSON() ([]byte, error)

MarshalJSON marshals the DesktopPasskeyLinkedResult to JSON.

func (*DesktopPasskeyLinkedResult) MarshalProtoJSON

func (x *DesktopPasskeyLinkedResult) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the DesktopPasskeyLinkedResult message to JSON.

func (*DesktopPasskeyLinkedResult) MarshalProtoText

func (x *DesktopPasskeyLinkedResult) MarshalProtoText() string

func (*DesktopPasskeyLinkedResult) MarshalToSizedBufferVT

func (m *DesktopPasskeyLinkedResult) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*DesktopPasskeyLinkedResult) MarshalToVT

func (m *DesktopPasskeyLinkedResult) MarshalToVT(dAtA []byte) (int, error)

func (*DesktopPasskeyLinkedResult) MarshalVT

func (m *DesktopPasskeyLinkedResult) MarshalVT() (dAtA []byte, err error)

func (*DesktopPasskeyLinkedResult) ProtoMessage

func (*DesktopPasskeyLinkedResult) ProtoMessage()

func (*DesktopPasskeyLinkedResult) Reset

func (x *DesktopPasskeyLinkedResult) Reset()

func (*DesktopPasskeyLinkedResult) SizeVT

func (m *DesktopPasskeyLinkedResult) SizeVT() (n int)

func (*DesktopPasskeyLinkedResult) String

func (x *DesktopPasskeyLinkedResult) String() string

func (*DesktopPasskeyLinkedResult) UnmarshalJSON

func (x *DesktopPasskeyLinkedResult) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the DesktopPasskeyLinkedResult from JSON.

func (*DesktopPasskeyLinkedResult) UnmarshalProtoJSON

func (x *DesktopPasskeyLinkedResult) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the DesktopPasskeyLinkedResult message from JSON.

func (*DesktopPasskeyLinkedResult) UnmarshalVT

func (m *DesktopPasskeyLinkedResult) UnmarshalVT(dAtA []byte) error

type DesktopPasskeyNewAccountResult

type DesktopPasskeyNewAccountResult struct {

	// Username is the browser-collected username for the pending account.
	Username string `protobuf:"bytes,1,opt,name=username,proto3" json:"username,omitempty"`
	// CredentialJson is the raw registration credential JSON from the browser.
	CredentialJson string `protobuf:"bytes,2,opt,name=credential_json,json=credentialJson,proto3" json:"credentialJson,omitempty"`
	// PrfCapable indicates whether the passkey supports PRF-based wrapping.
	PrfCapable bool `protobuf:"varint,3,opt,name=prf_capable,json=prfCapable,proto3" json:"prfCapable,omitempty"`
	// PrfSalt is the base64url PRF salt chosen during registration.
	PrfSalt string `protobuf:"bytes,4,opt,name=prf_salt,json=prfSalt,proto3" json:"prfSalt,omitempty"`
	// PrfOutput is the base64-encoded PRF output captured in the browser.
	PrfOutput string `protobuf:"bytes,5,opt,name=prf_output,json=prfOutput,proto3" json:"prfOutput,omitempty"`
	// contains filtered or unexported fields
}

DesktopPasskeyNewAccountResult is the new-account desktop passkey relay payload.

func (*DesktopPasskeyNewAccountResult) CloneMessageVT

func (*DesktopPasskeyNewAccountResult) CloneVT

func (*DesktopPasskeyNewAccountResult) EqualMessageVT

func (this *DesktopPasskeyNewAccountResult) EqualMessageVT(thatMsg any) bool

func (*DesktopPasskeyNewAccountResult) EqualVT

func (*DesktopPasskeyNewAccountResult) GetCredentialJson

func (x *DesktopPasskeyNewAccountResult) GetCredentialJson() string

func (*DesktopPasskeyNewAccountResult) GetPrfCapable

func (x *DesktopPasskeyNewAccountResult) GetPrfCapable() bool

func (*DesktopPasskeyNewAccountResult) GetPrfOutput

func (x *DesktopPasskeyNewAccountResult) GetPrfOutput() string

func (*DesktopPasskeyNewAccountResult) GetPrfSalt

func (x *DesktopPasskeyNewAccountResult) GetPrfSalt() string

func (*DesktopPasskeyNewAccountResult) GetUsername

func (x *DesktopPasskeyNewAccountResult) GetUsername() string

func (*DesktopPasskeyNewAccountResult) MarshalJSON

func (x *DesktopPasskeyNewAccountResult) MarshalJSON() ([]byte, error)

MarshalJSON marshals the DesktopPasskeyNewAccountResult to JSON.

func (*DesktopPasskeyNewAccountResult) MarshalProtoJSON

func (x *DesktopPasskeyNewAccountResult) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the DesktopPasskeyNewAccountResult message to JSON.

func (*DesktopPasskeyNewAccountResult) MarshalProtoText

func (x *DesktopPasskeyNewAccountResult) MarshalProtoText() string

func (*DesktopPasskeyNewAccountResult) MarshalToSizedBufferVT

func (m *DesktopPasskeyNewAccountResult) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*DesktopPasskeyNewAccountResult) MarshalToVT

func (m *DesktopPasskeyNewAccountResult) MarshalToVT(dAtA []byte) (int, error)

func (*DesktopPasskeyNewAccountResult) MarshalVT

func (m *DesktopPasskeyNewAccountResult) MarshalVT() (dAtA []byte, err error)

func (*DesktopPasskeyNewAccountResult) ProtoMessage

func (*DesktopPasskeyNewAccountResult) ProtoMessage()

func (*DesktopPasskeyNewAccountResult) Reset

func (x *DesktopPasskeyNewAccountResult) Reset()

func (*DesktopPasskeyNewAccountResult) SizeVT

func (m *DesktopPasskeyNewAccountResult) SizeVT() (n int)

func (*DesktopPasskeyNewAccountResult) String

func (*DesktopPasskeyNewAccountResult) UnmarshalJSON

func (x *DesktopPasskeyNewAccountResult) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the DesktopPasskeyNewAccountResult from JSON.

func (*DesktopPasskeyNewAccountResult) UnmarshalProtoJSON

func (x *DesktopPasskeyNewAccountResult) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the DesktopPasskeyNewAccountResult message from JSON.

func (*DesktopPasskeyNewAccountResult) UnmarshalVT

func (m *DesktopPasskeyNewAccountResult) UnmarshalVT(dAtA []byte) error

type DesktopPasskeyReauthRelayResult

type DesktopPasskeyReauthRelayResult struct {

	// Nonce is the auth-session nonce to deliver the reauth result to.
	Nonce string `protobuf:"bytes,1,opt,name=nonce,proto3" json:"nonce,omitempty"`
	// Reauth is the reauth-flow desktop passkey payload.
	Reauth *DesktopPasskeyReauthResult `protobuf:"bytes,2,opt,name=reauth,proto3" json:"reauth,omitempty"`
	// contains filtered or unexported fields
}

DesktopPasskeyReauthRelayResult is the auth-session relay payload for the desktop passkey reauth flow.

func (*DesktopPasskeyReauthRelayResult) CloneMessageVT

func (*DesktopPasskeyReauthRelayResult) CloneVT

func (*DesktopPasskeyReauthRelayResult) EqualMessageVT

func (this *DesktopPasskeyReauthRelayResult) EqualMessageVT(thatMsg any) bool

func (*DesktopPasskeyReauthRelayResult) EqualVT

func (*DesktopPasskeyReauthRelayResult) GetNonce

func (*DesktopPasskeyReauthRelayResult) GetReauth

func (*DesktopPasskeyReauthRelayResult) MarshalJSON

func (x *DesktopPasskeyReauthRelayResult) MarshalJSON() ([]byte, error)

MarshalJSON marshals the DesktopPasskeyReauthRelayResult to JSON.

func (*DesktopPasskeyReauthRelayResult) MarshalProtoJSON

func (x *DesktopPasskeyReauthRelayResult) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the DesktopPasskeyReauthRelayResult message to JSON.

func (*DesktopPasskeyReauthRelayResult) MarshalProtoText

func (x *DesktopPasskeyReauthRelayResult) MarshalProtoText() string

func (*DesktopPasskeyReauthRelayResult) MarshalToSizedBufferVT

func (m *DesktopPasskeyReauthRelayResult) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*DesktopPasskeyReauthRelayResult) MarshalToVT

func (m *DesktopPasskeyReauthRelayResult) MarshalToVT(dAtA []byte) (int, error)

func (*DesktopPasskeyReauthRelayResult) MarshalVT

func (m *DesktopPasskeyReauthRelayResult) MarshalVT() (dAtA []byte, err error)

func (*DesktopPasskeyReauthRelayResult) ProtoMessage

func (*DesktopPasskeyReauthRelayResult) ProtoMessage()

func (*DesktopPasskeyReauthRelayResult) Reset

func (*DesktopPasskeyReauthRelayResult) SizeVT

func (m *DesktopPasskeyReauthRelayResult) SizeVT() (n int)

func (*DesktopPasskeyReauthRelayResult) String

func (*DesktopPasskeyReauthRelayResult) UnmarshalJSON

func (x *DesktopPasskeyReauthRelayResult) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the DesktopPasskeyReauthRelayResult from JSON.

func (*DesktopPasskeyReauthRelayResult) UnmarshalProtoJSON

func (x *DesktopPasskeyReauthRelayResult) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the DesktopPasskeyReauthRelayResult message from JSON.

func (*DesktopPasskeyReauthRelayResult) UnmarshalVT

func (m *DesktopPasskeyReauthRelayResult) UnmarshalVT(dAtA []byte) error

type DesktopPasskeyReauthResult

type DesktopPasskeyReauthResult struct {

	// EncryptedBlob is the base64-encoded entity key blob for unlock.
	EncryptedBlob string `protobuf:"bytes,1,opt,name=encrypted_blob,json=encryptedBlob,proto3" json:"encryptedBlob,omitempty"`
	// PrfCapable indicates whether the linked credential supports PRF.
	PrfCapable bool `protobuf:"varint,2,opt,name=prf_capable,json=prfCapable,proto3" json:"prfCapable,omitempty"`
	// PrfSalt is the base64-encoded PRF salt used by the linked credential.
	PrfSalt string `protobuf:"bytes,3,opt,name=prf_salt,json=prfSalt,proto3" json:"prfSalt,omitempty"`
	// AuthParams is the base64-encoded authentication parameters for unwrap.
	AuthParams string `protobuf:"bytes,4,opt,name=auth_params,json=authParams,proto3" json:"authParams,omitempty"`
	// PinWrapped indicates whether the blob still has Layer 1 PIN wrapping.
	PinWrapped bool `protobuf:"varint,5,opt,name=pin_wrapped,json=pinWrapped,proto3" json:"pinWrapped,omitempty"`
	// PrfOutput is the base64-encoded PRF output captured in the browser.
	PrfOutput string `protobuf:"bytes,6,opt,name=prf_output,json=prfOutput,proto3" json:"prfOutput,omitempty"`
	// contains filtered or unexported fields
}

DesktopPasskeyReauthResult is the desktop passkey reauth relay payload.

func (*DesktopPasskeyReauthResult) CloneMessageVT

func (*DesktopPasskeyReauthResult) CloneVT

func (*DesktopPasskeyReauthResult) EqualMessageVT

func (this *DesktopPasskeyReauthResult) EqualMessageVT(thatMsg any) bool

func (*DesktopPasskeyReauthResult) EqualVT

func (*DesktopPasskeyReauthResult) GetAuthParams

func (x *DesktopPasskeyReauthResult) GetAuthParams() string

func (*DesktopPasskeyReauthResult) GetEncryptedBlob

func (x *DesktopPasskeyReauthResult) GetEncryptedBlob() string

func (*DesktopPasskeyReauthResult) GetPinWrapped

func (x *DesktopPasskeyReauthResult) GetPinWrapped() bool

func (*DesktopPasskeyReauthResult) GetPrfCapable

func (x *DesktopPasskeyReauthResult) GetPrfCapable() bool

func (*DesktopPasskeyReauthResult) GetPrfOutput

func (x *DesktopPasskeyReauthResult) GetPrfOutput() string

func (*DesktopPasskeyReauthResult) GetPrfSalt

func (x *DesktopPasskeyReauthResult) GetPrfSalt() string

func (*DesktopPasskeyReauthResult) MarshalJSON

func (x *DesktopPasskeyReauthResult) MarshalJSON() ([]byte, error)

MarshalJSON marshals the DesktopPasskeyReauthResult to JSON.

func (*DesktopPasskeyReauthResult) MarshalProtoJSON

func (x *DesktopPasskeyReauthResult) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the DesktopPasskeyReauthResult message to JSON.

func (*DesktopPasskeyReauthResult) MarshalProtoText

func (x *DesktopPasskeyReauthResult) MarshalProtoText() string

func (*DesktopPasskeyReauthResult) MarshalToSizedBufferVT

func (m *DesktopPasskeyReauthResult) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*DesktopPasskeyReauthResult) MarshalToVT

func (m *DesktopPasskeyReauthResult) MarshalToVT(dAtA []byte) (int, error)

func (*DesktopPasskeyReauthResult) MarshalVT

func (m *DesktopPasskeyReauthResult) MarshalVT() (dAtA []byte, err error)

func (*DesktopPasskeyReauthResult) ProtoMessage

func (*DesktopPasskeyReauthResult) ProtoMessage()

func (*DesktopPasskeyReauthResult) Reset

func (x *DesktopPasskeyReauthResult) Reset()

func (*DesktopPasskeyReauthResult) SizeVT

func (m *DesktopPasskeyReauthResult) SizeVT() (n int)

func (*DesktopPasskeyReauthResult) String

func (x *DesktopPasskeyReauthResult) String() string

func (*DesktopPasskeyReauthResult) UnmarshalJSON

func (x *DesktopPasskeyReauthResult) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the DesktopPasskeyReauthResult from JSON.

func (*DesktopPasskeyReauthResult) UnmarshalProtoJSON

func (x *DesktopPasskeyReauthResult) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the DesktopPasskeyReauthResult message from JSON.

func (*DesktopPasskeyReauthResult) UnmarshalVT

func (m *DesktopPasskeyReauthResult) UnmarshalVT(dAtA []byte) error

type DesktopPasskeyReauthVerifyRequest

type DesktopPasskeyReauthVerifyRequest struct {

	// Nonce is the auth-session nonce returned by StartDesktopPasskeyReauth.
	Nonce string `protobuf:"bytes,1,opt,name=nonce,proto3" json:"nonce,omitempty"`
	// CredentialJson is the raw authentication credential JSON from the browser.
	CredentialJson string `protobuf:"bytes,2,opt,name=credential_json,json=credentialJson,proto3" json:"credentialJson,omitempty"`
	// contains filtered or unexported fields
}

DesktopPasskeyReauthVerifyRequest is the request body for the nonce-scoped desktop reauth verify endpoint.

func (*DesktopPasskeyReauthVerifyRequest) CloneMessageVT

func (*DesktopPasskeyReauthVerifyRequest) CloneVT

func (*DesktopPasskeyReauthVerifyRequest) EqualMessageVT

func (this *DesktopPasskeyReauthVerifyRequest) EqualMessageVT(thatMsg any) bool

func (*DesktopPasskeyReauthVerifyRequest) EqualVT

func (*DesktopPasskeyReauthVerifyRequest) GetCredentialJson

func (x *DesktopPasskeyReauthVerifyRequest) GetCredentialJson() string

func (*DesktopPasskeyReauthVerifyRequest) GetNonce

func (*DesktopPasskeyReauthVerifyRequest) MarshalJSON

func (x *DesktopPasskeyReauthVerifyRequest) MarshalJSON() ([]byte, error)

MarshalJSON marshals the DesktopPasskeyReauthVerifyRequest to JSON.

func (*DesktopPasskeyReauthVerifyRequest) MarshalProtoJSON

func (x *DesktopPasskeyReauthVerifyRequest) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the DesktopPasskeyReauthVerifyRequest message to JSON.

func (*DesktopPasskeyReauthVerifyRequest) MarshalProtoText

func (x *DesktopPasskeyReauthVerifyRequest) MarshalProtoText() string

func (*DesktopPasskeyReauthVerifyRequest) MarshalToSizedBufferVT

func (m *DesktopPasskeyReauthVerifyRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*DesktopPasskeyReauthVerifyRequest) MarshalToVT

func (m *DesktopPasskeyReauthVerifyRequest) MarshalToVT(dAtA []byte) (int, error)

func (*DesktopPasskeyReauthVerifyRequest) MarshalVT

func (m *DesktopPasskeyReauthVerifyRequest) MarshalVT() (dAtA []byte, err error)

func (*DesktopPasskeyReauthVerifyRequest) ProtoMessage

func (*DesktopPasskeyReauthVerifyRequest) ProtoMessage()

func (*DesktopPasskeyReauthVerifyRequest) Reset

func (*DesktopPasskeyReauthVerifyRequest) SizeVT

func (m *DesktopPasskeyReauthVerifyRequest) SizeVT() (n int)

func (*DesktopPasskeyReauthVerifyRequest) String

func (*DesktopPasskeyReauthVerifyRequest) UnmarshalJSON

func (x *DesktopPasskeyReauthVerifyRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the DesktopPasskeyReauthVerifyRequest from JSON.

func (*DesktopPasskeyReauthVerifyRequest) UnmarshalProtoJSON

func (x *DesktopPasskeyReauthVerifyRequest) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the DesktopPasskeyReauthVerifyRequest message from JSON.

func (*DesktopPasskeyReauthVerifyRequest) UnmarshalVT

func (m *DesktopPasskeyReauthVerifyRequest) UnmarshalVT(dAtA []byte) error

type DesktopPasskeyRegisterChallengeRequest

type DesktopPasskeyRegisterChallengeRequest struct {

	// Nonce is the auth-session nonce returned by StartDesktopPasskeyRegister.
	Nonce string `protobuf:"bytes,1,opt,name=nonce,proto3" json:"nonce,omitempty"`
	// contains filtered or unexported fields
}

DesktopPasskeyRegisterChallengeRequest is the request body for the nonce-scoped desktop register challenge endpoint.

func (*DesktopPasskeyRegisterChallengeRequest) CloneMessageVT

func (*DesktopPasskeyRegisterChallengeRequest) CloneVT

func (*DesktopPasskeyRegisterChallengeRequest) EqualMessageVT

func (this *DesktopPasskeyRegisterChallengeRequest) EqualMessageVT(thatMsg any) bool

func (*DesktopPasskeyRegisterChallengeRequest) EqualVT

func (*DesktopPasskeyRegisterChallengeRequest) GetNonce

func (*DesktopPasskeyRegisterChallengeRequest) MarshalJSON

func (x *DesktopPasskeyRegisterChallengeRequest) MarshalJSON() ([]byte, error)

MarshalJSON marshals the DesktopPasskeyRegisterChallengeRequest to JSON.

func (*DesktopPasskeyRegisterChallengeRequest) MarshalProtoJSON

MarshalProtoJSON marshals the DesktopPasskeyRegisterChallengeRequest message to JSON.

func (*DesktopPasskeyRegisterChallengeRequest) MarshalProtoText

func (x *DesktopPasskeyRegisterChallengeRequest) MarshalProtoText() string

func (*DesktopPasskeyRegisterChallengeRequest) MarshalToSizedBufferVT

func (m *DesktopPasskeyRegisterChallengeRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*DesktopPasskeyRegisterChallengeRequest) MarshalToVT

func (m *DesktopPasskeyRegisterChallengeRequest) MarshalToVT(dAtA []byte) (int, error)

func (*DesktopPasskeyRegisterChallengeRequest) MarshalVT

func (m *DesktopPasskeyRegisterChallengeRequest) MarshalVT() (dAtA []byte, err error)

func (*DesktopPasskeyRegisterChallengeRequest) ProtoMessage

func (*DesktopPasskeyRegisterChallengeRequest) Reset

func (*DesktopPasskeyRegisterChallengeRequest) SizeVT

func (*DesktopPasskeyRegisterChallengeRequest) String

func (*DesktopPasskeyRegisterChallengeRequest) UnmarshalJSON

func (x *DesktopPasskeyRegisterChallengeRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the DesktopPasskeyRegisterChallengeRequest from JSON.

func (*DesktopPasskeyRegisterChallengeRequest) UnmarshalProtoJSON

UnmarshalProtoJSON unmarshals the DesktopPasskeyRegisterChallengeRequest message from JSON.

func (*DesktopPasskeyRegisterChallengeRequest) UnmarshalVT

func (m *DesktopPasskeyRegisterChallengeRequest) UnmarshalVT(dAtA []byte) error

type DesktopPasskeyRegisterChallengeResponse

type DesktopPasskeyRegisterChallengeResponse struct {

	// OptionsJson is the PublicKeyCredentialCreationOptions as a JSON string.
	OptionsJson string `protobuf:"bytes,1,opt,name=options_json,json=optionsJson,proto3" json:"optionsJson,omitempty"`
	// Username is the entity id for the account the ceremony is registering for.
	Username string `protobuf:"bytes,2,opt,name=username,proto3" json:"username,omitempty"`
	// contains filtered or unexported fields
}

DesktopPasskeyRegisterChallengeResponse is the response body for the nonce-scoped desktop register challenge endpoint.

func (*DesktopPasskeyRegisterChallengeResponse) CloneMessageVT

func (*DesktopPasskeyRegisterChallengeResponse) CloneVT

func (*DesktopPasskeyRegisterChallengeResponse) EqualMessageVT

func (this *DesktopPasskeyRegisterChallengeResponse) EqualMessageVT(thatMsg any) bool

func (*DesktopPasskeyRegisterChallengeResponse) EqualVT

func (*DesktopPasskeyRegisterChallengeResponse) GetOptionsJson

func (x *DesktopPasskeyRegisterChallengeResponse) GetOptionsJson() string

func (*DesktopPasskeyRegisterChallengeResponse) GetUsername

func (*DesktopPasskeyRegisterChallengeResponse) MarshalJSON

func (x *DesktopPasskeyRegisterChallengeResponse) MarshalJSON() ([]byte, error)

MarshalJSON marshals the DesktopPasskeyRegisterChallengeResponse to JSON.

func (*DesktopPasskeyRegisterChallengeResponse) MarshalProtoJSON

MarshalProtoJSON marshals the DesktopPasskeyRegisterChallengeResponse message to JSON.

func (*DesktopPasskeyRegisterChallengeResponse) MarshalProtoText

func (x *DesktopPasskeyRegisterChallengeResponse) MarshalProtoText() string

func (*DesktopPasskeyRegisterChallengeResponse) MarshalToSizedBufferVT

func (m *DesktopPasskeyRegisterChallengeResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*DesktopPasskeyRegisterChallengeResponse) MarshalToVT

func (m *DesktopPasskeyRegisterChallengeResponse) MarshalToVT(dAtA []byte) (int, error)

func (*DesktopPasskeyRegisterChallengeResponse) MarshalVT

func (m *DesktopPasskeyRegisterChallengeResponse) MarshalVT() (dAtA []byte, err error)

func (*DesktopPasskeyRegisterChallengeResponse) ProtoMessage

func (*DesktopPasskeyRegisterChallengeResponse) Reset

func (*DesktopPasskeyRegisterChallengeResponse) SizeVT

func (*DesktopPasskeyRegisterChallengeResponse) String

func (*DesktopPasskeyRegisterChallengeResponse) UnmarshalJSON

func (x *DesktopPasskeyRegisterChallengeResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the DesktopPasskeyRegisterChallengeResponse from JSON.

func (*DesktopPasskeyRegisterChallengeResponse) UnmarshalProtoJSON

UnmarshalProtoJSON unmarshals the DesktopPasskeyRegisterChallengeResponse message from JSON.

func (*DesktopPasskeyRegisterChallengeResponse) UnmarshalVT

func (m *DesktopPasskeyRegisterChallengeResponse) UnmarshalVT(dAtA []byte) error

type DesktopPasskeyRegisterRelayResult

type DesktopPasskeyRegisterRelayResult struct {

	// Nonce is the auth-session nonce to deliver the register result to.
	Nonce string `protobuf:"bytes,1,opt,name=nonce,proto3" json:"nonce,omitempty"`
	// Register is the register-flow desktop passkey payload.
	Register *DesktopPasskeyRegisterResult `protobuf:"bytes,2,opt,name=register,proto3" json:"register,omitempty"`
	// contains filtered or unexported fields
}

DesktopPasskeyRegisterRelayResult is the auth-session relay payload for the desktop add-passkey register flow.

func (*DesktopPasskeyRegisterRelayResult) CloneMessageVT

func (*DesktopPasskeyRegisterRelayResult) CloneVT

func (*DesktopPasskeyRegisterRelayResult) EqualMessageVT

func (this *DesktopPasskeyRegisterRelayResult) EqualMessageVT(thatMsg any) bool

func (*DesktopPasskeyRegisterRelayResult) EqualVT

func (*DesktopPasskeyRegisterRelayResult) GetNonce

func (*DesktopPasskeyRegisterRelayResult) GetRegister

func (*DesktopPasskeyRegisterRelayResult) MarshalJSON

func (x *DesktopPasskeyRegisterRelayResult) MarshalJSON() ([]byte, error)

MarshalJSON marshals the DesktopPasskeyRegisterRelayResult to JSON.

func (*DesktopPasskeyRegisterRelayResult) MarshalProtoJSON

func (x *DesktopPasskeyRegisterRelayResult) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the DesktopPasskeyRegisterRelayResult message to JSON.

func (*DesktopPasskeyRegisterRelayResult) MarshalProtoText

func (x *DesktopPasskeyRegisterRelayResult) MarshalProtoText() string

func (*DesktopPasskeyRegisterRelayResult) MarshalToSizedBufferVT

func (m *DesktopPasskeyRegisterRelayResult) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*DesktopPasskeyRegisterRelayResult) MarshalToVT

func (m *DesktopPasskeyRegisterRelayResult) MarshalToVT(dAtA []byte) (int, error)

func (*DesktopPasskeyRegisterRelayResult) MarshalVT

func (m *DesktopPasskeyRegisterRelayResult) MarshalVT() (dAtA []byte, err error)

func (*DesktopPasskeyRegisterRelayResult) ProtoMessage

func (*DesktopPasskeyRegisterRelayResult) ProtoMessage()

func (*DesktopPasskeyRegisterRelayResult) Reset

func (*DesktopPasskeyRegisterRelayResult) SizeVT

func (m *DesktopPasskeyRegisterRelayResult) SizeVT() (n int)

func (*DesktopPasskeyRegisterRelayResult) String

func (*DesktopPasskeyRegisterRelayResult) UnmarshalJSON

func (x *DesktopPasskeyRegisterRelayResult) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the DesktopPasskeyRegisterRelayResult from JSON.

func (*DesktopPasskeyRegisterRelayResult) UnmarshalProtoJSON

func (x *DesktopPasskeyRegisterRelayResult) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the DesktopPasskeyRegisterRelayResult message from JSON.

func (*DesktopPasskeyRegisterRelayResult) UnmarshalVT

func (m *DesktopPasskeyRegisterRelayResult) UnmarshalVT(dAtA []byte) error

type DesktopPasskeyRegisterResult

type DesktopPasskeyRegisterResult struct {

	// Username is the browser-confirmed username for the target account.
	Username string `protobuf:"bytes,1,opt,name=username,proto3" json:"username,omitempty"`
	// CredentialJson is the raw registration credential JSON from the browser.
	CredentialJson string `protobuf:"bytes,2,opt,name=credential_json,json=credentialJson,proto3" json:"credentialJson,omitempty"`
	// PrfCapable indicates whether the new credential supports PRF-based wrapping.
	PrfCapable bool `protobuf:"varint,3,opt,name=prf_capable,json=prfCapable,proto3" json:"prfCapable,omitempty"`
	// PrfSalt is the base64url PRF salt chosen during registration.
	PrfSalt string `protobuf:"bytes,4,opt,name=prf_salt,json=prfSalt,proto3" json:"prfSalt,omitempty"`
	// PrfOutput is the base64-encoded PRF output captured in the browser.
	PrfOutput string `protobuf:"bytes,5,opt,name=prf_output,json=prfOutput,proto3" json:"prfOutput,omitempty"`
	// contains filtered or unexported fields
}

DesktopPasskeyRegisterResult is the add-passkey desktop register relay payload.

func (*DesktopPasskeyRegisterResult) CloneMessageVT

func (*DesktopPasskeyRegisterResult) CloneVT

func (*DesktopPasskeyRegisterResult) EqualMessageVT

func (this *DesktopPasskeyRegisterResult) EqualMessageVT(thatMsg any) bool

func (*DesktopPasskeyRegisterResult) EqualVT

func (*DesktopPasskeyRegisterResult) GetCredentialJson

func (x *DesktopPasskeyRegisterResult) GetCredentialJson() string

func (*DesktopPasskeyRegisterResult) GetPrfCapable

func (x *DesktopPasskeyRegisterResult) GetPrfCapable() bool

func (*DesktopPasskeyRegisterResult) GetPrfOutput

func (x *DesktopPasskeyRegisterResult) GetPrfOutput() string

func (*DesktopPasskeyRegisterResult) GetPrfSalt

func (x *DesktopPasskeyRegisterResult) GetPrfSalt() string

func (*DesktopPasskeyRegisterResult) GetUsername

func (x *DesktopPasskeyRegisterResult) GetUsername() string

func (*DesktopPasskeyRegisterResult) MarshalJSON

func (x *DesktopPasskeyRegisterResult) MarshalJSON() ([]byte, error)

MarshalJSON marshals the DesktopPasskeyRegisterResult to JSON.

func (*DesktopPasskeyRegisterResult) MarshalProtoJSON

func (x *DesktopPasskeyRegisterResult) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the DesktopPasskeyRegisterResult message to JSON.

func (*DesktopPasskeyRegisterResult) MarshalProtoText

func (x *DesktopPasskeyRegisterResult) MarshalProtoText() string

func (*DesktopPasskeyRegisterResult) MarshalToSizedBufferVT

func (m *DesktopPasskeyRegisterResult) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*DesktopPasskeyRegisterResult) MarshalToVT

func (m *DesktopPasskeyRegisterResult) MarshalToVT(dAtA []byte) (int, error)

func (*DesktopPasskeyRegisterResult) MarshalVT

func (m *DesktopPasskeyRegisterResult) MarshalVT() (dAtA []byte, err error)

func (*DesktopPasskeyRegisterResult) ProtoMessage

func (*DesktopPasskeyRegisterResult) ProtoMessage()

func (*DesktopPasskeyRegisterResult) Reset

func (x *DesktopPasskeyRegisterResult) Reset()

func (*DesktopPasskeyRegisterResult) SizeVT

func (m *DesktopPasskeyRegisterResult) SizeVT() (n int)

func (*DesktopPasskeyRegisterResult) String

func (*DesktopPasskeyRegisterResult) UnmarshalJSON

func (x *DesktopPasskeyRegisterResult) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the DesktopPasskeyRegisterResult from JSON.

func (*DesktopPasskeyRegisterResult) UnmarshalProtoJSON

func (x *DesktopPasskeyRegisterResult) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the DesktopPasskeyRegisterResult message from JSON.

func (*DesktopPasskeyRegisterResult) UnmarshalVT

func (m *DesktopPasskeyRegisterResult) UnmarshalVT(dAtA []byte) error

type DesktopPasskeyRelayResponse

type DesktopPasskeyRelayResponse struct {
	// contains filtered or unexported fields
}

DesktopPasskeyRelayResponse is the response body for POST /auth/passkey/desktop/relay. Empty acknowledgement; the relay handler stores the payload on the auth-session DO and returns success.

func (*DesktopPasskeyRelayResponse) CloneMessageVT

func (*DesktopPasskeyRelayResponse) CloneVT

func (*DesktopPasskeyRelayResponse) EqualMessageVT

func (this *DesktopPasskeyRelayResponse) EqualMessageVT(thatMsg any) bool

func (*DesktopPasskeyRelayResponse) EqualVT

func (*DesktopPasskeyRelayResponse) MarshalJSON

func (x *DesktopPasskeyRelayResponse) MarshalJSON() ([]byte, error)

MarshalJSON marshals the DesktopPasskeyRelayResponse to JSON.

func (*DesktopPasskeyRelayResponse) MarshalProtoJSON

func (x *DesktopPasskeyRelayResponse) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the DesktopPasskeyRelayResponse message to JSON.

func (*DesktopPasskeyRelayResponse) MarshalProtoText

func (x *DesktopPasskeyRelayResponse) MarshalProtoText() string

func (*DesktopPasskeyRelayResponse) MarshalToSizedBufferVT

func (m *DesktopPasskeyRelayResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*DesktopPasskeyRelayResponse) MarshalToVT

func (m *DesktopPasskeyRelayResponse) MarshalToVT(dAtA []byte) (int, error)

func (*DesktopPasskeyRelayResponse) MarshalVT

func (m *DesktopPasskeyRelayResponse) MarshalVT() (dAtA []byte, err error)

func (*DesktopPasskeyRelayResponse) ProtoMessage

func (*DesktopPasskeyRelayResponse) ProtoMessage()

func (*DesktopPasskeyRelayResponse) Reset

func (x *DesktopPasskeyRelayResponse) Reset()

func (*DesktopPasskeyRelayResponse) SizeVT

func (m *DesktopPasskeyRelayResponse) SizeVT() (n int)

func (*DesktopPasskeyRelayResponse) String

func (x *DesktopPasskeyRelayResponse) String() string

func (*DesktopPasskeyRelayResponse) UnmarshalJSON

func (x *DesktopPasskeyRelayResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the DesktopPasskeyRelayResponse from JSON.

func (*DesktopPasskeyRelayResponse) UnmarshalProtoJSON

func (x *DesktopPasskeyRelayResponse) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the DesktopPasskeyRelayResponse message from JSON.

func (*DesktopPasskeyRelayResponse) UnmarshalVT

func (m *DesktopPasskeyRelayResponse) UnmarshalVT(dAtA []byte) error

type DesktopPasskeyRelayResult

type DesktopPasskeyRelayResult struct {

	// Nonce is the auth-session nonce to deliver the result to.
	Nonce string `protobuf:"bytes,1,opt,name=nonce,proto3" json:"nonce,omitempty"`
	// Result is the linked or new-account desktop passkey payload.
	//
	// Types that are assignable to Result:
	//
	//	*DesktopPasskeyRelayResult_Linked
	//	*DesktopPasskeyRelayResult_NewAccount
	Result isDesktopPasskeyRelayResult_Result `protobuf_oneof:"result"`
	// contains filtered or unexported fields
}

DesktopPasskeyRelayResult is the auth-session relay payload for desktop passkey.

func (*DesktopPasskeyRelayResult) CloneMessageVT

func (*DesktopPasskeyRelayResult) CloneVT

func (*DesktopPasskeyRelayResult) EqualMessageVT

func (this *DesktopPasskeyRelayResult) EqualMessageVT(thatMsg any) bool

func (*DesktopPasskeyRelayResult) EqualVT

func (*DesktopPasskeyRelayResult) GetLinked

func (*DesktopPasskeyRelayResult) GetNewAccount

func (*DesktopPasskeyRelayResult) GetNonce

func (x *DesktopPasskeyRelayResult) GetNonce() string

func (*DesktopPasskeyRelayResult) GetResult

func (m *DesktopPasskeyRelayResult) GetResult() isDesktopPasskeyRelayResult_Result

func (*DesktopPasskeyRelayResult) MarshalJSON

func (x *DesktopPasskeyRelayResult) MarshalJSON() ([]byte, error)

MarshalJSON marshals the DesktopPasskeyRelayResult to JSON.

func (*DesktopPasskeyRelayResult) MarshalProtoJSON

func (x *DesktopPasskeyRelayResult) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the DesktopPasskeyRelayResult message to JSON.

func (*DesktopPasskeyRelayResult) MarshalProtoText

func (x *DesktopPasskeyRelayResult) MarshalProtoText() string

func (*DesktopPasskeyRelayResult) MarshalToSizedBufferVT

func (m *DesktopPasskeyRelayResult) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*DesktopPasskeyRelayResult) MarshalToVT

func (m *DesktopPasskeyRelayResult) MarshalToVT(dAtA []byte) (int, error)

func (*DesktopPasskeyRelayResult) MarshalVT

func (m *DesktopPasskeyRelayResult) MarshalVT() (dAtA []byte, err error)

func (*DesktopPasskeyRelayResult) ProtoMessage

func (*DesktopPasskeyRelayResult) ProtoMessage()

func (*DesktopPasskeyRelayResult) Reset

func (x *DesktopPasskeyRelayResult) Reset()

func (*DesktopPasskeyRelayResult) SizeVT

func (m *DesktopPasskeyRelayResult) SizeVT() (n int)

func (*DesktopPasskeyRelayResult) String

func (x *DesktopPasskeyRelayResult) String() string

func (*DesktopPasskeyRelayResult) UnmarshalJSON

func (x *DesktopPasskeyRelayResult) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the DesktopPasskeyRelayResult from JSON.

func (*DesktopPasskeyRelayResult) UnmarshalProtoJSON

func (x *DesktopPasskeyRelayResult) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the DesktopPasskeyRelayResult message from JSON.

func (*DesktopPasskeyRelayResult) UnmarshalVT

func (m *DesktopPasskeyRelayResult) UnmarshalVT(dAtA []byte) error

type DesktopPasskeyRelayResult_Linked

type DesktopPasskeyRelayResult_Linked struct {
	// Linked is returned when the browser authenticated an existing account.
	Linked *DesktopPasskeyLinkedResult `protobuf:"bytes,2,opt,name=linked,proto3,oneof"`
}

func (*DesktopPasskeyRelayResult_Linked) CloneOneofVT

func (m *DesktopPasskeyRelayResult_Linked) CloneOneofVT() isDesktopPasskeyRelayResult_Result

func (*DesktopPasskeyRelayResult_Linked) CloneVT

func (*DesktopPasskeyRelayResult_Linked) EqualVT

func (this *DesktopPasskeyRelayResult_Linked) EqualVT(thatIface isDesktopPasskeyRelayResult_Result) bool

func (*DesktopPasskeyRelayResult_Linked) MarshalToSizedBufferVT

func (m *DesktopPasskeyRelayResult_Linked) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*DesktopPasskeyRelayResult_Linked) MarshalToVT

func (m *DesktopPasskeyRelayResult_Linked) MarshalToVT(dAtA []byte) (int, error)

func (*DesktopPasskeyRelayResult_Linked) SizeVT

func (m *DesktopPasskeyRelayResult_Linked) SizeVT() (n int)

type DesktopPasskeyRelayResult_NewAccount

type DesktopPasskeyRelayResult_NewAccount struct {
	// NewAccount is returned when the browser completed registration artifacts.
	NewAccount *DesktopPasskeyNewAccountResult `protobuf:"bytes,3,opt,name=new_account,json=newAccount,proto3,oneof"`
}

func (*DesktopPasskeyRelayResult_NewAccount) CloneOneofVT

func (m *DesktopPasskeyRelayResult_NewAccount) CloneOneofVT() isDesktopPasskeyRelayResult_Result

func (*DesktopPasskeyRelayResult_NewAccount) CloneVT

func (*DesktopPasskeyRelayResult_NewAccount) EqualVT

func (this *DesktopPasskeyRelayResult_NewAccount) EqualVT(thatIface isDesktopPasskeyRelayResult_Result) bool

func (*DesktopPasskeyRelayResult_NewAccount) MarshalToSizedBufferVT

func (m *DesktopPasskeyRelayResult_NewAccount) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*DesktopPasskeyRelayResult_NewAccount) MarshalToVT

func (m *DesktopPasskeyRelayResult_NewAccount) MarshalToVT(dAtA []byte) (int, error)

func (*DesktopPasskeyRelayResult_NewAccount) SizeVT

func (m *DesktopPasskeyRelayResult_NewAccount) SizeVT() (n int)

type DesktopPasskeyStartRequest

type DesktopPasskeyStartRequest struct {
	// contains filtered or unexported fields
}

DesktopPasskeyStartRequest is the request body for POST /auth/passkey/start.

func (*DesktopPasskeyStartRequest) CloneMessageVT

func (*DesktopPasskeyStartRequest) CloneVT

func (*DesktopPasskeyStartRequest) EqualMessageVT

func (this *DesktopPasskeyStartRequest) EqualMessageVT(thatMsg any) bool

func (*DesktopPasskeyStartRequest) EqualVT

func (*DesktopPasskeyStartRequest) MarshalJSON

func (x *DesktopPasskeyStartRequest) MarshalJSON() ([]byte, error)

MarshalJSON marshals the DesktopPasskeyStartRequest to JSON.

func (*DesktopPasskeyStartRequest) MarshalProtoJSON

func (x *DesktopPasskeyStartRequest) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the DesktopPasskeyStartRequest message to JSON.

func (*DesktopPasskeyStartRequest) MarshalProtoText

func (x *DesktopPasskeyStartRequest) MarshalProtoText() string

func (*DesktopPasskeyStartRequest) MarshalToSizedBufferVT

func (m *DesktopPasskeyStartRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*DesktopPasskeyStartRequest) MarshalToVT

func (m *DesktopPasskeyStartRequest) MarshalToVT(dAtA []byte) (int, error)

func (*DesktopPasskeyStartRequest) MarshalVT

func (m *DesktopPasskeyStartRequest) MarshalVT() (dAtA []byte, err error)

func (*DesktopPasskeyStartRequest) ProtoMessage

func (*DesktopPasskeyStartRequest) ProtoMessage()

func (*DesktopPasskeyStartRequest) Reset

func (x *DesktopPasskeyStartRequest) Reset()

func (*DesktopPasskeyStartRequest) SizeVT

func (m *DesktopPasskeyStartRequest) SizeVT() (n int)

func (*DesktopPasskeyStartRequest) String

func (x *DesktopPasskeyStartRequest) String() string

func (*DesktopPasskeyStartRequest) UnmarshalJSON

func (x *DesktopPasskeyStartRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the DesktopPasskeyStartRequest from JSON.

func (*DesktopPasskeyStartRequest) UnmarshalProtoJSON

func (x *DesktopPasskeyStartRequest) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the DesktopPasskeyStartRequest message from JSON.

func (*DesktopPasskeyStartRequest) UnmarshalVT

func (m *DesktopPasskeyStartRequest) UnmarshalVT(dAtA []byte) error

type DesktopPasskeyStartResponse

type DesktopPasskeyStartResponse struct {

	// Nonce is the auth-session nonce for the desktop passkey flow.
	Nonce string `protobuf:"bytes,1,opt,name=nonce,proto3" json:"nonce,omitempty"`
	// WsTicket is the JWT ticket for the auth session WebSocket.
	WsTicket string `protobuf:"bytes,2,opt,name=ws_ticket,json=wsTicket,proto3" json:"wsTicket,omitempty"`
	// OpenUrl is the full browser URL to open for the desktop passkey flow.
	OpenUrl string `protobuf:"bytes,3,opt,name=open_url,json=openUrl,proto3" json:"openUrl,omitempty"`
	// contains filtered or unexported fields
}

DesktopPasskeyStartResponse is the response body for POST /auth/passkey/start.

func (*DesktopPasskeyStartResponse) CloneMessageVT

func (*DesktopPasskeyStartResponse) CloneVT

func (*DesktopPasskeyStartResponse) EqualMessageVT

func (this *DesktopPasskeyStartResponse) EqualMessageVT(thatMsg any) bool

func (*DesktopPasskeyStartResponse) EqualVT

func (*DesktopPasskeyStartResponse) GetNonce

func (x *DesktopPasskeyStartResponse) GetNonce() string

func (*DesktopPasskeyStartResponse) GetOpenUrl

func (x *DesktopPasskeyStartResponse) GetOpenUrl() string

func (*DesktopPasskeyStartResponse) GetWsTicket

func (x *DesktopPasskeyStartResponse) GetWsTicket() string

func (*DesktopPasskeyStartResponse) MarshalJSON

func (x *DesktopPasskeyStartResponse) MarshalJSON() ([]byte, error)

MarshalJSON marshals the DesktopPasskeyStartResponse to JSON.

func (*DesktopPasskeyStartResponse) MarshalProtoJSON

func (x *DesktopPasskeyStartResponse) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the DesktopPasskeyStartResponse message to JSON.

func (*DesktopPasskeyStartResponse) MarshalProtoText

func (x *DesktopPasskeyStartResponse) MarshalProtoText() string

func (*DesktopPasskeyStartResponse) MarshalToSizedBufferVT

func (m *DesktopPasskeyStartResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*DesktopPasskeyStartResponse) MarshalToVT

func (m *DesktopPasskeyStartResponse) MarshalToVT(dAtA []byte) (int, error)

func (*DesktopPasskeyStartResponse) MarshalVT

func (m *DesktopPasskeyStartResponse) MarshalVT() (dAtA []byte, err error)

func (*DesktopPasskeyStartResponse) ProtoMessage

func (*DesktopPasskeyStartResponse) ProtoMessage()

func (*DesktopPasskeyStartResponse) Reset

func (x *DesktopPasskeyStartResponse) Reset()

func (*DesktopPasskeyStartResponse) SizeVT

func (m *DesktopPasskeyStartResponse) SizeVT() (n int)

func (*DesktopPasskeyStartResponse) String

func (x *DesktopPasskeyStartResponse) String() string

func (*DesktopPasskeyStartResponse) UnmarshalJSON

func (x *DesktopPasskeyStartResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the DesktopPasskeyStartResponse from JSON.

func (*DesktopPasskeyStartResponse) UnmarshalProtoJSON

func (x *DesktopPasskeyStartResponse) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the DesktopPasskeyStartResponse message from JSON.

func (*DesktopPasskeyStartResponse) UnmarshalVT

func (m *DesktopPasskeyStartResponse) UnmarshalVT(dAtA []byte) error

type DesktopSSOLinkResult

type DesktopSSOLinkResult struct {

	// Provider is the SSO provider name ("google" or "github") the user linked.
	Provider string `protobuf:"bytes,1,opt,name=provider,proto3" json:"provider,omitempty"`
	// Code is the OAuth authorization code returned by the provider.
	Code string `protobuf:"bytes,2,opt,name=code,proto3" json:"code,omitempty"`
	// Email is the OAuth provider display email, when available. Informational
	// for UI and error surfaces only; account linking uses Provider + Code.
	Email string `protobuf:"bytes,3,opt,name=email,proto3" json:"email,omitempty"`
	// contains filtered or unexported fields
}

DesktopSSOLinkResult is the relay payload pushed back to the waiting native desktop client after the system browser completes the OAuth provider flow. The SessionDetails UI feeds Provider + Code into the existing Account.LinkSSO(...) completion path to finish the link against the mounted account.

func (*DesktopSSOLinkResult) CloneMessageVT

func (*DesktopSSOLinkResult) CloneVT

func (*DesktopSSOLinkResult) EqualMessageVT

func (this *DesktopSSOLinkResult) EqualMessageVT(thatMsg any) bool

func (*DesktopSSOLinkResult) EqualVT

func (this *DesktopSSOLinkResult) EqualVT(that *DesktopSSOLinkResult) bool

func (*DesktopSSOLinkResult) GetCode

func (x *DesktopSSOLinkResult) GetCode() string

func (*DesktopSSOLinkResult) GetEmail

func (x *DesktopSSOLinkResult) GetEmail() string

func (*DesktopSSOLinkResult) GetProvider

func (x *DesktopSSOLinkResult) GetProvider() string

func (*DesktopSSOLinkResult) MarshalJSON

func (x *DesktopSSOLinkResult) MarshalJSON() ([]byte, error)

MarshalJSON marshals the DesktopSSOLinkResult to JSON.

func (*DesktopSSOLinkResult) MarshalProtoJSON

func (x *DesktopSSOLinkResult) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the DesktopSSOLinkResult message to JSON.

func (*DesktopSSOLinkResult) MarshalProtoText

func (x *DesktopSSOLinkResult) MarshalProtoText() string

func (*DesktopSSOLinkResult) MarshalToSizedBufferVT

func (m *DesktopSSOLinkResult) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*DesktopSSOLinkResult) MarshalToVT

func (m *DesktopSSOLinkResult) MarshalToVT(dAtA []byte) (int, error)

func (*DesktopSSOLinkResult) MarshalVT

func (m *DesktopSSOLinkResult) MarshalVT() (dAtA []byte, err error)

func (*DesktopSSOLinkResult) ProtoMessage

func (*DesktopSSOLinkResult) ProtoMessage()

func (*DesktopSSOLinkResult) Reset

func (x *DesktopSSOLinkResult) Reset()

func (*DesktopSSOLinkResult) SizeVT

func (m *DesktopSSOLinkResult) SizeVT() (n int)

func (*DesktopSSOLinkResult) String

func (x *DesktopSSOLinkResult) String() string

func (*DesktopSSOLinkResult) UnmarshalJSON

func (x *DesktopSSOLinkResult) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the DesktopSSOLinkResult from JSON.

func (*DesktopSSOLinkResult) UnmarshalProtoJSON

func (x *DesktopSSOLinkResult) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the DesktopSSOLinkResult message from JSON.

func (*DesktopSSOLinkResult) UnmarshalVT

func (m *DesktopSSOLinkResult) UnmarshalVT(dAtA []byte) error

type DesktopSSOLinkStartRequest

type DesktopSSOLinkStartRequest struct {

	// Provider is the SSO provider name ("google" or "github").
	Provider string `protobuf:"bytes,1,opt,name=provider,proto3" json:"provider,omitempty"`
	// contains filtered or unexported fields
}

DesktopSSOLinkStartRequest is the request body for POST /auth/sso/link/start. Used by the native desktop SessionDetails flow to begin an OAuth link against the currently logged-in account. The cloud returns the final provider authorize URL and the auth-session relay material so the native client can open the system browser and wait for the relay result over the auth-session WebSocket.

func (*DesktopSSOLinkStartRequest) CloneMessageVT

func (*DesktopSSOLinkStartRequest) CloneVT

func (*DesktopSSOLinkStartRequest) EqualMessageVT

func (this *DesktopSSOLinkStartRequest) EqualMessageVT(thatMsg any) bool

func (*DesktopSSOLinkStartRequest) EqualVT

func (*DesktopSSOLinkStartRequest) GetProvider

func (x *DesktopSSOLinkStartRequest) GetProvider() string

func (*DesktopSSOLinkStartRequest) MarshalJSON

func (x *DesktopSSOLinkStartRequest) MarshalJSON() ([]byte, error)

MarshalJSON marshals the DesktopSSOLinkStartRequest to JSON.

func (*DesktopSSOLinkStartRequest) MarshalProtoJSON

func (x *DesktopSSOLinkStartRequest) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the DesktopSSOLinkStartRequest message to JSON.

func (*DesktopSSOLinkStartRequest) MarshalProtoText

func (x *DesktopSSOLinkStartRequest) MarshalProtoText() string

func (*DesktopSSOLinkStartRequest) MarshalToSizedBufferVT

func (m *DesktopSSOLinkStartRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*DesktopSSOLinkStartRequest) MarshalToVT

func (m *DesktopSSOLinkStartRequest) MarshalToVT(dAtA []byte) (int, error)

func (*DesktopSSOLinkStartRequest) MarshalVT

func (m *DesktopSSOLinkStartRequest) MarshalVT() (dAtA []byte, err error)

func (*DesktopSSOLinkStartRequest) ProtoMessage

func (*DesktopSSOLinkStartRequest) ProtoMessage()

func (*DesktopSSOLinkStartRequest) Reset

func (x *DesktopSSOLinkStartRequest) Reset()

func (*DesktopSSOLinkStartRequest) SizeVT

func (m *DesktopSSOLinkStartRequest) SizeVT() (n int)

func (*DesktopSSOLinkStartRequest) String

func (x *DesktopSSOLinkStartRequest) String() string

func (*DesktopSSOLinkStartRequest) UnmarshalJSON

func (x *DesktopSSOLinkStartRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the DesktopSSOLinkStartRequest from JSON.

func (*DesktopSSOLinkStartRequest) UnmarshalProtoJSON

func (x *DesktopSSOLinkStartRequest) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the DesktopSSOLinkStartRequest message from JSON.

func (*DesktopSSOLinkStartRequest) UnmarshalVT

func (m *DesktopSSOLinkStartRequest) UnmarshalVT(dAtA []byte) error

type DesktopSSOLinkStartResponse

type DesktopSSOLinkStartResponse struct {

	// WsTicket is the JWT ticket for the auth session WebSocket.
	WsTicket string `protobuf:"bytes,1,opt,name=ws_ticket,json=wsTicket,proto3" json:"wsTicket,omitempty"`
	// OpenUrl is the full browser URL to open for the desktop SSO-link flow.
	OpenUrl string `protobuf:"bytes,2,opt,name=open_url,json=openUrl,proto3" json:"openUrl,omitempty"`
	// contains filtered or unexported fields
}

DesktopSSOLinkStartResponse is the response body for POST /auth/sso/link/start.

func (*DesktopSSOLinkStartResponse) CloneMessageVT

func (*DesktopSSOLinkStartResponse) CloneVT

func (*DesktopSSOLinkStartResponse) EqualMessageVT

func (this *DesktopSSOLinkStartResponse) EqualMessageVT(thatMsg any) bool

func (*DesktopSSOLinkStartResponse) EqualVT

func (*DesktopSSOLinkStartResponse) GetOpenUrl

func (x *DesktopSSOLinkStartResponse) GetOpenUrl() string

func (*DesktopSSOLinkStartResponse) GetWsTicket

func (x *DesktopSSOLinkStartResponse) GetWsTicket() string

func (*DesktopSSOLinkStartResponse) MarshalJSON

func (x *DesktopSSOLinkStartResponse) MarshalJSON() ([]byte, error)

MarshalJSON marshals the DesktopSSOLinkStartResponse to JSON.

func (*DesktopSSOLinkStartResponse) MarshalProtoJSON

func (x *DesktopSSOLinkStartResponse) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the DesktopSSOLinkStartResponse message to JSON.

func (*DesktopSSOLinkStartResponse) MarshalProtoText

func (x *DesktopSSOLinkStartResponse) MarshalProtoText() string

func (*DesktopSSOLinkStartResponse) MarshalToSizedBufferVT

func (m *DesktopSSOLinkStartResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*DesktopSSOLinkStartResponse) MarshalToVT

func (m *DesktopSSOLinkStartResponse) MarshalToVT(dAtA []byte) (int, error)

func (*DesktopSSOLinkStartResponse) MarshalVT

func (m *DesktopSSOLinkStartResponse) MarshalVT() (dAtA []byte, err error)

func (*DesktopSSOLinkStartResponse) ProtoMessage

func (*DesktopSSOLinkStartResponse) ProtoMessage()

func (*DesktopSSOLinkStartResponse) Reset

func (x *DesktopSSOLinkStartResponse) Reset()

func (*DesktopSSOLinkStartResponse) SizeVT

func (m *DesktopSSOLinkStartResponse) SizeVT() (n int)

func (*DesktopSSOLinkStartResponse) String

func (x *DesktopSSOLinkStartResponse) String() string

func (*DesktopSSOLinkStartResponse) UnmarshalJSON

func (x *DesktopSSOLinkStartResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the DesktopSSOLinkStartResponse from JSON.

func (*DesktopSSOLinkStartResponse) UnmarshalProtoJSON

func (x *DesktopSSOLinkStartResponse) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the DesktopSSOLinkStartResponse message from JSON.

func (*DesktopSSOLinkStartResponse) UnmarshalVT

func (m *DesktopSSOLinkStartResponse) UnmarshalVT(dAtA []byte) error

type DesktopSSOStartRequest

type DesktopSSOStartRequest struct {

	// Provider is the SSO provider name ("google" or "github").
	Provider string `protobuf:"bytes,1,opt,name=provider,proto3" json:"provider,omitempty"`
	// DevicePublicKey is the X25519 public key for desktop SSO encryption.
	DevicePublicKey []byte `protobuf:"bytes,2,opt,name=device_public_key,json=devicePublicKey,proto3" json:"devicePublicKey,omitempty"`
	// contains filtered or unexported fields
}

DesktopSSOStartRequest is the request body for POST /auth/sso/start.

func (*DesktopSSOStartRequest) CloneMessageVT

func (*DesktopSSOStartRequest) CloneVT

func (*DesktopSSOStartRequest) EqualMessageVT

func (this *DesktopSSOStartRequest) EqualMessageVT(thatMsg any) bool

func (*DesktopSSOStartRequest) EqualVT

func (this *DesktopSSOStartRequest) EqualVT(that *DesktopSSOStartRequest) bool

func (*DesktopSSOStartRequest) GetDevicePublicKey

func (x *DesktopSSOStartRequest) GetDevicePublicKey() []byte

func (*DesktopSSOStartRequest) GetProvider

func (x *DesktopSSOStartRequest) GetProvider() string

func (*DesktopSSOStartRequest) MarshalJSON

func (x *DesktopSSOStartRequest) MarshalJSON() ([]byte, error)

MarshalJSON marshals the DesktopSSOStartRequest to JSON.

func (*DesktopSSOStartRequest) MarshalProtoJSON

func (x *DesktopSSOStartRequest) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the DesktopSSOStartRequest message to JSON.

func (*DesktopSSOStartRequest) MarshalProtoText

func (x *DesktopSSOStartRequest) MarshalProtoText() string

func (*DesktopSSOStartRequest) MarshalToSizedBufferVT

func (m *DesktopSSOStartRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*DesktopSSOStartRequest) MarshalToVT

func (m *DesktopSSOStartRequest) MarshalToVT(dAtA []byte) (int, error)

func (*DesktopSSOStartRequest) MarshalVT

func (m *DesktopSSOStartRequest) MarshalVT() (dAtA []byte, err error)

func (*DesktopSSOStartRequest) ProtoMessage

func (*DesktopSSOStartRequest) ProtoMessage()

func (*DesktopSSOStartRequest) Reset

func (x *DesktopSSOStartRequest) Reset()

func (*DesktopSSOStartRequest) SizeVT

func (m *DesktopSSOStartRequest) SizeVT() (n int)

func (*DesktopSSOStartRequest) String

func (x *DesktopSSOStartRequest) String() string

func (*DesktopSSOStartRequest) UnmarshalJSON

func (x *DesktopSSOStartRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the DesktopSSOStartRequest from JSON.

func (*DesktopSSOStartRequest) UnmarshalProtoJSON

func (x *DesktopSSOStartRequest) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the DesktopSSOStartRequest message from JSON.

func (*DesktopSSOStartRequest) UnmarshalVT

func (m *DesktopSSOStartRequest) UnmarshalVT(dAtA []byte) error

type DesktopSSOStartResponse

type DesktopSSOStartResponse struct {

	// WsTicket is the JWT ticket for the auth session WebSocket.
	WsTicket string `protobuf:"bytes,1,opt,name=ws_ticket,json=wsTicket,proto3" json:"wsTicket,omitempty"`
	// OpenUrl is the full browser URL to open for the desktop SSO flow.
	OpenUrl string `protobuf:"bytes,2,opt,name=open_url,json=openUrl,proto3" json:"openUrl,omitempty"`
	// contains filtered or unexported fields
}

DesktopSSOStartResponse is the response body for POST /auth/sso/start.

func (*DesktopSSOStartResponse) CloneMessageVT

func (*DesktopSSOStartResponse) CloneVT

func (*DesktopSSOStartResponse) EqualMessageVT

func (this *DesktopSSOStartResponse) EqualMessageVT(thatMsg any) bool

func (*DesktopSSOStartResponse) EqualVT

func (*DesktopSSOStartResponse) GetOpenUrl

func (x *DesktopSSOStartResponse) GetOpenUrl() string

func (*DesktopSSOStartResponse) GetWsTicket

func (x *DesktopSSOStartResponse) GetWsTicket() string

func (*DesktopSSOStartResponse) MarshalJSON

func (x *DesktopSSOStartResponse) MarshalJSON() ([]byte, error)

MarshalJSON marshals the DesktopSSOStartResponse to JSON.

func (*DesktopSSOStartResponse) MarshalProtoJSON

func (x *DesktopSSOStartResponse) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the DesktopSSOStartResponse message to JSON.

func (*DesktopSSOStartResponse) MarshalProtoText

func (x *DesktopSSOStartResponse) MarshalProtoText() string

func (*DesktopSSOStartResponse) MarshalToSizedBufferVT

func (m *DesktopSSOStartResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*DesktopSSOStartResponse) MarshalToVT

func (m *DesktopSSOStartResponse) MarshalToVT(dAtA []byte) (int, error)

func (*DesktopSSOStartResponse) MarshalVT

func (m *DesktopSSOStartResponse) MarshalVT() (dAtA []byte, err error)

func (*DesktopSSOStartResponse) ProtoMessage

func (*DesktopSSOStartResponse) ProtoMessage()

func (*DesktopSSOStartResponse) Reset

func (x *DesktopSSOStartResponse) Reset()

func (*DesktopSSOStartResponse) SizeVT

func (m *DesktopSSOStartResponse) SizeVT() (n int)

func (*DesktopSSOStartResponse) String

func (x *DesktopSSOStartResponse) String() string

func (*DesktopSSOStartResponse) UnmarshalJSON

func (x *DesktopSSOStartResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the DesktopSSOStartResponse from JSON.

func (*DesktopSSOStartResponse) UnmarshalProtoJSON

func (x *DesktopSSOStartResponse) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the DesktopSSOStartResponse message from JSON.

func (*DesktopSSOStartResponse) UnmarshalVT

func (m *DesktopSSOStartResponse) UnmarshalVT(dAtA []byte) error

type DetachBillingAccountRequest

type DetachBillingAccountRequest struct {

	// TargetOwnerType is the principal type to detach ("account" | "organization").
	TargetOwnerType string `protobuf:"bytes,1,opt,name=target_owner_type,json=targetOwnerType,proto3" json:"targetOwnerType,omitempty"`
	// TargetOwnerId is the principal id (account ULID or org ULID).
	TargetOwnerId string `protobuf:"bytes,2,opt,name=target_owner_id,json=targetOwnerId,proto3" json:"targetOwnerId,omitempty"`
	// contains filtered or unexported fields
}

DetachBillingAccountRequest is the request body for POST /api/billing/detach. Clears the billing account assignment on a principal. The caller must be the principal itself (for account targets) or hold org:owner on the target org.

func (*DetachBillingAccountRequest) CloneMessageVT

func (*DetachBillingAccountRequest) CloneVT

func (*DetachBillingAccountRequest) EqualMessageVT

func (this *DetachBillingAccountRequest) EqualMessageVT(thatMsg any) bool

func (*DetachBillingAccountRequest) EqualVT

func (*DetachBillingAccountRequest) GetTargetOwnerId

func (x *DetachBillingAccountRequest) GetTargetOwnerId() string

func (*DetachBillingAccountRequest) GetTargetOwnerType

func (x *DetachBillingAccountRequest) GetTargetOwnerType() string

func (*DetachBillingAccountRequest) MarshalJSON

func (x *DetachBillingAccountRequest) MarshalJSON() ([]byte, error)

MarshalJSON marshals the DetachBillingAccountRequest to JSON.

func (*DetachBillingAccountRequest) MarshalProtoJSON

func (x *DetachBillingAccountRequest) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the DetachBillingAccountRequest message to JSON.

func (*DetachBillingAccountRequest) MarshalProtoText

func (x *DetachBillingAccountRequest) MarshalProtoText() string

func (*DetachBillingAccountRequest) MarshalToSizedBufferVT

func (m *DetachBillingAccountRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*DetachBillingAccountRequest) MarshalToVT

func (m *DetachBillingAccountRequest) MarshalToVT(dAtA []byte) (int, error)

func (*DetachBillingAccountRequest) MarshalVT

func (m *DetachBillingAccountRequest) MarshalVT() (dAtA []byte, err error)

func (*DetachBillingAccountRequest) ProtoMessage

func (*DetachBillingAccountRequest) ProtoMessage()

func (*DetachBillingAccountRequest) Reset

func (x *DetachBillingAccountRequest) Reset()

func (*DetachBillingAccountRequest) SizeVT

func (m *DetachBillingAccountRequest) SizeVT() (n int)

func (*DetachBillingAccountRequest) String

func (x *DetachBillingAccountRequest) String() string

func (*DetachBillingAccountRequest) UnmarshalJSON

func (x *DetachBillingAccountRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the DetachBillingAccountRequest from JSON.

func (*DetachBillingAccountRequest) UnmarshalProtoJSON

func (x *DetachBillingAccountRequest) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the DetachBillingAccountRequest message from JSON.

func (*DetachBillingAccountRequest) UnmarshalVT

func (m *DetachBillingAccountRequest) UnmarshalVT(dAtA []byte) error

type DetachBillingAccountResponse

type DetachBillingAccountResponse struct {
	// contains filtered or unexported fields
}

DetachBillingAccountResponse is the response body for POST /api/billing/detach.

func (*DetachBillingAccountResponse) CloneMessageVT

func (*DetachBillingAccountResponse) CloneVT

func (*DetachBillingAccountResponse) EqualMessageVT

func (this *DetachBillingAccountResponse) EqualMessageVT(thatMsg any) bool

func (*DetachBillingAccountResponse) EqualVT

func (*DetachBillingAccountResponse) MarshalJSON

func (x *DetachBillingAccountResponse) MarshalJSON() ([]byte, error)

MarshalJSON marshals the DetachBillingAccountResponse to JSON.

func (*DetachBillingAccountResponse) MarshalProtoJSON

func (x *DetachBillingAccountResponse) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the DetachBillingAccountResponse message to JSON.

func (*DetachBillingAccountResponse) MarshalProtoText

func (x *DetachBillingAccountResponse) MarshalProtoText() string

func (*DetachBillingAccountResponse) MarshalToSizedBufferVT

func (m *DetachBillingAccountResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*DetachBillingAccountResponse) MarshalToVT

func (m *DetachBillingAccountResponse) MarshalToVT(dAtA []byte) (int, error)

func (*DetachBillingAccountResponse) MarshalVT

func (m *DetachBillingAccountResponse) MarshalVT() (dAtA []byte, err error)

func (*DetachBillingAccountResponse) ProtoMessage

func (*DetachBillingAccountResponse) ProtoMessage()

func (*DetachBillingAccountResponse) Reset

func (x *DetachBillingAccountResponse) Reset()

func (*DetachBillingAccountResponse) SizeVT

func (m *DetachBillingAccountResponse) SizeVT() (n int)

func (*DetachBillingAccountResponse) String

func (*DetachBillingAccountResponse) UnmarshalJSON

func (x *DetachBillingAccountResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the DetachBillingAccountResponse from JSON.

func (*DetachBillingAccountResponse) UnmarshalProtoJSON

func (x *DetachBillingAccountResponse) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the DetachBillingAccountResponse message from JSON.

func (*DetachBillingAccountResponse) UnmarshalVT

func (m *DetachBillingAccountResponse) UnmarshalVT(dAtA []byte) error

type EmailVerifyCodeRequest

type EmailVerifyCodeRequest struct {

	// Email is the email address being verified.
	Email string `protobuf:"bytes,1,opt,name=email,proto3" json:"email,omitempty"`
	// Code is the 6-digit verification code.
	Code string `protobuf:"bytes,2,opt,name=code,proto3" json:"code,omitempty"`
	// contains filtered or unexported fields
}

EmailVerifyCodeRequest is the request body for POST /account/email/verify-code.

func (*EmailVerifyCodeRequest) CloneMessageVT

func (*EmailVerifyCodeRequest) CloneVT

func (*EmailVerifyCodeRequest) EqualMessageVT

func (this *EmailVerifyCodeRequest) EqualMessageVT(thatMsg any) bool

func (*EmailVerifyCodeRequest) EqualVT

func (this *EmailVerifyCodeRequest) EqualVT(that *EmailVerifyCodeRequest) bool

func (*EmailVerifyCodeRequest) GetCode

func (x *EmailVerifyCodeRequest) GetCode() string

func (*EmailVerifyCodeRequest) GetEmail

func (x *EmailVerifyCodeRequest) GetEmail() string

func (*EmailVerifyCodeRequest) MarshalJSON

func (x *EmailVerifyCodeRequest) MarshalJSON() ([]byte, error)

MarshalJSON marshals the EmailVerifyCodeRequest to JSON.

func (*EmailVerifyCodeRequest) MarshalProtoJSON

func (x *EmailVerifyCodeRequest) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the EmailVerifyCodeRequest message to JSON.

func (*EmailVerifyCodeRequest) MarshalProtoText

func (x *EmailVerifyCodeRequest) MarshalProtoText() string

func (*EmailVerifyCodeRequest) MarshalToSizedBufferVT

func (m *EmailVerifyCodeRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*EmailVerifyCodeRequest) MarshalToVT

func (m *EmailVerifyCodeRequest) MarshalToVT(dAtA []byte) (int, error)

func (*EmailVerifyCodeRequest) MarshalVT

func (m *EmailVerifyCodeRequest) MarshalVT() (dAtA []byte, err error)

func (*EmailVerifyCodeRequest) ProtoMessage

func (*EmailVerifyCodeRequest) ProtoMessage()

func (*EmailVerifyCodeRequest) Reset

func (x *EmailVerifyCodeRequest) Reset()

func (*EmailVerifyCodeRequest) SizeVT

func (m *EmailVerifyCodeRequest) SizeVT() (n int)

func (*EmailVerifyCodeRequest) String

func (x *EmailVerifyCodeRequest) String() string

func (*EmailVerifyCodeRequest) UnmarshalJSON

func (x *EmailVerifyCodeRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the EmailVerifyCodeRequest from JSON.

func (*EmailVerifyCodeRequest) UnmarshalProtoJSON

func (x *EmailVerifyCodeRequest) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the EmailVerifyCodeRequest message from JSON.

func (*EmailVerifyCodeRequest) UnmarshalVT

func (m *EmailVerifyCodeRequest) UnmarshalVT(dAtA []byte) error

type EmailVerifyCodeResponse

type EmailVerifyCodeResponse struct {

	// Verified is true if the email was successfully verified.
	Verified bool `protobuf:"varint,1,opt,name=verified,proto3" json:"verified,omitempty"`
	// contains filtered or unexported fields
}

EmailVerifyCodeResponse is the response body for POST /account/email/verify-code.

func (*EmailVerifyCodeResponse) CloneMessageVT

func (*EmailVerifyCodeResponse) CloneVT

func (*EmailVerifyCodeResponse) EqualMessageVT

func (this *EmailVerifyCodeResponse) EqualMessageVT(thatMsg any) bool

func (*EmailVerifyCodeResponse) EqualVT

func (*EmailVerifyCodeResponse) GetVerified

func (x *EmailVerifyCodeResponse) GetVerified() bool

func (*EmailVerifyCodeResponse) MarshalJSON

func (x *EmailVerifyCodeResponse) MarshalJSON() ([]byte, error)

MarshalJSON marshals the EmailVerifyCodeResponse to JSON.

func (*EmailVerifyCodeResponse) MarshalProtoJSON

func (x *EmailVerifyCodeResponse) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the EmailVerifyCodeResponse message to JSON.

func (*EmailVerifyCodeResponse) MarshalProtoText

func (x *EmailVerifyCodeResponse) MarshalProtoText() string

func (*EmailVerifyCodeResponse) MarshalToSizedBufferVT

func (m *EmailVerifyCodeResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*EmailVerifyCodeResponse) MarshalToVT

func (m *EmailVerifyCodeResponse) MarshalToVT(dAtA []byte) (int, error)

func (*EmailVerifyCodeResponse) MarshalVT

func (m *EmailVerifyCodeResponse) MarshalVT() (dAtA []byte, err error)

func (*EmailVerifyCodeResponse) ProtoMessage

func (*EmailVerifyCodeResponse) ProtoMessage()

func (*EmailVerifyCodeResponse) Reset

func (x *EmailVerifyCodeResponse) Reset()

func (*EmailVerifyCodeResponse) SizeVT

func (m *EmailVerifyCodeResponse) SizeVT() (n int)

func (*EmailVerifyCodeResponse) String

func (x *EmailVerifyCodeResponse) String() string

func (*EmailVerifyCodeResponse) UnmarshalJSON

func (x *EmailVerifyCodeResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the EmailVerifyCodeResponse from JSON.

func (*EmailVerifyCodeResponse) UnmarshalProtoJSON

func (x *EmailVerifyCodeResponse) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the EmailVerifyCodeResponse message from JSON.

func (*EmailVerifyCodeResponse) UnmarshalVT

func (m *EmailVerifyCodeResponse) UnmarshalVT(dAtA []byte) error

type EnrollMemberPeer

type EnrollMemberPeer struct {

	// PeerId is the session peer ID (base58).
	PeerId string `protobuf:"bytes,1,opt,name=peer_id,json=peerId,proto3" json:"peerId,omitempty"`
	// contains filtered or unexported fields
}

EnrollMemberPeer is a session peer for the target member.

func (*EnrollMemberPeer) CloneMessageVT

func (m *EnrollMemberPeer) CloneMessageVT() protobuf_go_lite.CloneMessage

func (*EnrollMemberPeer) CloneVT

func (m *EnrollMemberPeer) CloneVT() *EnrollMemberPeer

func (*EnrollMemberPeer) EqualMessageVT

func (this *EnrollMemberPeer) EqualMessageVT(thatMsg any) bool

func (*EnrollMemberPeer) EqualVT

func (this *EnrollMemberPeer) EqualVT(that *EnrollMemberPeer) bool

func (*EnrollMemberPeer) GetPeerId

func (x *EnrollMemberPeer) GetPeerId() string

func (*EnrollMemberPeer) MarshalJSON

func (x *EnrollMemberPeer) MarshalJSON() ([]byte, error)

MarshalJSON marshals the EnrollMemberPeer to JSON.

func (*EnrollMemberPeer) MarshalProtoJSON

func (x *EnrollMemberPeer) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the EnrollMemberPeer message to JSON.

func (*EnrollMemberPeer) MarshalProtoText

func (x *EnrollMemberPeer) MarshalProtoText() string

func (*EnrollMemberPeer) MarshalToSizedBufferVT

func (m *EnrollMemberPeer) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*EnrollMemberPeer) MarshalToVT

func (m *EnrollMemberPeer) MarshalToVT(dAtA []byte) (int, error)

func (*EnrollMemberPeer) MarshalVT

func (m *EnrollMemberPeer) MarshalVT() (dAtA []byte, err error)

func (*EnrollMemberPeer) ProtoMessage

func (*EnrollMemberPeer) ProtoMessage()

func (*EnrollMemberPeer) Reset

func (x *EnrollMemberPeer) Reset()

func (*EnrollMemberPeer) SizeVT

func (m *EnrollMemberPeer) SizeVT() (n int)

func (*EnrollMemberPeer) String

func (x *EnrollMemberPeer) String() string

func (*EnrollMemberPeer) UnmarshalJSON

func (x *EnrollMemberPeer) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the EnrollMemberPeer from JSON.

func (*EnrollMemberPeer) UnmarshalProtoJSON

func (x *EnrollMemberPeer) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the EnrollMemberPeer message from JSON.

func (*EnrollMemberPeer) UnmarshalVT

func (m *EnrollMemberPeer) UnmarshalVT(dAtA []byte) error

type EnrollMemberRequest

type EnrollMemberRequest struct {

	// AccountId is the target member's account ID.
	AccountId string `protobuf:"bytes,1,opt,name=account_id,json=accountId,proto3" json:"accountId,omitempty"`
	// IgnoreExclusion bypasses per-space exclusion checks for explicit owner
	// re-enrollment. Background reconciliation leaves this false.
	IgnoreExclusion bool `protobuf:"varint,2,opt,name=ignore_exclusion,json=ignoreExclusion,proto3" json:"ignoreExclusion,omitempty"`
	// contains filtered or unexported fields
}

EnrollMemberRequest is the request body for POST /sobject/:id/enroll-member.

func (*EnrollMemberRequest) CloneMessageVT

func (*EnrollMemberRequest) CloneVT

func (*EnrollMemberRequest) EqualMessageVT

func (this *EnrollMemberRequest) EqualMessageVT(thatMsg any) bool

func (*EnrollMemberRequest) EqualVT

func (this *EnrollMemberRequest) EqualVT(that *EnrollMemberRequest) bool

func (*EnrollMemberRequest) GetAccountId

func (x *EnrollMemberRequest) GetAccountId() string

func (*EnrollMemberRequest) GetIgnoreExclusion

func (x *EnrollMemberRequest) GetIgnoreExclusion() bool

func (*EnrollMemberRequest) MarshalJSON

func (x *EnrollMemberRequest) MarshalJSON() ([]byte, error)

MarshalJSON marshals the EnrollMemberRequest to JSON.

func (*EnrollMemberRequest) MarshalProtoJSON

func (x *EnrollMemberRequest) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the EnrollMemberRequest message to JSON.

func (*EnrollMemberRequest) MarshalProtoText

func (x *EnrollMemberRequest) MarshalProtoText() string

func (*EnrollMemberRequest) MarshalToSizedBufferVT

func (m *EnrollMemberRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*EnrollMemberRequest) MarshalToVT

func (m *EnrollMemberRequest) MarshalToVT(dAtA []byte) (int, error)

func (*EnrollMemberRequest) MarshalVT

func (m *EnrollMemberRequest) MarshalVT() (dAtA []byte, err error)

func (*EnrollMemberRequest) ProtoMessage

func (*EnrollMemberRequest) ProtoMessage()

func (*EnrollMemberRequest) Reset

func (x *EnrollMemberRequest) Reset()

func (*EnrollMemberRequest) SizeVT

func (m *EnrollMemberRequest) SizeVT() (n int)

func (*EnrollMemberRequest) String

func (x *EnrollMemberRequest) String() string

func (*EnrollMemberRequest) UnmarshalJSON

func (x *EnrollMemberRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the EnrollMemberRequest from JSON.

func (*EnrollMemberRequest) UnmarshalProtoJSON

func (x *EnrollMemberRequest) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the EnrollMemberRequest message from JSON.

func (*EnrollMemberRequest) UnmarshalVT

func (m *EnrollMemberRequest) UnmarshalVT(dAtA []byte) error

type EnrollMemberResponse

type EnrollMemberResponse struct {

	// Peers is the list of registered session peers for the target account.
	Peers []*EnrollMemberPeer `protobuf:"bytes,1,rep,name=peers,proto3" json:"peers,omitempty"`
	// contains filtered or unexported fields
}

EnrollMemberResponse is the response body for POST /sobject/:id/enroll-member.

func (*EnrollMemberResponse) CloneMessageVT

func (*EnrollMemberResponse) CloneVT

func (*EnrollMemberResponse) EqualMessageVT

func (this *EnrollMemberResponse) EqualMessageVT(thatMsg any) bool

func (*EnrollMemberResponse) EqualVT

func (this *EnrollMemberResponse) EqualVT(that *EnrollMemberResponse) bool

func (*EnrollMemberResponse) GetPeers

func (x *EnrollMemberResponse) GetPeers() []*EnrollMemberPeer

func (*EnrollMemberResponse) MarshalJSON

func (x *EnrollMemberResponse) MarshalJSON() ([]byte, error)

MarshalJSON marshals the EnrollMemberResponse to JSON.

func (*EnrollMemberResponse) MarshalProtoJSON

func (x *EnrollMemberResponse) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the EnrollMemberResponse message to JSON.

func (*EnrollMemberResponse) MarshalProtoText

func (x *EnrollMemberResponse) MarshalProtoText() string

func (*EnrollMemberResponse) MarshalToSizedBufferVT

func (m *EnrollMemberResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*EnrollMemberResponse) MarshalToVT

func (m *EnrollMemberResponse) MarshalToVT(dAtA []byte) (int, error)

func (*EnrollMemberResponse) MarshalVT

func (m *EnrollMemberResponse) MarshalVT() (dAtA []byte, err error)

func (*EnrollMemberResponse) ProtoMessage

func (*EnrollMemberResponse) ProtoMessage()

func (*EnrollMemberResponse) Reset

func (x *EnrollMemberResponse) Reset()

func (*EnrollMemberResponse) SizeVT

func (m *EnrollMemberResponse) SizeVT() (n int)

func (*EnrollMemberResponse) String

func (x *EnrollMemberResponse) String() string

func (*EnrollMemberResponse) UnmarshalJSON

func (x *EnrollMemberResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the EnrollMemberResponse from JSON.

func (*EnrollMemberResponse) UnmarshalProtoJSON

func (x *EnrollMemberResponse) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the EnrollMemberResponse message from JSON.

func (*EnrollMemberResponse) UnmarshalVT

func (m *EnrollMemberResponse) UnmarshalVT(dAtA []byte) error

type EnsureAccountSObjectBindingRequest

type EnsureAccountSObjectBindingRequest struct {

	// Purpose is the logical binding purpose, for example "account-settings".
	Purpose string `protobuf:"bytes,1,opt,name=purpose,proto3" json:"purpose,omitempty"`
	// contains filtered or unexported fields
}

EnsureAccountSObjectBindingRequest reserves or returns an account-owned shared object binding for the requested purpose.

func (*EnsureAccountSObjectBindingRequest) CloneMessageVT

func (*EnsureAccountSObjectBindingRequest) CloneVT

func (*EnsureAccountSObjectBindingRequest) EqualMessageVT

func (this *EnsureAccountSObjectBindingRequest) EqualMessageVT(thatMsg any) bool

func (*EnsureAccountSObjectBindingRequest) EqualVT

func (*EnsureAccountSObjectBindingRequest) GetPurpose

func (*EnsureAccountSObjectBindingRequest) MarshalJSON

func (x *EnsureAccountSObjectBindingRequest) MarshalJSON() ([]byte, error)

MarshalJSON marshals the EnsureAccountSObjectBindingRequest to JSON.

func (*EnsureAccountSObjectBindingRequest) MarshalProtoJSON

func (x *EnsureAccountSObjectBindingRequest) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the EnsureAccountSObjectBindingRequest message to JSON.

func (*EnsureAccountSObjectBindingRequest) MarshalProtoText

func (x *EnsureAccountSObjectBindingRequest) MarshalProtoText() string

func (*EnsureAccountSObjectBindingRequest) MarshalToSizedBufferVT

func (m *EnsureAccountSObjectBindingRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*EnsureAccountSObjectBindingRequest) MarshalToVT

func (m *EnsureAccountSObjectBindingRequest) MarshalToVT(dAtA []byte) (int, error)

func (*EnsureAccountSObjectBindingRequest) MarshalVT

func (m *EnsureAccountSObjectBindingRequest) MarshalVT() (dAtA []byte, err error)

func (*EnsureAccountSObjectBindingRequest) ProtoMessage

func (*EnsureAccountSObjectBindingRequest) ProtoMessage()

func (*EnsureAccountSObjectBindingRequest) Reset

func (*EnsureAccountSObjectBindingRequest) SizeVT

func (m *EnsureAccountSObjectBindingRequest) SizeVT() (n int)

func (*EnsureAccountSObjectBindingRequest) String

func (*EnsureAccountSObjectBindingRequest) UnmarshalJSON

func (x *EnsureAccountSObjectBindingRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the EnsureAccountSObjectBindingRequest from JSON.

func (*EnsureAccountSObjectBindingRequest) UnmarshalProtoJSON

func (x *EnsureAccountSObjectBindingRequest) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the EnsureAccountSObjectBindingRequest message from JSON.

func (*EnsureAccountSObjectBindingRequest) UnmarshalVT

func (m *EnsureAccountSObjectBindingRequest) UnmarshalVT(dAtA []byte) error

type EnsureAccountSObjectBindingResponse

type EnsureAccountSObjectBindingResponse struct {

	// Binding is the reserved or existing account-owned shared object binding.
	Binding *AccountSObjectBinding `protobuf:"bytes,1,opt,name=binding,proto3" json:"binding,omitempty"`
	// contains filtered or unexported fields
}

EnsureAccountSObjectBindingResponse returns the reserved or existing binding for the requested account/purpose pair.

func (*EnsureAccountSObjectBindingResponse) CloneMessageVT

func (*EnsureAccountSObjectBindingResponse) CloneVT

func (*EnsureAccountSObjectBindingResponse) EqualMessageVT

func (this *EnsureAccountSObjectBindingResponse) EqualMessageVT(thatMsg any) bool

func (*EnsureAccountSObjectBindingResponse) EqualVT

func (*EnsureAccountSObjectBindingResponse) GetBinding

func (*EnsureAccountSObjectBindingResponse) MarshalJSON

func (x *EnsureAccountSObjectBindingResponse) MarshalJSON() ([]byte, error)

MarshalJSON marshals the EnsureAccountSObjectBindingResponse to JSON.

func (*EnsureAccountSObjectBindingResponse) MarshalProtoJSON

func (x *EnsureAccountSObjectBindingResponse) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the EnsureAccountSObjectBindingResponse message to JSON.

func (*EnsureAccountSObjectBindingResponse) MarshalProtoText

func (x *EnsureAccountSObjectBindingResponse) MarshalProtoText() string

func (*EnsureAccountSObjectBindingResponse) MarshalToSizedBufferVT

func (m *EnsureAccountSObjectBindingResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*EnsureAccountSObjectBindingResponse) MarshalToVT

func (m *EnsureAccountSObjectBindingResponse) MarshalToVT(dAtA []byte) (int, error)

func (*EnsureAccountSObjectBindingResponse) MarshalVT

func (m *EnsureAccountSObjectBindingResponse) MarshalVT() (dAtA []byte, err error)

func (*EnsureAccountSObjectBindingResponse) ProtoMessage

func (*EnsureAccountSObjectBindingResponse) ProtoMessage()

func (*EnsureAccountSObjectBindingResponse) Reset

func (*EnsureAccountSObjectBindingResponse) SizeVT

func (m *EnsureAccountSObjectBindingResponse) SizeVT() (n int)

func (*EnsureAccountSObjectBindingResponse) String

func (*EnsureAccountSObjectBindingResponse) UnmarshalJSON

func (x *EnsureAccountSObjectBindingResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the EnsureAccountSObjectBindingResponse from JSON.

func (*EnsureAccountSObjectBindingResponse) UnmarshalProtoJSON

func (x *EnsureAccountSObjectBindingResponse) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the EnsureAccountSObjectBindingResponse message from JSON.

func (*EnsureAccountSObjectBindingResponse) UnmarshalVT

func (m *EnsureAccountSObjectBindingResponse) UnmarshalVT(dAtA []byte) error

type EntitySignature

type EntitySignature struct {

	// PeerId is the signing entity's peer ID.
	PeerId string `protobuf:"bytes,1,opt,name=peer_id,json=peerId,proto3" json:"peerId,omitempty"`
	// Signature is the Ed25519 signature over the signing payload.
	// The signing payload is: MULTI_SIG_CONTEXT ||
	// Timestamp.toBinary(signed_at) || envelope.
	Signature []byte `protobuf:"bytes,2,opt,name=signature,proto3" json:"signature,omitempty"`
	// SignedAt is the timestamp when this signature was created.
	// Server rejects if outside the freshness window (15min past,
	// 2min future).
	SignedAt *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=signed_at,json=signedAt,proto3" json:"signedAt,omitempty"`
	// contains filtered or unexported fields
}

EntitySignature is a single entity key signature over an envelope.

func (*EntitySignature) CloneMessageVT

func (m *EntitySignature) CloneMessageVT() protobuf_go_lite.CloneMessage

func (*EntitySignature) CloneVT

func (m *EntitySignature) CloneVT() *EntitySignature

func (*EntitySignature) EqualMessageVT

func (this *EntitySignature) EqualMessageVT(thatMsg any) bool

func (*EntitySignature) EqualVT

func (this *EntitySignature) EqualVT(that *EntitySignature) bool

func (*EntitySignature) GetPeerId

func (x *EntitySignature) GetPeerId() string

func (*EntitySignature) GetSignature

func (x *EntitySignature) GetSignature() []byte

func (*EntitySignature) GetSignedAt

func (x *EntitySignature) GetSignedAt() *timestamppb.Timestamp

func (*EntitySignature) MarshalJSON

func (x *EntitySignature) MarshalJSON() ([]byte, error)

MarshalJSON marshals the EntitySignature to JSON.

func (*EntitySignature) MarshalProtoJSON

func (x *EntitySignature) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the EntitySignature message to JSON.

func (*EntitySignature) MarshalProtoText

func (x *EntitySignature) MarshalProtoText() string

func (*EntitySignature) MarshalToSizedBufferVT

func (m *EntitySignature) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*EntitySignature) MarshalToVT

func (m *EntitySignature) MarshalToVT(dAtA []byte) (int, error)

func (*EntitySignature) MarshalVT

func (m *EntitySignature) MarshalVT() (dAtA []byte, err error)

func (*EntitySignature) ProtoMessage

func (*EntitySignature) ProtoMessage()

func (*EntitySignature) Reset

func (x *EntitySignature) Reset()

func (*EntitySignature) SizeVT

func (m *EntitySignature) SizeVT() (n int)

func (*EntitySignature) String

func (x *EntitySignature) String() string

func (*EntitySignature) UnmarshalJSON

func (x *EntitySignature) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the EntitySignature from JSON.

func (*EntitySignature) UnmarshalProtoJSON

func (x *EntitySignature) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the EntitySignature message from JSON.

func (*EntitySignature) UnmarshalVT

func (m *EntitySignature) UnmarshalVT(dAtA []byte) error

type ErrorResponse

type ErrorResponse struct {

	// Code is the error code.
	Code string `protobuf:"bytes,1,opt,name=code,proto3" json:"code,omitempty"`
	// Message is a human-readable error message.
	Message string `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"`
	// Retryable indicates whether the client should retry the request.
	Retryable bool `protobuf:"varint,3,opt,name=retryable,proto3" json:"retryable,omitempty"`
	// RetryAfterSeconds is the suggested delay before retrying.
	RetryAfterSeconds uint32 `protobuf:"varint,4,opt,name=retry_after_seconds,json=retryAfterSeconds,proto3" json:"retryAfterSeconds,omitempty"`
	// contains filtered or unexported fields
}

ErrorResponse is a standard error response.

func (*ErrorResponse) CloneMessageVT

func (m *ErrorResponse) CloneMessageVT() protobuf_go_lite.CloneMessage

func (*ErrorResponse) CloneVT

func (m *ErrorResponse) CloneVT() *ErrorResponse

func (*ErrorResponse) EqualMessageVT

func (this *ErrorResponse) EqualMessageVT(thatMsg any) bool

func (*ErrorResponse) EqualVT

func (this *ErrorResponse) EqualVT(that *ErrorResponse) bool

func (*ErrorResponse) GetCode

func (x *ErrorResponse) GetCode() string

func (*ErrorResponse) GetMessage

func (x *ErrorResponse) GetMessage() string

func (*ErrorResponse) GetRetryAfterSeconds

func (x *ErrorResponse) GetRetryAfterSeconds() uint32

func (*ErrorResponse) GetRetryable

func (x *ErrorResponse) GetRetryable() bool

func (*ErrorResponse) MarshalJSON

func (x *ErrorResponse) MarshalJSON() ([]byte, error)

MarshalJSON marshals the ErrorResponse to JSON.

func (*ErrorResponse) MarshalProtoJSON

func (x *ErrorResponse) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the ErrorResponse message to JSON.

func (*ErrorResponse) MarshalProtoText

func (x *ErrorResponse) MarshalProtoText() string

func (*ErrorResponse) MarshalToSizedBufferVT

func (m *ErrorResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ErrorResponse) MarshalToVT

func (m *ErrorResponse) MarshalToVT(dAtA []byte) (int, error)

func (*ErrorResponse) MarshalVT

func (m *ErrorResponse) MarshalVT() (dAtA []byte, err error)

func (*ErrorResponse) ProtoMessage

func (*ErrorResponse) ProtoMessage()

func (*ErrorResponse) Reset

func (x *ErrorResponse) Reset()

func (*ErrorResponse) SizeVT

func (m *ErrorResponse) SizeVT() (n int)

func (*ErrorResponse) String

func (x *ErrorResponse) String() string

func (*ErrorResponse) UnmarshalJSON

func (x *ErrorResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the ErrorResponse from JSON.

func (*ErrorResponse) UnmarshalProtoJSON

func (x *ErrorResponse) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the ErrorResponse message from JSON.

func (*ErrorResponse) UnmarshalVT

func (m *ErrorResponse) UnmarshalVT(dAtA []byte) error

type FinalizeAccountSObjectBindingRequest

type FinalizeAccountSObjectBindingRequest struct {

	// Purpose is the logical binding purpose, for example "account-settings".
	Purpose string `protobuf:"bytes,1,opt,name=purpose,proto3" json:"purpose,omitempty"`
	// SoId is the reserved shared object identifier being finalized.
	SoId string `protobuf:"bytes,2,opt,name=so_id,json=soId,proto3" json:"soId,omitempty"`
	// contains filtered or unexported fields
}

FinalizeAccountSObjectBindingRequest marks a reserved account-owned shared object binding ready after client-signed initialization succeeds.

func (*FinalizeAccountSObjectBindingRequest) CloneMessageVT

func (*FinalizeAccountSObjectBindingRequest) CloneVT

func (*FinalizeAccountSObjectBindingRequest) EqualMessageVT

func (this *FinalizeAccountSObjectBindingRequest) EqualMessageVT(thatMsg any) bool

func (*FinalizeAccountSObjectBindingRequest) EqualVT

func (*FinalizeAccountSObjectBindingRequest) GetPurpose

func (*FinalizeAccountSObjectBindingRequest) GetSoId

func (*FinalizeAccountSObjectBindingRequest) MarshalJSON

func (x *FinalizeAccountSObjectBindingRequest) MarshalJSON() ([]byte, error)

MarshalJSON marshals the FinalizeAccountSObjectBindingRequest to JSON.

func (*FinalizeAccountSObjectBindingRequest) MarshalProtoJSON

func (x *FinalizeAccountSObjectBindingRequest) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the FinalizeAccountSObjectBindingRequest message to JSON.

func (*FinalizeAccountSObjectBindingRequest) MarshalProtoText

func (x *FinalizeAccountSObjectBindingRequest) MarshalProtoText() string

func (*FinalizeAccountSObjectBindingRequest) MarshalToSizedBufferVT

func (m *FinalizeAccountSObjectBindingRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*FinalizeAccountSObjectBindingRequest) MarshalToVT

func (m *FinalizeAccountSObjectBindingRequest) MarshalToVT(dAtA []byte) (int, error)

func (*FinalizeAccountSObjectBindingRequest) MarshalVT

func (m *FinalizeAccountSObjectBindingRequest) MarshalVT() (dAtA []byte, err error)

func (*FinalizeAccountSObjectBindingRequest) ProtoMessage

func (*FinalizeAccountSObjectBindingRequest) ProtoMessage()

func (*FinalizeAccountSObjectBindingRequest) Reset

func (*FinalizeAccountSObjectBindingRequest) SizeVT

func (m *FinalizeAccountSObjectBindingRequest) SizeVT() (n int)

func (*FinalizeAccountSObjectBindingRequest) String

func (*FinalizeAccountSObjectBindingRequest) UnmarshalJSON

func (x *FinalizeAccountSObjectBindingRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the FinalizeAccountSObjectBindingRequest from JSON.

func (*FinalizeAccountSObjectBindingRequest) UnmarshalProtoJSON

func (x *FinalizeAccountSObjectBindingRequest) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the FinalizeAccountSObjectBindingRequest message from JSON.

func (*FinalizeAccountSObjectBindingRequest) UnmarshalVT

func (m *FinalizeAccountSObjectBindingRequest) UnmarshalVT(dAtA []byte) error

type FinalizeAccountSObjectBindingResponse

type FinalizeAccountSObjectBindingResponse struct {

	// Binding is the finalized account-owned shared object binding.
	Binding *AccountSObjectBinding `protobuf:"bytes,1,opt,name=binding,proto3" json:"binding,omitempty"`
	// contains filtered or unexported fields
}

FinalizeAccountSObjectBindingResponse returns the finalized binding state.

func (*FinalizeAccountSObjectBindingResponse) CloneMessageVT

func (*FinalizeAccountSObjectBindingResponse) CloneVT

func (*FinalizeAccountSObjectBindingResponse) EqualMessageVT

func (this *FinalizeAccountSObjectBindingResponse) EqualMessageVT(thatMsg any) bool

func (*FinalizeAccountSObjectBindingResponse) EqualVT

func (*FinalizeAccountSObjectBindingResponse) GetBinding

func (*FinalizeAccountSObjectBindingResponse) MarshalJSON

func (x *FinalizeAccountSObjectBindingResponse) MarshalJSON() ([]byte, error)

MarshalJSON marshals the FinalizeAccountSObjectBindingResponse to JSON.

func (*FinalizeAccountSObjectBindingResponse) MarshalProtoJSON

MarshalProtoJSON marshals the FinalizeAccountSObjectBindingResponse message to JSON.

func (*FinalizeAccountSObjectBindingResponse) MarshalProtoText

func (x *FinalizeAccountSObjectBindingResponse) MarshalProtoText() string

func (*FinalizeAccountSObjectBindingResponse) MarshalToSizedBufferVT

func (m *FinalizeAccountSObjectBindingResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*FinalizeAccountSObjectBindingResponse) MarshalToVT

func (m *FinalizeAccountSObjectBindingResponse) MarshalToVT(dAtA []byte) (int, error)

func (*FinalizeAccountSObjectBindingResponse) MarshalVT

func (m *FinalizeAccountSObjectBindingResponse) MarshalVT() (dAtA []byte, err error)

func (*FinalizeAccountSObjectBindingResponse) ProtoMessage

func (*FinalizeAccountSObjectBindingResponse) ProtoMessage()

func (*FinalizeAccountSObjectBindingResponse) Reset

func (*FinalizeAccountSObjectBindingResponse) SizeVT

func (*FinalizeAccountSObjectBindingResponse) String

func (*FinalizeAccountSObjectBindingResponse) UnmarshalJSON

func (x *FinalizeAccountSObjectBindingResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the FinalizeAccountSObjectBindingResponse from JSON.

func (*FinalizeAccountSObjectBindingResponse) UnmarshalProtoJSON

func (x *FinalizeAccountSObjectBindingResponse) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the FinalizeAccountSObjectBindingResponse message from JSON.

func (*FinalizeAccountSObjectBindingResponse) UnmarshalVT

func (m *FinalizeAccountSObjectBindingResponse) UnmarshalVT(dAtA []byte) error

type GetMailboxResponse

type GetMailboxResponse struct {

	// Entries is the list of mailbox entries.
	Entries []*MailboxEntry `protobuf:"bytes,1,rep,name=entries,proto3" json:"entries,omitempty"`
	// contains filtered or unexported fields
}

GetMailboxResponse is the response body for GET /sobject/:id/invite-mailbox.

func (*GetMailboxResponse) CloneMessageVT

func (m *GetMailboxResponse) CloneMessageVT() protobuf_go_lite.CloneMessage

func (*GetMailboxResponse) CloneVT

func (m *GetMailboxResponse) CloneVT() *GetMailboxResponse

func (*GetMailboxResponse) EqualMessageVT

func (this *GetMailboxResponse) EqualMessageVT(thatMsg any) bool

func (*GetMailboxResponse) EqualVT

func (this *GetMailboxResponse) EqualVT(that *GetMailboxResponse) bool

func (*GetMailboxResponse) GetEntries

func (x *GetMailboxResponse) GetEntries() []*MailboxEntry

func (*GetMailboxResponse) MarshalJSON

func (x *GetMailboxResponse) MarshalJSON() ([]byte, error)

MarshalJSON marshals the GetMailboxResponse to JSON.

func (*GetMailboxResponse) MarshalProtoJSON

func (x *GetMailboxResponse) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the GetMailboxResponse message to JSON.

func (*GetMailboxResponse) MarshalProtoText

func (x *GetMailboxResponse) MarshalProtoText() string

func (*GetMailboxResponse) MarshalToSizedBufferVT

func (m *GetMailboxResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*GetMailboxResponse) MarshalToVT

func (m *GetMailboxResponse) MarshalToVT(dAtA []byte) (int, error)

func (*GetMailboxResponse) MarshalVT

func (m *GetMailboxResponse) MarshalVT() (dAtA []byte, err error)

func (*GetMailboxResponse) ProtoMessage

func (*GetMailboxResponse) ProtoMessage()

func (*GetMailboxResponse) Reset

func (x *GetMailboxResponse) Reset()

func (*GetMailboxResponse) SizeVT

func (m *GetMailboxResponse) SizeVT() (n int)

func (*GetMailboxResponse) String

func (x *GetMailboxResponse) String() string

func (*GetMailboxResponse) UnmarshalJSON

func (x *GetMailboxResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the GetMailboxResponse from JSON.

func (*GetMailboxResponse) UnmarshalProtoJSON

func (x *GetMailboxResponse) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the GetMailboxResponse message from JSON.

func (*GetMailboxResponse) UnmarshalVT

func (m *GetMailboxResponse) UnmarshalVT(dAtA []byte) error

type GetOrgResponse

type GetOrgResponse struct {

	// Id is the organization ID.
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// DisplayName is the organization display name.
	DisplayName string `protobuf:"bytes,2,opt,name=display_name,json=displayName,proto3" json:"displayName,omitempty"`
	// BillingAccountId is the billing account ID for the organization.
	BillingAccountId string `protobuf:"bytes,3,opt,name=billing_account_id,json=billingAccountId,proto3" json:"billingAccountId,omitempty"`
	// Members is the list of organization members.
	Members []*OrgMember `protobuf:"bytes,4,rep,name=members,proto3" json:"members,omitempty"`
	// Spaces is the list of spaces owned by this organization.
	Spaces []*OrgSpaceEntry `protobuf:"bytes,5,rep,name=spaces,proto3" json:"spaces,omitempty"`
	// RootStateSoId is the shared object ID of the org's backing root state SO.
	// Empty when the org has not yet been seeded with its root SO. Bootstrap
	// and reconciliation paths consult this field to detect missing root SOs
	// instead of inferring from SO body type.
	RootStateSoId string `protobuf:"bytes,6,opt,name=root_state_so_id,json=rootStateSoId,proto3" json:"rootStateSoId,omitempty"`
	// contains filtered or unexported fields
}

GetOrgResponse is the response body for GET /org/:id.

func (*GetOrgResponse) CloneMessageVT

func (m *GetOrgResponse) CloneMessageVT() protobuf_go_lite.CloneMessage

func (*GetOrgResponse) CloneVT

func (m *GetOrgResponse) CloneVT() *GetOrgResponse

func (*GetOrgResponse) EqualMessageVT

func (this *GetOrgResponse) EqualMessageVT(thatMsg any) bool

func (*GetOrgResponse) EqualVT

func (this *GetOrgResponse) EqualVT(that *GetOrgResponse) bool

func (*GetOrgResponse) GetBillingAccountId

func (x *GetOrgResponse) GetBillingAccountId() string

func (*GetOrgResponse) GetDisplayName

func (x *GetOrgResponse) GetDisplayName() string

func (*GetOrgResponse) GetId

func (x *GetOrgResponse) GetId() string

func (*GetOrgResponse) GetMembers

func (x *GetOrgResponse) GetMembers() []*OrgMember

func (*GetOrgResponse) GetRootStateSoId

func (x *GetOrgResponse) GetRootStateSoId() string

func (*GetOrgResponse) GetSpaces

func (x *GetOrgResponse) GetSpaces() []*OrgSpaceEntry

func (*GetOrgResponse) MarshalJSON

func (x *GetOrgResponse) MarshalJSON() ([]byte, error)

MarshalJSON marshals the GetOrgResponse to JSON.

func (*GetOrgResponse) MarshalProtoJSON

func (x *GetOrgResponse) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the GetOrgResponse message to JSON.

func (*GetOrgResponse) MarshalProtoText

func (x *GetOrgResponse) MarshalProtoText() string

func (*GetOrgResponse) MarshalToSizedBufferVT

func (m *GetOrgResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*GetOrgResponse) MarshalToVT

func (m *GetOrgResponse) MarshalToVT(dAtA []byte) (int, error)

func (*GetOrgResponse) MarshalVT

func (m *GetOrgResponse) MarshalVT() (dAtA []byte, err error)

func (*GetOrgResponse) ProtoMessage

func (*GetOrgResponse) ProtoMessage()

func (*GetOrgResponse) Reset

func (x *GetOrgResponse) Reset()

func (*GetOrgResponse) SizeVT

func (m *GetOrgResponse) SizeVT() (n int)

func (*GetOrgResponse) String

func (x *GetOrgResponse) String() string

func (*GetOrgResponse) UnmarshalJSON

func (x *GetOrgResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the GetOrgResponse from JSON.

func (*GetOrgResponse) UnmarshalProtoJSON

func (x *GetOrgResponse) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the GetOrgResponse message from JSON.

func (*GetOrgResponse) UnmarshalVT

func (m *GetOrgResponse) UnmarshalVT(dAtA []byte) error

type GetSORecoveryEnvelopeResponse

type GetSORecoveryEnvelopeResponse struct {

	// Envelope is the current stored recovery envelope for the caller entity.
	Envelope *sobject.SOEntityRecoveryEnvelope `protobuf:"bytes,1,opt,name=envelope,proto3" json:"envelope,omitempty"`
	// contains filtered or unexported fields
}

GetSORecoveryEnvelopeResponse is the response body for GET /sobject/:id/recovery-envelope.

func (*GetSORecoveryEnvelopeResponse) CloneMessageVT

func (*GetSORecoveryEnvelopeResponse) CloneVT

func (*GetSORecoveryEnvelopeResponse) EqualMessageVT

func (this *GetSORecoveryEnvelopeResponse) EqualMessageVT(thatMsg any) bool

func (*GetSORecoveryEnvelopeResponse) EqualVT

func (*GetSORecoveryEnvelopeResponse) GetEnvelope

func (*GetSORecoveryEnvelopeResponse) MarshalJSON

func (x *GetSORecoveryEnvelopeResponse) MarshalJSON() ([]byte, error)

MarshalJSON marshals the GetSORecoveryEnvelopeResponse to JSON.

func (*GetSORecoveryEnvelopeResponse) MarshalProtoJSON

func (x *GetSORecoveryEnvelopeResponse) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the GetSORecoveryEnvelopeResponse message to JSON.

func (*GetSORecoveryEnvelopeResponse) MarshalProtoText

func (x *GetSORecoveryEnvelopeResponse) MarshalProtoText() string

func (*GetSORecoveryEnvelopeResponse) MarshalToSizedBufferVT

func (m *GetSORecoveryEnvelopeResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*GetSORecoveryEnvelopeResponse) MarshalToVT

func (m *GetSORecoveryEnvelopeResponse) MarshalToVT(dAtA []byte) (int, error)

func (*GetSORecoveryEnvelopeResponse) MarshalVT

func (m *GetSORecoveryEnvelopeResponse) MarshalVT() (dAtA []byte, err error)

func (*GetSORecoveryEnvelopeResponse) ProtoMessage

func (*GetSORecoveryEnvelopeResponse) ProtoMessage()

func (*GetSORecoveryEnvelopeResponse) Reset

func (x *GetSORecoveryEnvelopeResponse) Reset()

func (*GetSORecoveryEnvelopeResponse) SizeVT

func (m *GetSORecoveryEnvelopeResponse) SizeVT() (n int)

func (*GetSORecoveryEnvelopeResponse) String

func (*GetSORecoveryEnvelopeResponse) UnmarshalJSON

func (x *GetSORecoveryEnvelopeResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the GetSORecoveryEnvelopeResponse from JSON.

func (*GetSORecoveryEnvelopeResponse) UnmarshalProtoJSON

func (x *GetSORecoveryEnvelopeResponse) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the GetSORecoveryEnvelopeResponse message from JSON.

func (*GetSORecoveryEnvelopeResponse) UnmarshalVT

func (m *GetSORecoveryEnvelopeResponse) UnmarshalVT(dAtA []byte) error

type GetTargetedInvitationRequest added in v0.51.2

type GetTargetedInvitationRequest struct {

	// Id is the invitation ULID.
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

GetTargetedInvitationRequest reads one invitation.

func (*GetTargetedInvitationRequest) CloneMessageVT added in v0.51.2

func (*GetTargetedInvitationRequest) CloneVT added in v0.51.2

func (*GetTargetedInvitationRequest) EqualMessageVT added in v0.51.2

func (this *GetTargetedInvitationRequest) EqualMessageVT(thatMsg any) bool

func (*GetTargetedInvitationRequest) EqualVT added in v0.51.2

func (*GetTargetedInvitationRequest) GetId added in v0.51.2

func (*GetTargetedInvitationRequest) MarshalJSON added in v0.51.2

func (x *GetTargetedInvitationRequest) MarshalJSON() ([]byte, error)

MarshalJSON marshals the GetTargetedInvitationRequest to JSON.

func (*GetTargetedInvitationRequest) MarshalProtoJSON added in v0.51.2

func (x *GetTargetedInvitationRequest) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the GetTargetedInvitationRequest message to JSON.

func (*GetTargetedInvitationRequest) MarshalProtoText added in v0.51.2

func (x *GetTargetedInvitationRequest) MarshalProtoText() string

func (*GetTargetedInvitationRequest) MarshalToSizedBufferVT added in v0.51.2

func (m *GetTargetedInvitationRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*GetTargetedInvitationRequest) MarshalToVT added in v0.51.2

func (m *GetTargetedInvitationRequest) MarshalToVT(dAtA []byte) (int, error)

func (*GetTargetedInvitationRequest) MarshalVT added in v0.51.2

func (m *GetTargetedInvitationRequest) MarshalVT() (dAtA []byte, err error)

func (*GetTargetedInvitationRequest) ProtoMessage added in v0.51.2

func (*GetTargetedInvitationRequest) ProtoMessage()

func (*GetTargetedInvitationRequest) Reset added in v0.51.2

func (x *GetTargetedInvitationRequest) Reset()

func (*GetTargetedInvitationRequest) SizeVT added in v0.51.2

func (m *GetTargetedInvitationRequest) SizeVT() (n int)

func (*GetTargetedInvitationRequest) String added in v0.51.2

func (*GetTargetedInvitationRequest) UnmarshalJSON added in v0.51.2

func (x *GetTargetedInvitationRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the GetTargetedInvitationRequest from JSON.

func (*GetTargetedInvitationRequest) UnmarshalProtoJSON added in v0.51.2

func (x *GetTargetedInvitationRequest) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the GetTargetedInvitationRequest message from JSON.

func (*GetTargetedInvitationRequest) UnmarshalVT added in v0.51.2

func (m *GetTargetedInvitationRequest) UnmarshalVT(dAtA []byte) error

type GetTargetedInvitationResponse added in v0.51.2

type GetTargetedInvitationResponse struct {

	// Invitation is the requested invitation.
	Invitation *TargetedInvitationInfo `protobuf:"bytes,1,opt,name=invitation,proto3" json:"invitation,omitempty"`
	// contains filtered or unexported fields
}

GetTargetedInvitationResponse returns one invitation.

func (*GetTargetedInvitationResponse) CloneMessageVT added in v0.51.2

func (*GetTargetedInvitationResponse) CloneVT added in v0.51.2

func (*GetTargetedInvitationResponse) EqualMessageVT added in v0.51.2

func (this *GetTargetedInvitationResponse) EqualMessageVT(thatMsg any) bool

func (*GetTargetedInvitationResponse) EqualVT added in v0.51.2

func (*GetTargetedInvitationResponse) GetInvitation added in v0.51.2

func (*GetTargetedInvitationResponse) MarshalJSON added in v0.51.2

func (x *GetTargetedInvitationResponse) MarshalJSON() ([]byte, error)

MarshalJSON marshals the GetTargetedInvitationResponse to JSON.

func (*GetTargetedInvitationResponse) MarshalProtoJSON added in v0.51.2

func (x *GetTargetedInvitationResponse) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the GetTargetedInvitationResponse message to JSON.

func (*GetTargetedInvitationResponse) MarshalProtoText added in v0.51.2

func (x *GetTargetedInvitationResponse) MarshalProtoText() string

func (*GetTargetedInvitationResponse) MarshalToSizedBufferVT added in v0.51.2

func (m *GetTargetedInvitationResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*GetTargetedInvitationResponse) MarshalToVT added in v0.51.2

func (m *GetTargetedInvitationResponse) MarshalToVT(dAtA []byte) (int, error)

func (*GetTargetedInvitationResponse) MarshalVT added in v0.51.2

func (m *GetTargetedInvitationResponse) MarshalVT() (dAtA []byte, err error)

func (*GetTargetedInvitationResponse) ProtoMessage added in v0.51.2

func (*GetTargetedInvitationResponse) ProtoMessage()

func (*GetTargetedInvitationResponse) Reset added in v0.51.2

func (x *GetTargetedInvitationResponse) Reset()

func (*GetTargetedInvitationResponse) SizeVT added in v0.51.2

func (m *GetTargetedInvitationResponse) SizeVT() (n int)

func (*GetTargetedInvitationResponse) String added in v0.51.2

func (*GetTargetedInvitationResponse) UnmarshalJSON added in v0.51.2

func (x *GetTargetedInvitationResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the GetTargetedInvitationResponse from JSON.

func (*GetTargetedInvitationResponse) UnmarshalProtoJSON added in v0.51.2

func (x *GetTargetedInvitationResponse) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the GetTargetedInvitationResponse message from JSON.

func (*GetTargetedInvitationResponse) UnmarshalVT added in v0.51.2

func (m *GetTargetedInvitationResponse) UnmarshalVT(dAtA []byte) error

type InviteBeaconRequest

type InviteBeaconRequest struct {

	// InviteId is the owner-side invite identifier.
	InviteId string `protobuf:"bytes,1,opt,name=invite_id,json=inviteId,proto3" json:"inviteId,omitempty"`
	// TokenHash is the hex-encoded SHA-256 hash of the invite token.
	TokenHash string `protobuf:"bytes,2,opt,name=token_hash,json=tokenHash,proto3" json:"tokenHash,omitempty"`
	// ExpiresAt is the unix epoch milliseconds when the beacon expires.
	ExpiresAt int64 `protobuf:"varint,3,opt,name=expires_at,json=expiresAt,proto3" json:"expiresAt,omitempty"`
	// contains filtered or unexported fields
}

InviteBeaconRequest is the request body for POST /api/sobject/:id/invite-beacon.

func (*InviteBeaconRequest) CloneMessageVT

func (*InviteBeaconRequest) CloneVT

func (*InviteBeaconRequest) EqualMessageVT

func (this *InviteBeaconRequest) EqualMessageVT(thatMsg any) bool

func (*InviteBeaconRequest) EqualVT

func (this *InviteBeaconRequest) EqualVT(that *InviteBeaconRequest) bool

func (*InviteBeaconRequest) GetExpiresAt

func (x *InviteBeaconRequest) GetExpiresAt() int64

func (*InviteBeaconRequest) GetInviteId

func (x *InviteBeaconRequest) GetInviteId() string

func (*InviteBeaconRequest) GetTokenHash

func (x *InviteBeaconRequest) GetTokenHash() string

func (*InviteBeaconRequest) MarshalJSON

func (x *InviteBeaconRequest) MarshalJSON() ([]byte, error)

MarshalJSON marshals the InviteBeaconRequest to JSON.

func (*InviteBeaconRequest) MarshalProtoJSON

func (x *InviteBeaconRequest) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the InviteBeaconRequest message to JSON.

func (*InviteBeaconRequest) MarshalProtoText

func (x *InviteBeaconRequest) MarshalProtoText() string

func (*InviteBeaconRequest) MarshalToSizedBufferVT

func (m *InviteBeaconRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*InviteBeaconRequest) MarshalToVT

func (m *InviteBeaconRequest) MarshalToVT(dAtA []byte) (int, error)

func (*InviteBeaconRequest) MarshalVT

func (m *InviteBeaconRequest) MarshalVT() (dAtA []byte, err error)

func (*InviteBeaconRequest) ProtoMessage

func (*InviteBeaconRequest) ProtoMessage()

func (*InviteBeaconRequest) Reset

func (x *InviteBeaconRequest) Reset()

func (*InviteBeaconRequest) SizeVT

func (m *InviteBeaconRequest) SizeVT() (n int)

func (*InviteBeaconRequest) String

func (x *InviteBeaconRequest) String() string

func (*InviteBeaconRequest) UnmarshalJSON

func (x *InviteBeaconRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the InviteBeaconRequest from JSON.

func (*InviteBeaconRequest) UnmarshalProtoJSON

func (x *InviteBeaconRequest) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the InviteBeaconRequest message from JSON.

func (*InviteBeaconRequest) UnmarshalVT

func (m *InviteBeaconRequest) UnmarshalVT(dAtA []byte) error

type InviteBeaconResponse

type InviteBeaconResponse struct {
	// contains filtered or unexported fields
}

InviteBeaconResponse is the response body for POST /api/sobject/:id/invite-beacon.

func (*InviteBeaconResponse) CloneMessageVT

func (*InviteBeaconResponse) CloneVT

func (*InviteBeaconResponse) EqualMessageVT

func (this *InviteBeaconResponse) EqualMessageVT(thatMsg any) bool

func (*InviteBeaconResponse) EqualVT

func (this *InviteBeaconResponse) EqualVT(that *InviteBeaconResponse) bool

func (*InviteBeaconResponse) MarshalJSON

func (x *InviteBeaconResponse) MarshalJSON() ([]byte, error)

MarshalJSON marshals the InviteBeaconResponse to JSON.

func (*InviteBeaconResponse) MarshalProtoJSON

func (x *InviteBeaconResponse) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the InviteBeaconResponse message to JSON.

func (*InviteBeaconResponse) MarshalProtoText

func (x *InviteBeaconResponse) MarshalProtoText() string

func (*InviteBeaconResponse) MarshalToSizedBufferVT

func (m *InviteBeaconResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*InviteBeaconResponse) MarshalToVT

func (m *InviteBeaconResponse) MarshalToVT(dAtA []byte) (int, error)

func (*InviteBeaconResponse) MarshalVT

func (m *InviteBeaconResponse) MarshalVT() (dAtA []byte, err error)

func (*InviteBeaconResponse) ProtoMessage

func (*InviteBeaconResponse) ProtoMessage()

func (*InviteBeaconResponse) Reset

func (x *InviteBeaconResponse) Reset()

func (*InviteBeaconResponse) SizeVT

func (m *InviteBeaconResponse) SizeVT() (n int)

func (*InviteBeaconResponse) String

func (x *InviteBeaconResponse) String() string

func (*InviteBeaconResponse) UnmarshalJSON

func (x *InviteBeaconResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the InviteBeaconResponse from JSON.

func (*InviteBeaconResponse) UnmarshalProtoJSON

func (x *InviteBeaconResponse) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the InviteBeaconResponse message from JSON.

func (*InviteBeaconResponse) UnmarshalVT

func (m *InviteBeaconResponse) UnmarshalVT(dAtA []byte) error

type InviteMailboxEventPayload

type InviteMailboxEventPayload struct {

	// Entry is the mailbox entry affected by this event.
	Entry *MailboxEntry `protobuf:"bytes,1,opt,name=entry,proto3" json:"entry,omitempty"`
	// UpdatedAt is the DO-side monotonic update timestamp in milliseconds.
	// Receivers discard events with UpdatedAt <= last applied UpdatedAt for
	// the same entry id.
	UpdatedAt int64 `protobuf:"varint,2,opt,name=updated_at,json=updatedAt,proto3" json:"updatedAt,omitempty"`
	// contains filtered or unexported fields
}

InviteMailboxEventPayload is the payload for invite_mailbox and invite_mailbox_update session events. The event carries the full mailbox entry so receivers can apply the delta without an HTTP refetch.

func (*InviteMailboxEventPayload) CloneMessageVT

func (*InviteMailboxEventPayload) CloneVT

func (*InviteMailboxEventPayload) EqualMessageVT

func (this *InviteMailboxEventPayload) EqualMessageVT(thatMsg any) bool

func (*InviteMailboxEventPayload) EqualVT

func (*InviteMailboxEventPayload) GetEntry

func (x *InviteMailboxEventPayload) GetEntry() *MailboxEntry

func (*InviteMailboxEventPayload) GetUpdatedAt

func (x *InviteMailboxEventPayload) GetUpdatedAt() int64

func (*InviteMailboxEventPayload) MarshalJSON

func (x *InviteMailboxEventPayload) MarshalJSON() ([]byte, error)

MarshalJSON marshals the InviteMailboxEventPayload to JSON.

func (*InviteMailboxEventPayload) MarshalProtoJSON

func (x *InviteMailboxEventPayload) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the InviteMailboxEventPayload message to JSON.

func (*InviteMailboxEventPayload) MarshalProtoText

func (x *InviteMailboxEventPayload) MarshalProtoText() string

func (*InviteMailboxEventPayload) MarshalToSizedBufferVT

func (m *InviteMailboxEventPayload) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*InviteMailboxEventPayload) MarshalToVT

func (m *InviteMailboxEventPayload) MarshalToVT(dAtA []byte) (int, error)

func (*InviteMailboxEventPayload) MarshalVT

func (m *InviteMailboxEventPayload) MarshalVT() (dAtA []byte, err error)

func (*InviteMailboxEventPayload) ProtoMessage

func (*InviteMailboxEventPayload) ProtoMessage()

func (*InviteMailboxEventPayload) Reset

func (x *InviteMailboxEventPayload) Reset()

func (*InviteMailboxEventPayload) SizeVT

func (m *InviteMailboxEventPayload) SizeVT() (n int)

func (*InviteMailboxEventPayload) String

func (x *InviteMailboxEventPayload) String() string

func (*InviteMailboxEventPayload) UnmarshalJSON

func (x *InviteMailboxEventPayload) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the InviteMailboxEventPayload from JSON.

func (*InviteMailboxEventPayload) UnmarshalProtoJSON

func (x *InviteMailboxEventPayload) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the InviteMailboxEventPayload message from JSON.

func (*InviteMailboxEventPayload) UnmarshalVT

func (m *InviteMailboxEventPayload) UnmarshalVT(dAtA []byte) error

type JoinOrgRequest

type JoinOrgRequest struct {

	// Token is the invite token to join with.
	Token string `protobuf:"bytes,1,opt,name=token,proto3" json:"token,omitempty"`
	// contains filtered or unexported fields
}

JoinOrgRequest is the request body for POST /org/join.

func (*JoinOrgRequest) CloneMessageVT

func (m *JoinOrgRequest) CloneMessageVT() protobuf_go_lite.CloneMessage

func (*JoinOrgRequest) CloneVT

func (m *JoinOrgRequest) CloneVT() *JoinOrgRequest

func (*JoinOrgRequest) EqualMessageVT

func (this *JoinOrgRequest) EqualMessageVT(thatMsg any) bool

func (*JoinOrgRequest) EqualVT

func (this *JoinOrgRequest) EqualVT(that *JoinOrgRequest) bool

func (*JoinOrgRequest) GetToken

func (x *JoinOrgRequest) GetToken() string

func (*JoinOrgRequest) MarshalJSON

func (x *JoinOrgRequest) MarshalJSON() ([]byte, error)

MarshalJSON marshals the JoinOrgRequest to JSON.

func (*JoinOrgRequest) MarshalProtoJSON

func (x *JoinOrgRequest) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the JoinOrgRequest message to JSON.

func (*JoinOrgRequest) MarshalProtoText

func (x *JoinOrgRequest) MarshalProtoText() string

func (*JoinOrgRequest) MarshalToSizedBufferVT

func (m *JoinOrgRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*JoinOrgRequest) MarshalToVT

func (m *JoinOrgRequest) MarshalToVT(dAtA []byte) (int, error)

func (*JoinOrgRequest) MarshalVT

func (m *JoinOrgRequest) MarshalVT() (dAtA []byte, err error)

func (*JoinOrgRequest) ProtoMessage

func (*JoinOrgRequest) ProtoMessage()

func (*JoinOrgRequest) Reset

func (x *JoinOrgRequest) Reset()

func (*JoinOrgRequest) SizeVT

func (m *JoinOrgRequest) SizeVT() (n int)

func (*JoinOrgRequest) String

func (x *JoinOrgRequest) String() string

func (*JoinOrgRequest) UnmarshalJSON

func (x *JoinOrgRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the JoinOrgRequest from JSON.

func (*JoinOrgRequest) UnmarshalProtoJSON

func (x *JoinOrgRequest) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the JoinOrgRequest message from JSON.

func (*JoinOrgRequest) UnmarshalVT

func (m *JoinOrgRequest) UnmarshalVT(dAtA []byte) error

type KeypairAddResult

type KeypairAddResult struct {

	// KeypairId is the assigned ULID for the new keypair row.
	KeypairId string `protobuf:"bytes,1,opt,name=keypair_id,json=keypairId,proto3" json:"keypairId,omitempty"`
	// contains filtered or unexported fields
}

KeypairAddResult is the multi-sig response payload for keypair add.

func (*KeypairAddResult) CloneMessageVT

func (m *KeypairAddResult) CloneMessageVT() protobuf_go_lite.CloneMessage

func (*KeypairAddResult) CloneVT

func (m *KeypairAddResult) CloneVT() *KeypairAddResult

func (*KeypairAddResult) EqualMessageVT

func (this *KeypairAddResult) EqualMessageVT(thatMsg any) bool

func (*KeypairAddResult) EqualVT

func (this *KeypairAddResult) EqualVT(that *KeypairAddResult) bool

func (*KeypairAddResult) GetKeypairId

func (x *KeypairAddResult) GetKeypairId() string

func (*KeypairAddResult) MarshalJSON

func (x *KeypairAddResult) MarshalJSON() ([]byte, error)

MarshalJSON marshals the KeypairAddResult to JSON.

func (*KeypairAddResult) MarshalProtoJSON

func (x *KeypairAddResult) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the KeypairAddResult message to JSON.

func (*KeypairAddResult) MarshalProtoText

func (x *KeypairAddResult) MarshalProtoText() string

func (*KeypairAddResult) MarshalToSizedBufferVT

func (m *KeypairAddResult) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*KeypairAddResult) MarshalToVT

func (m *KeypairAddResult) MarshalToVT(dAtA []byte) (int, error)

func (*KeypairAddResult) MarshalVT

func (m *KeypairAddResult) MarshalVT() (dAtA []byte, err error)

func (*KeypairAddResult) ProtoMessage

func (*KeypairAddResult) ProtoMessage()

func (*KeypairAddResult) Reset

func (x *KeypairAddResult) Reset()

func (*KeypairAddResult) SizeVT

func (m *KeypairAddResult) SizeVT() (n int)

func (*KeypairAddResult) String

func (x *KeypairAddResult) String() string

func (*KeypairAddResult) UnmarshalJSON

func (x *KeypairAddResult) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the KeypairAddResult from JSON.

func (*KeypairAddResult) UnmarshalProtoJSON

func (x *KeypairAddResult) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the KeypairAddResult message from JSON.

func (*KeypairAddResult) UnmarshalVT

func (m *KeypairAddResult) UnmarshalVT(dAtA []byte) error

type KeypairRemoveResult

type KeypairRemoveResult struct {

	// Removed indicates the keypair row was deleted.
	Removed bool `protobuf:"varint,1,opt,name=removed,proto3" json:"removed,omitempty"`
	// contains filtered or unexported fields
}

KeypairRemoveResult is the multi-sig response payload for keypair remove.

func (*KeypairRemoveResult) CloneMessageVT

func (*KeypairRemoveResult) CloneVT

func (*KeypairRemoveResult) EqualMessageVT

func (this *KeypairRemoveResult) EqualMessageVT(thatMsg any) bool

func (*KeypairRemoveResult) EqualVT

func (this *KeypairRemoveResult) EqualVT(that *KeypairRemoveResult) bool

func (*KeypairRemoveResult) GetRemoved

func (x *KeypairRemoveResult) GetRemoved() bool

func (*KeypairRemoveResult) MarshalJSON

func (x *KeypairRemoveResult) MarshalJSON() ([]byte, error)

MarshalJSON marshals the KeypairRemoveResult to JSON.

func (*KeypairRemoveResult) MarshalProtoJSON

func (x *KeypairRemoveResult) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the KeypairRemoveResult message to JSON.

func (*KeypairRemoveResult) MarshalProtoText

func (x *KeypairRemoveResult) MarshalProtoText() string

func (*KeypairRemoveResult) MarshalToSizedBufferVT

func (m *KeypairRemoveResult) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*KeypairRemoveResult) MarshalToVT

func (m *KeypairRemoveResult) MarshalToVT(dAtA []byte) (int, error)

func (*KeypairRemoveResult) MarshalVT

func (m *KeypairRemoveResult) MarshalVT() (dAtA []byte, err error)

func (*KeypairRemoveResult) ProtoMessage

func (*KeypairRemoveResult) ProtoMessage()

func (*KeypairRemoveResult) Reset

func (x *KeypairRemoveResult) Reset()

func (*KeypairRemoveResult) SizeVT

func (m *KeypairRemoveResult) SizeVT() (n int)

func (*KeypairRemoveResult) String

func (x *KeypairRemoveResult) String() string

func (*KeypairRemoveResult) UnmarshalJSON

func (x *KeypairRemoveResult) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the KeypairRemoveResult from JSON.

func (*KeypairRemoveResult) UnmarshalProtoJSON

func (x *KeypairRemoveResult) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the KeypairRemoveResult message from JSON.

func (*KeypairRemoveResult) UnmarshalVT

func (m *KeypairRemoveResult) UnmarshalVT(dAtA []byte) error

type ListAccountEmailsResponse

type ListAccountEmailsResponse struct {

	// Emails is the list of account email entries.
	Emails []*AccountEmailInfo `protobuf:"bytes,1,rep,name=emails,proto3" json:"emails,omitempty"`
	// contains filtered or unexported fields
}

ListAccountEmailsResponse is the response body for GET /account/emails.

func (*ListAccountEmailsResponse) CloneMessageVT

func (*ListAccountEmailsResponse) CloneVT

func (*ListAccountEmailsResponse) EqualMessageVT

func (this *ListAccountEmailsResponse) EqualMessageVT(thatMsg any) bool

func (*ListAccountEmailsResponse) EqualVT

func (*ListAccountEmailsResponse) GetEmails

func (x *ListAccountEmailsResponse) GetEmails() []*AccountEmailInfo

func (*ListAccountEmailsResponse) MarshalJSON

func (x *ListAccountEmailsResponse) MarshalJSON() ([]byte, error)

MarshalJSON marshals the ListAccountEmailsResponse to JSON.

func (*ListAccountEmailsResponse) MarshalProtoJSON

func (x *ListAccountEmailsResponse) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the ListAccountEmailsResponse message to JSON.

func (*ListAccountEmailsResponse) MarshalProtoText

func (x *ListAccountEmailsResponse) MarshalProtoText() string

func (*ListAccountEmailsResponse) MarshalToSizedBufferVT

func (m *ListAccountEmailsResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ListAccountEmailsResponse) MarshalToVT

func (m *ListAccountEmailsResponse) MarshalToVT(dAtA []byte) (int, error)

func (*ListAccountEmailsResponse) MarshalVT

func (m *ListAccountEmailsResponse) MarshalVT() (dAtA []byte, err error)

func (*ListAccountEmailsResponse) ProtoMessage

func (*ListAccountEmailsResponse) ProtoMessage()

func (*ListAccountEmailsResponse) Reset

func (x *ListAccountEmailsResponse) Reset()

func (*ListAccountEmailsResponse) SizeVT

func (m *ListAccountEmailsResponse) SizeVT() (n int)

func (*ListAccountEmailsResponse) String

func (x *ListAccountEmailsResponse) String() string

func (*ListAccountEmailsResponse) UnmarshalJSON

func (x *ListAccountEmailsResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the ListAccountEmailsResponse from JSON.

func (*ListAccountEmailsResponse) UnmarshalProtoJSON

func (x *ListAccountEmailsResponse) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the ListAccountEmailsResponse message from JSON.

func (*ListAccountEmailsResponse) UnmarshalVT

func (m *ListAccountEmailsResponse) UnmarshalVT(dAtA []byte) error

type ListAccountSessionsResponse

type ListAccountSessionsResponse struct {

	// Sessions is the authoritative cloud auth session set for the account.
	Sessions []*AccountSessionInfo `protobuf:"bytes,1,rep,name=sessions,proto3" json:"sessions,omitempty"`
	// contains filtered or unexported fields
}

ListAccountSessionsResponse returns the current attached cloud sessions for the authenticated account.

func (*ListAccountSessionsResponse) CloneMessageVT

func (*ListAccountSessionsResponse) CloneVT

func (*ListAccountSessionsResponse) EqualMessageVT

func (this *ListAccountSessionsResponse) EqualMessageVT(thatMsg any) bool

func (*ListAccountSessionsResponse) EqualVT

func (*ListAccountSessionsResponse) GetSessions

func (x *ListAccountSessionsResponse) GetSessions() []*AccountSessionInfo

func (*ListAccountSessionsResponse) MarshalJSON

func (x *ListAccountSessionsResponse) MarshalJSON() ([]byte, error)

MarshalJSON marshals the ListAccountSessionsResponse to JSON.

func (*ListAccountSessionsResponse) MarshalProtoJSON

func (x *ListAccountSessionsResponse) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the ListAccountSessionsResponse message to JSON.

func (*ListAccountSessionsResponse) MarshalProtoText

func (x *ListAccountSessionsResponse) MarshalProtoText() string

func (*ListAccountSessionsResponse) MarshalToSizedBufferVT

func (m *ListAccountSessionsResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ListAccountSessionsResponse) MarshalToVT

func (m *ListAccountSessionsResponse) MarshalToVT(dAtA []byte) (int, error)

func (*ListAccountSessionsResponse) MarshalVT

func (m *ListAccountSessionsResponse) MarshalVT() (dAtA []byte, err error)

func (*ListAccountSessionsResponse) ProtoMessage

func (*ListAccountSessionsResponse) ProtoMessage()

func (*ListAccountSessionsResponse) Reset

func (x *ListAccountSessionsResponse) Reset()

func (*ListAccountSessionsResponse) SizeVT

func (m *ListAccountSessionsResponse) SizeVT() (n int)

func (*ListAccountSessionsResponse) String

func (x *ListAccountSessionsResponse) String() string

func (*ListAccountSessionsResponse) UnmarshalJSON

func (x *ListAccountSessionsResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the ListAccountSessionsResponse from JSON.

func (*ListAccountSessionsResponse) UnmarshalProtoJSON

func (x *ListAccountSessionsResponse) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the ListAccountSessionsResponse message from JSON.

func (*ListAccountSessionsResponse) UnmarshalVT

func (m *ListAccountSessionsResponse) UnmarshalVT(dAtA []byte) error

type ListKeypairsResponse

type ListKeypairsResponse struct {

	// Keypairs is the list of entity keypairs.
	Keypairs []*session.EntityKeypair `protobuf:"bytes,1,rep,name=keypairs,proto3" json:"keypairs,omitempty"`
	// contains filtered or unexported fields
}

ListKeypairsResponse is the response body for GET /account/keypairs.

func (*ListKeypairsResponse) CloneMessageVT

func (*ListKeypairsResponse) CloneVT

func (*ListKeypairsResponse) EqualMessageVT

func (this *ListKeypairsResponse) EqualMessageVT(thatMsg any) bool

func (*ListKeypairsResponse) EqualVT

func (this *ListKeypairsResponse) EqualVT(that *ListKeypairsResponse) bool

func (*ListKeypairsResponse) GetKeypairs

func (x *ListKeypairsResponse) GetKeypairs() []*session.EntityKeypair

func (*ListKeypairsResponse) MarshalJSON

func (x *ListKeypairsResponse) MarshalJSON() ([]byte, error)

MarshalJSON marshals the ListKeypairsResponse to JSON.

func (*ListKeypairsResponse) MarshalProtoJSON

func (x *ListKeypairsResponse) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the ListKeypairsResponse message to JSON.

func (*ListKeypairsResponse) MarshalProtoText

func (x *ListKeypairsResponse) MarshalProtoText() string

func (*ListKeypairsResponse) MarshalToSizedBufferVT

func (m *ListKeypairsResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ListKeypairsResponse) MarshalToVT

func (m *ListKeypairsResponse) MarshalToVT(dAtA []byte) (int, error)

func (*ListKeypairsResponse) MarshalVT

func (m *ListKeypairsResponse) MarshalVT() (dAtA []byte, err error)

func (*ListKeypairsResponse) ProtoMessage

func (*ListKeypairsResponse) ProtoMessage()

func (*ListKeypairsResponse) Reset

func (x *ListKeypairsResponse) Reset()

func (*ListKeypairsResponse) SizeVT

func (m *ListKeypairsResponse) SizeVT() (n int)

func (*ListKeypairsResponse) String

func (x *ListKeypairsResponse) String() string

func (*ListKeypairsResponse) UnmarshalJSON

func (x *ListKeypairsResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the ListKeypairsResponse from JSON.

func (*ListKeypairsResponse) UnmarshalProtoJSON

func (x *ListKeypairsResponse) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the ListKeypairsResponse message from JSON.

func (*ListKeypairsResponse) UnmarshalVT

func (m *ListKeypairsResponse) UnmarshalVT(dAtA []byte) error

type ListManagedBillingAccountsRequest

type ListManagedBillingAccountsRequest struct {
	// contains filtered or unexported fields
}

ListManagedBillingAccountsRequest is the request body for GET /api/billing/accounts. Returns BAs where created_by_account_id equals the caller.

func (*ListManagedBillingAccountsRequest) CloneMessageVT

func (*ListManagedBillingAccountsRequest) CloneVT

func (*ListManagedBillingAccountsRequest) EqualMessageVT

func (this *ListManagedBillingAccountsRequest) EqualMessageVT(thatMsg any) bool

func (*ListManagedBillingAccountsRequest) EqualVT

func (*ListManagedBillingAccountsRequest) MarshalJSON

func (x *ListManagedBillingAccountsRequest) MarshalJSON() ([]byte, error)

MarshalJSON marshals the ListManagedBillingAccountsRequest to JSON.

func (*ListManagedBillingAccountsRequest) MarshalProtoJSON

func (x *ListManagedBillingAccountsRequest) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the ListManagedBillingAccountsRequest message to JSON.

func (*ListManagedBillingAccountsRequest) MarshalProtoText

func (x *ListManagedBillingAccountsRequest) MarshalProtoText() string

func (*ListManagedBillingAccountsRequest) MarshalToSizedBufferVT

func (m *ListManagedBillingAccountsRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ListManagedBillingAccountsRequest) MarshalToVT

func (m *ListManagedBillingAccountsRequest) MarshalToVT(dAtA []byte) (int, error)

func (*ListManagedBillingAccountsRequest) MarshalVT

func (m *ListManagedBillingAccountsRequest) MarshalVT() (dAtA []byte, err error)

func (*ListManagedBillingAccountsRequest) ProtoMessage

func (*ListManagedBillingAccountsRequest) ProtoMessage()

func (*ListManagedBillingAccountsRequest) Reset

func (*ListManagedBillingAccountsRequest) SizeVT

func (m *ListManagedBillingAccountsRequest) SizeVT() (n int)

func (*ListManagedBillingAccountsRequest) String

func (*ListManagedBillingAccountsRequest) UnmarshalJSON

func (x *ListManagedBillingAccountsRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the ListManagedBillingAccountsRequest from JSON.

func (*ListManagedBillingAccountsRequest) UnmarshalProtoJSON

func (x *ListManagedBillingAccountsRequest) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the ListManagedBillingAccountsRequest message from JSON.

func (*ListManagedBillingAccountsRequest) UnmarshalVT

func (m *ListManagedBillingAccountsRequest) UnmarshalVT(dAtA []byte) error

type ListManagedBillingAccountsResponse

type ListManagedBillingAccountsResponse struct {

	// Accounts is the list of BAs the caller manages, ordered by created_at asc.
	Accounts []*ManagedBillingAccount `protobuf:"bytes,1,rep,name=accounts,proto3" json:"accounts,omitempty"`
	// contains filtered or unexported fields
}

ListManagedBillingAccountsResponse is the response body for GET /api/billing/accounts.

func (*ListManagedBillingAccountsResponse) CloneMessageVT

func (*ListManagedBillingAccountsResponse) CloneVT

func (*ListManagedBillingAccountsResponse) EqualMessageVT

func (this *ListManagedBillingAccountsResponse) EqualMessageVT(thatMsg any) bool

func (*ListManagedBillingAccountsResponse) EqualVT

func (*ListManagedBillingAccountsResponse) GetAccounts

func (*ListManagedBillingAccountsResponse) MarshalJSON

func (x *ListManagedBillingAccountsResponse) MarshalJSON() ([]byte, error)

MarshalJSON marshals the ListManagedBillingAccountsResponse to JSON.

func (*ListManagedBillingAccountsResponse) MarshalProtoJSON

func (x *ListManagedBillingAccountsResponse) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the ListManagedBillingAccountsResponse message to JSON.

func (*ListManagedBillingAccountsResponse) MarshalProtoText

func (x *ListManagedBillingAccountsResponse) MarshalProtoText() string

func (*ListManagedBillingAccountsResponse) MarshalToSizedBufferVT

func (m *ListManagedBillingAccountsResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ListManagedBillingAccountsResponse) MarshalToVT

func (m *ListManagedBillingAccountsResponse) MarshalToVT(dAtA []byte) (int, error)

func (*ListManagedBillingAccountsResponse) MarshalVT

func (m *ListManagedBillingAccountsResponse) MarshalVT() (dAtA []byte, err error)

func (*ListManagedBillingAccountsResponse) ProtoMessage

func (*ListManagedBillingAccountsResponse) ProtoMessage()

func (*ListManagedBillingAccountsResponse) Reset

func (*ListManagedBillingAccountsResponse) SizeVT

func (m *ListManagedBillingAccountsResponse) SizeVT() (n int)

func (*ListManagedBillingAccountsResponse) String

func (*ListManagedBillingAccountsResponse) UnmarshalJSON

func (x *ListManagedBillingAccountsResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the ListManagedBillingAccountsResponse from JSON.

func (*ListManagedBillingAccountsResponse) UnmarshalProtoJSON

func (x *ListManagedBillingAccountsResponse) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the ListManagedBillingAccountsResponse message from JSON.

func (*ListManagedBillingAccountsResponse) UnmarshalVT

func (m *ListManagedBillingAccountsResponse) UnmarshalVT(dAtA []byte) error

type ListOrgInvitesResponse

type ListOrgInvitesResponse struct {

	// Invites is the list of invites for the organization.
	Invites []*OrgInviteResponse `protobuf:"bytes,1,rep,name=invites,proto3" json:"invites,omitempty"`
	// contains filtered or unexported fields
}

ListOrgInvitesResponse is the response body for GET /org/:id/invites.

func (*ListOrgInvitesResponse) CloneMessageVT

func (*ListOrgInvitesResponse) CloneVT

func (*ListOrgInvitesResponse) EqualMessageVT

func (this *ListOrgInvitesResponse) EqualMessageVT(thatMsg any) bool

func (*ListOrgInvitesResponse) EqualVT

func (this *ListOrgInvitesResponse) EqualVT(that *ListOrgInvitesResponse) bool

func (*ListOrgInvitesResponse) GetInvites

func (x *ListOrgInvitesResponse) GetInvites() []*OrgInviteResponse

func (*ListOrgInvitesResponse) MarshalJSON

func (x *ListOrgInvitesResponse) MarshalJSON() ([]byte, error)

MarshalJSON marshals the ListOrgInvitesResponse to JSON.

func (*ListOrgInvitesResponse) MarshalProtoJSON

func (x *ListOrgInvitesResponse) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the ListOrgInvitesResponse message to JSON.

func (*ListOrgInvitesResponse) MarshalProtoText

func (x *ListOrgInvitesResponse) MarshalProtoText() string

func (*ListOrgInvitesResponse) MarshalToSizedBufferVT

func (m *ListOrgInvitesResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ListOrgInvitesResponse) MarshalToVT

func (m *ListOrgInvitesResponse) MarshalToVT(dAtA []byte) (int, error)

func (*ListOrgInvitesResponse) MarshalVT

func (m *ListOrgInvitesResponse) MarshalVT() (dAtA []byte, err error)

func (*ListOrgInvitesResponse) ProtoMessage

func (*ListOrgInvitesResponse) ProtoMessage()

func (*ListOrgInvitesResponse) Reset

func (x *ListOrgInvitesResponse) Reset()

func (*ListOrgInvitesResponse) SizeVT

func (m *ListOrgInvitesResponse) SizeVT() (n int)

func (*ListOrgInvitesResponse) String

func (x *ListOrgInvitesResponse) String() string

func (*ListOrgInvitesResponse) UnmarshalJSON

func (x *ListOrgInvitesResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the ListOrgInvitesResponse from JSON.

func (*ListOrgInvitesResponse) UnmarshalProtoJSON

func (x *ListOrgInvitesResponse) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the ListOrgInvitesResponse message from JSON.

func (*ListOrgInvitesResponse) UnmarshalVT

func (m *ListOrgInvitesResponse) UnmarshalVT(dAtA []byte) error

type ListOrgsResponse

type ListOrgsResponse struct {

	// Organizations is the list of organizations the user belongs to.
	Organizations []*OrgResponse `protobuf:"bytes,1,rep,name=organizations,proto3" json:"organizations,omitempty"`
	// contains filtered or unexported fields
}

ListOrgsResponse is the response body for GET /org/list.

func (*ListOrgsResponse) CloneMessageVT

func (m *ListOrgsResponse) CloneMessageVT() protobuf_go_lite.CloneMessage

func (*ListOrgsResponse) CloneVT

func (m *ListOrgsResponse) CloneVT() *ListOrgsResponse

func (*ListOrgsResponse) EqualMessageVT

func (this *ListOrgsResponse) EqualMessageVT(thatMsg any) bool

func (*ListOrgsResponse) EqualVT

func (this *ListOrgsResponse) EqualVT(that *ListOrgsResponse) bool

func (*ListOrgsResponse) GetOrganizations

func (x *ListOrgsResponse) GetOrganizations() []*OrgResponse

func (*ListOrgsResponse) MarshalJSON

func (x *ListOrgsResponse) MarshalJSON() ([]byte, error)

MarshalJSON marshals the ListOrgsResponse to JSON.

func (*ListOrgsResponse) MarshalProtoJSON

func (x *ListOrgsResponse) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the ListOrgsResponse message to JSON.

func (*ListOrgsResponse) MarshalProtoText

func (x *ListOrgsResponse) MarshalProtoText() string

func (*ListOrgsResponse) MarshalToSizedBufferVT

func (m *ListOrgsResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ListOrgsResponse) MarshalToVT

func (m *ListOrgsResponse) MarshalToVT(dAtA []byte) (int, error)

func (*ListOrgsResponse) MarshalVT

func (m *ListOrgsResponse) MarshalVT() (dAtA []byte, err error)

func (*ListOrgsResponse) ProtoMessage

func (*ListOrgsResponse) ProtoMessage()

func (*ListOrgsResponse) Reset

func (x *ListOrgsResponse) Reset()

func (*ListOrgsResponse) SizeVT

func (m *ListOrgsResponse) SizeVT() (n int)

func (*ListOrgsResponse) String

func (x *ListOrgsResponse) String() string

func (*ListOrgsResponse) UnmarshalJSON

func (x *ListOrgsResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the ListOrgsResponse from JSON.

func (*ListOrgsResponse) UnmarshalProtoJSON

func (x *ListOrgsResponse) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the ListOrgsResponse message from JSON.

func (*ListOrgsResponse) UnmarshalVT

func (m *ListOrgsResponse) UnmarshalVT(dAtA []byte) error

type ListResourcesResponse

type ListResourcesResponse struct {

	// Resources is the list of resources accessible to the caller.
	Resources []*ResourceListEntry `protobuf:"bytes,1,rep,name=resources,proto3" json:"resources,omitempty"`
	// contains filtered or unexported fields
}

ListResourcesResponse is the response body for GET /api/resource/list.

func (*ListResourcesResponse) CloneMessageVT

func (*ListResourcesResponse) CloneVT

func (*ListResourcesResponse) EqualMessageVT

func (this *ListResourcesResponse) EqualMessageVT(thatMsg any) bool

func (*ListResourcesResponse) EqualVT

func (this *ListResourcesResponse) EqualVT(that *ListResourcesResponse) bool

func (*ListResourcesResponse) GetResources

func (x *ListResourcesResponse) GetResources() []*ResourceListEntry

func (*ListResourcesResponse) MarshalJSON

func (x *ListResourcesResponse) MarshalJSON() ([]byte, error)

MarshalJSON marshals the ListResourcesResponse to JSON.

func (*ListResourcesResponse) MarshalProtoJSON

func (x *ListResourcesResponse) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the ListResourcesResponse message to JSON.

func (*ListResourcesResponse) MarshalProtoText

func (x *ListResourcesResponse) MarshalProtoText() string

func (*ListResourcesResponse) MarshalToSizedBufferVT

func (m *ListResourcesResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ListResourcesResponse) MarshalToVT

func (m *ListResourcesResponse) MarshalToVT(dAtA []byte) (int, error)

func (*ListResourcesResponse) MarshalVT

func (m *ListResourcesResponse) MarshalVT() (dAtA []byte, err error)

func (*ListResourcesResponse) ProtoMessage

func (*ListResourcesResponse) ProtoMessage()

func (*ListResourcesResponse) Reset

func (x *ListResourcesResponse) Reset()

func (*ListResourcesResponse) SizeVT

func (m *ListResourcesResponse) SizeVT() (n int)

func (*ListResourcesResponse) String

func (x *ListResourcesResponse) String() string

func (*ListResourcesResponse) UnmarshalJSON

func (x *ListResourcesResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the ListResourcesResponse from JSON.

func (*ListResourcesResponse) UnmarshalProtoJSON

func (x *ListResourcesResponse) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the ListResourcesResponse message from JSON.

func (*ListResourcesResponse) UnmarshalVT

func (m *ListResourcesResponse) UnmarshalVT(dAtA []byte) error

type ListSORecoveryEntityKeypairsResponse

type ListSORecoveryEntityKeypairsResponse struct {

	// Entities is the current readable entity participant keypair set.
	Entities []*SORecoveryEntityKeypairs `protobuf:"bytes,1,rep,name=entities,proto3" json:"entities,omitempty"`
	// contains filtered or unexported fields
}

ListSORecoveryEntityKeypairsResponse is the response body for GET /sobject/:id/recovery-entity-keypairs.

func (*ListSORecoveryEntityKeypairsResponse) CloneMessageVT

func (*ListSORecoveryEntityKeypairsResponse) CloneVT

func (*ListSORecoveryEntityKeypairsResponse) EqualMessageVT

func (this *ListSORecoveryEntityKeypairsResponse) EqualMessageVT(thatMsg any) bool

func (*ListSORecoveryEntityKeypairsResponse) EqualVT

func (*ListSORecoveryEntityKeypairsResponse) GetEntities

func (*ListSORecoveryEntityKeypairsResponse) MarshalJSON

func (x *ListSORecoveryEntityKeypairsResponse) MarshalJSON() ([]byte, error)

MarshalJSON marshals the ListSORecoveryEntityKeypairsResponse to JSON.

func (*ListSORecoveryEntityKeypairsResponse) MarshalProtoJSON

func (x *ListSORecoveryEntityKeypairsResponse) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the ListSORecoveryEntityKeypairsResponse message to JSON.

func (*ListSORecoveryEntityKeypairsResponse) MarshalProtoText

func (x *ListSORecoveryEntityKeypairsResponse) MarshalProtoText() string

func (*ListSORecoveryEntityKeypairsResponse) MarshalToSizedBufferVT

func (m *ListSORecoveryEntityKeypairsResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ListSORecoveryEntityKeypairsResponse) MarshalToVT

func (m *ListSORecoveryEntityKeypairsResponse) MarshalToVT(dAtA []byte) (int, error)

func (*ListSORecoveryEntityKeypairsResponse) MarshalVT

func (m *ListSORecoveryEntityKeypairsResponse) MarshalVT() (dAtA []byte, err error)

func (*ListSORecoveryEntityKeypairsResponse) ProtoMessage

func (*ListSORecoveryEntityKeypairsResponse) ProtoMessage()

func (*ListSORecoveryEntityKeypairsResponse) Reset

func (*ListSORecoveryEntityKeypairsResponse) SizeVT

func (m *ListSORecoveryEntityKeypairsResponse) SizeVT() (n int)

func (*ListSORecoveryEntityKeypairsResponse) String

func (*ListSORecoveryEntityKeypairsResponse) UnmarshalJSON

func (x *ListSORecoveryEntityKeypairsResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the ListSORecoveryEntityKeypairsResponse from JSON.

func (*ListSORecoveryEntityKeypairsResponse) UnmarshalProtoJSON

func (x *ListSORecoveryEntityKeypairsResponse) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the ListSORecoveryEntityKeypairsResponse message from JSON.

func (*ListSORecoveryEntityKeypairsResponse) UnmarshalVT

func (m *ListSORecoveryEntityKeypairsResponse) UnmarshalVT(dAtA []byte) error

type ListTargetedInvitationsRequest added in v0.51.2

type ListTargetedInvitationsRequest struct {
	// contains filtered or unexported fields
}

ListTargetedInvitationsRequest lists recipient inbox invitations.

func (*ListTargetedInvitationsRequest) CloneMessageVT added in v0.51.2

func (*ListTargetedInvitationsRequest) CloneVT added in v0.51.2

func (*ListTargetedInvitationsRequest) EqualMessageVT added in v0.51.2

func (this *ListTargetedInvitationsRequest) EqualMessageVT(thatMsg any) bool

func (*ListTargetedInvitationsRequest) EqualVT added in v0.51.2

func (*ListTargetedInvitationsRequest) MarshalJSON added in v0.51.2

func (x *ListTargetedInvitationsRequest) MarshalJSON() ([]byte, error)

MarshalJSON marshals the ListTargetedInvitationsRequest to JSON.

func (*ListTargetedInvitationsRequest) MarshalProtoJSON added in v0.51.2

func (x *ListTargetedInvitationsRequest) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the ListTargetedInvitationsRequest message to JSON.

func (*ListTargetedInvitationsRequest) MarshalProtoText added in v0.51.2

func (x *ListTargetedInvitationsRequest) MarshalProtoText() string

func (*ListTargetedInvitationsRequest) MarshalToSizedBufferVT added in v0.51.2

func (m *ListTargetedInvitationsRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ListTargetedInvitationsRequest) MarshalToVT added in v0.51.2

func (m *ListTargetedInvitationsRequest) MarshalToVT(dAtA []byte) (int, error)

func (*ListTargetedInvitationsRequest) MarshalVT added in v0.51.2

func (m *ListTargetedInvitationsRequest) MarshalVT() (dAtA []byte, err error)

func (*ListTargetedInvitationsRequest) ProtoMessage added in v0.51.2

func (*ListTargetedInvitationsRequest) ProtoMessage()

func (*ListTargetedInvitationsRequest) Reset added in v0.51.2

func (x *ListTargetedInvitationsRequest) Reset()

func (*ListTargetedInvitationsRequest) SizeVT added in v0.51.2

func (m *ListTargetedInvitationsRequest) SizeVT() (n int)

func (*ListTargetedInvitationsRequest) String added in v0.51.2

func (*ListTargetedInvitationsRequest) UnmarshalJSON added in v0.51.2

func (x *ListTargetedInvitationsRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the ListTargetedInvitationsRequest from JSON.

func (*ListTargetedInvitationsRequest) UnmarshalProtoJSON added in v0.51.2

func (x *ListTargetedInvitationsRequest) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the ListTargetedInvitationsRequest message from JSON.

func (*ListTargetedInvitationsRequest) UnmarshalVT added in v0.51.2

func (m *ListTargetedInvitationsRequest) UnmarshalVT(dAtA []byte) error

type ListTargetedInvitationsResponse added in v0.51.2

type ListTargetedInvitationsResponse struct {

	// Invitations are invitations visible to the caller.
	Invitations []*TargetedInvitationInfo `protobuf:"bytes,1,rep,name=invitations,proto3" json:"invitations,omitempty"`
	// contains filtered or unexported fields
}

ListTargetedInvitationsResponse lists recipient inbox invitations.

func (*ListTargetedInvitationsResponse) CloneMessageVT added in v0.51.2

func (*ListTargetedInvitationsResponse) CloneVT added in v0.51.2

func (*ListTargetedInvitationsResponse) EqualMessageVT added in v0.51.2

func (this *ListTargetedInvitationsResponse) EqualMessageVT(thatMsg any) bool

func (*ListTargetedInvitationsResponse) EqualVT added in v0.51.2

func (*ListTargetedInvitationsResponse) GetInvitations added in v0.51.2

func (*ListTargetedInvitationsResponse) MarshalJSON added in v0.51.2

func (x *ListTargetedInvitationsResponse) MarshalJSON() ([]byte, error)

MarshalJSON marshals the ListTargetedInvitationsResponse to JSON.

func (*ListTargetedInvitationsResponse) MarshalProtoJSON added in v0.51.2

func (x *ListTargetedInvitationsResponse) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the ListTargetedInvitationsResponse message to JSON.

func (*ListTargetedInvitationsResponse) MarshalProtoText added in v0.51.2

func (x *ListTargetedInvitationsResponse) MarshalProtoText() string

func (*ListTargetedInvitationsResponse) MarshalToSizedBufferVT added in v0.51.2

func (m *ListTargetedInvitationsResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ListTargetedInvitationsResponse) MarshalToVT added in v0.51.2

func (m *ListTargetedInvitationsResponse) MarshalToVT(dAtA []byte) (int, error)

func (*ListTargetedInvitationsResponse) MarshalVT added in v0.51.2

func (m *ListTargetedInvitationsResponse) MarshalVT() (dAtA []byte, err error)

func (*ListTargetedInvitationsResponse) ProtoMessage added in v0.51.2

func (*ListTargetedInvitationsResponse) ProtoMessage()

func (*ListTargetedInvitationsResponse) Reset added in v0.51.2

func (*ListTargetedInvitationsResponse) SizeVT added in v0.51.2

func (m *ListTargetedInvitationsResponse) SizeVT() (n int)

func (*ListTargetedInvitationsResponse) String added in v0.51.2

func (*ListTargetedInvitationsResponse) UnmarshalJSON added in v0.51.2

func (x *ListTargetedInvitationsResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the ListTargetedInvitationsResponse from JSON.

func (*ListTargetedInvitationsResponse) UnmarshalProtoJSON added in v0.51.2

func (x *ListTargetedInvitationsResponse) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the ListTargetedInvitationsResponse message from JSON.

func (*ListTargetedInvitationsResponse) UnmarshalVT added in v0.51.2

func (m *ListTargetedInvitationsResponse) UnmarshalVT(dAtA []byte) error

type LookupInviteCodeResponse

type LookupInviteCodeResponse struct {

	// InviteId is the invite identifier.
	InviteId string `protobuf:"bytes,1,opt,name=invite_id,json=inviteId,proto3" json:"inviteId,omitempty"`
	// InviteMessage is the base64-encoded serialized SOInviteMessage.
	InviteMessage string `protobuf:"bytes,2,opt,name=invite_message,json=inviteMessage,proto3" json:"inviteMessage,omitempty"`
	// contains filtered or unexported fields
}

LookupInviteCodeResponse is the response body for GET /sobject/:id/invite-code?code=.

func (*LookupInviteCodeResponse) CloneMessageVT

func (*LookupInviteCodeResponse) CloneVT

func (*LookupInviteCodeResponse) EqualMessageVT

func (this *LookupInviteCodeResponse) EqualMessageVT(thatMsg any) bool

func (*LookupInviteCodeResponse) EqualVT

func (*LookupInviteCodeResponse) GetInviteId

func (x *LookupInviteCodeResponse) GetInviteId() string

func (*LookupInviteCodeResponse) GetInviteMessage

func (x *LookupInviteCodeResponse) GetInviteMessage() string

func (*LookupInviteCodeResponse) MarshalJSON

func (x *LookupInviteCodeResponse) MarshalJSON() ([]byte, error)

MarshalJSON marshals the LookupInviteCodeResponse to JSON.

func (*LookupInviteCodeResponse) MarshalProtoJSON

func (x *LookupInviteCodeResponse) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the LookupInviteCodeResponse message to JSON.

func (*LookupInviteCodeResponse) MarshalProtoText

func (x *LookupInviteCodeResponse) MarshalProtoText() string

func (*LookupInviteCodeResponse) MarshalToSizedBufferVT

func (m *LookupInviteCodeResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*LookupInviteCodeResponse) MarshalToVT

func (m *LookupInviteCodeResponse) MarshalToVT(dAtA []byte) (int, error)

func (*LookupInviteCodeResponse) MarshalVT

func (m *LookupInviteCodeResponse) MarshalVT() (dAtA []byte, err error)

func (*LookupInviteCodeResponse) ProtoMessage

func (*LookupInviteCodeResponse) ProtoMessage()

func (*LookupInviteCodeResponse) Reset

func (x *LookupInviteCodeResponse) Reset()

func (*LookupInviteCodeResponse) SizeVT

func (m *LookupInviteCodeResponse) SizeVT() (n int)

func (*LookupInviteCodeResponse) String

func (x *LookupInviteCodeResponse) String() string

func (*LookupInviteCodeResponse) UnmarshalJSON

func (x *LookupInviteCodeResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the LookupInviteCodeResponse from JSON.

func (*LookupInviteCodeResponse) UnmarshalProtoJSON

func (x *LookupInviteCodeResponse) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the LookupInviteCodeResponse message from JSON.

func (*LookupInviteCodeResponse) UnmarshalVT

func (m *LookupInviteCodeResponse) UnmarshalVT(dAtA []byte) error

type LookupOperationReceiptInner added in v0.56.1

type LookupOperationReceiptInner struct {

	// Key identifies the exact participant attempt to look up.
	Key *sobject.SOMutationKey `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	// contains filtered or unexported fields
}

LookupOperationReceiptInner is the deterministic signed lookup payload.

func (*LookupOperationReceiptInner) CloneMessageVT added in v0.56.1

func (*LookupOperationReceiptInner) CloneVT added in v0.56.1

func (*LookupOperationReceiptInner) EqualMessageVT added in v0.56.1

func (this *LookupOperationReceiptInner) EqualMessageVT(thatMsg any) bool

func (*LookupOperationReceiptInner) EqualVT added in v0.56.1

func (*LookupOperationReceiptInner) GetKey added in v0.56.1

func (*LookupOperationReceiptInner) MarshalJSON added in v0.56.1

func (x *LookupOperationReceiptInner) MarshalJSON() ([]byte, error)

MarshalJSON marshals the LookupOperationReceiptInner to JSON.

func (*LookupOperationReceiptInner) MarshalProtoJSON added in v0.56.1

func (x *LookupOperationReceiptInner) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the LookupOperationReceiptInner message to JSON.

func (*LookupOperationReceiptInner) MarshalProtoText added in v0.56.1

func (x *LookupOperationReceiptInner) MarshalProtoText() string

func (*LookupOperationReceiptInner) MarshalToSizedBufferVT added in v0.56.1

func (m *LookupOperationReceiptInner) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*LookupOperationReceiptInner) MarshalToVT added in v0.56.1

func (m *LookupOperationReceiptInner) MarshalToVT(dAtA []byte) (int, error)

func (*LookupOperationReceiptInner) MarshalVT added in v0.56.1

func (m *LookupOperationReceiptInner) MarshalVT() (dAtA []byte, err error)

func (*LookupOperationReceiptInner) ProtoMessage added in v0.56.1

func (*LookupOperationReceiptInner) ProtoMessage()

func (*LookupOperationReceiptInner) Reset added in v0.56.1

func (x *LookupOperationReceiptInner) Reset()

func (*LookupOperationReceiptInner) SizeVT added in v0.56.1

func (m *LookupOperationReceiptInner) SizeVT() (n int)

func (*LookupOperationReceiptInner) String added in v0.56.1

func (x *LookupOperationReceiptInner) String() string

func (*LookupOperationReceiptInner) UnmarshalJSON added in v0.56.1

func (x *LookupOperationReceiptInner) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the LookupOperationReceiptInner from JSON.

func (*LookupOperationReceiptInner) UnmarshalProtoJSON added in v0.56.1

func (x *LookupOperationReceiptInner) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the LookupOperationReceiptInner message from JSON.

func (*LookupOperationReceiptInner) UnmarshalVT added in v0.56.1

func (m *LookupOperationReceiptInner) UnmarshalVT(dAtA []byte) error

type LookupOperationReceiptRequest added in v0.56.1

type LookupOperationReceiptRequest struct {

	// Inner is the deterministic serialized LookupOperationReceiptInner bytes.
	Inner []byte `protobuf:"bytes,1,opt,name=inner,proto3" json:"inner,omitempty"`
	// Signature covers the deterministic Inner bytes using
	// BuildSOReceiptLookupSignatureContext(Inner.key.shared_object_id,
	// Inner.key.participant_peer_id, Inner.key.local_id).
	// The participant_peer_id extracted from Inner.key must sign; this domain is
	// separate from operation, acknowledgement, terminal-receipt, and root signatures.
	Signature *peer.Signature `protobuf:"bytes,2,opt,name=signature,proto3" json:"signature,omitempty"`
	// contains filtered or unexported fields
}

LookupOperationReceiptRequest is a participant-signed exact-key lookup.

func (*LookupOperationReceiptRequest) CloneMessageVT added in v0.56.1

func (*LookupOperationReceiptRequest) CloneVT added in v0.56.1

func (*LookupOperationReceiptRequest) EqualMessageVT added in v0.56.1

func (this *LookupOperationReceiptRequest) EqualMessageVT(thatMsg any) bool

func (*LookupOperationReceiptRequest) EqualVT added in v0.56.1

func (*LookupOperationReceiptRequest) GetInner added in v0.56.1

func (x *LookupOperationReceiptRequest) GetInner() []byte

func (*LookupOperationReceiptRequest) GetSignature added in v0.56.1

func (x *LookupOperationReceiptRequest) GetSignature() *peer.Signature

func (*LookupOperationReceiptRequest) MarshalJSON added in v0.56.1

func (x *LookupOperationReceiptRequest) MarshalJSON() ([]byte, error)

MarshalJSON marshals the LookupOperationReceiptRequest to JSON.

func (*LookupOperationReceiptRequest) MarshalProtoJSON added in v0.56.1

func (x *LookupOperationReceiptRequest) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the LookupOperationReceiptRequest message to JSON.

func (*LookupOperationReceiptRequest) MarshalProtoText added in v0.56.1

func (x *LookupOperationReceiptRequest) MarshalProtoText() string

func (*LookupOperationReceiptRequest) MarshalToSizedBufferVT added in v0.56.1

func (m *LookupOperationReceiptRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*LookupOperationReceiptRequest) MarshalToVT added in v0.56.1

func (m *LookupOperationReceiptRequest) MarshalToVT(dAtA []byte) (int, error)

func (*LookupOperationReceiptRequest) MarshalVT added in v0.56.1

func (m *LookupOperationReceiptRequest) MarshalVT() (dAtA []byte, err error)

func (*LookupOperationReceiptRequest) ProtoMessage added in v0.56.1

func (*LookupOperationReceiptRequest) ProtoMessage()

func (*LookupOperationReceiptRequest) Reset added in v0.56.1

func (x *LookupOperationReceiptRequest) Reset()

func (*LookupOperationReceiptRequest) SizeVT added in v0.56.1

func (m *LookupOperationReceiptRequest) SizeVT() (n int)

func (*LookupOperationReceiptRequest) String added in v0.56.1

func (*LookupOperationReceiptRequest) UnmarshalJSON added in v0.56.1

func (x *LookupOperationReceiptRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the LookupOperationReceiptRequest from JSON.

func (*LookupOperationReceiptRequest) UnmarshalProtoJSON added in v0.56.1

func (x *LookupOperationReceiptRequest) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the LookupOperationReceiptRequest message from JSON.

func (*LookupOperationReceiptRequest) UnmarshalVT added in v0.56.1

func (m *LookupOperationReceiptRequest) UnmarshalVT(dAtA []byte) error

type LookupOperationReceiptResponse added in v0.56.1

type LookupOperationReceiptResponse struct {

	// State is exactly NO_RECORD, PENDING, ACCEPTED, or REJECTED.
	State sobject.SOReceiptState `protobuf:"varint,1,opt,name=state,proto3" json:"state,omitempty"`
	// TerminalReceipt is present only when State is accepted or rejected.
	TerminalReceipt *sobject.SOTerminalReceipt `protobuf:"bytes,2,opt,name=terminal_receipt,json=terminalReceipt,proto3" json:"terminalReceipt,omitempty"`
	// contains filtered or unexported fields
}

LookupOperationReceiptResponse is the authoritative exact-key lookup result.

func (*LookupOperationReceiptResponse) CloneMessageVT added in v0.56.1

func (*LookupOperationReceiptResponse) CloneVT added in v0.56.1

func (*LookupOperationReceiptResponse) EqualMessageVT added in v0.56.1

func (this *LookupOperationReceiptResponse) EqualMessageVT(thatMsg any) bool

func (*LookupOperationReceiptResponse) EqualVT added in v0.56.1

func (*LookupOperationReceiptResponse) GetState added in v0.56.1

func (*LookupOperationReceiptResponse) GetTerminalReceipt added in v0.56.1

func (x *LookupOperationReceiptResponse) GetTerminalReceipt() *sobject.SOTerminalReceipt

func (*LookupOperationReceiptResponse) MarshalJSON added in v0.56.1

func (x *LookupOperationReceiptResponse) MarshalJSON() ([]byte, error)

MarshalJSON marshals the LookupOperationReceiptResponse to JSON.

func (*LookupOperationReceiptResponse) MarshalProtoJSON added in v0.56.1

func (x *LookupOperationReceiptResponse) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the LookupOperationReceiptResponse message to JSON.

func (*LookupOperationReceiptResponse) MarshalProtoText added in v0.56.1

func (x *LookupOperationReceiptResponse) MarshalProtoText() string

func (*LookupOperationReceiptResponse) MarshalToSizedBufferVT added in v0.56.1

func (m *LookupOperationReceiptResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*LookupOperationReceiptResponse) MarshalToVT added in v0.56.1

func (m *LookupOperationReceiptResponse) MarshalToVT(dAtA []byte) (int, error)

func (*LookupOperationReceiptResponse) MarshalVT added in v0.56.1

func (m *LookupOperationReceiptResponse) MarshalVT() (dAtA []byte, err error)

func (*LookupOperationReceiptResponse) ProtoMessage added in v0.56.1

func (*LookupOperationReceiptResponse) ProtoMessage()

func (*LookupOperationReceiptResponse) Reset added in v0.56.1

func (x *LookupOperationReceiptResponse) Reset()

func (*LookupOperationReceiptResponse) SizeVT added in v0.56.1

func (m *LookupOperationReceiptResponse) SizeVT() (n int)

func (*LookupOperationReceiptResponse) String added in v0.56.1

func (*LookupOperationReceiptResponse) UnmarshalJSON added in v0.56.1

func (x *LookupOperationReceiptResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the LookupOperationReceiptResponse from JSON.

func (*LookupOperationReceiptResponse) UnmarshalProtoJSON added in v0.56.1

func (x *LookupOperationReceiptResponse) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the LookupOperationReceiptResponse message from JSON.

func (*LookupOperationReceiptResponse) UnmarshalVT added in v0.56.1

func (m *LookupOperationReceiptResponse) UnmarshalVT(dAtA []byte) error

type MailboxEntry

type MailboxEntry struct {

	// Id is the entry ID.
	Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	// InviteId is the invite this entry corresponds to.
	InviteId string `protobuf:"bytes,2,opt,name=invite_id,json=inviteId,proto3" json:"inviteId,omitempty"`
	// PeerId is the peer who submitted the join response.
	PeerId string `protobuf:"bytes,3,opt,name=peer_id,json=peerId,proto3" json:"peerId,omitempty"`
	// JoinResponse is the signed join response from the invitee session.
	JoinResponse *sobject.SOJoinResponse `protobuf:"bytes,4,opt,name=join_response,json=joinResponse,proto3" json:"joinResponse,omitempty"`
	// Status is the current status (pending, accepted, rejected).
	Status string `protobuf:"bytes,5,opt,name=status,proto3" json:"status,omitempty"`
	// CreatedAt is the creation timestamp in milliseconds.
	CreatedAt int64 `protobuf:"varint,6,opt,name=created_at,json=createdAt,proto3" json:"createdAt,omitempty"`
	// AccountId is the invitee cloud account that submitted the entry.
	AccountId string `protobuf:"bytes,7,opt,name=account_id,json=accountId,proto3" json:"accountId,omitempty"`
	// EntityId is the provider-attested username / entity identifier.
	EntityId string `protobuf:"bytes,8,opt,name=entity_id,json=entityId,proto3" json:"entityId,omitempty"`
	// TargetedEnvelope is the optional signed targeted invitation proof for
	// username-addressed invites.
	TargetedEnvelope *TargetedInvitationEnvelope `protobuf:"bytes,9,opt,name=targeted_envelope,json=targetedEnvelope,proto3" json:"targetedEnvelope,omitempty"`
	// contains filtered or unexported fields
}

MailboxEntry is a single mailbox entry.

func (*MailboxEntry) CloneMessageVT

func (m *MailboxEntry) CloneMessageVT() protobuf_go_lite.CloneMessage

func (*MailboxEntry) CloneVT

func (m *MailboxEntry) CloneVT() *MailboxEntry

func (*MailboxEntry) EqualMessageVT

func (this *MailboxEntry) EqualMessageVT(thatMsg any) bool

func (*MailboxEntry) EqualVT

func (this *MailboxEntry) EqualVT(that *MailboxEntry) bool

func (*MailboxEntry) GetAccountId

func (x *MailboxEntry) GetAccountId() string

func (*MailboxEntry) GetCreatedAt

func (x *MailboxEntry) GetCreatedAt() int64

func (*MailboxEntry) GetEntityId

func (x *MailboxEntry) GetEntityId() string

func (*MailboxEntry) GetId

func (x *MailboxEntry) GetId() int64

func (*MailboxEntry) GetInviteId

func (x *MailboxEntry) GetInviteId() string

func (*MailboxEntry) GetJoinResponse

func (x *MailboxEntry) GetJoinResponse() *sobject.SOJoinResponse

func (*MailboxEntry) GetPeerId

func (x *MailboxEntry) GetPeerId() string

func (*MailboxEntry) GetStatus

func (x *MailboxEntry) GetStatus() string

func (*MailboxEntry) GetTargetedEnvelope added in v0.51.2

func (x *MailboxEntry) GetTargetedEnvelope() *TargetedInvitationEnvelope

func (*MailboxEntry) MarshalJSON

func (x *MailboxEntry) MarshalJSON() ([]byte, error)

MarshalJSON marshals the MailboxEntry to JSON.

func (*MailboxEntry) MarshalProtoJSON

func (x *MailboxEntry) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the MailboxEntry message to JSON.

func (*MailboxEntry) MarshalProtoText

func (x *MailboxEntry) MarshalProtoText() string

func (*MailboxEntry) MarshalToSizedBufferVT

func (m *MailboxEntry) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*MailboxEntry) MarshalToVT

func (m *MailboxEntry) MarshalToVT(dAtA []byte) (int, error)

func (*MailboxEntry) MarshalVT

func (m *MailboxEntry) MarshalVT() (dAtA []byte, err error)

func (*MailboxEntry) ProtoMessage

func (*MailboxEntry) ProtoMessage()

func (*MailboxEntry) Reset

func (x *MailboxEntry) Reset()

func (*MailboxEntry) SizeVT

func (m *MailboxEntry) SizeVT() (n int)

func (*MailboxEntry) String

func (x *MailboxEntry) String() string

func (*MailboxEntry) UnmarshalJSON

func (x *MailboxEntry) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the MailboxEntry from JSON.

func (*MailboxEntry) UnmarshalProtoJSON

func (x *MailboxEntry) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the MailboxEntry message from JSON.

func (*MailboxEntry) UnmarshalVT

func (m *MailboxEntry) UnmarshalVT(dAtA []byte) error

type ManagedBillingAccount

type ManagedBillingAccount struct {

	// Id is the billing account ULID.
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// StripeCustomerId is the Stripe customer id, when present.
	StripeCustomerId string `protobuf:"bytes,2,opt,name=stripe_customer_id,json=stripeCustomerId,proto3" json:"stripeCustomerId,omitempty"`
	// SubscriptionStatus is the normalized billing status.
	SubscriptionStatus spacewave.BillingStatus `protobuf:"varint,3,opt,name=subscription_status,json=subscriptionStatus,proto3" json:"subscriptionStatus,omitempty"`
	// LifecycleState is the billing account lifecycle state.
	LifecycleState AccountLifecycleState `protobuf:"varint,4,opt,name=lifecycle_state,json=lifecycleState,proto3" json:"lifecycleState,omitempty"`
	// CreatedAt is the billing account creation time in unix ms.
	CreatedAt int64 `protobuf:"varint,5,opt,name=created_at,json=createdAt,proto3" json:"createdAt,omitempty"`
	// UpdatedAt is the billing account last-updated time in unix ms.
	UpdatedAt int64 `protobuf:"varint,6,opt,name=updated_at,json=updatedAt,proto3" json:"updatedAt,omitempty"`
	// Assignees is the list of principals currently pointing at this BA
	// (accounts.billing_account_id or organizations.billing_account_id).
	Assignees []*PrincipalAssignment `protobuf:"bytes,7,rep,name=assignees,proto3" json:"assignees,omitempty"`
	// DisplayName is the user-editable label for this billing account.
	DisplayName string `protobuf:"bytes,8,opt,name=display_name,json=displayName,proto3" json:"displayName,omitempty"`
	// contains filtered or unexported fields
}

ManagedBillingAccount describes one billing account the caller manages (created_by_account_id = caller).

func (*ManagedBillingAccount) CloneMessageVT

func (*ManagedBillingAccount) CloneVT

func (*ManagedBillingAccount) EqualMessageVT

func (this *ManagedBillingAccount) EqualMessageVT(thatMsg any) bool

func (*ManagedBillingAccount) EqualVT

func (this *ManagedBillingAccount) EqualVT(that *ManagedBillingAccount) bool

func (*ManagedBillingAccount) GetAssignees

func (x *ManagedBillingAccount) GetAssignees() []*PrincipalAssignment

func (*ManagedBillingAccount) GetCreatedAt

func (x *ManagedBillingAccount) GetCreatedAt() int64

func (*ManagedBillingAccount) GetDisplayName

func (x *ManagedBillingAccount) GetDisplayName() string

func (*ManagedBillingAccount) GetId

func (x *ManagedBillingAccount) GetId() string

func (*ManagedBillingAccount) GetLifecycleState

func (x *ManagedBillingAccount) GetLifecycleState() AccountLifecycleState

func (*ManagedBillingAccount) GetStripeCustomerId

func (x *ManagedBillingAccount) GetStripeCustomerId() string

func (*ManagedBillingAccount) GetSubscriptionStatus

func (x *ManagedBillingAccount) GetSubscriptionStatus() spacewave.BillingStatus

func (*ManagedBillingAccount) GetUpdatedAt

func (x *ManagedBillingAccount) GetUpdatedAt() int64

func (*ManagedBillingAccount) MarshalJSON

func (x *ManagedBillingAccount) MarshalJSON() ([]byte, error)

MarshalJSON marshals the ManagedBillingAccount to JSON.

func (*ManagedBillingAccount) MarshalProtoJSON

func (x *ManagedBillingAccount) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the ManagedBillingAccount message to JSON.

func (*ManagedBillingAccount) MarshalProtoText

func (x *ManagedBillingAccount) MarshalProtoText() string

func (*ManagedBillingAccount) MarshalToSizedBufferVT

func (m *ManagedBillingAccount) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ManagedBillingAccount) MarshalToVT

func (m *ManagedBillingAccount) MarshalToVT(dAtA []byte) (int, error)

func (*ManagedBillingAccount) MarshalVT

func (m *ManagedBillingAccount) MarshalVT() (dAtA []byte, err error)

func (*ManagedBillingAccount) ProtoMessage

func (*ManagedBillingAccount) ProtoMessage()

func (*ManagedBillingAccount) Reset

func (x *ManagedBillingAccount) Reset()

func (*ManagedBillingAccount) SizeVT

func (m *ManagedBillingAccount) SizeVT() (n int)

func (*ManagedBillingAccount) String

func (x *ManagedBillingAccount) String() string

func (*ManagedBillingAccount) UnmarshalJSON

func (x *ManagedBillingAccount) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the ManagedBillingAccount from JSON.

func (*ManagedBillingAccount) UnmarshalProtoJSON

func (x *ManagedBillingAccount) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the ManagedBillingAccount message from JSON.

func (*ManagedBillingAccount) UnmarshalVT

func (m *ManagedBillingAccount) UnmarshalVT(dAtA []byte) error

type MemberSessionChangedPayload

type MemberSessionChangedPayload struct {

	// SessionPeerId is the peer ID of the session that was added or removed.
	SessionPeerId string `protobuf:"bytes,1,opt,name=session_peer_id,json=sessionPeerId,proto3" json:"sessionPeerId,omitempty"`
	// AccountId is the account ID that owns the session.
	AccountId string `protobuf:"bytes,2,opt,name=account_id,json=accountId,proto3" json:"accountId,omitempty"`
	// contains filtered or unexported fields
}

MemberSessionChangedPayload is the payload for member_session_added and member_session_removed session events.

func (*MemberSessionChangedPayload) CloneMessageVT

func (*MemberSessionChangedPayload) CloneVT

func (*MemberSessionChangedPayload) EqualMessageVT

func (this *MemberSessionChangedPayload) EqualMessageVT(thatMsg any) bool

func (*MemberSessionChangedPayload) EqualVT

func (*MemberSessionChangedPayload) GetAccountId

func (x *MemberSessionChangedPayload) GetAccountId() string

func (*MemberSessionChangedPayload) GetSessionPeerId

func (x *MemberSessionChangedPayload) GetSessionPeerId() string

func (*MemberSessionChangedPayload) MarshalJSON

func (x *MemberSessionChangedPayload) MarshalJSON() ([]byte, error)

MarshalJSON marshals the MemberSessionChangedPayload to JSON.

func (*MemberSessionChangedPayload) MarshalProtoJSON

func (x *MemberSessionChangedPayload) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the MemberSessionChangedPayload message to JSON.

func (*MemberSessionChangedPayload) MarshalProtoText

func (x *MemberSessionChangedPayload) MarshalProtoText() string

func (*MemberSessionChangedPayload) MarshalToSizedBufferVT

func (m *MemberSessionChangedPayload) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*MemberSessionChangedPayload) MarshalToVT

func (m *MemberSessionChangedPayload) MarshalToVT(dAtA []byte) (int, error)

func (*MemberSessionChangedPayload) MarshalVT

func (m *MemberSessionChangedPayload) MarshalVT() (dAtA []byte, err error)

func (*MemberSessionChangedPayload) ProtoMessage

func (*MemberSessionChangedPayload) ProtoMessage()

func (*MemberSessionChangedPayload) Reset

func (x *MemberSessionChangedPayload) Reset()

func (*MemberSessionChangedPayload) SizeVT

func (m *MemberSessionChangedPayload) SizeVT() (n int)

func (*MemberSessionChangedPayload) String

func (x *MemberSessionChangedPayload) String() string

func (*MemberSessionChangedPayload) UnmarshalJSON

func (x *MemberSessionChangedPayload) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the MemberSessionChangedPayload from JSON.

func (*MemberSessionChangedPayload) UnmarshalProtoJSON

func (x *MemberSessionChangedPayload) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the MemberSessionChangedPayload message from JSON.

func (*MemberSessionChangedPayload) UnmarshalVT

func (m *MemberSessionChangedPayload) UnmarshalVT(dAtA []byte) error

type MintFacetsLaunchGrantRequest added in v0.56.1

type MintFacetsLaunchGrantRequest struct {

	// OrganizationId is the expected organization ID bound to the launch grant target.
	OrganizationId string `protobuf:"bytes,1,opt,name=organization_id,json=organizationId,proto3" json:"organizationId,omitempty"`
	// PackageDigest is the expected package digest bound to the launch grant target.
	PackageDigest string `protobuf:"bytes,2,opt,name=package_digest,json=packageDigest,proto3" json:"packageDigest,omitempty"`
	// Capability is the expected runtime capability bound to the launch grant target.
	Capability string `protobuf:"bytes,3,opt,name=capability,proto3" json:"capability,omitempty"`
	// contains filtered or unexported fields
}

MintFacetsLaunchGrantRequest is the request body for POST /api/facets/launch-grant/mint.

func (*MintFacetsLaunchGrantRequest) CloneMessageVT added in v0.56.1

func (*MintFacetsLaunchGrantRequest) CloneVT added in v0.56.1

func (*MintFacetsLaunchGrantRequest) EqualMessageVT added in v0.56.1

func (this *MintFacetsLaunchGrantRequest) EqualMessageVT(thatMsg any) bool

func (*MintFacetsLaunchGrantRequest) EqualVT added in v0.56.1

func (*MintFacetsLaunchGrantRequest) GetCapability added in v0.56.1

func (x *MintFacetsLaunchGrantRequest) GetCapability() string

func (*MintFacetsLaunchGrantRequest) GetOrganizationId added in v0.56.1

func (x *MintFacetsLaunchGrantRequest) GetOrganizationId() string

func (*MintFacetsLaunchGrantRequest) GetPackageDigest added in v0.56.1

func (x *MintFacetsLaunchGrantRequest) GetPackageDigest() string

func (*MintFacetsLaunchGrantRequest) MarshalJSON added in v0.56.1

func (x *MintFacetsLaunchGrantRequest) MarshalJSON() ([]byte, error)

MarshalJSON marshals the MintFacetsLaunchGrantRequest to JSON.

func (*MintFacetsLaunchGrantRequest) MarshalProtoJSON added in v0.56.1

func (x *MintFacetsLaunchGrantRequest) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the MintFacetsLaunchGrantRequest message to JSON.

func (*MintFacetsLaunchGrantRequest) MarshalProtoText added in v0.56.1

func (x *MintFacetsLaunchGrantRequest) MarshalProtoText() string

func (*MintFacetsLaunchGrantRequest) MarshalToSizedBufferVT added in v0.56.1

func (m *MintFacetsLaunchGrantRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*MintFacetsLaunchGrantRequest) MarshalToVT added in v0.56.1

func (m *MintFacetsLaunchGrantRequest) MarshalToVT(dAtA []byte) (int, error)

func (*MintFacetsLaunchGrantRequest) MarshalVT added in v0.56.1

func (m *MintFacetsLaunchGrantRequest) MarshalVT() (dAtA []byte, err error)

func (*MintFacetsLaunchGrantRequest) ProtoMessage added in v0.56.1

func (*MintFacetsLaunchGrantRequest) ProtoMessage()

func (*MintFacetsLaunchGrantRequest) Reset added in v0.56.1

func (x *MintFacetsLaunchGrantRequest) Reset()

func (*MintFacetsLaunchGrantRequest) SizeVT added in v0.56.1

func (m *MintFacetsLaunchGrantRequest) SizeVT() (n int)

func (*MintFacetsLaunchGrantRequest) String added in v0.56.1

func (*MintFacetsLaunchGrantRequest) UnmarshalJSON added in v0.56.1

func (x *MintFacetsLaunchGrantRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the MintFacetsLaunchGrantRequest from JSON.

func (*MintFacetsLaunchGrantRequest) UnmarshalProtoJSON added in v0.56.1

func (x *MintFacetsLaunchGrantRequest) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the MintFacetsLaunchGrantRequest message from JSON.

func (*MintFacetsLaunchGrantRequest) UnmarshalVT added in v0.56.1

func (m *MintFacetsLaunchGrantRequest) UnmarshalVT(dAtA []byte) error

type MintFacetsLaunchGrantResponse added in v0.56.1

type MintFacetsLaunchGrantResponse struct {

	// Token is the opaque short-lived launch grant for GLaDOS verification.
	Token string `protobuf:"bytes,1,opt,name=token,proto3" json:"token,omitempty"`
	// contains filtered or unexported fields
}

MintFacetsLaunchGrantResponse is the response body for POST /api/facets/launch-grant/mint.

func (*MintFacetsLaunchGrantResponse) CloneMessageVT added in v0.56.1

func (*MintFacetsLaunchGrantResponse) CloneVT added in v0.56.1

func (*MintFacetsLaunchGrantResponse) EqualMessageVT added in v0.56.1

func (this *MintFacetsLaunchGrantResponse) EqualMessageVT(thatMsg any) bool

func (*MintFacetsLaunchGrantResponse) EqualVT added in v0.56.1

func (*MintFacetsLaunchGrantResponse) GetToken added in v0.56.1

func (x *MintFacetsLaunchGrantResponse) GetToken() string

func (*MintFacetsLaunchGrantResponse) MarshalJSON added in v0.56.1

func (x *MintFacetsLaunchGrantResponse) MarshalJSON() ([]byte, error)

MarshalJSON marshals the MintFacetsLaunchGrantResponse to JSON.

func (*MintFacetsLaunchGrantResponse) MarshalProtoJSON added in v0.56.1

func (x *MintFacetsLaunchGrantResponse) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the MintFacetsLaunchGrantResponse message to JSON.

func (*MintFacetsLaunchGrantResponse) MarshalProtoText added in v0.56.1

func (x *MintFacetsLaunchGrantResponse) MarshalProtoText() string

func (*MintFacetsLaunchGrantResponse) MarshalToSizedBufferVT added in v0.56.1

func (m *MintFacetsLaunchGrantResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*MintFacetsLaunchGrantResponse) MarshalToVT added in v0.56.1

func (m *MintFacetsLaunchGrantResponse) MarshalToVT(dAtA []byte) (int, error)

func (*MintFacetsLaunchGrantResponse) MarshalVT added in v0.56.1

func (m *MintFacetsLaunchGrantResponse) MarshalVT() (dAtA []byte, err error)

func (*MintFacetsLaunchGrantResponse) ProtoMessage added in v0.56.1

func (*MintFacetsLaunchGrantResponse) ProtoMessage()

func (*MintFacetsLaunchGrantResponse) Reset added in v0.56.1

func (x *MintFacetsLaunchGrantResponse) Reset()

func (*MintFacetsLaunchGrantResponse) SizeVT added in v0.56.1

func (m *MintFacetsLaunchGrantResponse) SizeVT() (n int)

func (*MintFacetsLaunchGrantResponse) String added in v0.56.1

func (*MintFacetsLaunchGrantResponse) UnmarshalJSON added in v0.56.1

func (x *MintFacetsLaunchGrantResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the MintFacetsLaunchGrantResponse from JSON.

func (*MintFacetsLaunchGrantResponse) UnmarshalProtoJSON added in v0.56.1

func (x *MintFacetsLaunchGrantResponse) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the MintFacetsLaunchGrantResponse message from JSON.

func (*MintFacetsLaunchGrantResponse) UnmarshalVT added in v0.56.1

func (m *MintFacetsLaunchGrantResponse) UnmarshalVT(dAtA []byte) error

type MultiSigActionEnvelope

type MultiSigActionEnvelope struct {

	// AccountId is the target account the action applies to. Must match the
	// :accountId route parameter of the handling endpoint.
	AccountId string `protobuf:"bytes,1,opt,name=account_id,json=accountId,proto3" json:"accountId,omitempty"`
	// Kind is the typed action discriminator. Must match the kind the handler
	// expects for its route.
	Kind MultiSigActionKind `protobuf:"varint,2,opt,name=kind,proto3" json:"kind,omitempty"`
	// Method is the HTTP method of the invoking request (for example "POST",
	// "DELETE"). Must match the actual request method.
	Method string `protobuf:"bytes,3,opt,name=method,proto3" json:"method,omitempty"`
	// Path is the canonical URL path of the invoking request with :accountId
	// (and any other route parameters) already interpolated. Must match the
	// actual request path byte-for-byte.
	Path string `protobuf:"bytes,4,opt,name=path,proto3" json:"path,omitempty"`
	// Payload is the serialized action proto (AddKeypairAction, etc.) matching
	// Kind. Decoded by the handler only after envelope binding checks pass.
	Payload []byte `protobuf:"bytes,5,opt,name=payload,proto3" json:"payload,omitempty"`
	// contains filtered or unexported fields
}

MultiSigActionEnvelope is the typed, endpoint-bound payload that entity keys sign. The server verifies signatures over the serialized envelope bytes and enforces that kind, method, path, and account_id match the invoked handler before decoding payload as the expected action proto.

func (*MultiSigActionEnvelope) CloneMessageVT

func (*MultiSigActionEnvelope) CloneVT

func (*MultiSigActionEnvelope) EqualMessageVT

func (this *MultiSigActionEnvelope) EqualMessageVT(thatMsg any) bool

func (*MultiSigActionEnvelope) EqualVT

func (this *MultiSigActionEnvelope) EqualVT(that *MultiSigActionEnvelope) bool

func (*MultiSigActionEnvelope) GetAccountId

func (x *MultiSigActionEnvelope) GetAccountId() string

func (*MultiSigActionEnvelope) GetKind

func (*MultiSigActionEnvelope) GetMethod

func (x *MultiSigActionEnvelope) GetMethod() string

func (*MultiSigActionEnvelope) GetPath

func (x *MultiSigActionEnvelope) GetPath() string

func (*MultiSigActionEnvelope) GetPayload

func (x *MultiSigActionEnvelope) GetPayload() []byte

func (*MultiSigActionEnvelope) MarshalJSON

func (x *MultiSigActionEnvelope) MarshalJSON() ([]byte, error)

MarshalJSON marshals the MultiSigActionEnvelope to JSON.

func (*MultiSigActionEnvelope) MarshalProtoJSON

func (x *MultiSigActionEnvelope) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the MultiSigActionEnvelope message to JSON.

func (*MultiSigActionEnvelope) MarshalProtoText

func (x *MultiSigActionEnvelope) MarshalProtoText() string

func (*MultiSigActionEnvelope) MarshalToSizedBufferVT

func (m *MultiSigActionEnvelope) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*MultiSigActionEnvelope) MarshalToVT

func (m *MultiSigActionEnvelope) MarshalToVT(dAtA []byte) (int, error)

func (*MultiSigActionEnvelope) MarshalVT

func (m *MultiSigActionEnvelope) MarshalVT() (dAtA []byte, err error)

func (*MultiSigActionEnvelope) ProtoMessage

func (*MultiSigActionEnvelope) ProtoMessage()

func (*MultiSigActionEnvelope) Reset

func (x *MultiSigActionEnvelope) Reset()

func (*MultiSigActionEnvelope) SizeVT

func (m *MultiSigActionEnvelope) SizeVT() (n int)

func (*MultiSigActionEnvelope) String

func (x *MultiSigActionEnvelope) String() string

func (*MultiSigActionEnvelope) UnmarshalJSON

func (x *MultiSigActionEnvelope) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the MultiSigActionEnvelope from JSON.

func (*MultiSigActionEnvelope) UnmarshalProtoJSON

func (x *MultiSigActionEnvelope) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the MultiSigActionEnvelope message from JSON.

func (*MultiSigActionEnvelope) UnmarshalVT

func (m *MultiSigActionEnvelope) UnmarshalVT(dAtA []byte) error

type MultiSigActionKind

type MultiSigActionKind int32

MultiSigActionKind identifies the typed multi-sig action carried by an envelope. The kind binds a signed envelope to a specific handler so a signature produced for one action cannot be replayed against another.

const (
	// MULTI_SIG_ACTION_KIND_UNSPECIFIED is the zero value and is always rejected.
	MultiSigActionKind_MULTI_SIG_ACTION_KIND_UNSPECIFIED MultiSigActionKind = 0
	// MULTI_SIG_ACTION_KIND_ADD_KEYPAIR identifies AddKeypairAction payloads.
	MultiSigActionKind_MULTI_SIG_ACTION_KIND_ADD_KEYPAIR MultiSigActionKind = 1
	// MULTI_SIG_ACTION_KIND_REMOVE_KEYPAIR identifies RemoveKeypairAction payloads.
	MultiSigActionKind_MULTI_SIG_ACTION_KIND_REMOVE_KEYPAIR MultiSigActionKind = 2
	// MULTI_SIG_ACTION_KIND_UPDATE_THRESHOLD identifies UpdateThresholdAction payloads.
	MultiSigActionKind_MULTI_SIG_ACTION_KIND_UPDATE_THRESHOLD MultiSigActionKind = 3
	// MULTI_SIG_ACTION_KIND_REVOKE_SESSION identifies RevokeSessionAction payloads.
	MultiSigActionKind_MULTI_SIG_ACTION_KIND_REVOKE_SESSION MultiSigActionKind = 4
	// MULTI_SIG_ACTION_KIND_DELETE_ACCOUNT identifies DeleteAccountAction payloads.
	MultiSigActionKind_MULTI_SIG_ACTION_KIND_DELETE_ACCOUNT MultiSigActionKind = 5
	// MULTI_SIG_ACTION_KIND_SSO_LINK identifies SSOLinkAction payloads.
	MultiSigActionKind_MULTI_SIG_ACTION_KIND_SSO_LINK MultiSigActionKind = 6
)

func (MultiSigActionKind) Enum

func (MultiSigActionKind) MarshalJSON

func (x MultiSigActionKind) MarshalJSON() ([]byte, error)

MarshalJSON marshals the MultiSigActionKind to JSON.

func (MultiSigActionKind) MarshalProtoJSON

func (x MultiSigActionKind) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the MultiSigActionKind to JSON.

func (MultiSigActionKind) MarshalProtoText

func (x MultiSigActionKind) MarshalProtoText() string

func (MultiSigActionKind) MarshalText

func (x MultiSigActionKind) MarshalText() ([]byte, error)

MarshalText marshals the MultiSigActionKind to text.

func (MultiSigActionKind) String

func (x MultiSigActionKind) String() string

func (*MultiSigActionKind) UnmarshalJSON

func (x *MultiSigActionKind) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the MultiSigActionKind from JSON.

func (*MultiSigActionKind) UnmarshalProtoJSON

func (x *MultiSigActionKind) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the MultiSigActionKind from JSON.

func (*MultiSigActionKind) UnmarshalText

func (x *MultiSigActionKind) UnmarshalText(b []byte) error

UnmarshalText unmarshals the MultiSigActionKind from text.

type MultiSigActionResponse

type MultiSigActionResponse struct {

	// Types that are assignable to Result:
	//
	//	*MultiSigActionResponse_KeypairAdd
	//	*MultiSigActionResponse_KeypairRemove
	//	*MultiSigActionResponse_ThresholdChange
	//	*MultiSigActionResponse_SessionRevoke
	//	*MultiSigActionResponse_AccountDelete
	//	*MultiSigActionResponse_SsoLink
	Result isMultiSigActionResponse_Result `protobuf_oneof:"result"`
	// contains filtered or unexported fields
}

MultiSigActionResponse is the response envelope for any multi-sig action. Exactly one oneof case is populated, matching the inbound action kind.

func (*MultiSigActionResponse) CloneMessageVT

func (*MultiSigActionResponse) CloneVT

func (*MultiSigActionResponse) EqualMessageVT

func (this *MultiSigActionResponse) EqualMessageVT(thatMsg any) bool

func (*MultiSigActionResponse) EqualVT

func (this *MultiSigActionResponse) EqualVT(that *MultiSigActionResponse) bool

func (*MultiSigActionResponse) GetAccountDelete

func (x *MultiSigActionResponse) GetAccountDelete() *AccountDeleteResult

func (*MultiSigActionResponse) GetKeypairAdd

func (x *MultiSigActionResponse) GetKeypairAdd() *KeypairAddResult

func (*MultiSigActionResponse) GetKeypairRemove

func (x *MultiSigActionResponse) GetKeypairRemove() *KeypairRemoveResult

func (*MultiSigActionResponse) GetResult

func (m *MultiSigActionResponse) GetResult() isMultiSigActionResponse_Result

func (*MultiSigActionResponse) GetSessionRevoke

func (x *MultiSigActionResponse) GetSessionRevoke() *SessionRevokeResult
func (x *MultiSigActionResponse) GetSsoLink() *SsoLinkResult

func (*MultiSigActionResponse) GetThresholdChange

func (x *MultiSigActionResponse) GetThresholdChange() *ThresholdChangeResult

func (*MultiSigActionResponse) MarshalJSON

func (x *MultiSigActionResponse) MarshalJSON() ([]byte, error)

MarshalJSON marshals the MultiSigActionResponse to JSON.

func (*MultiSigActionResponse) MarshalProtoJSON

func (x *MultiSigActionResponse) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the MultiSigActionResponse message to JSON.

func (*MultiSigActionResponse) MarshalProtoText

func (x *MultiSigActionResponse) MarshalProtoText() string

func (*MultiSigActionResponse) MarshalToSizedBufferVT

func (m *MultiSigActionResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*MultiSigActionResponse) MarshalToVT

func (m *MultiSigActionResponse) MarshalToVT(dAtA []byte) (int, error)

func (*MultiSigActionResponse) MarshalVT

func (m *MultiSigActionResponse) MarshalVT() (dAtA []byte, err error)

func (*MultiSigActionResponse) ProtoMessage

func (*MultiSigActionResponse) ProtoMessage()

func (*MultiSigActionResponse) Reset

func (x *MultiSigActionResponse) Reset()

func (*MultiSigActionResponse) SizeVT

func (m *MultiSigActionResponse) SizeVT() (n int)

func (*MultiSigActionResponse) String

func (x *MultiSigActionResponse) String() string

func (*MultiSigActionResponse) UnmarshalJSON

func (x *MultiSigActionResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the MultiSigActionResponse from JSON.

func (*MultiSigActionResponse) UnmarshalProtoJSON

func (x *MultiSigActionResponse) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the MultiSigActionResponse message from JSON.

func (*MultiSigActionResponse) UnmarshalVT

func (m *MultiSigActionResponse) UnmarshalVT(dAtA []byte) error

type MultiSigActionResponse_AccountDelete

type MultiSigActionResponse_AccountDelete struct {
	AccountDelete *AccountDeleteResult `protobuf:"bytes,5,opt,name=account_delete,json=accountDelete,proto3,oneof"`
}

func (*MultiSigActionResponse_AccountDelete) CloneOneofVT

func (m *MultiSigActionResponse_AccountDelete) CloneOneofVT() isMultiSigActionResponse_Result

func (*MultiSigActionResponse_AccountDelete) CloneVT

func (*MultiSigActionResponse_AccountDelete) EqualVT

func (this *MultiSigActionResponse_AccountDelete) EqualVT(thatIface isMultiSigActionResponse_Result) bool

func (*MultiSigActionResponse_AccountDelete) MarshalToSizedBufferVT

func (m *MultiSigActionResponse_AccountDelete) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*MultiSigActionResponse_AccountDelete) MarshalToVT

func (m *MultiSigActionResponse_AccountDelete) MarshalToVT(dAtA []byte) (int, error)

func (*MultiSigActionResponse_AccountDelete) SizeVT

func (m *MultiSigActionResponse_AccountDelete) SizeVT() (n int)

type MultiSigActionResponse_KeypairAdd

type MultiSigActionResponse_KeypairAdd struct {
	KeypairAdd *KeypairAddResult `protobuf:"bytes,1,opt,name=keypair_add,json=keypairAdd,proto3,oneof"`
}

func (*MultiSigActionResponse_KeypairAdd) CloneOneofVT

func (m *MultiSigActionResponse_KeypairAdd) CloneOneofVT() isMultiSigActionResponse_Result

func (*MultiSigActionResponse_KeypairAdd) CloneVT

func (*MultiSigActionResponse_KeypairAdd) EqualVT

func (this *MultiSigActionResponse_KeypairAdd) EqualVT(thatIface isMultiSigActionResponse_Result) bool

func (*MultiSigActionResponse_KeypairAdd) MarshalToSizedBufferVT

func (m *MultiSigActionResponse_KeypairAdd) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*MultiSigActionResponse_KeypairAdd) MarshalToVT

func (m *MultiSigActionResponse_KeypairAdd) MarshalToVT(dAtA []byte) (int, error)

func (*MultiSigActionResponse_KeypairAdd) SizeVT

func (m *MultiSigActionResponse_KeypairAdd) SizeVT() (n int)

type MultiSigActionResponse_KeypairRemove

type MultiSigActionResponse_KeypairRemove struct {
	KeypairRemove *KeypairRemoveResult `protobuf:"bytes,2,opt,name=keypair_remove,json=keypairRemove,proto3,oneof"`
}

func (*MultiSigActionResponse_KeypairRemove) CloneOneofVT

func (m *MultiSigActionResponse_KeypairRemove) CloneOneofVT() isMultiSigActionResponse_Result

func (*MultiSigActionResponse_KeypairRemove) CloneVT

func (*MultiSigActionResponse_KeypairRemove) EqualVT

func (this *MultiSigActionResponse_KeypairRemove) EqualVT(thatIface isMultiSigActionResponse_Result) bool

func (*MultiSigActionResponse_KeypairRemove) MarshalToSizedBufferVT

func (m *MultiSigActionResponse_KeypairRemove) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*MultiSigActionResponse_KeypairRemove) MarshalToVT

func (m *MultiSigActionResponse_KeypairRemove) MarshalToVT(dAtA []byte) (int, error)

func (*MultiSigActionResponse_KeypairRemove) SizeVT

func (m *MultiSigActionResponse_KeypairRemove) SizeVT() (n int)

type MultiSigActionResponse_SessionRevoke

type MultiSigActionResponse_SessionRevoke struct {
	SessionRevoke *SessionRevokeResult `protobuf:"bytes,4,opt,name=session_revoke,json=sessionRevoke,proto3,oneof"`
}

func (*MultiSigActionResponse_SessionRevoke) CloneOneofVT

func (m *MultiSigActionResponse_SessionRevoke) CloneOneofVT() isMultiSigActionResponse_Result

func (*MultiSigActionResponse_SessionRevoke) CloneVT

func (*MultiSigActionResponse_SessionRevoke) EqualVT

func (this *MultiSigActionResponse_SessionRevoke) EqualVT(thatIface isMultiSigActionResponse_Result) bool

func (*MultiSigActionResponse_SessionRevoke) MarshalToSizedBufferVT

func (m *MultiSigActionResponse_SessionRevoke) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*MultiSigActionResponse_SessionRevoke) MarshalToVT

func (m *MultiSigActionResponse_SessionRevoke) MarshalToVT(dAtA []byte) (int, error)

func (*MultiSigActionResponse_SessionRevoke) SizeVT

func (m *MultiSigActionResponse_SessionRevoke) SizeVT() (n int)
type MultiSigActionResponse_SsoLink struct {
	SsoLink *SsoLinkResult `protobuf:"bytes,6,opt,name=sso_link,json=ssoLink,proto3,oneof"`
}

func (*MultiSigActionResponse_SsoLink) CloneOneofVT

func (m *MultiSigActionResponse_SsoLink) CloneOneofVT() isMultiSigActionResponse_Result

func (*MultiSigActionResponse_SsoLink) CloneVT

func (*MultiSigActionResponse_SsoLink) EqualVT

func (this *MultiSigActionResponse_SsoLink) EqualVT(thatIface isMultiSigActionResponse_Result) bool

func (*MultiSigActionResponse_SsoLink) MarshalToSizedBufferVT

func (m *MultiSigActionResponse_SsoLink) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*MultiSigActionResponse_SsoLink) MarshalToVT

func (m *MultiSigActionResponse_SsoLink) MarshalToVT(dAtA []byte) (int, error)

func (*MultiSigActionResponse_SsoLink) SizeVT

func (m *MultiSigActionResponse_SsoLink) SizeVT() (n int)

type MultiSigActionResponse_ThresholdChange

type MultiSigActionResponse_ThresholdChange struct {
	ThresholdChange *ThresholdChangeResult `protobuf:"bytes,3,opt,name=threshold_change,json=thresholdChange,proto3,oneof"`
}

func (*MultiSigActionResponse_ThresholdChange) CloneOneofVT

func (m *MultiSigActionResponse_ThresholdChange) CloneOneofVT() isMultiSigActionResponse_Result

func (*MultiSigActionResponse_ThresholdChange) CloneVT

func (*MultiSigActionResponse_ThresholdChange) EqualVT

func (this *MultiSigActionResponse_ThresholdChange) EqualVT(thatIface isMultiSigActionResponse_Result) bool

func (*MultiSigActionResponse_ThresholdChange) MarshalToSizedBufferVT

func (m *MultiSigActionResponse_ThresholdChange) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*MultiSigActionResponse_ThresholdChange) MarshalToVT

func (m *MultiSigActionResponse_ThresholdChange) MarshalToVT(dAtA []byte) (int, error)

func (*MultiSigActionResponse_ThresholdChange) SizeVT

type MultiSigRequest

type MultiSigRequest struct {

	// Envelope is the serialized MultiSigActionEnvelope bytes. Signatures are
	// computed over these exact bytes.
	Envelope []byte `protobuf:"bytes,1,opt,name=envelope,proto3" json:"envelope,omitempty"`
	// Signatures is the list of entity signatures over the envelope bytes.
	Signatures []*EntitySignature `protobuf:"bytes,2,rep,name=signatures,proto3" json:"signatures,omitempty"`
	// contains filtered or unexported fields
}

MultiSigRequest wraps a typed action envelope with multiple entity signatures. Used for keypair management and threshold changes where threshold+1 entity signatures are required.

func (*MultiSigRequest) CloneMessageVT

func (m *MultiSigRequest) CloneMessageVT() protobuf_go_lite.CloneMessage

func (*MultiSigRequest) CloneVT

func (m *MultiSigRequest) CloneVT() *MultiSigRequest

func (*MultiSigRequest) EqualMessageVT

func (this *MultiSigRequest) EqualMessageVT(thatMsg any) bool

func (*MultiSigRequest) EqualVT

func (this *MultiSigRequest) EqualVT(that *MultiSigRequest) bool

func (*MultiSigRequest) GetEnvelope

func (x *MultiSigRequest) GetEnvelope() []byte

func (*MultiSigRequest) GetSignatures

func (x *MultiSigRequest) GetSignatures() []*EntitySignature

func (*MultiSigRequest) MarshalJSON

func (x *MultiSigRequest) MarshalJSON() ([]byte, error)

MarshalJSON marshals the MultiSigRequest to JSON.

func (*MultiSigRequest) MarshalProtoJSON

func (x *MultiSigRequest) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the MultiSigRequest message to JSON.

func (*MultiSigRequest) MarshalProtoText

func (x *MultiSigRequest) MarshalProtoText() string

func (*MultiSigRequest) MarshalToSizedBufferVT

func (m *MultiSigRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*MultiSigRequest) MarshalToVT

func (m *MultiSigRequest) MarshalToVT(dAtA []byte) (int, error)

func (*MultiSigRequest) MarshalVT

func (m *MultiSigRequest) MarshalVT() (dAtA []byte, err error)

func (*MultiSigRequest) ProtoMessage

func (*MultiSigRequest) ProtoMessage()

func (*MultiSigRequest) Reset

func (x *MultiSigRequest) Reset()

func (*MultiSigRequest) SizeVT

func (m *MultiSigRequest) SizeVT() (n int)

func (*MultiSigRequest) String

func (x *MultiSigRequest) String() string

func (*MultiSigRequest) UnmarshalJSON

func (x *MultiSigRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the MultiSigRequest from JSON.

func (*MultiSigRequest) UnmarshalProtoJSON

func (x *MultiSigRequest) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the MultiSigRequest message from JSON.

func (*MultiSigRequest) UnmarshalVT

func (m *MultiSigRequest) UnmarshalVT(dAtA []byte) error

type NotifyAccountChangedRequest

type NotifyAccountChangedRequest struct {

	// Epoch is the account epoch after the mutation.
	Epoch uint64 `protobuf:"varint,1,opt,name=epoch,proto3" json:"epoch,omitempty"`
	// contains filtered or unexported fields
}

NotifyAccountChangedRequest is the internal SessionDO request for relaying an account_changed event.

func (*NotifyAccountChangedRequest) CloneMessageVT

func (*NotifyAccountChangedRequest) CloneVT

func (*NotifyAccountChangedRequest) EqualMessageVT

func (this *NotifyAccountChangedRequest) EqualMessageVT(thatMsg any) bool

func (*NotifyAccountChangedRequest) EqualVT

func (*NotifyAccountChangedRequest) GetEpoch

func (x *NotifyAccountChangedRequest) GetEpoch() uint64

func (*NotifyAccountChangedRequest) MarshalJSON

func (x *NotifyAccountChangedRequest) MarshalJSON() ([]byte, error)

MarshalJSON marshals the NotifyAccountChangedRequest to JSON.

func (*NotifyAccountChangedRequest) MarshalProtoJSON

func (x *NotifyAccountChangedRequest) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the NotifyAccountChangedRequest message to JSON.

func (*NotifyAccountChangedRequest) MarshalProtoText

func (x *NotifyAccountChangedRequest) MarshalProtoText() string

func (*NotifyAccountChangedRequest) MarshalToSizedBufferVT

func (m *NotifyAccountChangedRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*NotifyAccountChangedRequest) MarshalToVT

func (m *NotifyAccountChangedRequest) MarshalToVT(dAtA []byte) (int, error)

func (*NotifyAccountChangedRequest) MarshalVT

func (m *NotifyAccountChangedRequest) MarshalVT() (dAtA []byte, err error)

func (*NotifyAccountChangedRequest) ProtoMessage

func (*NotifyAccountChangedRequest) ProtoMessage()

func (*NotifyAccountChangedRequest) Reset

func (x *NotifyAccountChangedRequest) Reset()

func (*NotifyAccountChangedRequest) SizeVT

func (m *NotifyAccountChangedRequest) SizeVT() (n int)

func (*NotifyAccountChangedRequest) String

func (x *NotifyAccountChangedRequest) String() string

func (*NotifyAccountChangedRequest) UnmarshalJSON

func (x *NotifyAccountChangedRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the NotifyAccountChangedRequest from JSON.

func (*NotifyAccountChangedRequest) UnmarshalProtoJSON

func (x *NotifyAccountChangedRequest) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the NotifyAccountChangedRequest message from JSON.

func (*NotifyAccountChangedRequest) UnmarshalVT

func (m *NotifyAccountChangedRequest) UnmarshalVT(dAtA []byte) error

type NotifyOrganizationChangedRequest

type NotifyOrganizationChangedRequest struct {

	// OrgId is the organization ID that changed.
	OrgId string `protobuf:"bytes,1,opt,name=org_id,json=orgId,proto3" json:"orgId,omitempty"`
	// contains filtered or unexported fields
}

NotifyOrganizationChangedRequest is the internal SessionDO request for relaying an org_changed event.

func (*NotifyOrganizationChangedRequest) CloneMessageVT

func (*NotifyOrganizationChangedRequest) CloneVT

func (*NotifyOrganizationChangedRequest) EqualMessageVT

func (this *NotifyOrganizationChangedRequest) EqualMessageVT(thatMsg any) bool

func (*NotifyOrganizationChangedRequest) EqualVT

func (*NotifyOrganizationChangedRequest) GetOrgId

func (*NotifyOrganizationChangedRequest) MarshalJSON

func (x *NotifyOrganizationChangedRequest) MarshalJSON() ([]byte, error)

MarshalJSON marshals the NotifyOrganizationChangedRequest to JSON.

func (*NotifyOrganizationChangedRequest) MarshalProtoJSON

func (x *NotifyOrganizationChangedRequest) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the NotifyOrganizationChangedRequest message to JSON.

func (*NotifyOrganizationChangedRequest) MarshalProtoText

func (x *NotifyOrganizationChangedRequest) MarshalProtoText() string

func (*NotifyOrganizationChangedRequest) MarshalToSizedBufferVT

func (m *NotifyOrganizationChangedRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*NotifyOrganizationChangedRequest) MarshalToVT

func (m *NotifyOrganizationChangedRequest) MarshalToVT(dAtA []byte) (int, error)

func (*NotifyOrganizationChangedRequest) MarshalVT

func (m *NotifyOrganizationChangedRequest) MarshalVT() (dAtA []byte, err error)

func (*NotifyOrganizationChangedRequest) ProtoMessage

func (*NotifyOrganizationChangedRequest) ProtoMessage()

func (*NotifyOrganizationChangedRequest) Reset

func (*NotifyOrganizationChangedRequest) SizeVT

func (m *NotifyOrganizationChangedRequest) SizeVT() (n int)

func (*NotifyOrganizationChangedRequest) String

func (*NotifyOrganizationChangedRequest) UnmarshalJSON

func (x *NotifyOrganizationChangedRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the NotifyOrganizationChangedRequest from JSON.

func (*NotifyOrganizationChangedRequest) UnmarshalProtoJSON

func (x *NotifyOrganizationChangedRequest) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the NotifyOrganizationChangedRequest message from JSON.

func (*NotifyOrganizationChangedRequest) UnmarshalVT

func (m *NotifyOrganizationChangedRequest) UnmarshalVT(dAtA []byte) error

type NotifyPendingParticipantRequest

type NotifyPendingParticipantRequest struct {

	// SoId is the shared object ID awaiting approval.
	SoId string `protobuf:"bytes,1,opt,name=so_id,json=soId,proto3" json:"soId,omitempty"`
	// AccountId is the account awaiting owner approval.
	AccountId string `protobuf:"bytes,2,opt,name=account_id,json=accountId,proto3" json:"accountId,omitempty"`
	// contains filtered or unexported fields
}

NotifyPendingParticipantRequest is the internal SessionDO request for relaying a pending_participant event.

func (*NotifyPendingParticipantRequest) CloneMessageVT

func (*NotifyPendingParticipantRequest) CloneVT

func (*NotifyPendingParticipantRequest) EqualMessageVT

func (this *NotifyPendingParticipantRequest) EqualMessageVT(thatMsg any) bool

func (*NotifyPendingParticipantRequest) EqualVT

func (*NotifyPendingParticipantRequest) GetAccountId

func (x *NotifyPendingParticipantRequest) GetAccountId() string

func (*NotifyPendingParticipantRequest) GetSoId

func (*NotifyPendingParticipantRequest) MarshalJSON

func (x *NotifyPendingParticipantRequest) MarshalJSON() ([]byte, error)

MarshalJSON marshals the NotifyPendingParticipantRequest to JSON.

func (*NotifyPendingParticipantRequest) MarshalProtoJSON

func (x *NotifyPendingParticipantRequest) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the NotifyPendingParticipantRequest message to JSON.

func (*NotifyPendingParticipantRequest) MarshalProtoText

func (x *NotifyPendingParticipantRequest) MarshalProtoText() string

func (*NotifyPendingParticipantRequest) MarshalToSizedBufferVT

func (m *NotifyPendingParticipantRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*NotifyPendingParticipantRequest) MarshalToVT

func (m *NotifyPendingParticipantRequest) MarshalToVT(dAtA []byte) (int, error)

func (*NotifyPendingParticipantRequest) MarshalVT

func (m *NotifyPendingParticipantRequest) MarshalVT() (dAtA []byte, err error)

func (*NotifyPendingParticipantRequest) ProtoMessage

func (*NotifyPendingParticipantRequest) ProtoMessage()

func (*NotifyPendingParticipantRequest) Reset

func (*NotifyPendingParticipantRequest) SizeVT

func (m *NotifyPendingParticipantRequest) SizeVT() (n int)

func (*NotifyPendingParticipantRequest) String

func (*NotifyPendingParticipantRequest) UnmarshalJSON

func (x *NotifyPendingParticipantRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the NotifyPendingParticipantRequest from JSON.

func (*NotifyPendingParticipantRequest) UnmarshalProtoJSON

func (x *NotifyPendingParticipantRequest) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the NotifyPendingParticipantRequest message from JSON.

func (*NotifyPendingParticipantRequest) UnmarshalVT

func (m *NotifyPendingParticipantRequest) UnmarshalVT(dAtA []byte) error

type NotifySessionEventRequest

type NotifySessionEventRequest struct {

	// Type is the event type.
	Type string `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"`
	// SoId is the shared object ID related to the event.
	SoId string `protobuf:"bytes,2,opt,name=so_id,json=soId,proto3" json:"soId,omitempty"`
	// Payload is optional event-specific protobuf binary data.
	Payload []byte `protobuf:"bytes,3,opt,name=payload,proto3" json:"payload,omitempty"`
	// contains filtered or unexported fields
}

NotifySessionEventRequest is the internal SessionDO request for relaying a generic session event with an optional binary payload.

func (*NotifySessionEventRequest) CloneMessageVT

func (*NotifySessionEventRequest) CloneVT

func (*NotifySessionEventRequest) EqualMessageVT

func (this *NotifySessionEventRequest) EqualMessageVT(thatMsg any) bool

func (*NotifySessionEventRequest) EqualVT

func (*NotifySessionEventRequest) GetPayload

func (x *NotifySessionEventRequest) GetPayload() []byte

func (*NotifySessionEventRequest) GetSoId

func (x *NotifySessionEventRequest) GetSoId() string

func (*NotifySessionEventRequest) GetType

func (x *NotifySessionEventRequest) GetType() string

func (*NotifySessionEventRequest) MarshalJSON

func (x *NotifySessionEventRequest) MarshalJSON() ([]byte, error)

MarshalJSON marshals the NotifySessionEventRequest to JSON.

func (*NotifySessionEventRequest) MarshalProtoJSON

func (x *NotifySessionEventRequest) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the NotifySessionEventRequest message to JSON.

func (*NotifySessionEventRequest) MarshalProtoText

func (x *NotifySessionEventRequest) MarshalProtoText() string

func (*NotifySessionEventRequest) MarshalToSizedBufferVT

func (m *NotifySessionEventRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*NotifySessionEventRequest) MarshalToVT

func (m *NotifySessionEventRequest) MarshalToVT(dAtA []byte) (int, error)

func (*NotifySessionEventRequest) MarshalVT

func (m *NotifySessionEventRequest) MarshalVT() (dAtA []byte, err error)

func (*NotifySessionEventRequest) ProtoMessage

func (*NotifySessionEventRequest) ProtoMessage()

func (*NotifySessionEventRequest) Reset

func (x *NotifySessionEventRequest) Reset()

func (*NotifySessionEventRequest) SizeVT

func (m *NotifySessionEventRequest) SizeVT() (n int)

func (*NotifySessionEventRequest) String

func (x *NotifySessionEventRequest) String() string

func (*NotifySessionEventRequest) UnmarshalJSON

func (x *NotifySessionEventRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the NotifySessionEventRequest from JSON.

func (*NotifySessionEventRequest) UnmarshalProtoJSON

func (x *NotifySessionEventRequest) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the NotifySessionEventRequest message from JSON.

func (*NotifySessionEventRequest) UnmarshalVT

func (m *NotifySessionEventRequest) UnmarshalVT(dAtA []byte) error

type NotifySessionRequest

type NotifySessionRequest struct {

	// Body is the typed notify payload.
	//
	// Types that are assignable to Body:
	//
	//	*NotifySessionRequest_SharedObjectChange
	//	*NotifySessionRequest_AccountChanged
	//	*NotifySessionRequest_OrganizationChanged
	//	*NotifySessionRequest_PendingParticipant
	//	*NotifySessionRequest_SessionEvent
	//	*NotifySessionRequest_UpdateAvailable
	Body isNotifySessionRequest_Body `protobuf_oneof:"body"`
	// contains filtered or unexported fields
}

NotifySessionRequest is the internal SessionDO request envelope. It carries one typed session-notify operation for Worker->DO and DO->DO RPC.

func (*NotifySessionRequest) CloneMessageVT

func (*NotifySessionRequest) CloneVT

func (*NotifySessionRequest) EqualMessageVT

func (this *NotifySessionRequest) EqualMessageVT(thatMsg any) bool

func (*NotifySessionRequest) EqualVT

func (this *NotifySessionRequest) EqualVT(that *NotifySessionRequest) bool

func (*NotifySessionRequest) GetAccountChanged

func (x *NotifySessionRequest) GetAccountChanged() *NotifyAccountChangedRequest

func (*NotifySessionRequest) GetBody

func (m *NotifySessionRequest) GetBody() isNotifySessionRequest_Body

func (*NotifySessionRequest) GetOrganizationChanged

func (x *NotifySessionRequest) GetOrganizationChanged() *NotifyOrganizationChangedRequest

func (*NotifySessionRequest) GetPendingParticipant

func (x *NotifySessionRequest) GetPendingParticipant() *NotifyPendingParticipantRequest

func (*NotifySessionRequest) GetSessionEvent

func (x *NotifySessionRequest) GetSessionEvent() *NotifySessionEventRequest

func (*NotifySessionRequest) GetSharedObjectChange

func (x *NotifySessionRequest) GetSharedObjectChange() *NotifySharedObjectChangeRequest

func (*NotifySessionRequest) GetUpdateAvailable

func (x *NotifySessionRequest) GetUpdateAvailable() bool

func (*NotifySessionRequest) MarshalJSON

func (x *NotifySessionRequest) MarshalJSON() ([]byte, error)

MarshalJSON marshals the NotifySessionRequest to JSON.

func (*NotifySessionRequest) MarshalProtoJSON

func (x *NotifySessionRequest) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the NotifySessionRequest message to JSON.

func (*NotifySessionRequest) MarshalProtoText

func (x *NotifySessionRequest) MarshalProtoText() string

func (*NotifySessionRequest) MarshalToSizedBufferVT

func (m *NotifySessionRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*NotifySessionRequest) MarshalToVT

func (m *NotifySessionRequest) MarshalToVT(dAtA []byte) (int, error)

func (*NotifySessionRequest) MarshalVT

func (m *NotifySessionRequest) MarshalVT() (dAtA []byte, err error)

func (*NotifySessionRequest) ProtoMessage

func (*NotifySessionRequest) ProtoMessage()

func (*NotifySessionRequest) Reset

func (x *NotifySessionRequest) Reset()

func (*NotifySessionRequest) SizeVT

func (m *NotifySessionRequest) SizeVT() (n int)

func (*NotifySessionRequest) String

func (x *NotifySessionRequest) String() string

func (*NotifySessionRequest) UnmarshalJSON

func (x *NotifySessionRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the NotifySessionRequest from JSON.

func (*NotifySessionRequest) UnmarshalProtoJSON

func (x *NotifySessionRequest) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the NotifySessionRequest message from JSON.

func (*NotifySessionRequest) UnmarshalVT

func (m *NotifySessionRequest) UnmarshalVT(dAtA []byte) error

type NotifySessionRequest_AccountChanged

type NotifySessionRequest_AccountChanged struct {
	// AccountChanged relays an account_changed event.
	AccountChanged *NotifyAccountChangedRequest `protobuf:"bytes,2,opt,name=account_changed,json=accountChanged,proto3,oneof"`
}

func (*NotifySessionRequest_AccountChanged) CloneOneofVT

func (m *NotifySessionRequest_AccountChanged) CloneOneofVT() isNotifySessionRequest_Body

func (*NotifySessionRequest_AccountChanged) CloneVT

func (*NotifySessionRequest_AccountChanged) EqualVT

func (this *NotifySessionRequest_AccountChanged) EqualVT(thatIface isNotifySessionRequest_Body) bool

func (*NotifySessionRequest_AccountChanged) MarshalToSizedBufferVT

func (m *NotifySessionRequest_AccountChanged) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*NotifySessionRequest_AccountChanged) MarshalToVT

func (m *NotifySessionRequest_AccountChanged) MarshalToVT(dAtA []byte) (int, error)

func (*NotifySessionRequest_AccountChanged) SizeVT

func (m *NotifySessionRequest_AccountChanged) SizeVT() (n int)

type NotifySessionRequest_OrganizationChanged

type NotifySessionRequest_OrganizationChanged struct {
	// OrganizationChanged relays an org_changed event.
	OrganizationChanged *NotifyOrganizationChangedRequest `protobuf:"bytes,3,opt,name=organization_changed,json=organizationChanged,proto3,oneof"`
}

func (*NotifySessionRequest_OrganizationChanged) CloneOneofVT

func (m *NotifySessionRequest_OrganizationChanged) CloneOneofVT() isNotifySessionRequest_Body

func (*NotifySessionRequest_OrganizationChanged) CloneVT

func (*NotifySessionRequest_OrganizationChanged) EqualVT

func (this *NotifySessionRequest_OrganizationChanged) EqualVT(thatIface isNotifySessionRequest_Body) bool

func (*NotifySessionRequest_OrganizationChanged) MarshalToSizedBufferVT

func (m *NotifySessionRequest_OrganizationChanged) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*NotifySessionRequest_OrganizationChanged) MarshalToVT

func (m *NotifySessionRequest_OrganizationChanged) MarshalToVT(dAtA []byte) (int, error)

func (*NotifySessionRequest_OrganizationChanged) SizeVT

type NotifySessionRequest_PendingParticipant

type NotifySessionRequest_PendingParticipant struct {
	// PendingParticipant relays a pending_participant event.
	PendingParticipant *NotifyPendingParticipantRequest `protobuf:"bytes,4,opt,name=pending_participant,json=pendingParticipant,proto3,oneof"`
}

func (*NotifySessionRequest_PendingParticipant) CloneOneofVT

func (m *NotifySessionRequest_PendingParticipant) CloneOneofVT() isNotifySessionRequest_Body

func (*NotifySessionRequest_PendingParticipant) CloneVT

func (*NotifySessionRequest_PendingParticipant) EqualVT

func (this *NotifySessionRequest_PendingParticipant) EqualVT(thatIface isNotifySessionRequest_Body) bool

func (*NotifySessionRequest_PendingParticipant) MarshalToSizedBufferVT

func (m *NotifySessionRequest_PendingParticipant) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*NotifySessionRequest_PendingParticipant) MarshalToVT

func (m *NotifySessionRequest_PendingParticipant) MarshalToVT(dAtA []byte) (int, error)

func (*NotifySessionRequest_PendingParticipant) SizeVT

type NotifySessionRequest_SessionEvent

type NotifySessionRequest_SessionEvent struct {
	// SessionEvent relays a generic session event with raw payload bytes.
	SessionEvent *NotifySessionEventRequest `protobuf:"bytes,5,opt,name=session_event,json=sessionEvent,proto3,oneof"`
}

func (*NotifySessionRequest_SessionEvent) CloneOneofVT

func (m *NotifySessionRequest_SessionEvent) CloneOneofVT() isNotifySessionRequest_Body

func (*NotifySessionRequest_SessionEvent) CloneVT

func (*NotifySessionRequest_SessionEvent) EqualVT

func (this *NotifySessionRequest_SessionEvent) EqualVT(thatIface isNotifySessionRequest_Body) bool

func (*NotifySessionRequest_SessionEvent) MarshalToSizedBufferVT

func (m *NotifySessionRequest_SessionEvent) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*NotifySessionRequest_SessionEvent) MarshalToVT

func (m *NotifySessionRequest_SessionEvent) MarshalToVT(dAtA []byte) (int, error)

func (*NotifySessionRequest_SessionEvent) SizeVT

func (m *NotifySessionRequest_SessionEvent) SizeVT() (n int)

type NotifySessionRequest_SharedObjectChange

type NotifySessionRequest_SharedObjectChange struct {
	// SharedObjectChange relays a so_notify event.
	SharedObjectChange *NotifySharedObjectChangeRequest `protobuf:"bytes,1,opt,name=shared_object_change,json=sharedObjectChange,proto3,oneof"`
}

func (*NotifySessionRequest_SharedObjectChange) CloneOneofVT

func (m *NotifySessionRequest_SharedObjectChange) CloneOneofVT() isNotifySessionRequest_Body

func (*NotifySessionRequest_SharedObjectChange) CloneVT

func (*NotifySessionRequest_SharedObjectChange) EqualVT

func (this *NotifySessionRequest_SharedObjectChange) EqualVT(thatIface isNotifySessionRequest_Body) bool

func (*NotifySessionRequest_SharedObjectChange) MarshalToSizedBufferVT

func (m *NotifySessionRequest_SharedObjectChange) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*NotifySessionRequest_SharedObjectChange) MarshalToVT

func (m *NotifySessionRequest_SharedObjectChange) MarshalToVT(dAtA []byte) (int, error)

func (*NotifySessionRequest_SharedObjectChange) SizeVT

type NotifySessionRequest_UpdateAvailable

type NotifySessionRequest_UpdateAvailable struct {
	// UpdateAvailable relays an update_available event.
	UpdateAvailable bool `protobuf:"varint,6,opt,name=update_available,json=updateAvailable,proto3,oneof"`
}

func (*NotifySessionRequest_UpdateAvailable) CloneOneofVT

func (m *NotifySessionRequest_UpdateAvailable) CloneOneofVT() isNotifySessionRequest_Body

func (*NotifySessionRequest_UpdateAvailable) CloneVT

func (*NotifySessionRequest_UpdateAvailable) EqualVT

func (this *NotifySessionRequest_UpdateAvailable) EqualVT(thatIface isNotifySessionRequest_Body) bool

func (*NotifySessionRequest_UpdateAvailable) MarshalToSizedBufferVT

func (m *NotifySessionRequest_UpdateAvailable) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*NotifySessionRequest_UpdateAvailable) MarshalToVT

func (m *NotifySessionRequest_UpdateAvailable) MarshalToVT(dAtA []byte) (int, error)

func (*NotifySessionRequest_UpdateAvailable) SizeVT

func (m *NotifySessionRequest_UpdateAvailable) SizeVT() (n int)

type NotifySharedObjectChangeRequest

type NotifySharedObjectChangeRequest struct {

	// SoId is the shared object ID related to the notify.
	SoId string `protobuf:"bytes,1,opt,name=so_id,json=soId,proto3" json:"soId,omitempty"`
	// Payload is the serialized SONotifyEventPayload bytes.
	Payload []byte `protobuf:"bytes,2,opt,name=payload,proto3" json:"payload,omitempty"`
	// contains filtered or unexported fields
}

NotifySharedObjectChangeRequest is the internal SessionDO request for relaying a so_notify event.

func (*NotifySharedObjectChangeRequest) CloneMessageVT

func (*NotifySharedObjectChangeRequest) CloneVT

func (*NotifySharedObjectChangeRequest) EqualMessageVT

func (this *NotifySharedObjectChangeRequest) EqualMessageVT(thatMsg any) bool

func (*NotifySharedObjectChangeRequest) EqualVT

func (*NotifySharedObjectChangeRequest) GetPayload

func (x *NotifySharedObjectChangeRequest) GetPayload() []byte

func (*NotifySharedObjectChangeRequest) GetSoId

func (*NotifySharedObjectChangeRequest) MarshalJSON

func (x *NotifySharedObjectChangeRequest) MarshalJSON() ([]byte, error)

MarshalJSON marshals the NotifySharedObjectChangeRequest to JSON.

func (*NotifySharedObjectChangeRequest) MarshalProtoJSON

func (x *NotifySharedObjectChangeRequest) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the NotifySharedObjectChangeRequest message to JSON.

func (*NotifySharedObjectChangeRequest) MarshalProtoText

func (x *NotifySharedObjectChangeRequest) MarshalProtoText() string

func (*NotifySharedObjectChangeRequest) MarshalToSizedBufferVT

func (m *NotifySharedObjectChangeRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*NotifySharedObjectChangeRequest) MarshalToVT

func (m *NotifySharedObjectChangeRequest) MarshalToVT(dAtA []byte) (int, error)

func (*NotifySharedObjectChangeRequest) MarshalVT

func (m *NotifySharedObjectChangeRequest) MarshalVT() (dAtA []byte, err error)

func (*NotifySharedObjectChangeRequest) ProtoMessage

func (*NotifySharedObjectChangeRequest) ProtoMessage()

func (*NotifySharedObjectChangeRequest) Reset

func (*NotifySharedObjectChangeRequest) SizeVT

func (m *NotifySharedObjectChangeRequest) SizeVT() (n int)

func (*NotifySharedObjectChangeRequest) String

func (*NotifySharedObjectChangeRequest) UnmarshalJSON

func (x *NotifySharedObjectChangeRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the NotifySharedObjectChangeRequest from JSON.

func (*NotifySharedObjectChangeRequest) UnmarshalProtoJSON

func (x *NotifySharedObjectChangeRequest) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the NotifySharedObjectChangeRequest message from JSON.

func (*NotifySharedObjectChangeRequest) UnmarshalVT

func (m *NotifySharedObjectChangeRequest) UnmarshalVT(dAtA []byte) error

type ObservedSessionMetadata

type ObservedSessionMetadata struct {

	// Label is the provider-generated display label for the session.
	Label string `protobuf:"bytes,1,opt,name=label,proto3" json:"label,omitempty"`
	// DeviceType identifies the broad device class ("web", "desktop", etc.).
	DeviceType string `protobuf:"bytes,2,opt,name=device_type,json=deviceType,proto3" json:"deviceType,omitempty"`
	// ClientName is the observed app or browser name.
	ClientName string `protobuf:"bytes,3,opt,name=client_name,json=clientName,proto3" json:"clientName,omitempty"`
	// Os is the observed operating system or platform.
	Os string `protobuf:"bytes,4,opt,name=os,proto3" json:"os,omitempty"`
	// Location is the observed network location string.
	Location string `protobuf:"bytes,5,opt,name=location,proto3" json:"location,omitempty"`
	// contains filtered or unexported fields
}

ObservedSessionMetadata is provider-observed session presentation metadata.

func (*ObservedSessionMetadata) CloneMessageVT

func (*ObservedSessionMetadata) CloneVT

func (*ObservedSessionMetadata) EqualMessageVT

func (this *ObservedSessionMetadata) EqualMessageVT(thatMsg any) bool

func (*ObservedSessionMetadata) EqualVT

func (*ObservedSessionMetadata) GetClientName

func (x *ObservedSessionMetadata) GetClientName() string

func (*ObservedSessionMetadata) GetDeviceType

func (x *ObservedSessionMetadata) GetDeviceType() string

func (*ObservedSessionMetadata) GetLabel

func (x *ObservedSessionMetadata) GetLabel() string

func (*ObservedSessionMetadata) GetLocation

func (x *ObservedSessionMetadata) GetLocation() string

func (*ObservedSessionMetadata) GetOs

func (x *ObservedSessionMetadata) GetOs() string

func (*ObservedSessionMetadata) MarshalJSON

func (x *ObservedSessionMetadata) MarshalJSON() ([]byte, error)

MarshalJSON marshals the ObservedSessionMetadata to JSON.

func (*ObservedSessionMetadata) MarshalProtoJSON

func (x *ObservedSessionMetadata) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the ObservedSessionMetadata message to JSON.

func (*ObservedSessionMetadata) MarshalProtoText

func (x *ObservedSessionMetadata) MarshalProtoText() string

func (*ObservedSessionMetadata) MarshalToSizedBufferVT

func (m *ObservedSessionMetadata) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ObservedSessionMetadata) MarshalToVT

func (m *ObservedSessionMetadata) MarshalToVT(dAtA []byte) (int, error)

func (*ObservedSessionMetadata) MarshalVT

func (m *ObservedSessionMetadata) MarshalVT() (dAtA []byte, err error)

func (*ObservedSessionMetadata) ProtoMessage

func (*ObservedSessionMetadata) ProtoMessage()

func (*ObservedSessionMetadata) Reset

func (x *ObservedSessionMetadata) Reset()

func (*ObservedSessionMetadata) SizeVT

func (m *ObservedSessionMetadata) SizeVT() (n int)

func (*ObservedSessionMetadata) String

func (x *ObservedSessionMetadata) String() string

func (*ObservedSessionMetadata) UnmarshalJSON

func (x *ObservedSessionMetadata) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the ObservedSessionMetadata from JSON.

func (*ObservedSessionMetadata) UnmarshalProtoJSON

func (x *ObservedSessionMetadata) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the ObservedSessionMetadata message from JSON.

func (*ObservedSessionMetadata) UnmarshalVT

func (m *ObservedSessionMetadata) UnmarshalVT(dAtA []byte) error

type OrgChangedPayload

type OrgChangedPayload struct {

	// OrgId is the organization ID that changed.
	OrgId string `protobuf:"bytes,1,opt,name=org_id,json=orgId,proto3" json:"orgId,omitempty"`
	// contains filtered or unexported fields
}

OrgChangedPayload is the payload for org_changed session events.

func (*OrgChangedPayload) CloneMessageVT

func (m *OrgChangedPayload) CloneMessageVT() protobuf_go_lite.CloneMessage

func (*OrgChangedPayload) CloneVT

func (m *OrgChangedPayload) CloneVT() *OrgChangedPayload

func (*OrgChangedPayload) EqualMessageVT

func (this *OrgChangedPayload) EqualMessageVT(thatMsg any) bool

func (*OrgChangedPayload) EqualVT

func (this *OrgChangedPayload) EqualVT(that *OrgChangedPayload) bool

func (*OrgChangedPayload) GetOrgId

func (x *OrgChangedPayload) GetOrgId() string

func (*OrgChangedPayload) MarshalJSON

func (x *OrgChangedPayload) MarshalJSON() ([]byte, error)

MarshalJSON marshals the OrgChangedPayload to JSON.

func (*OrgChangedPayload) MarshalProtoJSON

func (x *OrgChangedPayload) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the OrgChangedPayload message to JSON.

func (*OrgChangedPayload) MarshalProtoText

func (x *OrgChangedPayload) MarshalProtoText() string

func (*OrgChangedPayload) MarshalToSizedBufferVT

func (m *OrgChangedPayload) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*OrgChangedPayload) MarshalToVT

func (m *OrgChangedPayload) MarshalToVT(dAtA []byte) (int, error)

func (*OrgChangedPayload) MarshalVT

func (m *OrgChangedPayload) MarshalVT() (dAtA []byte, err error)

func (*OrgChangedPayload) ProtoMessage

func (*OrgChangedPayload) ProtoMessage()

func (*OrgChangedPayload) Reset

func (x *OrgChangedPayload) Reset()

func (*OrgChangedPayload) SizeVT

func (m *OrgChangedPayload) SizeVT() (n int)

func (*OrgChangedPayload) String

func (x *OrgChangedPayload) String() string

func (*OrgChangedPayload) UnmarshalJSON

func (x *OrgChangedPayload) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the OrgChangedPayload from JSON.

func (*OrgChangedPayload) UnmarshalProtoJSON

func (x *OrgChangedPayload) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the OrgChangedPayload message from JSON.

func (*OrgChangedPayload) UnmarshalVT

func (m *OrgChangedPayload) UnmarshalVT(dAtA []byte) error

type OrgDeleteRequest

type OrgDeleteRequest struct {
	// contains filtered or unexported fields
}

OrgDeleteRequest is the request body for POST /api/org/:orgId/delete. No fields; the org is identified by the URL parameter.

func (*OrgDeleteRequest) CloneMessageVT

func (m *OrgDeleteRequest) CloneMessageVT() protobuf_go_lite.CloneMessage

func (*OrgDeleteRequest) CloneVT

func (m *OrgDeleteRequest) CloneVT() *OrgDeleteRequest

func (*OrgDeleteRequest) EqualMessageVT

func (this *OrgDeleteRequest) EqualMessageVT(thatMsg any) bool

func (*OrgDeleteRequest) EqualVT

func (this *OrgDeleteRequest) EqualVT(that *OrgDeleteRequest) bool

func (*OrgDeleteRequest) MarshalJSON

func (x *OrgDeleteRequest) MarshalJSON() ([]byte, error)

MarshalJSON marshals the OrgDeleteRequest to JSON.

func (*OrgDeleteRequest) MarshalProtoJSON

func (x *OrgDeleteRequest) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the OrgDeleteRequest message to JSON.

func (*OrgDeleteRequest) MarshalProtoText

func (x *OrgDeleteRequest) MarshalProtoText() string

func (*OrgDeleteRequest) MarshalToSizedBufferVT

func (m *OrgDeleteRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*OrgDeleteRequest) MarshalToVT

func (m *OrgDeleteRequest) MarshalToVT(dAtA []byte) (int, error)

func (*OrgDeleteRequest) MarshalVT

func (m *OrgDeleteRequest) MarshalVT() (dAtA []byte, err error)

func (*OrgDeleteRequest) ProtoMessage

func (*OrgDeleteRequest) ProtoMessage()

func (*OrgDeleteRequest) Reset

func (x *OrgDeleteRequest) Reset()

func (*OrgDeleteRequest) SizeVT

func (m *OrgDeleteRequest) SizeVT() (n int)

func (*OrgDeleteRequest) String

func (x *OrgDeleteRequest) String() string

func (*OrgDeleteRequest) UnmarshalJSON

func (x *OrgDeleteRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the OrgDeleteRequest from JSON.

func (*OrgDeleteRequest) UnmarshalProtoJSON

func (x *OrgDeleteRequest) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the OrgDeleteRequest message from JSON.

func (*OrgDeleteRequest) UnmarshalVT

func (m *OrgDeleteRequest) UnmarshalVT(dAtA []byte) error

type OrgDeleteResponse

type OrgDeleteResponse struct {

	// Id is the organization id that was deleted.
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

OrgDeleteResponse is the response body for POST /api/org/:orgId/delete.

func (*OrgDeleteResponse) CloneMessageVT

func (m *OrgDeleteResponse) CloneMessageVT() protobuf_go_lite.CloneMessage

func (*OrgDeleteResponse) CloneVT

func (m *OrgDeleteResponse) CloneVT() *OrgDeleteResponse

func (*OrgDeleteResponse) EqualMessageVT

func (this *OrgDeleteResponse) EqualMessageVT(thatMsg any) bool

func (*OrgDeleteResponse) EqualVT

func (this *OrgDeleteResponse) EqualVT(that *OrgDeleteResponse) bool

func (*OrgDeleteResponse) GetId

func (x *OrgDeleteResponse) GetId() string

func (*OrgDeleteResponse) MarshalJSON

func (x *OrgDeleteResponse) MarshalJSON() ([]byte, error)

MarshalJSON marshals the OrgDeleteResponse to JSON.

func (*OrgDeleteResponse) MarshalProtoJSON

func (x *OrgDeleteResponse) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the OrgDeleteResponse message to JSON.

func (*OrgDeleteResponse) MarshalProtoText

func (x *OrgDeleteResponse) MarshalProtoText() string

func (*OrgDeleteResponse) MarshalToSizedBufferVT

func (m *OrgDeleteResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*OrgDeleteResponse) MarshalToVT

func (m *OrgDeleteResponse) MarshalToVT(dAtA []byte) (int, error)

func (*OrgDeleteResponse) MarshalVT

func (m *OrgDeleteResponse) MarshalVT() (dAtA []byte, err error)

func (*OrgDeleteResponse) ProtoMessage

func (*OrgDeleteResponse) ProtoMessage()

func (*OrgDeleteResponse) Reset

func (x *OrgDeleteResponse) Reset()

func (*OrgDeleteResponse) SizeVT

func (m *OrgDeleteResponse) SizeVT() (n int)

func (*OrgDeleteResponse) String

func (x *OrgDeleteResponse) String() string

func (*OrgDeleteResponse) UnmarshalJSON

func (x *OrgDeleteResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the OrgDeleteResponse from JSON.

func (*OrgDeleteResponse) UnmarshalProtoJSON

func (x *OrgDeleteResponse) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the OrgDeleteResponse message from JSON.

func (*OrgDeleteResponse) UnmarshalVT

func (m *OrgDeleteResponse) UnmarshalVT(dAtA []byte) error

type OrgInviteResponse

type OrgInviteResponse struct {

	// Id is the invite ID.
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// Type is the invite type ("link" or "email").
	Type string `protobuf:"bytes,2,opt,name=type,proto3" json:"type,omitempty"`
	// Token is the invite token for join operations.
	Token string `protobuf:"bytes,3,opt,name=token,proto3" json:"token,omitempty"`
	// Uses is the current number of times the invite has been used.
	Uses int32 `protobuf:"varint,4,opt,name=uses,proto3" json:"uses,omitempty"`
	// MaxUses is the maximum number of uses allowed.
	MaxUses int32 `protobuf:"varint,5,opt,name=max_uses,json=maxUses,proto3" json:"maxUses,omitempty"`
	// ExpiresAt is the Unix timestamp (ms) when the invite expires.
	ExpiresAt int64 `protobuf:"varint,6,opt,name=expires_at,json=expiresAt,proto3" json:"expiresAt,omitempty"`
	// contains filtered or unexported fields
}

OrgInviteResponse is the response body for invite creation and listing.

func (*OrgInviteResponse) CloneMessageVT

func (m *OrgInviteResponse) CloneMessageVT() protobuf_go_lite.CloneMessage

func (*OrgInviteResponse) CloneVT

func (m *OrgInviteResponse) CloneVT() *OrgInviteResponse

func (*OrgInviteResponse) EqualMessageVT

func (this *OrgInviteResponse) EqualMessageVT(thatMsg any) bool

func (*OrgInviteResponse) EqualVT

func (this *OrgInviteResponse) EqualVT(that *OrgInviteResponse) bool

func (*OrgInviteResponse) GetExpiresAt

func (x *OrgInviteResponse) GetExpiresAt() int64

func (*OrgInviteResponse) GetId

func (x *OrgInviteResponse) GetId() string

func (*OrgInviteResponse) GetMaxUses

func (x *OrgInviteResponse) GetMaxUses() int32

func (*OrgInviteResponse) GetToken

func (x *OrgInviteResponse) GetToken() string

func (*OrgInviteResponse) GetType

func (x *OrgInviteResponse) GetType() string

func (*OrgInviteResponse) GetUses

func (x *OrgInviteResponse) GetUses() int32

func (*OrgInviteResponse) MarshalJSON

func (x *OrgInviteResponse) MarshalJSON() ([]byte, error)

MarshalJSON marshals the OrgInviteResponse to JSON.

func (*OrgInviteResponse) MarshalProtoJSON

func (x *OrgInviteResponse) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the OrgInviteResponse message to JSON.

func (*OrgInviteResponse) MarshalProtoText

func (x *OrgInviteResponse) MarshalProtoText() string

func (*OrgInviteResponse) MarshalToSizedBufferVT

func (m *OrgInviteResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*OrgInviteResponse) MarshalToVT

func (m *OrgInviteResponse) MarshalToVT(dAtA []byte) (int, error)

func (*OrgInviteResponse) MarshalVT

func (m *OrgInviteResponse) MarshalVT() (dAtA []byte, err error)

func (*OrgInviteResponse) ProtoMessage

func (*OrgInviteResponse) ProtoMessage()

func (*OrgInviteResponse) Reset

func (x *OrgInviteResponse) Reset()

func (*OrgInviteResponse) SizeVT

func (m *OrgInviteResponse) SizeVT() (n int)

func (*OrgInviteResponse) String

func (x *OrgInviteResponse) String() string

func (*OrgInviteResponse) UnmarshalJSON

func (x *OrgInviteResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the OrgInviteResponse from JSON.

func (*OrgInviteResponse) UnmarshalProtoJSON

func (x *OrgInviteResponse) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the OrgInviteResponse message from JSON.

func (*OrgInviteResponse) UnmarshalVT

func (m *OrgInviteResponse) UnmarshalVT(dAtA []byte) error

type OrgLeaveRequest

type OrgLeaveRequest struct {
	// contains filtered or unexported fields
}

OrgLeaveRequest is the request body for POST /api/org/:orgId/leave. No fields; the org is identified by the URL parameter.

func (*OrgLeaveRequest) CloneMessageVT

func (m *OrgLeaveRequest) CloneMessageVT() protobuf_go_lite.CloneMessage

func (*OrgLeaveRequest) CloneVT

func (m *OrgLeaveRequest) CloneVT() *OrgLeaveRequest

func (*OrgLeaveRequest) EqualMessageVT

func (this *OrgLeaveRequest) EqualMessageVT(thatMsg any) bool

func (*OrgLeaveRequest) EqualVT

func (this *OrgLeaveRequest) EqualVT(that *OrgLeaveRequest) bool

func (*OrgLeaveRequest) MarshalJSON

func (x *OrgLeaveRequest) MarshalJSON() ([]byte, error)

MarshalJSON marshals the OrgLeaveRequest to JSON.

func (*OrgLeaveRequest) MarshalProtoJSON

func (x *OrgLeaveRequest) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the OrgLeaveRequest message to JSON.

func (*OrgLeaveRequest) MarshalProtoText

func (x *OrgLeaveRequest) MarshalProtoText() string

func (*OrgLeaveRequest) MarshalToSizedBufferVT

func (m *OrgLeaveRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*OrgLeaveRequest) MarshalToVT

func (m *OrgLeaveRequest) MarshalToVT(dAtA []byte) (int, error)

func (*OrgLeaveRequest) MarshalVT

func (m *OrgLeaveRequest) MarshalVT() (dAtA []byte, err error)

func (*OrgLeaveRequest) ProtoMessage

func (*OrgLeaveRequest) ProtoMessage()

func (*OrgLeaveRequest) Reset

func (x *OrgLeaveRequest) Reset()

func (*OrgLeaveRequest) SizeVT

func (m *OrgLeaveRequest) SizeVT() (n int)

func (*OrgLeaveRequest) String

func (x *OrgLeaveRequest) String() string

func (*OrgLeaveRequest) UnmarshalJSON

func (x *OrgLeaveRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the OrgLeaveRequest from JSON.

func (*OrgLeaveRequest) UnmarshalProtoJSON

func (x *OrgLeaveRequest) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the OrgLeaveRequest message from JSON.

func (*OrgLeaveRequest) UnmarshalVT

func (m *OrgLeaveRequest) UnmarshalVT(dAtA []byte) error

type OrgLeaveResponse

type OrgLeaveResponse struct {

	// OrgId is the organization id that the caller left.
	OrgId string `protobuf:"bytes,1,opt,name=org_id,json=orgId,proto3" json:"orgId,omitempty"`
	// contains filtered or unexported fields
}

OrgLeaveResponse is the response body for POST /api/org/:orgId/leave.

func (*OrgLeaveResponse) CloneMessageVT

func (m *OrgLeaveResponse) CloneMessageVT() protobuf_go_lite.CloneMessage

func (*OrgLeaveResponse) CloneVT

func (m *OrgLeaveResponse) CloneVT() *OrgLeaveResponse

func (*OrgLeaveResponse) EqualMessageVT

func (this *OrgLeaveResponse) EqualMessageVT(thatMsg any) bool

func (*OrgLeaveResponse) EqualVT

func (this *OrgLeaveResponse) EqualVT(that *OrgLeaveResponse) bool

func (*OrgLeaveResponse) GetOrgId

func (x *OrgLeaveResponse) GetOrgId() string

func (*OrgLeaveResponse) MarshalJSON

func (x *OrgLeaveResponse) MarshalJSON() ([]byte, error)

MarshalJSON marshals the OrgLeaveResponse to JSON.

func (*OrgLeaveResponse) MarshalProtoJSON

func (x *OrgLeaveResponse) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the OrgLeaveResponse message to JSON.

func (*OrgLeaveResponse) MarshalProtoText

func (x *OrgLeaveResponse) MarshalProtoText() string

func (*OrgLeaveResponse) MarshalToSizedBufferVT

func (m *OrgLeaveResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*OrgLeaveResponse) MarshalToVT

func (m *OrgLeaveResponse) MarshalToVT(dAtA []byte) (int, error)

func (*OrgLeaveResponse) MarshalVT

func (m *OrgLeaveResponse) MarshalVT() (dAtA []byte, err error)

func (*OrgLeaveResponse) ProtoMessage

func (*OrgLeaveResponse) ProtoMessage()

func (*OrgLeaveResponse) Reset

func (x *OrgLeaveResponse) Reset()

func (*OrgLeaveResponse) SizeVT

func (m *OrgLeaveResponse) SizeVT() (n int)

func (*OrgLeaveResponse) String

func (x *OrgLeaveResponse) String() string

func (*OrgLeaveResponse) UnmarshalJSON

func (x *OrgLeaveResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the OrgLeaveResponse from JSON.

func (*OrgLeaveResponse) UnmarshalProtoJSON

func (x *OrgLeaveResponse) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the OrgLeaveResponse message from JSON.

func (*OrgLeaveResponse) UnmarshalVT

func (m *OrgLeaveResponse) UnmarshalVT(dAtA []byte) error

type OrgMember

type OrgMember struct {

	// Id is the membership record ID.
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// SubjectId is the account ID of the member.
	SubjectId string `protobuf:"bytes,2,opt,name=subject_id,json=subjectId,proto3" json:"subjectId,omitempty"`
	// RoleId is the role ID of the member.
	RoleId string `protobuf:"bytes,3,opt,name=role_id,json=roleId,proto3" json:"roleId,omitempty"`
	// CreatedAt is the Unix timestamp (ms) when the member joined.
	CreatedAt int64 `protobuf:"varint,4,opt,name=created_at,json=createdAt,proto3" json:"createdAt,omitempty"`
	// EntityId is the provider-attested account username / entity identifier.
	EntityId string `protobuf:"bytes,5,opt,name=entity_id,json=entityId,proto3" json:"entityId,omitempty"`
	// contains filtered or unexported fields
}

OrgMember is a member of an organization.

func (*OrgMember) CloneMessageVT

func (m *OrgMember) CloneMessageVT() protobuf_go_lite.CloneMessage

func (*OrgMember) CloneVT

func (m *OrgMember) CloneVT() *OrgMember

func (*OrgMember) EqualMessageVT

func (this *OrgMember) EqualMessageVT(thatMsg any) bool

func (*OrgMember) EqualVT

func (this *OrgMember) EqualVT(that *OrgMember) bool

func (*OrgMember) GetCreatedAt

func (x *OrgMember) GetCreatedAt() int64

func (*OrgMember) GetEntityId

func (x *OrgMember) GetEntityId() string

func (*OrgMember) GetId

func (x *OrgMember) GetId() string

func (*OrgMember) GetRoleId

func (x *OrgMember) GetRoleId() string

func (*OrgMember) GetSubjectId

func (x *OrgMember) GetSubjectId() string

func (*OrgMember) MarshalJSON

func (x *OrgMember) MarshalJSON() ([]byte, error)

MarshalJSON marshals the OrgMember to JSON.

func (*OrgMember) MarshalProtoJSON

func (x *OrgMember) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the OrgMember message to JSON.

func (*OrgMember) MarshalProtoText

func (x *OrgMember) MarshalProtoText() string

func (*OrgMember) MarshalToSizedBufferVT

func (m *OrgMember) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*OrgMember) MarshalToVT

func (m *OrgMember) MarshalToVT(dAtA []byte) (int, error)

func (*OrgMember) MarshalVT

func (m *OrgMember) MarshalVT() (dAtA []byte, err error)

func (*OrgMember) ProtoMessage

func (*OrgMember) ProtoMessage()

func (*OrgMember) Reset

func (x *OrgMember) Reset()

func (*OrgMember) SizeVT

func (m *OrgMember) SizeVT() (n int)

func (*OrgMember) String

func (x *OrgMember) String() string

func (*OrgMember) UnmarshalJSON

func (x *OrgMember) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the OrgMember from JSON.

func (*OrgMember) UnmarshalProtoJSON

func (x *OrgMember) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the OrgMember message from JSON.

func (*OrgMember) UnmarshalVT

func (m *OrgMember) UnmarshalVT(dAtA []byte) error

type OrgResponse

type OrgResponse struct {

	// Id is the organization ID.
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// DisplayName is the organization display name.
	DisplayName string `protobuf:"bytes,2,opt,name=display_name,json=displayName,proto3" json:"displayName,omitempty"`
	// Role is the user's role in the organization.
	Role string `protobuf:"bytes,3,opt,name=role,proto3" json:"role,omitempty"`
	// SpaceIds is the list of shared object IDs owned by this org.
	SpaceIds []string `protobuf:"bytes,4,rep,name=space_ids,json=spaceIds,proto3" json:"spaceIds,omitempty"`
	// contains filtered or unexported fields
}

OrgResponse is a shared response for organization create/join operations.

func (*OrgResponse) CloneMessageVT

func (m *OrgResponse) CloneMessageVT() protobuf_go_lite.CloneMessage

func (*OrgResponse) CloneVT

func (m *OrgResponse) CloneVT() *OrgResponse

func (*OrgResponse) EqualMessageVT

func (this *OrgResponse) EqualMessageVT(thatMsg any) bool

func (*OrgResponse) EqualVT

func (this *OrgResponse) EqualVT(that *OrgResponse) bool

func (*OrgResponse) GetDisplayName

func (x *OrgResponse) GetDisplayName() string

func (*OrgResponse) GetId

func (x *OrgResponse) GetId() string

func (*OrgResponse) GetRole

func (x *OrgResponse) GetRole() string

func (*OrgResponse) GetSpaceIds

func (x *OrgResponse) GetSpaceIds() []string

func (*OrgResponse) MarshalJSON

func (x *OrgResponse) MarshalJSON() ([]byte, error)

MarshalJSON marshals the OrgResponse to JSON.

func (*OrgResponse) MarshalProtoJSON

func (x *OrgResponse) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the OrgResponse message to JSON.

func (*OrgResponse) MarshalProtoText

func (x *OrgResponse) MarshalProtoText() string

func (*OrgResponse) MarshalToSizedBufferVT

func (m *OrgResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*OrgResponse) MarshalToVT

func (m *OrgResponse) MarshalToVT(dAtA []byte) (int, error)

func (*OrgResponse) MarshalVT

func (m *OrgResponse) MarshalVT() (dAtA []byte, err error)

func (*OrgResponse) ProtoMessage

func (*OrgResponse) ProtoMessage()

func (*OrgResponse) Reset

func (x *OrgResponse) Reset()

func (*OrgResponse) SizeVT

func (m *OrgResponse) SizeVT() (n int)

func (*OrgResponse) String

func (x *OrgResponse) String() string

func (*OrgResponse) UnmarshalJSON

func (x *OrgResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the OrgResponse from JSON.

func (*OrgResponse) UnmarshalProtoJSON

func (x *OrgResponse) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the OrgResponse message from JSON.

func (*OrgResponse) UnmarshalVT

func (m *OrgResponse) UnmarshalVT(dAtA []byte) error

type OrgSpaceEntry

type OrgSpaceEntry struct {

	// Id is the shared object ULID.
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// DisplayName is the space display name.
	DisplayName string `protobuf:"bytes,2,opt,name=display_name,json=displayName,proto3" json:"displayName,omitempty"`
	// ObjectType is the shared object type.
	ObjectType string `protobuf:"bytes,3,opt,name=object_type,json=objectType,proto3" json:"objectType,omitempty"`
	// contains filtered or unexported fields
}

OrgSpaceEntry is a space owned by an organization.

func (*OrgSpaceEntry) CloneMessageVT

func (m *OrgSpaceEntry) CloneMessageVT() protobuf_go_lite.CloneMessage

func (*OrgSpaceEntry) CloneVT

func (m *OrgSpaceEntry) CloneVT() *OrgSpaceEntry

func (*OrgSpaceEntry) EqualMessageVT

func (this *OrgSpaceEntry) EqualMessageVT(thatMsg any) bool

func (*OrgSpaceEntry) EqualVT

func (this *OrgSpaceEntry) EqualVT(that *OrgSpaceEntry) bool

func (*OrgSpaceEntry) GetDisplayName

func (x *OrgSpaceEntry) GetDisplayName() string

func (*OrgSpaceEntry) GetId

func (x *OrgSpaceEntry) GetId() string

func (*OrgSpaceEntry) GetObjectType

func (x *OrgSpaceEntry) GetObjectType() string

func (*OrgSpaceEntry) MarshalJSON

func (x *OrgSpaceEntry) MarshalJSON() ([]byte, error)

MarshalJSON marshals the OrgSpaceEntry to JSON.

func (*OrgSpaceEntry) MarshalProtoJSON

func (x *OrgSpaceEntry) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the OrgSpaceEntry message to JSON.

func (*OrgSpaceEntry) MarshalProtoText

func (x *OrgSpaceEntry) MarshalProtoText() string

func (*OrgSpaceEntry) MarshalToSizedBufferVT

func (m *OrgSpaceEntry) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*OrgSpaceEntry) MarshalToVT

func (m *OrgSpaceEntry) MarshalToVT(dAtA []byte) (int, error)

func (*OrgSpaceEntry) MarshalVT

func (m *OrgSpaceEntry) MarshalVT() (dAtA []byte, err error)

func (*OrgSpaceEntry) ProtoMessage

func (*OrgSpaceEntry) ProtoMessage()

func (*OrgSpaceEntry) Reset

func (x *OrgSpaceEntry) Reset()

func (*OrgSpaceEntry) SizeVT

func (m *OrgSpaceEntry) SizeVT() (n int)

func (*OrgSpaceEntry) String

func (x *OrgSpaceEntry) String() string

func (*OrgSpaceEntry) UnmarshalJSON

func (x *OrgSpaceEntry) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the OrgSpaceEntry from JSON.

func (*OrgSpaceEntry) UnmarshalProtoJSON

func (x *OrgSpaceEntry) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the OrgSpaceEntry message from JSON.

func (*OrgSpaceEntry) UnmarshalVT

func (m *OrgSpaceEntry) UnmarshalVT(dAtA []byte) error

type PackMetadataRepairEntry

type PackMetadataRepairEntry struct {

	// Id is the immutable pack id.
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// BloomFilter is the repaired serialized Hydra bloom filter.
	BloomFilter []byte `protobuf:"bytes,2,opt,name=bloom_filter,json=bloomFilter,proto3" json:"bloomFilter,omitempty"`
	// BlockCount is the repaired indexed block count.
	BlockCount uint64 `protobuf:"varint,3,opt,name=block_count,json=blockCount,proto3" json:"blockCount,omitempty"`
	// SizeBytes is the immutable pack byte size observed during repair.
	SizeBytes uint64 `protobuf:"varint,4,opt,name=size_bytes,json=sizeBytes,proto3" json:"sizeBytes,omitempty"`
	// Sha256Hex is the expected SHA-256 hex digest of the immutable pack bytes.
	Sha256Hex string `protobuf:"bytes,5,opt,name=sha256_hex,json=sha256Hex,proto3" json:"sha256Hex,omitempty"`
	// contains filtered or unexported fields
}

PackMetadataRepairEntry is one pack metadata replacement for admin repair.

func (*PackMetadataRepairEntry) CloneMessageVT

func (*PackMetadataRepairEntry) CloneVT

func (*PackMetadataRepairEntry) EqualMessageVT

func (this *PackMetadataRepairEntry) EqualMessageVT(thatMsg any) bool

func (*PackMetadataRepairEntry) EqualVT

func (*PackMetadataRepairEntry) GetBlockCount

func (x *PackMetadataRepairEntry) GetBlockCount() uint64

func (*PackMetadataRepairEntry) GetBloomFilter

func (x *PackMetadataRepairEntry) GetBloomFilter() []byte

func (*PackMetadataRepairEntry) GetId

func (x *PackMetadataRepairEntry) GetId() string

func (*PackMetadataRepairEntry) GetSha256Hex

func (x *PackMetadataRepairEntry) GetSha256Hex() string

func (*PackMetadataRepairEntry) GetSizeBytes

func (x *PackMetadataRepairEntry) GetSizeBytes() uint64

func (*PackMetadataRepairEntry) MarshalJSON

func (x *PackMetadataRepairEntry) MarshalJSON() ([]byte, error)

MarshalJSON marshals the PackMetadataRepairEntry to JSON.

func (*PackMetadataRepairEntry) MarshalProtoJSON

func (x *PackMetadataRepairEntry) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the PackMetadataRepairEntry message to JSON.

func (*PackMetadataRepairEntry) MarshalProtoText

func (x *PackMetadataRepairEntry) MarshalProtoText() string

func (*PackMetadataRepairEntry) MarshalToSizedBufferVT

func (m *PackMetadataRepairEntry) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PackMetadataRepairEntry) MarshalToVT

func (m *PackMetadataRepairEntry) MarshalToVT(dAtA []byte) (int, error)

func (*PackMetadataRepairEntry) MarshalVT

func (m *PackMetadataRepairEntry) MarshalVT() (dAtA []byte, err error)

func (*PackMetadataRepairEntry) ProtoMessage

func (*PackMetadataRepairEntry) ProtoMessage()

func (*PackMetadataRepairEntry) Reset

func (x *PackMetadataRepairEntry) Reset()

func (*PackMetadataRepairEntry) SizeVT

func (m *PackMetadataRepairEntry) SizeVT() (n int)

func (*PackMetadataRepairEntry) String

func (x *PackMetadataRepairEntry) String() string

func (*PackMetadataRepairEntry) UnmarshalJSON

func (x *PackMetadataRepairEntry) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the PackMetadataRepairEntry from JSON.

func (*PackMetadataRepairEntry) UnmarshalProtoJSON

func (x *PackMetadataRepairEntry) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the PackMetadataRepairEntry message from JSON.

func (*PackMetadataRepairEntry) UnmarshalVT

func (m *PackMetadataRepairEntry) UnmarshalVT(dAtA []byte) error

type PackMetadataRepairRequest

type PackMetadataRepairRequest struct {

	// DryRun validates the repair entries without writing BlockStore metadata.
	DryRun bool `protobuf:"varint,1,opt,name=dry_run,json=dryRun,proto3" json:"dryRun,omitempty"`
	// Entries is the metadata replacement set.
	Entries []*PackMetadataRepairEntry `protobuf:"bytes,2,rep,name=entries,proto3" json:"entries,omitempty"`
	// contains filtered or unexported fields
}

PackMetadataRepairRequest applies pack metadata replacements to a block store.

func (*PackMetadataRepairRequest) CloneMessageVT

func (*PackMetadataRepairRequest) CloneVT

func (*PackMetadataRepairRequest) EqualMessageVT

func (this *PackMetadataRepairRequest) EqualMessageVT(thatMsg any) bool

func (*PackMetadataRepairRequest) EqualVT

func (*PackMetadataRepairRequest) GetDryRun

func (x *PackMetadataRepairRequest) GetDryRun() bool

func (*PackMetadataRepairRequest) GetEntries

func (*PackMetadataRepairRequest) MarshalJSON

func (x *PackMetadataRepairRequest) MarshalJSON() ([]byte, error)

MarshalJSON marshals the PackMetadataRepairRequest to JSON.

func (*PackMetadataRepairRequest) MarshalProtoJSON

func (x *PackMetadataRepairRequest) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the PackMetadataRepairRequest message to JSON.

func (*PackMetadataRepairRequest) MarshalProtoText

func (x *PackMetadataRepairRequest) MarshalProtoText() string

func (*PackMetadataRepairRequest) MarshalToSizedBufferVT

func (m *PackMetadataRepairRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PackMetadataRepairRequest) MarshalToVT

func (m *PackMetadataRepairRequest) MarshalToVT(dAtA []byte) (int, error)

func (*PackMetadataRepairRequest) MarshalVT

func (m *PackMetadataRepairRequest) MarshalVT() (dAtA []byte, err error)

func (*PackMetadataRepairRequest) ProtoMessage

func (*PackMetadataRepairRequest) ProtoMessage()

func (*PackMetadataRepairRequest) Reset

func (x *PackMetadataRepairRequest) Reset()

func (*PackMetadataRepairRequest) SizeVT

func (m *PackMetadataRepairRequest) SizeVT() (n int)

func (*PackMetadataRepairRequest) String

func (x *PackMetadataRepairRequest) String() string

func (*PackMetadataRepairRequest) UnmarshalJSON

func (x *PackMetadataRepairRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the PackMetadataRepairRequest from JSON.

func (*PackMetadataRepairRequest) UnmarshalProtoJSON

func (x *PackMetadataRepairRequest) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the PackMetadataRepairRequest message from JSON.

func (*PackMetadataRepairRequest) UnmarshalVT

func (m *PackMetadataRepairRequest) UnmarshalVT(dAtA []byte) error

type PackMetadataRepairResponse

type PackMetadataRepairResponse struct {

	// Scanned is the number of requested entries validated.
	Scanned uint64 `protobuf:"varint,1,opt,name=scanned,proto3" json:"scanned,omitempty"`
	// Changed is the number of metadata rows updated.
	Changed uint64 `protobuf:"varint,2,opt,name=changed,proto3" json:"changed,omitempty"`
	// DryRun indicates whether no writes were applied.
	DryRun bool `protobuf:"varint,3,opt,name=dry_run,json=dryRun,proto3" json:"dryRun,omitempty"`
	// contains filtered or unexported fields
}

PackMetadataRepairResponse reports the repair application result.

func (*PackMetadataRepairResponse) CloneMessageVT

func (*PackMetadataRepairResponse) CloneVT

func (*PackMetadataRepairResponse) EqualMessageVT

func (this *PackMetadataRepairResponse) EqualMessageVT(thatMsg any) bool

func (*PackMetadataRepairResponse) EqualVT

func (*PackMetadataRepairResponse) GetChanged

func (x *PackMetadataRepairResponse) GetChanged() uint64

func (*PackMetadataRepairResponse) GetDryRun

func (x *PackMetadataRepairResponse) GetDryRun() bool

func (*PackMetadataRepairResponse) GetScanned

func (x *PackMetadataRepairResponse) GetScanned() uint64

func (*PackMetadataRepairResponse) MarshalJSON

func (x *PackMetadataRepairResponse) MarshalJSON() ([]byte, error)

MarshalJSON marshals the PackMetadataRepairResponse to JSON.

func (*PackMetadataRepairResponse) MarshalProtoJSON

func (x *PackMetadataRepairResponse) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the PackMetadataRepairResponse message to JSON.

func (*PackMetadataRepairResponse) MarshalProtoText

func (x *PackMetadataRepairResponse) MarshalProtoText() string

func (*PackMetadataRepairResponse) MarshalToSizedBufferVT

func (m *PackMetadataRepairResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PackMetadataRepairResponse) MarshalToVT

func (m *PackMetadataRepairResponse) MarshalToVT(dAtA []byte) (int, error)

func (*PackMetadataRepairResponse) MarshalVT

func (m *PackMetadataRepairResponse) MarshalVT() (dAtA []byte, err error)

func (*PackMetadataRepairResponse) ProtoMessage

func (*PackMetadataRepairResponse) ProtoMessage()

func (*PackMetadataRepairResponse) Reset

func (x *PackMetadataRepairResponse) Reset()

func (*PackMetadataRepairResponse) SizeVT

func (m *PackMetadataRepairResponse) SizeVT() (n int)

func (*PackMetadataRepairResponse) String

func (x *PackMetadataRepairResponse) String() string

func (*PackMetadataRepairResponse) UnmarshalJSON

func (x *PackMetadataRepairResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the PackMetadataRepairResponse from JSON.

func (*PackMetadataRepairResponse) UnmarshalProtoJSON

func (x *PackMetadataRepairResponse) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the PackMetadataRepairResponse message from JSON.

func (*PackMetadataRepairResponse) UnmarshalVT

func (m *PackMetadataRepairResponse) UnmarshalVT(dAtA []byte) error

type PairingRequest

type PairingRequest struct {

	// Code is the 8-character pairing code.
	Code string `protobuf:"bytes,1,opt,name=code,proto3" json:"code,omitempty"`
	// PeerId is the peer ID of the device registering the code.
	PeerId string `protobuf:"bytes,2,opt,name=peer_id,json=peerId,proto3" json:"peerId,omitempty"`
	// contains filtered or unexported fields
}

PairingRequest is the request body for POST /pair.

func (*PairingRequest) CloneMessageVT

func (m *PairingRequest) CloneMessageVT() protobuf_go_lite.CloneMessage

func (*PairingRequest) CloneVT

func (m *PairingRequest) CloneVT() *PairingRequest

func (*PairingRequest) EqualMessageVT

func (this *PairingRequest) EqualMessageVT(thatMsg any) bool

func (*PairingRequest) EqualVT

func (this *PairingRequest) EqualVT(that *PairingRequest) bool

func (*PairingRequest) GetCode

func (x *PairingRequest) GetCode() string

func (*PairingRequest) GetPeerId

func (x *PairingRequest) GetPeerId() string

func (*PairingRequest) MarshalJSON

func (x *PairingRequest) MarshalJSON() ([]byte, error)

MarshalJSON marshals the PairingRequest to JSON.

func (*PairingRequest) MarshalProtoJSON

func (x *PairingRequest) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the PairingRequest message to JSON.

func (*PairingRequest) MarshalProtoText

func (x *PairingRequest) MarshalProtoText() string

func (*PairingRequest) MarshalToSizedBufferVT

func (m *PairingRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PairingRequest) MarshalToVT

func (m *PairingRequest) MarshalToVT(dAtA []byte) (int, error)

func (*PairingRequest) MarshalVT

func (m *PairingRequest) MarshalVT() (dAtA []byte, err error)

func (*PairingRequest) ProtoMessage

func (*PairingRequest) ProtoMessage()

func (*PairingRequest) Reset

func (x *PairingRequest) Reset()

func (*PairingRequest) SizeVT

func (m *PairingRequest) SizeVT() (n int)

func (*PairingRequest) String

func (x *PairingRequest) String() string

func (*PairingRequest) UnmarshalJSON

func (x *PairingRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the PairingRequest from JSON.

func (*PairingRequest) UnmarshalProtoJSON

func (x *PairingRequest) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the PairingRequest message from JSON.

func (*PairingRequest) UnmarshalVT

func (m *PairingRequest) UnmarshalVT(dAtA []byte) error

type PairingResponse

type PairingResponse struct {

	// PeerId is the peer ID of the device that registered the pairing code.
	PeerId string `protobuf:"bytes,1,opt,name=peer_id,json=peerId,proto3" json:"peerId,omitempty"`
	// contains filtered or unexported fields
}

PairingResponse is the response body for GET /pair/:code.

func (*PairingResponse) CloneMessageVT

func (m *PairingResponse) CloneMessageVT() protobuf_go_lite.CloneMessage

func (*PairingResponse) CloneVT

func (m *PairingResponse) CloneVT() *PairingResponse

func (*PairingResponse) EqualMessageVT

func (this *PairingResponse) EqualMessageVT(thatMsg any) bool

func (*PairingResponse) EqualVT

func (this *PairingResponse) EqualVT(that *PairingResponse) bool

func (*PairingResponse) GetPeerId

func (x *PairingResponse) GetPeerId() string

func (*PairingResponse) MarshalJSON

func (x *PairingResponse) MarshalJSON() ([]byte, error)

MarshalJSON marshals the PairingResponse to JSON.

func (*PairingResponse) MarshalProtoJSON

func (x *PairingResponse) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the PairingResponse message to JSON.

func (*PairingResponse) MarshalProtoText

func (x *PairingResponse) MarshalProtoText() string

func (*PairingResponse) MarshalToSizedBufferVT

func (m *PairingResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PairingResponse) MarshalToVT

func (m *PairingResponse) MarshalToVT(dAtA []byte) (int, error)

func (*PairingResponse) MarshalVT

func (m *PairingResponse) MarshalVT() (dAtA []byte, err error)

func (*PairingResponse) ProtoMessage

func (*PairingResponse) ProtoMessage()

func (*PairingResponse) Reset

func (x *PairingResponse) Reset()

func (*PairingResponse) SizeVT

func (m *PairingResponse) SizeVT() (n int)

func (*PairingResponse) String

func (x *PairingResponse) String() string

func (*PairingResponse) UnmarshalJSON

func (x *PairingResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the PairingResponse from JSON.

func (*PairingResponse) UnmarshalProtoJSON

func (x *PairingResponse) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the PairingResponse message from JSON.

func (*PairingResponse) UnmarshalVT

func (m *PairingResponse) UnmarshalVT(dAtA []byte) error

type PasskeyAuthOptionsRequest

type PasskeyAuthOptionsRequest struct {

	// Username narrows the issued options to credentials owned by this account.
	// Optional: leave empty for a non-discoverable challenge.
	Username string `protobuf:"bytes,1,opt,name=username,proto3" json:"username,omitempty"`
	// contains filtered or unexported fields
}

PasskeyAuthOptionsRequest is the request body for POST /auth/passkey/auth/options.

func (*PasskeyAuthOptionsRequest) CloneMessageVT

func (*PasskeyAuthOptionsRequest) CloneVT

func (*PasskeyAuthOptionsRequest) EqualMessageVT

func (this *PasskeyAuthOptionsRequest) EqualMessageVT(thatMsg any) bool

func (*PasskeyAuthOptionsRequest) EqualVT

func (*PasskeyAuthOptionsRequest) GetUsername

func (x *PasskeyAuthOptionsRequest) GetUsername() string

func (*PasskeyAuthOptionsRequest) MarshalJSON

func (x *PasskeyAuthOptionsRequest) MarshalJSON() ([]byte, error)

MarshalJSON marshals the PasskeyAuthOptionsRequest to JSON.

func (*PasskeyAuthOptionsRequest) MarshalProtoJSON

func (x *PasskeyAuthOptionsRequest) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the PasskeyAuthOptionsRequest message to JSON.

func (*PasskeyAuthOptionsRequest) MarshalProtoText

func (x *PasskeyAuthOptionsRequest) MarshalProtoText() string

func (*PasskeyAuthOptionsRequest) MarshalToSizedBufferVT

func (m *PasskeyAuthOptionsRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PasskeyAuthOptionsRequest) MarshalToVT

func (m *PasskeyAuthOptionsRequest) MarshalToVT(dAtA []byte) (int, error)

func (*PasskeyAuthOptionsRequest) MarshalVT

func (m *PasskeyAuthOptionsRequest) MarshalVT() (dAtA []byte, err error)

func (*PasskeyAuthOptionsRequest) ProtoMessage

func (*PasskeyAuthOptionsRequest) ProtoMessage()

func (*PasskeyAuthOptionsRequest) Reset

func (x *PasskeyAuthOptionsRequest) Reset()

func (*PasskeyAuthOptionsRequest) SizeVT

func (m *PasskeyAuthOptionsRequest) SizeVT() (n int)

func (*PasskeyAuthOptionsRequest) String

func (x *PasskeyAuthOptionsRequest) String() string

func (*PasskeyAuthOptionsRequest) UnmarshalJSON

func (x *PasskeyAuthOptionsRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the PasskeyAuthOptionsRequest from JSON.

func (*PasskeyAuthOptionsRequest) UnmarshalProtoJSON

func (x *PasskeyAuthOptionsRequest) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the PasskeyAuthOptionsRequest message from JSON.

func (*PasskeyAuthOptionsRequest) UnmarshalVT

func (m *PasskeyAuthOptionsRequest) UnmarshalVT(dAtA []byte) error

type PasskeyAuthVerifyRequest

type PasskeyAuthVerifyRequest struct {

	// CredentialJson is the raw WebAuthn credential JSON string.
	CredentialJson string `protobuf:"bytes,1,opt,name=credential_json,json=credentialJson,proto3" json:"credentialJson,omitempty"`
	// contains filtered or unexported fields
}

PasskeyAuthVerifyRequest is the request body for POST /auth/passkey/auth/verify.

func (*PasskeyAuthVerifyRequest) CloneMessageVT

func (*PasskeyAuthVerifyRequest) CloneVT

func (*PasskeyAuthVerifyRequest) EqualMessageVT

func (this *PasskeyAuthVerifyRequest) EqualMessageVT(thatMsg any) bool

func (*PasskeyAuthVerifyRequest) EqualVT

func (*PasskeyAuthVerifyRequest) GetCredentialJson

func (x *PasskeyAuthVerifyRequest) GetCredentialJson() string

func (*PasskeyAuthVerifyRequest) MarshalJSON

func (x *PasskeyAuthVerifyRequest) MarshalJSON() ([]byte, error)

MarshalJSON marshals the PasskeyAuthVerifyRequest to JSON.

func (*PasskeyAuthVerifyRequest) MarshalProtoJSON

func (x *PasskeyAuthVerifyRequest) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the PasskeyAuthVerifyRequest message to JSON.

func (*PasskeyAuthVerifyRequest) MarshalProtoText

func (x *PasskeyAuthVerifyRequest) MarshalProtoText() string

func (*PasskeyAuthVerifyRequest) MarshalToSizedBufferVT

func (m *PasskeyAuthVerifyRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PasskeyAuthVerifyRequest) MarshalToVT

func (m *PasskeyAuthVerifyRequest) MarshalToVT(dAtA []byte) (int, error)

func (*PasskeyAuthVerifyRequest) MarshalVT

func (m *PasskeyAuthVerifyRequest) MarshalVT() (dAtA []byte, err error)

func (*PasskeyAuthVerifyRequest) ProtoMessage

func (*PasskeyAuthVerifyRequest) ProtoMessage()

func (*PasskeyAuthVerifyRequest) Reset

func (x *PasskeyAuthVerifyRequest) Reset()

func (*PasskeyAuthVerifyRequest) SizeVT

func (m *PasskeyAuthVerifyRequest) SizeVT() (n int)

func (*PasskeyAuthVerifyRequest) String

func (x *PasskeyAuthVerifyRequest) String() string

func (*PasskeyAuthVerifyRequest) UnmarshalJSON

func (x *PasskeyAuthVerifyRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the PasskeyAuthVerifyRequest from JSON.

func (*PasskeyAuthVerifyRequest) UnmarshalProtoJSON

func (x *PasskeyAuthVerifyRequest) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the PasskeyAuthVerifyRequest message from JSON.

func (*PasskeyAuthVerifyRequest) UnmarshalVT

func (m *PasskeyAuthVerifyRequest) UnmarshalVT(dAtA []byte) error

type PasskeyAuthVerifyResponse

type PasskeyAuthVerifyResponse struct {

	// Verified indicates whether authentication succeeded.
	Verified bool `protobuf:"varint,1,opt,name=verified,proto3" json:"verified,omitempty"`
	// AccountId is the authenticated account ID.
	AccountId string `protobuf:"bytes,2,opt,name=account_id,json=accountId,proto3" json:"accountId,omitempty"`
	// EntityId is the authenticated entity ID.
	EntityId string `protobuf:"bytes,3,opt,name=entity_id,json=entityId,proto3" json:"entityId,omitempty"`
	// EncryptedBlob is the base64-encoded encrypted key blob.
	EncryptedBlob string `protobuf:"bytes,4,opt,name=encrypted_blob,json=encryptedBlob,proto3" json:"encryptedBlob,omitempty"`
	// PrfCapable indicates whether the authenticator supports PRF.
	PrfCapable bool `protobuf:"varint,5,opt,name=prf_capable,json=prfCapable,proto3" json:"prfCapable,omitempty"`
	// PrfSalt is the PRF salt for key derivation.
	PrfSalt string `protobuf:"bytes,6,opt,name=prf_salt,json=prfSalt,proto3" json:"prfSalt,omitempty"`
	// AuthParams is the base64-encoded authentication parameters.
	AuthParams string `protobuf:"bytes,7,opt,name=auth_params,json=authParams,proto3" json:"authParams,omitempty"`
	// PinWrapped indicates whether the blob has Layer 1 PIN wrapping.
	PinWrapped bool `protobuf:"varint,8,opt,name=pin_wrapped,json=pinWrapped,proto3" json:"pinWrapped,omitempty"`
	// contains filtered or unexported fields
}

PasskeyAuthVerifyResponse is the response body for POST /auth/passkey/auth/verify.

func (*PasskeyAuthVerifyResponse) CloneMessageVT

func (*PasskeyAuthVerifyResponse) CloneVT

func (*PasskeyAuthVerifyResponse) EqualMessageVT

func (this *PasskeyAuthVerifyResponse) EqualMessageVT(thatMsg any) bool

func (*PasskeyAuthVerifyResponse) EqualVT

func (*PasskeyAuthVerifyResponse) GetAccountId

func (x *PasskeyAuthVerifyResponse) GetAccountId() string

func (*PasskeyAuthVerifyResponse) GetAuthParams

func (x *PasskeyAuthVerifyResponse) GetAuthParams() string

func (*PasskeyAuthVerifyResponse) GetEncryptedBlob

func (x *PasskeyAuthVerifyResponse) GetEncryptedBlob() string

func (*PasskeyAuthVerifyResponse) GetEntityId

func (x *PasskeyAuthVerifyResponse) GetEntityId() string

func (*PasskeyAuthVerifyResponse) GetPinWrapped

func (x *PasskeyAuthVerifyResponse) GetPinWrapped() bool

func (*PasskeyAuthVerifyResponse) GetPrfCapable

func (x *PasskeyAuthVerifyResponse) GetPrfCapable() bool

func (*PasskeyAuthVerifyResponse) GetPrfSalt

func (x *PasskeyAuthVerifyResponse) GetPrfSalt() string

func (*PasskeyAuthVerifyResponse) GetVerified

func (x *PasskeyAuthVerifyResponse) GetVerified() bool

func (*PasskeyAuthVerifyResponse) MarshalJSON

func (x *PasskeyAuthVerifyResponse) MarshalJSON() ([]byte, error)

MarshalJSON marshals the PasskeyAuthVerifyResponse to JSON.

func (*PasskeyAuthVerifyResponse) MarshalProtoJSON

func (x *PasskeyAuthVerifyResponse) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the PasskeyAuthVerifyResponse message to JSON.

func (*PasskeyAuthVerifyResponse) MarshalProtoText

func (x *PasskeyAuthVerifyResponse) MarshalProtoText() string

func (*PasskeyAuthVerifyResponse) MarshalToSizedBufferVT

func (m *PasskeyAuthVerifyResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PasskeyAuthVerifyResponse) MarshalToVT

func (m *PasskeyAuthVerifyResponse) MarshalToVT(dAtA []byte) (int, error)

func (*PasskeyAuthVerifyResponse) MarshalVT

func (m *PasskeyAuthVerifyResponse) MarshalVT() (dAtA []byte, err error)

func (*PasskeyAuthVerifyResponse) ProtoMessage

func (*PasskeyAuthVerifyResponse) ProtoMessage()

func (*PasskeyAuthVerifyResponse) Reset

func (x *PasskeyAuthVerifyResponse) Reset()

func (*PasskeyAuthVerifyResponse) SizeVT

func (m *PasskeyAuthVerifyResponse) SizeVT() (n int)

func (*PasskeyAuthVerifyResponse) String

func (x *PasskeyAuthVerifyResponse) String() string

func (*PasskeyAuthVerifyResponse) UnmarshalJSON

func (x *PasskeyAuthVerifyResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the PasskeyAuthVerifyResponse from JSON.

func (*PasskeyAuthVerifyResponse) UnmarshalProtoJSON

func (x *PasskeyAuthVerifyResponse) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the PasskeyAuthVerifyResponse message from JSON.

func (*PasskeyAuthVerifyResponse) UnmarshalVT

func (m *PasskeyAuthVerifyResponse) UnmarshalVT(dAtA []byte) error

type PasskeyCheckUsernameRequest

type PasskeyCheckUsernameRequest struct {

	// Username is the user-supplied account username for the passkey-first flow.
	Username string `protobuf:"bytes,1,opt,name=username,proto3" json:"username,omitempty"`
	// contains filtered or unexported fields
}

PasskeyCheckUsernameRequest is the request body for POST /auth/passkey/check-username.

func (*PasskeyCheckUsernameRequest) CloneMessageVT

func (*PasskeyCheckUsernameRequest) CloneVT

func (*PasskeyCheckUsernameRequest) EqualMessageVT

func (this *PasskeyCheckUsernameRequest) EqualMessageVT(thatMsg any) bool

func (*PasskeyCheckUsernameRequest) EqualVT

func (*PasskeyCheckUsernameRequest) GetUsername

func (x *PasskeyCheckUsernameRequest) GetUsername() string

func (*PasskeyCheckUsernameRequest) MarshalJSON

func (x *PasskeyCheckUsernameRequest) MarshalJSON() ([]byte, error)

MarshalJSON marshals the PasskeyCheckUsernameRequest to JSON.

func (*PasskeyCheckUsernameRequest) MarshalProtoJSON

func (x *PasskeyCheckUsernameRequest) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the PasskeyCheckUsernameRequest message to JSON.

func (*PasskeyCheckUsernameRequest) MarshalProtoText

func (x *PasskeyCheckUsernameRequest) MarshalProtoText() string

func (*PasskeyCheckUsernameRequest) MarshalToSizedBufferVT

func (m *PasskeyCheckUsernameRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PasskeyCheckUsernameRequest) MarshalToVT

func (m *PasskeyCheckUsernameRequest) MarshalToVT(dAtA []byte) (int, error)

func (*PasskeyCheckUsernameRequest) MarshalVT

func (m *PasskeyCheckUsernameRequest) MarshalVT() (dAtA []byte, err error)

func (*PasskeyCheckUsernameRequest) ProtoMessage

func (*PasskeyCheckUsernameRequest) ProtoMessage()

func (*PasskeyCheckUsernameRequest) Reset

func (x *PasskeyCheckUsernameRequest) Reset()

func (*PasskeyCheckUsernameRequest) SizeVT

func (m *PasskeyCheckUsernameRequest) SizeVT() (n int)

func (*PasskeyCheckUsernameRequest) String

func (x *PasskeyCheckUsernameRequest) String() string

func (*PasskeyCheckUsernameRequest) UnmarshalJSON

func (x *PasskeyCheckUsernameRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the PasskeyCheckUsernameRequest from JSON.

func (*PasskeyCheckUsernameRequest) UnmarshalProtoJSON

func (x *PasskeyCheckUsernameRequest) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the PasskeyCheckUsernameRequest message from JSON.

func (*PasskeyCheckUsernameRequest) UnmarshalVT

func (m *PasskeyCheckUsernameRequest) UnmarshalVT(dAtA []byte) error

type PasskeyCheckUsernameResponse

type PasskeyCheckUsernameResponse struct {

	// Ok is the opaque success acknowledgement.
	Ok bool `protobuf:"varint,1,opt,name=ok,proto3" json:"ok,omitempty"`
	// contains filtered or unexported fields
}

PasskeyCheckUsernameResponse is the response body for POST /auth/passkey/check-username. The response is intentionally opaque so it cannot disclose account existence or passkey enrollment.

func (*PasskeyCheckUsernameResponse) CloneMessageVT

func (*PasskeyCheckUsernameResponse) CloneVT

func (*PasskeyCheckUsernameResponse) EqualMessageVT

func (this *PasskeyCheckUsernameResponse) EqualMessageVT(thatMsg any) bool

func (*PasskeyCheckUsernameResponse) EqualVT

func (*PasskeyCheckUsernameResponse) GetOk

func (*PasskeyCheckUsernameResponse) MarshalJSON

func (x *PasskeyCheckUsernameResponse) MarshalJSON() ([]byte, error)

MarshalJSON marshals the PasskeyCheckUsernameResponse to JSON.

func (*PasskeyCheckUsernameResponse) MarshalProtoJSON

func (x *PasskeyCheckUsernameResponse) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the PasskeyCheckUsernameResponse message to JSON.

func (*PasskeyCheckUsernameResponse) MarshalProtoText

func (x *PasskeyCheckUsernameResponse) MarshalProtoText() string

func (*PasskeyCheckUsernameResponse) MarshalToSizedBufferVT

func (m *PasskeyCheckUsernameResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PasskeyCheckUsernameResponse) MarshalToVT

func (m *PasskeyCheckUsernameResponse) MarshalToVT(dAtA []byte) (int, error)

func (*PasskeyCheckUsernameResponse) MarshalVT

func (m *PasskeyCheckUsernameResponse) MarshalVT() (dAtA []byte, err error)

func (*PasskeyCheckUsernameResponse) ProtoMessage

func (*PasskeyCheckUsernameResponse) ProtoMessage()

func (*PasskeyCheckUsernameResponse) Reset

func (x *PasskeyCheckUsernameResponse) Reset()

func (*PasskeyCheckUsernameResponse) SizeVT

func (m *PasskeyCheckUsernameResponse) SizeVT() (n int)

func (*PasskeyCheckUsernameResponse) String

func (*PasskeyCheckUsernameResponse) UnmarshalJSON

func (x *PasskeyCheckUsernameResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the PasskeyCheckUsernameResponse from JSON.

func (*PasskeyCheckUsernameResponse) UnmarshalProtoJSON

func (x *PasskeyCheckUsernameResponse) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the PasskeyCheckUsernameResponse message from JSON.

func (*PasskeyCheckUsernameResponse) UnmarshalVT

func (m *PasskeyCheckUsernameResponse) UnmarshalVT(dAtA []byte) error

type PasskeyConfirmRequest

type PasskeyConfirmRequest struct {

	// CredentialJson is the WebAuthn registration credential as a JSON string.
	CredentialJson string `protobuf:"bytes,1,opt,name=credential_json,json=credentialJson,proto3" json:"credentialJson,omitempty"`
	// Username is the requested account username.
	Username string `protobuf:"bytes,2,opt,name=username,proto3" json:"username,omitempty"`
	// WrappedEntityKey is the base64-encoded entity key blob.
	WrappedEntityKey string `protobuf:"bytes,3,opt,name=wrapped_entity_key,json=wrappedEntityKey,proto3" json:"wrappedEntityKey,omitempty"`
	// EntityPeerId is the entity peer ID multihash.
	EntityPeerId string `protobuf:"bytes,4,opt,name=entity_peer_id,json=entityPeerId,proto3" json:"entityPeerId,omitempty"`
	// SessionPeerId is the session peer ID multihash.
	SessionPeerId string `protobuf:"bytes,5,opt,name=session_peer_id,json=sessionPeerId,proto3" json:"sessionPeerId,omitempty"`
	// PinWrapped indicates whether the entity key has Layer 1 PIN wrapping.
	PinWrapped bool `protobuf:"varint,6,opt,name=pin_wrapped,json=pinWrapped,proto3" json:"pinWrapped,omitempty"`
	// PrfCapable indicates whether the authenticator supports PRF.
	PrfCapable bool `protobuf:"varint,7,opt,name=prf_capable,json=prfCapable,proto3" json:"prfCapable,omitempty"`
	// PrfSalt is the base64url-encoded PRF salt for key derivation.
	PrfSalt string `protobuf:"bytes,8,opt,name=prf_salt,json=prfSalt,proto3" json:"prfSalt,omitempty"`
	// AuthParams is the base64-encoded authentication parameters.
	AuthParams string `protobuf:"bytes,9,opt,name=auth_params,json=authParams,proto3" json:"authParams,omitempty"`
	// Email is an optional email to associate with the account.
	Email string `protobuf:"bytes,10,opt,name=email,proto3" json:"email,omitempty"`
	// EntityPubkey is the optional base64-encoded entity public key. When set,
	// the cloud verifies it matches the multihash embedded in entity_peer_id.
	EntityPubkey string `protobuf:"bytes,11,opt,name=entity_pubkey,json=entityPubkey,proto3" json:"entityPubkey,omitempty"`
	// SessionPubkey is the optional base64-encoded session public key. When set,
	// the cloud verifies it matches the multihash embedded in session_peer_id.
	SessionPubkey string `protobuf:"bytes,12,opt,name=session_pubkey,json=sessionPubkey,proto3" json:"sessionPubkey,omitempty"`
	// contains filtered or unexported fields
}

PasskeyConfirmRequest is the request body for POST /auth/passkey/confirm. Used by both the web signup flow and the native desktop confirm flow.

func (*PasskeyConfirmRequest) CloneMessageVT

func (*PasskeyConfirmRequest) CloneVT

func (*PasskeyConfirmRequest) EqualMessageVT

func (this *PasskeyConfirmRequest) EqualMessageVT(thatMsg any) bool

func (*PasskeyConfirmRequest) EqualVT

func (this *PasskeyConfirmRequest) EqualVT(that *PasskeyConfirmRequest) bool

func (*PasskeyConfirmRequest) GetAuthParams

func (x *PasskeyConfirmRequest) GetAuthParams() string

func (*PasskeyConfirmRequest) GetCredentialJson

func (x *PasskeyConfirmRequest) GetCredentialJson() string

func (*PasskeyConfirmRequest) GetEmail

func (x *PasskeyConfirmRequest) GetEmail() string

func (*PasskeyConfirmRequest) GetEntityPeerId

func (x *PasskeyConfirmRequest) GetEntityPeerId() string

func (*PasskeyConfirmRequest) GetEntityPubkey

func (x *PasskeyConfirmRequest) GetEntityPubkey() string

func (*PasskeyConfirmRequest) GetPinWrapped

func (x *PasskeyConfirmRequest) GetPinWrapped() bool

func (*PasskeyConfirmRequest) GetPrfCapable

func (x *PasskeyConfirmRequest) GetPrfCapable() bool

func (*PasskeyConfirmRequest) GetPrfSalt

func (x *PasskeyConfirmRequest) GetPrfSalt() string

func (*PasskeyConfirmRequest) GetSessionPeerId

func (x *PasskeyConfirmRequest) GetSessionPeerId() string

func (*PasskeyConfirmRequest) GetSessionPubkey

func (x *PasskeyConfirmRequest) GetSessionPubkey() string

func (*PasskeyConfirmRequest) GetUsername

func (x *PasskeyConfirmRequest) GetUsername() string

func (*PasskeyConfirmRequest) GetWrappedEntityKey

func (x *PasskeyConfirmRequest) GetWrappedEntityKey() string

func (*PasskeyConfirmRequest) MarshalJSON

func (x *PasskeyConfirmRequest) MarshalJSON() ([]byte, error)

MarshalJSON marshals the PasskeyConfirmRequest to JSON.

func (*PasskeyConfirmRequest) MarshalProtoJSON

func (x *PasskeyConfirmRequest) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the PasskeyConfirmRequest message to JSON.

func (*PasskeyConfirmRequest) MarshalProtoText

func (x *PasskeyConfirmRequest) MarshalProtoText() string

func (*PasskeyConfirmRequest) MarshalToSizedBufferVT

func (m *PasskeyConfirmRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PasskeyConfirmRequest) MarshalToVT

func (m *PasskeyConfirmRequest) MarshalToVT(dAtA []byte) (int, error)

func (*PasskeyConfirmRequest) MarshalVT

func (m *PasskeyConfirmRequest) MarshalVT() (dAtA []byte, err error)

func (*PasskeyConfirmRequest) ProtoMessage

func (*PasskeyConfirmRequest) ProtoMessage()

func (*PasskeyConfirmRequest) Reset

func (x *PasskeyConfirmRequest) Reset()

func (*PasskeyConfirmRequest) SizeVT

func (m *PasskeyConfirmRequest) SizeVT() (n int)

func (*PasskeyConfirmRequest) String

func (x *PasskeyConfirmRequest) String() string

func (*PasskeyConfirmRequest) UnmarshalJSON

func (x *PasskeyConfirmRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the PasskeyConfirmRequest from JSON.

func (*PasskeyConfirmRequest) UnmarshalProtoJSON

func (x *PasskeyConfirmRequest) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the PasskeyConfirmRequest message from JSON.

func (*PasskeyConfirmRequest) UnmarshalVT

func (m *PasskeyConfirmRequest) UnmarshalVT(dAtA []byte) error

type PasskeyConfirmResponse

type PasskeyConfirmResponse struct {

	// AccountId is the created account identifier.
	AccountId string `protobuf:"bytes,1,opt,name=account_id,json=accountId,proto3" json:"accountId,omitempty"`
	// SessionPeerId is the registered session peer ID.
	SessionPeerId string `protobuf:"bytes,2,opt,name=session_peer_id,json=sessionPeerId,proto3" json:"sessionPeerId,omitempty"`
	// contains filtered or unexported fields
}

PasskeyConfirmResponse is the response body for POST /auth/passkey/confirm.

func (*PasskeyConfirmResponse) CloneMessageVT

func (*PasskeyConfirmResponse) CloneVT

func (*PasskeyConfirmResponse) EqualMessageVT

func (this *PasskeyConfirmResponse) EqualMessageVT(thatMsg any) bool

func (*PasskeyConfirmResponse) EqualVT

func (this *PasskeyConfirmResponse) EqualVT(that *PasskeyConfirmResponse) bool

func (*PasskeyConfirmResponse) GetAccountId

func (x *PasskeyConfirmResponse) GetAccountId() string

func (*PasskeyConfirmResponse) GetSessionPeerId

func (x *PasskeyConfirmResponse) GetSessionPeerId() string

func (*PasskeyConfirmResponse) MarshalJSON

func (x *PasskeyConfirmResponse) MarshalJSON() ([]byte, error)

MarshalJSON marshals the PasskeyConfirmResponse to JSON.

func (*PasskeyConfirmResponse) MarshalProtoJSON

func (x *PasskeyConfirmResponse) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the PasskeyConfirmResponse message to JSON.

func (*PasskeyConfirmResponse) MarshalProtoText

func (x *PasskeyConfirmResponse) MarshalProtoText() string

func (*PasskeyConfirmResponse) MarshalToSizedBufferVT

func (m *PasskeyConfirmResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PasskeyConfirmResponse) MarshalToVT

func (m *PasskeyConfirmResponse) MarshalToVT(dAtA []byte) (int, error)

func (*PasskeyConfirmResponse) MarshalVT

func (m *PasskeyConfirmResponse) MarshalVT() (dAtA []byte, err error)

func (*PasskeyConfirmResponse) ProtoMessage

func (*PasskeyConfirmResponse) ProtoMessage()

func (*PasskeyConfirmResponse) Reset

func (x *PasskeyConfirmResponse) Reset()

func (*PasskeyConfirmResponse) SizeVT

func (m *PasskeyConfirmResponse) SizeVT() (n int)

func (*PasskeyConfirmResponse) String

func (x *PasskeyConfirmResponse) String() string

func (*PasskeyConfirmResponse) UnmarshalJSON

func (x *PasskeyConfirmResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the PasskeyConfirmResponse from JSON.

func (*PasskeyConfirmResponse) UnmarshalProtoJSON

func (x *PasskeyConfirmResponse) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the PasskeyConfirmResponse message from JSON.

func (*PasskeyConfirmResponse) UnmarshalVT

func (m *PasskeyConfirmResponse) UnmarshalVT(dAtA []byte) error

type PasskeyOptionsResponse

type PasskeyOptionsResponse struct {

	// Options is the raw WebAuthn options JSON string from the server.
	Options string `protobuf:"bytes,1,opt,name=options,proto3" json:"options,omitempty"`
	// contains filtered or unexported fields
}

PasskeyOptionsResponse is the response body for passkey options endpoints.

func (*PasskeyOptionsResponse) CloneMessageVT

func (*PasskeyOptionsResponse) CloneVT

func (*PasskeyOptionsResponse) EqualMessageVT

func (this *PasskeyOptionsResponse) EqualMessageVT(thatMsg any) bool

func (*PasskeyOptionsResponse) EqualVT

func (this *PasskeyOptionsResponse) EqualVT(that *PasskeyOptionsResponse) bool

func (*PasskeyOptionsResponse) GetOptions

func (x *PasskeyOptionsResponse) GetOptions() string

func (*PasskeyOptionsResponse) MarshalJSON

func (x *PasskeyOptionsResponse) MarshalJSON() ([]byte, error)

MarshalJSON marshals the PasskeyOptionsResponse to JSON.

func (*PasskeyOptionsResponse) MarshalProtoJSON

func (x *PasskeyOptionsResponse) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the PasskeyOptionsResponse message to JSON.

func (*PasskeyOptionsResponse) MarshalProtoText

func (x *PasskeyOptionsResponse) MarshalProtoText() string

func (*PasskeyOptionsResponse) MarshalToSizedBufferVT

func (m *PasskeyOptionsResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PasskeyOptionsResponse) MarshalToVT

func (m *PasskeyOptionsResponse) MarshalToVT(dAtA []byte) (int, error)

func (*PasskeyOptionsResponse) MarshalVT

func (m *PasskeyOptionsResponse) MarshalVT() (dAtA []byte, err error)

func (*PasskeyOptionsResponse) ProtoMessage

func (*PasskeyOptionsResponse) ProtoMessage()

func (*PasskeyOptionsResponse) Reset

func (x *PasskeyOptionsResponse) Reset()

func (*PasskeyOptionsResponse) SizeVT

func (m *PasskeyOptionsResponse) SizeVT() (n int)

func (*PasskeyOptionsResponse) String

func (x *PasskeyOptionsResponse) String() string

func (*PasskeyOptionsResponse) UnmarshalJSON

func (x *PasskeyOptionsResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the PasskeyOptionsResponse from JSON.

func (*PasskeyOptionsResponse) UnmarshalProtoJSON

func (x *PasskeyOptionsResponse) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the PasskeyOptionsResponse message from JSON.

func (*PasskeyOptionsResponse) UnmarshalVT

func (m *PasskeyOptionsResponse) UnmarshalVT(dAtA []byte) error

type PasskeyRegisterChallengeRequest

type PasskeyRegisterChallengeRequest struct {

	// Username is the entity username the WebAuthn credential will be bound to.
	Username string `protobuf:"bytes,1,opt,name=username,proto3" json:"username,omitempty"`
	// contains filtered or unexported fields
}

PasskeyRegisterChallengeRequest is the request body for POST /auth/passkey/register/challenge (new-account signup).

func (*PasskeyRegisterChallengeRequest) CloneMessageVT

func (*PasskeyRegisterChallengeRequest) CloneVT

func (*PasskeyRegisterChallengeRequest) EqualMessageVT

func (this *PasskeyRegisterChallengeRequest) EqualMessageVT(thatMsg any) bool

func (*PasskeyRegisterChallengeRequest) EqualVT

func (*PasskeyRegisterChallengeRequest) GetUsername

func (x *PasskeyRegisterChallengeRequest) GetUsername() string

func (*PasskeyRegisterChallengeRequest) MarshalJSON

func (x *PasskeyRegisterChallengeRequest) MarshalJSON() ([]byte, error)

MarshalJSON marshals the PasskeyRegisterChallengeRequest to JSON.

func (*PasskeyRegisterChallengeRequest) MarshalProtoJSON

func (x *PasskeyRegisterChallengeRequest) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the PasskeyRegisterChallengeRequest message to JSON.

func (*PasskeyRegisterChallengeRequest) MarshalProtoText

func (x *PasskeyRegisterChallengeRequest) MarshalProtoText() string

func (*PasskeyRegisterChallengeRequest) MarshalToSizedBufferVT

func (m *PasskeyRegisterChallengeRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PasskeyRegisterChallengeRequest) MarshalToVT

func (m *PasskeyRegisterChallengeRequest) MarshalToVT(dAtA []byte) (int, error)

func (*PasskeyRegisterChallengeRequest) MarshalVT

func (m *PasskeyRegisterChallengeRequest) MarshalVT() (dAtA []byte, err error)

func (*PasskeyRegisterChallengeRequest) ProtoMessage

func (*PasskeyRegisterChallengeRequest) ProtoMessage()

func (*PasskeyRegisterChallengeRequest) Reset

func (*PasskeyRegisterChallengeRequest) SizeVT

func (m *PasskeyRegisterChallengeRequest) SizeVT() (n int)

func (*PasskeyRegisterChallengeRequest) String

func (*PasskeyRegisterChallengeRequest) UnmarshalJSON

func (x *PasskeyRegisterChallengeRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the PasskeyRegisterChallengeRequest from JSON.

func (*PasskeyRegisterChallengeRequest) UnmarshalProtoJSON

func (x *PasskeyRegisterChallengeRequest) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the PasskeyRegisterChallengeRequest message from JSON.

func (*PasskeyRegisterChallengeRequest) UnmarshalVT

func (m *PasskeyRegisterChallengeRequest) UnmarshalVT(dAtA []byte) error

type PasskeyRegisterVerifyRequest

type PasskeyRegisterVerifyRequest struct {

	// CredentialJson is the raw WebAuthn credential JSON string.
	CredentialJson string `protobuf:"bytes,1,opt,name=credential_json,json=credentialJson,proto3" json:"credentialJson,omitempty"`
	// PrfCapable indicates whether the authenticator supports PRF.
	PrfCapable bool `protobuf:"varint,2,opt,name=prf_capable,json=prfCapable,proto3" json:"prfCapable,omitempty"`
	// EncryptedPrivkey is the client-side encrypted private key.
	EncryptedPrivkey string `protobuf:"bytes,3,opt,name=encrypted_privkey,json=encryptedPrivkey,proto3" json:"encryptedPrivkey,omitempty"`
	// PeerId is the peer ID derived from the keypair.
	PeerId string `protobuf:"bytes,4,opt,name=peer_id,json=peerId,proto3" json:"peerId,omitempty"`
	// AuthParams is the base64-encoded authentication parameters.
	AuthParams string `protobuf:"bytes,5,opt,name=auth_params,json=authParams,proto3" json:"authParams,omitempty"`
	// PrfSalt is the base64url-encoded PRF salt used for local blob wrapping.
	PrfSalt string `protobuf:"bytes,6,opt,name=prf_salt,json=prfSalt,proto3" json:"prfSalt,omitempty"`
	// contains filtered or unexported fields
}

PasskeyRegisterVerifyRequest is the request body for POST /auth/passkey/register/verify.

func (*PasskeyRegisterVerifyRequest) CloneMessageVT

func (*PasskeyRegisterVerifyRequest) CloneVT

func (*PasskeyRegisterVerifyRequest) EqualMessageVT

func (this *PasskeyRegisterVerifyRequest) EqualMessageVT(thatMsg any) bool

func (*PasskeyRegisterVerifyRequest) EqualVT

func (*PasskeyRegisterVerifyRequest) GetAuthParams

func (x *PasskeyRegisterVerifyRequest) GetAuthParams() string

func (*PasskeyRegisterVerifyRequest) GetCredentialJson

func (x *PasskeyRegisterVerifyRequest) GetCredentialJson() string

func (*PasskeyRegisterVerifyRequest) GetEncryptedPrivkey

func (x *PasskeyRegisterVerifyRequest) GetEncryptedPrivkey() string

func (*PasskeyRegisterVerifyRequest) GetPeerId

func (x *PasskeyRegisterVerifyRequest) GetPeerId() string

func (*PasskeyRegisterVerifyRequest) GetPrfCapable

func (x *PasskeyRegisterVerifyRequest) GetPrfCapable() bool

func (*PasskeyRegisterVerifyRequest) GetPrfSalt

func (x *PasskeyRegisterVerifyRequest) GetPrfSalt() string

func (*PasskeyRegisterVerifyRequest) MarshalJSON

func (x *PasskeyRegisterVerifyRequest) MarshalJSON() ([]byte, error)

MarshalJSON marshals the PasskeyRegisterVerifyRequest to JSON.

func (*PasskeyRegisterVerifyRequest) MarshalProtoJSON

func (x *PasskeyRegisterVerifyRequest) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the PasskeyRegisterVerifyRequest message to JSON.

func (*PasskeyRegisterVerifyRequest) MarshalProtoText

func (x *PasskeyRegisterVerifyRequest) MarshalProtoText() string

func (*PasskeyRegisterVerifyRequest) MarshalToSizedBufferVT

func (m *PasskeyRegisterVerifyRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PasskeyRegisterVerifyRequest) MarshalToVT

func (m *PasskeyRegisterVerifyRequest) MarshalToVT(dAtA []byte) (int, error)

func (*PasskeyRegisterVerifyRequest) MarshalVT

func (m *PasskeyRegisterVerifyRequest) MarshalVT() (dAtA []byte, err error)

func (*PasskeyRegisterVerifyRequest) ProtoMessage

func (*PasskeyRegisterVerifyRequest) ProtoMessage()

func (*PasskeyRegisterVerifyRequest) Reset

func (x *PasskeyRegisterVerifyRequest) Reset()

func (*PasskeyRegisterVerifyRequest) SizeVT

func (m *PasskeyRegisterVerifyRequest) SizeVT() (n int)

func (*PasskeyRegisterVerifyRequest) String

func (*PasskeyRegisterVerifyRequest) UnmarshalJSON

func (x *PasskeyRegisterVerifyRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the PasskeyRegisterVerifyRequest from JSON.

func (*PasskeyRegisterVerifyRequest) UnmarshalProtoJSON

func (x *PasskeyRegisterVerifyRequest) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the PasskeyRegisterVerifyRequest message from JSON.

func (*PasskeyRegisterVerifyRequest) UnmarshalVT

func (m *PasskeyRegisterVerifyRequest) UnmarshalVT(dAtA []byte) error

type PasskeyRegisterVerifyResponse

type PasskeyRegisterVerifyResponse struct {

	// Success indicates whether registration succeeded.
	Success bool `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"`
	// CredentialId is the server-assigned credential ID.
	CredentialId string `protobuf:"bytes,2,opt,name=credential_id,json=credentialId,proto3" json:"credentialId,omitempty"`
	// contains filtered or unexported fields
}

PasskeyRegisterVerifyResponse is the response body for POST /auth/passkey/register/verify.

func (*PasskeyRegisterVerifyResponse) CloneMessageVT

func (*PasskeyRegisterVerifyResponse) CloneVT

func (*PasskeyRegisterVerifyResponse) EqualMessageVT

func (this *PasskeyRegisterVerifyResponse) EqualMessageVT(thatMsg any) bool

func (*PasskeyRegisterVerifyResponse) EqualVT

func (*PasskeyRegisterVerifyResponse) GetCredentialId

func (x *PasskeyRegisterVerifyResponse) GetCredentialId() string

func (*PasskeyRegisterVerifyResponse) GetSuccess

func (x *PasskeyRegisterVerifyResponse) GetSuccess() bool

func (*PasskeyRegisterVerifyResponse) MarshalJSON

func (x *PasskeyRegisterVerifyResponse) MarshalJSON() ([]byte, error)

MarshalJSON marshals the PasskeyRegisterVerifyResponse to JSON.

func (*PasskeyRegisterVerifyResponse) MarshalProtoJSON

func (x *PasskeyRegisterVerifyResponse) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the PasskeyRegisterVerifyResponse message to JSON.

func (*PasskeyRegisterVerifyResponse) MarshalProtoText

func (x *PasskeyRegisterVerifyResponse) MarshalProtoText() string

func (*PasskeyRegisterVerifyResponse) MarshalToSizedBufferVT

func (m *PasskeyRegisterVerifyResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PasskeyRegisterVerifyResponse) MarshalToVT

func (m *PasskeyRegisterVerifyResponse) MarshalToVT(dAtA []byte) (int, error)

func (*PasskeyRegisterVerifyResponse) MarshalVT

func (m *PasskeyRegisterVerifyResponse) MarshalVT() (dAtA []byte, err error)

func (*PasskeyRegisterVerifyResponse) ProtoMessage

func (*PasskeyRegisterVerifyResponse) ProtoMessage()

func (*PasskeyRegisterVerifyResponse) Reset

func (x *PasskeyRegisterVerifyResponse) Reset()

func (*PasskeyRegisterVerifyResponse) SizeVT

func (m *PasskeyRegisterVerifyResponse) SizeVT() (n int)

func (*PasskeyRegisterVerifyResponse) String

func (*PasskeyRegisterVerifyResponse) UnmarshalJSON

func (x *PasskeyRegisterVerifyResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the PasskeyRegisterVerifyResponse from JSON.

func (*PasskeyRegisterVerifyResponse) UnmarshalProtoJSON

func (x *PasskeyRegisterVerifyResponse) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the PasskeyRegisterVerifyResponse message from JSON.

func (*PasskeyRegisterVerifyResponse) UnmarshalVT

func (m *PasskeyRegisterVerifyResponse) UnmarshalVT(dAtA []byte) error

type PasskeyRelay

type PasskeyRelay struct {

	// Types that are assignable to Relay:
	//
	//	*PasskeyRelay_Linked
	//	*PasskeyRelay_NewAccount
	//	*PasskeyRelay_RelayResult
	//	*PasskeyRelay_RegisterResult
	//	*PasskeyRelay_RegisterRelay
	//	*PasskeyRelay_ReauthResult
	//	*PasskeyRelay_ReauthRelay
	Relay isPasskeyRelay_Relay `protobuf_oneof:"relay"`
	// contains filtered or unexported fields
}

PasskeyRelay is the server-pushed passkey result for the auth-session WebSocket. Wraps the concrete passkey result type in a oneof.

func (*PasskeyRelay) CloneMessageVT

func (m *PasskeyRelay) CloneMessageVT() protobuf_go_lite.CloneMessage

func (*PasskeyRelay) CloneVT

func (m *PasskeyRelay) CloneVT() *PasskeyRelay

func (*PasskeyRelay) EqualMessageVT

func (this *PasskeyRelay) EqualMessageVT(thatMsg any) bool

func (*PasskeyRelay) EqualVT

func (this *PasskeyRelay) EqualVT(that *PasskeyRelay) bool

func (*PasskeyRelay) GetLinked

func (x *PasskeyRelay) GetLinked() *DesktopPasskeyLinkedResult

func (*PasskeyRelay) GetNewAccount

func (x *PasskeyRelay) GetNewAccount() *DesktopPasskeyNewAccountResult

func (*PasskeyRelay) GetReauthRelay

func (x *PasskeyRelay) GetReauthRelay() *DesktopPasskeyReauthRelayResult

func (*PasskeyRelay) GetReauthResult

func (x *PasskeyRelay) GetReauthResult() *DesktopPasskeyReauthResult

func (*PasskeyRelay) GetRegisterRelay

func (x *PasskeyRelay) GetRegisterRelay() *DesktopPasskeyRegisterRelayResult

func (*PasskeyRelay) GetRegisterResult

func (x *PasskeyRelay) GetRegisterResult() *DesktopPasskeyRegisterResult

func (*PasskeyRelay) GetRelay

func (m *PasskeyRelay) GetRelay() isPasskeyRelay_Relay

func (*PasskeyRelay) GetRelayResult

func (x *PasskeyRelay) GetRelayResult() *DesktopPasskeyRelayResult

func (*PasskeyRelay) MarshalJSON

func (x *PasskeyRelay) MarshalJSON() ([]byte, error)

MarshalJSON marshals the PasskeyRelay to JSON.

func (*PasskeyRelay) MarshalProtoJSON

func (x *PasskeyRelay) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the PasskeyRelay message to JSON.

func (*PasskeyRelay) MarshalProtoText

func (x *PasskeyRelay) MarshalProtoText() string

func (*PasskeyRelay) MarshalToSizedBufferVT

func (m *PasskeyRelay) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PasskeyRelay) MarshalToVT

func (m *PasskeyRelay) MarshalToVT(dAtA []byte) (int, error)

func (*PasskeyRelay) MarshalVT

func (m *PasskeyRelay) MarshalVT() (dAtA []byte, err error)

func (*PasskeyRelay) ProtoMessage

func (*PasskeyRelay) ProtoMessage()

func (*PasskeyRelay) Reset

func (x *PasskeyRelay) Reset()

func (*PasskeyRelay) SizeVT

func (m *PasskeyRelay) SizeVT() (n int)

func (*PasskeyRelay) String

func (x *PasskeyRelay) String() string

func (*PasskeyRelay) UnmarshalJSON

func (x *PasskeyRelay) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the PasskeyRelay from JSON.

func (*PasskeyRelay) UnmarshalProtoJSON

func (x *PasskeyRelay) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the PasskeyRelay message from JSON.

func (*PasskeyRelay) UnmarshalVT

func (m *PasskeyRelay) UnmarshalVT(dAtA []byte) error

type PasskeyRelay_Linked

type PasskeyRelay_Linked struct {
	Linked *DesktopPasskeyLinkedResult `protobuf:"bytes,1,opt,name=linked,proto3,oneof"`
}

func (*PasskeyRelay_Linked) CloneOneofVT

func (m *PasskeyRelay_Linked) CloneOneofVT() isPasskeyRelay_Relay

func (*PasskeyRelay_Linked) CloneVT

func (*PasskeyRelay_Linked) EqualVT

func (this *PasskeyRelay_Linked) EqualVT(thatIface isPasskeyRelay_Relay) bool

func (*PasskeyRelay_Linked) MarshalToSizedBufferVT

func (m *PasskeyRelay_Linked) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PasskeyRelay_Linked) MarshalToVT

func (m *PasskeyRelay_Linked) MarshalToVT(dAtA []byte) (int, error)

func (*PasskeyRelay_Linked) SizeVT

func (m *PasskeyRelay_Linked) SizeVT() (n int)

type PasskeyRelay_NewAccount

type PasskeyRelay_NewAccount struct {
	NewAccount *DesktopPasskeyNewAccountResult `protobuf:"bytes,2,opt,name=new_account,json=newAccount,proto3,oneof"`
}

func (*PasskeyRelay_NewAccount) CloneOneofVT

func (m *PasskeyRelay_NewAccount) CloneOneofVT() isPasskeyRelay_Relay

func (*PasskeyRelay_NewAccount) CloneVT

func (*PasskeyRelay_NewAccount) EqualVT

func (this *PasskeyRelay_NewAccount) EqualVT(thatIface isPasskeyRelay_Relay) bool

func (*PasskeyRelay_NewAccount) MarshalToSizedBufferVT

func (m *PasskeyRelay_NewAccount) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PasskeyRelay_NewAccount) MarshalToVT

func (m *PasskeyRelay_NewAccount) MarshalToVT(dAtA []byte) (int, error)

func (*PasskeyRelay_NewAccount) SizeVT

func (m *PasskeyRelay_NewAccount) SizeVT() (n int)

type PasskeyRelay_ReauthRelay

type PasskeyRelay_ReauthRelay struct {
	ReauthRelay *DesktopPasskeyReauthRelayResult `protobuf:"bytes,7,opt,name=reauth_relay,json=reauthRelay,proto3,oneof"`
}

func (*PasskeyRelay_ReauthRelay) CloneOneofVT

func (m *PasskeyRelay_ReauthRelay) CloneOneofVT() isPasskeyRelay_Relay

func (*PasskeyRelay_ReauthRelay) CloneVT

func (*PasskeyRelay_ReauthRelay) EqualVT

func (this *PasskeyRelay_ReauthRelay) EqualVT(thatIface isPasskeyRelay_Relay) bool

func (*PasskeyRelay_ReauthRelay) MarshalToSizedBufferVT

func (m *PasskeyRelay_ReauthRelay) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PasskeyRelay_ReauthRelay) MarshalToVT

func (m *PasskeyRelay_ReauthRelay) MarshalToVT(dAtA []byte) (int, error)

func (*PasskeyRelay_ReauthRelay) SizeVT

func (m *PasskeyRelay_ReauthRelay) SizeVT() (n int)

type PasskeyRelay_ReauthResult

type PasskeyRelay_ReauthResult struct {
	ReauthResult *DesktopPasskeyReauthResult `protobuf:"bytes,6,opt,name=reauth_result,json=reauthResult,proto3,oneof"`
}

func (*PasskeyRelay_ReauthResult) CloneOneofVT

func (m *PasskeyRelay_ReauthResult) CloneOneofVT() isPasskeyRelay_Relay

func (*PasskeyRelay_ReauthResult) CloneVT

func (*PasskeyRelay_ReauthResult) EqualVT

func (this *PasskeyRelay_ReauthResult) EqualVT(thatIface isPasskeyRelay_Relay) bool

func (*PasskeyRelay_ReauthResult) MarshalToSizedBufferVT

func (m *PasskeyRelay_ReauthResult) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PasskeyRelay_ReauthResult) MarshalToVT

func (m *PasskeyRelay_ReauthResult) MarshalToVT(dAtA []byte) (int, error)

func (*PasskeyRelay_ReauthResult) SizeVT

func (m *PasskeyRelay_ReauthResult) SizeVT() (n int)

type PasskeyRelay_RegisterRelay

type PasskeyRelay_RegisterRelay struct {
	RegisterRelay *DesktopPasskeyRegisterRelayResult `protobuf:"bytes,5,opt,name=register_relay,json=registerRelay,proto3,oneof"`
}

func (*PasskeyRelay_RegisterRelay) CloneOneofVT

func (m *PasskeyRelay_RegisterRelay) CloneOneofVT() isPasskeyRelay_Relay

func (*PasskeyRelay_RegisterRelay) CloneVT

func (*PasskeyRelay_RegisterRelay) EqualVT

func (this *PasskeyRelay_RegisterRelay) EqualVT(thatIface isPasskeyRelay_Relay) bool

func (*PasskeyRelay_RegisterRelay) MarshalToSizedBufferVT

func (m *PasskeyRelay_RegisterRelay) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PasskeyRelay_RegisterRelay) MarshalToVT

func (m *PasskeyRelay_RegisterRelay) MarshalToVT(dAtA []byte) (int, error)

func (*PasskeyRelay_RegisterRelay) SizeVT

func (m *PasskeyRelay_RegisterRelay) SizeVT() (n int)

type PasskeyRelay_RegisterResult

type PasskeyRelay_RegisterResult struct {
	RegisterResult *DesktopPasskeyRegisterResult `protobuf:"bytes,4,opt,name=register_result,json=registerResult,proto3,oneof"`
}

func (*PasskeyRelay_RegisterResult) CloneOneofVT

func (m *PasskeyRelay_RegisterResult) CloneOneofVT() isPasskeyRelay_Relay

func (*PasskeyRelay_RegisterResult) CloneVT

func (*PasskeyRelay_RegisterResult) EqualVT

func (this *PasskeyRelay_RegisterResult) EqualVT(thatIface isPasskeyRelay_Relay) bool

func (*PasskeyRelay_RegisterResult) MarshalToSizedBufferVT

func (m *PasskeyRelay_RegisterResult) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PasskeyRelay_RegisterResult) MarshalToVT

func (m *PasskeyRelay_RegisterResult) MarshalToVT(dAtA []byte) (int, error)

func (*PasskeyRelay_RegisterResult) SizeVT

func (m *PasskeyRelay_RegisterResult) SizeVT() (n int)

type PasskeyRelay_RelayResult

type PasskeyRelay_RelayResult struct {
	RelayResult *DesktopPasskeyRelayResult `protobuf:"bytes,3,opt,name=relay_result,json=relayResult,proto3,oneof"`
}

func (*PasskeyRelay_RelayResult) CloneOneofVT

func (m *PasskeyRelay_RelayResult) CloneOneofVT() isPasskeyRelay_Relay

func (*PasskeyRelay_RelayResult) CloneVT

func (*PasskeyRelay_RelayResult) EqualVT

func (this *PasskeyRelay_RelayResult) EqualVT(thatIface isPasskeyRelay_Relay) bool

func (*PasskeyRelay_RelayResult) MarshalToSizedBufferVT

func (m *PasskeyRelay_RelayResult) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PasskeyRelay_RelayResult) MarshalToVT

func (m *PasskeyRelay_RelayResult) MarshalToVT(dAtA []byte) (int, error)

func (*PasskeyRelay_RelayResult) SizeVT

func (m *PasskeyRelay_RelayResult) SizeVT() (n int)

type PendingParticipantPayload

type PendingParticipantPayload struct {

	// AccountId is the account awaiting owner approval.
	AccountId string `protobuf:"bytes,1,opt,name=account_id,json=accountId,proto3" json:"accountId,omitempty"`
	// contains filtered or unexported fields
}

PendingParticipantPayload is the payload for pending_participant session events.

func (*PendingParticipantPayload) CloneMessageVT

func (*PendingParticipantPayload) CloneVT

func (*PendingParticipantPayload) EqualMessageVT

func (this *PendingParticipantPayload) EqualMessageVT(thatMsg any) bool

func (*PendingParticipantPayload) EqualVT

func (*PendingParticipantPayload) GetAccountId

func (x *PendingParticipantPayload) GetAccountId() string

func (*PendingParticipantPayload) MarshalJSON

func (x *PendingParticipantPayload) MarshalJSON() ([]byte, error)

MarshalJSON marshals the PendingParticipantPayload to JSON.

func (*PendingParticipantPayload) MarshalProtoJSON

func (x *PendingParticipantPayload) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the PendingParticipantPayload message to JSON.

func (*PendingParticipantPayload) MarshalProtoText

func (x *PendingParticipantPayload) MarshalProtoText() string

func (*PendingParticipantPayload) MarshalToSizedBufferVT

func (m *PendingParticipantPayload) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PendingParticipantPayload) MarshalToVT

func (m *PendingParticipantPayload) MarshalToVT(dAtA []byte) (int, error)

func (*PendingParticipantPayload) MarshalVT

func (m *PendingParticipantPayload) MarshalVT() (dAtA []byte, err error)

func (*PendingParticipantPayload) ProtoMessage

func (*PendingParticipantPayload) ProtoMessage()

func (*PendingParticipantPayload) Reset

func (x *PendingParticipantPayload) Reset()

func (*PendingParticipantPayload) SizeVT

func (m *PendingParticipantPayload) SizeVT() (n int)

func (*PendingParticipantPayload) String

func (x *PendingParticipantPayload) String() string

func (*PendingParticipantPayload) UnmarshalJSON

func (x *PendingParticipantPayload) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the PendingParticipantPayload from JSON.

func (*PendingParticipantPayload) UnmarshalProtoJSON

func (x *PendingParticipantPayload) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the PendingParticipantPayload message from JSON.

func (*PendingParticipantPayload) UnmarshalVT

func (m *PendingParticipantPayload) UnmarshalVT(dAtA []byte) error

type PostConfigResponse

type PostConfigResponse struct {
	// contains filtered or unexported fields
}

PostConfigResponse is the response body for POST /sobject/:id/config.

func (*PostConfigResponse) CloneMessageVT

func (m *PostConfigResponse) CloneMessageVT() protobuf_go_lite.CloneMessage

func (*PostConfigResponse) CloneVT

func (m *PostConfigResponse) CloneVT() *PostConfigResponse

func (*PostConfigResponse) EqualMessageVT

func (this *PostConfigResponse) EqualMessageVT(thatMsg any) bool

func (*PostConfigResponse) EqualVT

func (this *PostConfigResponse) EqualVT(that *PostConfigResponse) bool

func (*PostConfigResponse) MarshalJSON

func (x *PostConfigResponse) MarshalJSON() ([]byte, error)

MarshalJSON marshals the PostConfigResponse to JSON.

func (*PostConfigResponse) MarshalProtoJSON

func (x *PostConfigResponse) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the PostConfigResponse message to JSON.

func (*PostConfigResponse) MarshalProtoText

func (x *PostConfigResponse) MarshalProtoText() string

func (*PostConfigResponse) MarshalToSizedBufferVT

func (m *PostConfigResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PostConfigResponse) MarshalToVT

func (m *PostConfigResponse) MarshalToVT(dAtA []byte) (int, error)

func (*PostConfigResponse) MarshalVT

func (m *PostConfigResponse) MarshalVT() (dAtA []byte, err error)

func (*PostConfigResponse) ProtoMessage

func (*PostConfigResponse) ProtoMessage()

func (*PostConfigResponse) Reset

func (x *PostConfigResponse) Reset()

func (*PostConfigResponse) SizeVT

func (m *PostConfigResponse) SizeVT() (n int)

func (*PostConfigResponse) String

func (x *PostConfigResponse) String() string

func (*PostConfigResponse) UnmarshalJSON

func (x *PostConfigResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the PostConfigResponse from JSON.

func (*PostConfigResponse) UnmarshalProtoJSON

func (x *PostConfigResponse) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the PostConfigResponse message from JSON.

func (*PostConfigResponse) UnmarshalVT

func (m *PostConfigResponse) UnmarshalVT(dAtA []byte) error

type PostConfigStateRequest

type PostConfigStateRequest struct {

	// ConfigChange is the serialized SOConfigChange entry.
	ConfigChange []byte `protobuf:"bytes,1,opt,name=config_change,json=configChange,proto3" json:"configChange,omitempty"`
	// Invites is the full invite list after applying the mutation.
	Invites []*sobject.SOInvite `protobuf:"bytes,2,rep,name=invites,proto3" json:"invites,omitempty"`
	// KeyEpoch is the key epoch to store alongside the config change.
	KeyEpoch *sobject.SOKeyEpoch `protobuf:"bytes,3,opt,name=key_epoch,json=keyEpoch,proto3" json:"keyEpoch,omitempty"`
	// RecoveryEnvelopes is the full stored envelope set after this mutation.
	RecoveryEnvelopes []*sobject.SOEntityRecoveryEnvelope `protobuf:"bytes,4,rep,name=recovery_envelopes,json=recoveryEnvelopes,proto3" json:"recoveryEnvelopes,omitempty"`
	// contains filtered or unexported fields
}

PostConfigStateRequest is the request body for POST /sobject/:id/config-state. Used for signed config changes that may also mutate SOState fields such as invites or update the current key epoch.

func (*PostConfigStateRequest) CloneMessageVT

func (*PostConfigStateRequest) CloneVT

func (*PostConfigStateRequest) EqualMessageVT

func (this *PostConfigStateRequest) EqualMessageVT(thatMsg any) bool

func (*PostConfigStateRequest) EqualVT

func (this *PostConfigStateRequest) EqualVT(that *PostConfigStateRequest) bool

func (*PostConfigStateRequest) GetConfigChange

func (x *PostConfigStateRequest) GetConfigChange() []byte

func (*PostConfigStateRequest) GetInvites

func (x *PostConfigStateRequest) GetInvites() []*sobject.SOInvite

func (*PostConfigStateRequest) GetKeyEpoch

func (x *PostConfigStateRequest) GetKeyEpoch() *sobject.SOKeyEpoch

func (*PostConfigStateRequest) GetRecoveryEnvelopes

func (x *PostConfigStateRequest) GetRecoveryEnvelopes() []*sobject.SOEntityRecoveryEnvelope

func (*PostConfigStateRequest) MarshalJSON

func (x *PostConfigStateRequest) MarshalJSON() ([]byte, error)

MarshalJSON marshals the PostConfigStateRequest to JSON.

func (*PostConfigStateRequest) MarshalProtoJSON

func (x *PostConfigStateRequest) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the PostConfigStateRequest message to JSON.

func (*PostConfigStateRequest) MarshalProtoText

func (x *PostConfigStateRequest) MarshalProtoText() string

func (*PostConfigStateRequest) MarshalToSizedBufferVT

func (m *PostConfigStateRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PostConfigStateRequest) MarshalToVT

func (m *PostConfigStateRequest) MarshalToVT(dAtA []byte) (int, error)

func (*PostConfigStateRequest) MarshalVT

func (m *PostConfigStateRequest) MarshalVT() (dAtA []byte, err error)

func (*PostConfigStateRequest) ProtoMessage

func (*PostConfigStateRequest) ProtoMessage()

func (*PostConfigStateRequest) Reset

func (x *PostConfigStateRequest) Reset()

func (*PostConfigStateRequest) SizeVT

func (m *PostConfigStateRequest) SizeVT() (n int)

func (*PostConfigStateRequest) String

func (x *PostConfigStateRequest) String() string

func (*PostConfigStateRequest) UnmarshalJSON

func (x *PostConfigStateRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the PostConfigStateRequest from JSON.

func (*PostConfigStateRequest) UnmarshalProtoJSON

func (x *PostConfigStateRequest) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the PostConfigStateRequest message from JSON.

func (*PostConfigStateRequest) UnmarshalVT

func (m *PostConfigStateRequest) UnmarshalVT(dAtA []byte) error

type PostConfigStateResponse

type PostConfigStateResponse struct {
	// contains filtered or unexported fields
}

PostConfigStateResponse is the response body for POST /sobject/:id/config-state.

func (*PostConfigStateResponse) CloneMessageVT

func (*PostConfigStateResponse) CloneVT

func (*PostConfigStateResponse) EqualMessageVT

func (this *PostConfigStateResponse) EqualMessageVT(thatMsg any) bool

func (*PostConfigStateResponse) EqualVT

func (*PostConfigStateResponse) MarshalJSON

func (x *PostConfigStateResponse) MarshalJSON() ([]byte, error)

MarshalJSON marshals the PostConfigStateResponse to JSON.

func (*PostConfigStateResponse) MarshalProtoJSON

func (x *PostConfigStateResponse) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the PostConfigStateResponse message to JSON.

func (*PostConfigStateResponse) MarshalProtoText

func (x *PostConfigStateResponse) MarshalProtoText() string

func (*PostConfigStateResponse) MarshalToSizedBufferVT

func (m *PostConfigStateResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PostConfigStateResponse) MarshalToVT

func (m *PostConfigStateResponse) MarshalToVT(dAtA []byte) (int, error)

func (*PostConfigStateResponse) MarshalVT

func (m *PostConfigStateResponse) MarshalVT() (dAtA []byte, err error)

func (*PostConfigStateResponse) ProtoMessage

func (*PostConfigStateResponse) ProtoMessage()

func (*PostConfigStateResponse) Reset

func (x *PostConfigStateResponse) Reset()

func (*PostConfigStateResponse) SizeVT

func (m *PostConfigStateResponse) SizeVT() (n int)

func (*PostConfigStateResponse) String

func (x *PostConfigStateResponse) String() string

func (*PostConfigStateResponse) UnmarshalJSON

func (x *PostConfigStateResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the PostConfigStateResponse from JSON.

func (*PostConfigStateResponse) UnmarshalProtoJSON

func (x *PostConfigStateResponse) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the PostConfigStateResponse message from JSON.

func (*PostConfigStateResponse) UnmarshalVT

func (m *PostConfigStateResponse) UnmarshalVT(dAtA []byte) error

type PostKeyEpochRequest

type PostKeyEpochRequest struct {

	// KeyEpoch is the key epoch to store.
	KeyEpoch *sobject.SOKeyEpoch `protobuf:"bytes,1,opt,name=key_epoch,json=keyEpoch,proto3" json:"keyEpoch,omitempty"`
	// RecoveryEnvelopes is the full stored envelope set after this mutation.
	RecoveryEnvelopes []*sobject.SOEntityRecoveryEnvelope `protobuf:"bytes,2,rep,name=recovery_envelopes,json=recoveryEnvelopes,proto3" json:"recoveryEnvelopes,omitempty"`
	// contains filtered or unexported fields
}

PostKeyEpochRequest is the request body for POST /sobject/:id/key-epoch.

func (*PostKeyEpochRequest) CloneMessageVT

func (*PostKeyEpochRequest) CloneVT

func (*PostKeyEpochRequest) EqualMessageVT

func (this *PostKeyEpochRequest) EqualMessageVT(thatMsg any) bool

func (*PostKeyEpochRequest) EqualVT

func (this *PostKeyEpochRequest) EqualVT(that *PostKeyEpochRequest) bool

func (*PostKeyEpochRequest) GetKeyEpoch

func (x *PostKeyEpochRequest) GetKeyEpoch() *sobject.SOKeyEpoch

func (*PostKeyEpochRequest) GetRecoveryEnvelopes

func (x *PostKeyEpochRequest) GetRecoveryEnvelopes() []*sobject.SOEntityRecoveryEnvelope

func (*PostKeyEpochRequest) MarshalJSON

func (x *PostKeyEpochRequest) MarshalJSON() ([]byte, error)

MarshalJSON marshals the PostKeyEpochRequest to JSON.

func (*PostKeyEpochRequest) MarshalProtoJSON

func (x *PostKeyEpochRequest) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the PostKeyEpochRequest message to JSON.

func (*PostKeyEpochRequest) MarshalProtoText

func (x *PostKeyEpochRequest) MarshalProtoText() string

func (*PostKeyEpochRequest) MarshalToSizedBufferVT

func (m *PostKeyEpochRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PostKeyEpochRequest) MarshalToVT

func (m *PostKeyEpochRequest) MarshalToVT(dAtA []byte) (int, error)

func (*PostKeyEpochRequest) MarshalVT

func (m *PostKeyEpochRequest) MarshalVT() (dAtA []byte, err error)

func (*PostKeyEpochRequest) ProtoMessage

func (*PostKeyEpochRequest) ProtoMessage()

func (*PostKeyEpochRequest) Reset

func (x *PostKeyEpochRequest) Reset()

func (*PostKeyEpochRequest) SizeVT

func (m *PostKeyEpochRequest) SizeVT() (n int)

func (*PostKeyEpochRequest) String

func (x *PostKeyEpochRequest) String() string

func (*PostKeyEpochRequest) UnmarshalJSON

func (x *PostKeyEpochRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the PostKeyEpochRequest from JSON.

func (*PostKeyEpochRequest) UnmarshalProtoJSON

func (x *PostKeyEpochRequest) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the PostKeyEpochRequest message from JSON.

func (*PostKeyEpochRequest) UnmarshalVT

func (m *PostKeyEpochRequest) UnmarshalVT(dAtA []byte) error

type PostKeyEpochResponse

type PostKeyEpochResponse struct {
	// contains filtered or unexported fields
}

PostKeyEpochResponse is the response body for POST /sobject/:id/key-epoch.

func (*PostKeyEpochResponse) CloneMessageVT

func (*PostKeyEpochResponse) CloneVT

func (*PostKeyEpochResponse) EqualMessageVT

func (this *PostKeyEpochResponse) EqualMessageVT(thatMsg any) bool

func (*PostKeyEpochResponse) EqualVT

func (this *PostKeyEpochResponse) EqualVT(that *PostKeyEpochResponse) bool

func (*PostKeyEpochResponse) MarshalJSON

func (x *PostKeyEpochResponse) MarshalJSON() ([]byte, error)

MarshalJSON marshals the PostKeyEpochResponse to JSON.

func (*PostKeyEpochResponse) MarshalProtoJSON

func (x *PostKeyEpochResponse) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the PostKeyEpochResponse message to JSON.

func (*PostKeyEpochResponse) MarshalProtoText

func (x *PostKeyEpochResponse) MarshalProtoText() string

func (*PostKeyEpochResponse) MarshalToSizedBufferVT

func (m *PostKeyEpochResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PostKeyEpochResponse) MarshalToVT

func (m *PostKeyEpochResponse) MarshalToVT(dAtA []byte) (int, error)

func (*PostKeyEpochResponse) MarshalVT

func (m *PostKeyEpochResponse) MarshalVT() (dAtA []byte, err error)

func (*PostKeyEpochResponse) ProtoMessage

func (*PostKeyEpochResponse) ProtoMessage()

func (*PostKeyEpochResponse) Reset

func (x *PostKeyEpochResponse) Reset()

func (*PostKeyEpochResponse) SizeVT

func (m *PostKeyEpochResponse) SizeVT() (n int)

func (*PostKeyEpochResponse) String

func (x *PostKeyEpochResponse) String() string

func (*PostKeyEpochResponse) UnmarshalJSON

func (x *PostKeyEpochResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the PostKeyEpochResponse from JSON.

func (*PostKeyEpochResponse) UnmarshalProtoJSON

func (x *PostKeyEpochResponse) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the PostKeyEpochResponse message from JSON.

func (*PostKeyEpochResponse) UnmarshalVT

func (m *PostKeyEpochResponse) UnmarshalVT(dAtA []byte) error

type PostRootRequest

type PostRootRequest struct {

	// Root is the next signed root state.
	Root *sobject.SORoot `protobuf:"bytes,1,opt,name=root,proto3" json:"root,omitempty"`
	// RejectedOps are the operations the validator rejected while producing Root.
	RejectedOps []*sobject.SOOperationRejection `protobuf:"bytes,2,rep,name=rejected_ops,json=rejectedOps,proto3" json:"rejectedOps,omitempty"`
	// TerminalReceipts are validator-signed terminal receipts for every accepted or rejected attempt terminalized by Root.
	// Receipt signatures are separate from Root signatures and cover each receipt's deterministic inner bytes.
	TerminalReceipts []*sobject.SOTerminalReceipt `protobuf:"bytes,3,rep,name=terminal_receipts,json=terminalReceipts,proto3" json:"terminalReceipts,omitempty"`
	// ReceiptProtocolEpoch binds root terminalization to the per-SharedObject receipt-v1 activation.
	// Zero keeps receipt-v1 disabled; an active object requires its advertised epoch.
	ReceiptProtocolEpoch uint32 `protobuf:"varint,4,opt,name=receipt_protocol_epoch,json=receiptProtocolEpoch,proto3" json:"receiptProtocolEpoch,omitempty"`
	// contains filtered or unexported fields
}

PostRootRequest is the binary payload for POST /sobject/:id/root.

func (*PostRootRequest) CloneMessageVT

func (m *PostRootRequest) CloneMessageVT() protobuf_go_lite.CloneMessage

func (*PostRootRequest) CloneVT

func (m *PostRootRequest) CloneVT() *PostRootRequest

func (*PostRootRequest) EqualMessageVT

func (this *PostRootRequest) EqualMessageVT(thatMsg any) bool

func (*PostRootRequest) EqualVT

func (this *PostRootRequest) EqualVT(that *PostRootRequest) bool

func (*PostRootRequest) GetReceiptProtocolEpoch added in v0.56.1

func (x *PostRootRequest) GetReceiptProtocolEpoch() uint32

func (*PostRootRequest) GetRejectedOps

func (x *PostRootRequest) GetRejectedOps() []*sobject.SOOperationRejection

func (*PostRootRequest) GetRoot

func (x *PostRootRequest) GetRoot() *sobject.SORoot

func (*PostRootRequest) GetTerminalReceipts added in v0.56.1

func (x *PostRootRequest) GetTerminalReceipts() []*sobject.SOTerminalReceipt

func (*PostRootRequest) MarshalJSON

func (x *PostRootRequest) MarshalJSON() ([]byte, error)

MarshalJSON marshals the PostRootRequest to JSON.

func (*PostRootRequest) MarshalProtoJSON

func (x *PostRootRequest) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the PostRootRequest message to JSON.

func (*PostRootRequest) MarshalProtoText

func (x *PostRootRequest) MarshalProtoText() string

func (*PostRootRequest) MarshalToSizedBufferVT

func (m *PostRootRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PostRootRequest) MarshalToVT

func (m *PostRootRequest) MarshalToVT(dAtA []byte) (int, error)

func (*PostRootRequest) MarshalVT

func (m *PostRootRequest) MarshalVT() (dAtA []byte, err error)

func (*PostRootRequest) ProtoMessage

func (*PostRootRequest) ProtoMessage()

func (*PostRootRequest) Reset

func (x *PostRootRequest) Reset()

func (*PostRootRequest) SizeVT

func (m *PostRootRequest) SizeVT() (n int)

func (*PostRootRequest) String

func (x *PostRootRequest) String() string

func (*PostRootRequest) UnmarshalJSON

func (x *PostRootRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the PostRootRequest from JSON.

func (*PostRootRequest) UnmarshalProtoJSON

func (x *PostRootRequest) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the PostRootRequest message from JSON.

func (*PostRootRequest) UnmarshalVT

func (m *PostRootRequest) UnmarshalVT(dAtA []byte) error

type PrincipalAssignment

type PrincipalAssignment struct {

	// OwnerType is the principal type ("account" | "organization").
	OwnerType string `protobuf:"bytes,1,opt,name=owner_type,json=ownerType,proto3" json:"ownerType,omitempty"`
	// OwnerId is the principal id (account ULID or org ULID).
	OwnerId string `protobuf:"bytes,2,opt,name=owner_id,json=ownerId,proto3" json:"ownerId,omitempty"`
	// DisplayName is the principal's display name. For accounts this may be
	// empty; the caller typically renders their own account as "Personal".
	DisplayName string `protobuf:"bytes,3,opt,name=display_name,json=displayName,proto3" json:"displayName,omitempty"`
	// contains filtered or unexported fields
}

PrincipalAssignment identifies one principal that has this billing account set as its active assignment.

func (*PrincipalAssignment) CloneMessageVT

func (*PrincipalAssignment) CloneVT

func (*PrincipalAssignment) EqualMessageVT

func (this *PrincipalAssignment) EqualMessageVT(thatMsg any) bool

func (*PrincipalAssignment) EqualVT

func (this *PrincipalAssignment) EqualVT(that *PrincipalAssignment) bool

func (*PrincipalAssignment) GetDisplayName

func (x *PrincipalAssignment) GetDisplayName() string

func (*PrincipalAssignment) GetOwnerId

func (x *PrincipalAssignment) GetOwnerId() string

func (*PrincipalAssignment) GetOwnerType

func (x *PrincipalAssignment) GetOwnerType() string

func (*PrincipalAssignment) MarshalJSON

func (x *PrincipalAssignment) MarshalJSON() ([]byte, error)

MarshalJSON marshals the PrincipalAssignment to JSON.

func (*PrincipalAssignment) MarshalProtoJSON

func (x *PrincipalAssignment) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the PrincipalAssignment message to JSON.

func (*PrincipalAssignment) MarshalProtoText

func (x *PrincipalAssignment) MarshalProtoText() string

func (*PrincipalAssignment) MarshalToSizedBufferVT

func (m *PrincipalAssignment) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PrincipalAssignment) MarshalToVT

func (m *PrincipalAssignment) MarshalToVT(dAtA []byte) (int, error)

func (*PrincipalAssignment) MarshalVT

func (m *PrincipalAssignment) MarshalVT() (dAtA []byte, err error)

func (*PrincipalAssignment) ProtoMessage

func (*PrincipalAssignment) ProtoMessage()

func (*PrincipalAssignment) Reset

func (x *PrincipalAssignment) Reset()

func (*PrincipalAssignment) SizeVT

func (m *PrincipalAssignment) SizeVT() (n int)

func (*PrincipalAssignment) String

func (x *PrincipalAssignment) String() string

func (*PrincipalAssignment) UnmarshalJSON

func (x *PrincipalAssignment) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the PrincipalAssignment from JSON.

func (*PrincipalAssignment) UnmarshalProtoJSON

func (x *PrincipalAssignment) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the PrincipalAssignment message from JSON.

func (*PrincipalAssignment) UnmarshalVT

func (m *PrincipalAssignment) UnmarshalVT(dAtA []byte) error

type ProcessMailboxEntryRequest

type ProcessMailboxEntryRequest struct {

	// Id is the mailbox entry ID.
	Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	// Accept indicates whether to accept (true) or reject (false) the entry.
	Accept bool `protobuf:"varint,2,opt,name=accept,proto3" json:"accept,omitempty"`
	// contains filtered or unexported fields
}

ProcessMailboxEntryRequest is the request body for POST /sobject/:id/invite-mailbox/process.

func (*ProcessMailboxEntryRequest) CloneMessageVT

func (*ProcessMailboxEntryRequest) CloneVT

func (*ProcessMailboxEntryRequest) EqualMessageVT

func (this *ProcessMailboxEntryRequest) EqualMessageVT(thatMsg any) bool

func (*ProcessMailboxEntryRequest) EqualVT

func (*ProcessMailboxEntryRequest) GetAccept

func (x *ProcessMailboxEntryRequest) GetAccept() bool

func (*ProcessMailboxEntryRequest) GetId

func (x *ProcessMailboxEntryRequest) GetId() int64

func (*ProcessMailboxEntryRequest) MarshalJSON

func (x *ProcessMailboxEntryRequest) MarshalJSON() ([]byte, error)

MarshalJSON marshals the ProcessMailboxEntryRequest to JSON.

func (*ProcessMailboxEntryRequest) MarshalProtoJSON

func (x *ProcessMailboxEntryRequest) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the ProcessMailboxEntryRequest message to JSON.

func (*ProcessMailboxEntryRequest) MarshalProtoText

func (x *ProcessMailboxEntryRequest) MarshalProtoText() string

func (*ProcessMailboxEntryRequest) MarshalToSizedBufferVT

func (m *ProcessMailboxEntryRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ProcessMailboxEntryRequest) MarshalToVT

func (m *ProcessMailboxEntryRequest) MarshalToVT(dAtA []byte) (int, error)

func (*ProcessMailboxEntryRequest) MarshalVT

func (m *ProcessMailboxEntryRequest) MarshalVT() (dAtA []byte, err error)

func (*ProcessMailboxEntryRequest) ProtoMessage

func (*ProcessMailboxEntryRequest) ProtoMessage()

func (*ProcessMailboxEntryRequest) Reset

func (x *ProcessMailboxEntryRequest) Reset()

func (*ProcessMailboxEntryRequest) SizeVT

func (m *ProcessMailboxEntryRequest) SizeVT() (n int)

func (*ProcessMailboxEntryRequest) String

func (x *ProcessMailboxEntryRequest) String() string

func (*ProcessMailboxEntryRequest) UnmarshalJSON

func (x *ProcessMailboxEntryRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the ProcessMailboxEntryRequest from JSON.

func (*ProcessMailboxEntryRequest) UnmarshalProtoJSON

func (x *ProcessMailboxEntryRequest) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the ProcessMailboxEntryRequest message from JSON.

func (*ProcessMailboxEntryRequest) UnmarshalVT

func (m *ProcessMailboxEntryRequest) UnmarshalVT(dAtA []byte) error

type ProcessMailboxEntryResponse

type ProcessMailboxEntryResponse struct {

	// Status is the resulting mailbox status for the entry.
	Status string `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
	// contains filtered or unexported fields
}

ProcessMailboxEntryResponse is the response body for POST /sobject/:id/invite-mailbox/process.

func (*ProcessMailboxEntryResponse) CloneMessageVT

func (*ProcessMailboxEntryResponse) CloneVT

func (*ProcessMailboxEntryResponse) EqualMessageVT

func (this *ProcessMailboxEntryResponse) EqualMessageVT(thatMsg any) bool

func (*ProcessMailboxEntryResponse) EqualVT

func (*ProcessMailboxEntryResponse) GetStatus

func (x *ProcessMailboxEntryResponse) GetStatus() string

func (*ProcessMailboxEntryResponse) MarshalJSON

func (x *ProcessMailboxEntryResponse) MarshalJSON() ([]byte, error)

MarshalJSON marshals the ProcessMailboxEntryResponse to JSON.

func (*ProcessMailboxEntryResponse) MarshalProtoJSON

func (x *ProcessMailboxEntryResponse) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the ProcessMailboxEntryResponse message to JSON.

func (*ProcessMailboxEntryResponse) MarshalProtoText

func (x *ProcessMailboxEntryResponse) MarshalProtoText() string

func (*ProcessMailboxEntryResponse) MarshalToSizedBufferVT

func (m *ProcessMailboxEntryResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ProcessMailboxEntryResponse) MarshalToVT

func (m *ProcessMailboxEntryResponse) MarshalToVT(dAtA []byte) (int, error)

func (*ProcessMailboxEntryResponse) MarshalVT

func (m *ProcessMailboxEntryResponse) MarshalVT() (dAtA []byte, err error)

func (*ProcessMailboxEntryResponse) ProtoMessage

func (*ProcessMailboxEntryResponse) ProtoMessage()

func (*ProcessMailboxEntryResponse) Reset

func (x *ProcessMailboxEntryResponse) Reset()

func (*ProcessMailboxEntryResponse) SizeVT

func (m *ProcessMailboxEntryResponse) SizeVT() (n int)

func (*ProcessMailboxEntryResponse) String

func (x *ProcessMailboxEntryResponse) String() string

func (*ProcessMailboxEntryResponse) UnmarshalJSON

func (x *ProcessMailboxEntryResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the ProcessMailboxEntryResponse from JSON.

func (*ProcessMailboxEntryResponse) UnmarshalProtoJSON

func (x *ProcessMailboxEntryResponse) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the ProcessMailboxEntryResponse message from JSON.

func (*ProcessMailboxEntryResponse) UnmarshalVT

func (m *ProcessMailboxEntryResponse) UnmarshalVT(dAtA []byte) error

type ProcessTargetedInvitationRequest added in v0.51.2

type ProcessTargetedInvitationRequest struct {

	// Id is the invitation ULID.
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// Action is accept, decline, block, or report.
	Action string `protobuf:"bytes,2,opt,name=action,proto3" json:"action,omitempty"`
	// contains filtered or unexported fields
}

ProcessTargetedInvitationRequest applies a recipient lifecycle action.

func (*ProcessTargetedInvitationRequest) CloneMessageVT added in v0.51.2

func (*ProcessTargetedInvitationRequest) CloneVT added in v0.51.2

func (*ProcessTargetedInvitationRequest) EqualMessageVT added in v0.51.2

func (this *ProcessTargetedInvitationRequest) EqualMessageVT(thatMsg any) bool

func (*ProcessTargetedInvitationRequest) EqualVT added in v0.51.2

func (*ProcessTargetedInvitationRequest) GetAction added in v0.51.2

func (*ProcessTargetedInvitationRequest) GetId added in v0.51.2

func (*ProcessTargetedInvitationRequest) MarshalJSON added in v0.51.2

func (x *ProcessTargetedInvitationRequest) MarshalJSON() ([]byte, error)

MarshalJSON marshals the ProcessTargetedInvitationRequest to JSON.

func (*ProcessTargetedInvitationRequest) MarshalProtoJSON added in v0.51.2

func (x *ProcessTargetedInvitationRequest) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the ProcessTargetedInvitationRequest message to JSON.

func (*ProcessTargetedInvitationRequest) MarshalProtoText added in v0.51.2

func (x *ProcessTargetedInvitationRequest) MarshalProtoText() string

func (*ProcessTargetedInvitationRequest) MarshalToSizedBufferVT added in v0.51.2

func (m *ProcessTargetedInvitationRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ProcessTargetedInvitationRequest) MarshalToVT added in v0.51.2

func (m *ProcessTargetedInvitationRequest) MarshalToVT(dAtA []byte) (int, error)

func (*ProcessTargetedInvitationRequest) MarshalVT added in v0.51.2

func (m *ProcessTargetedInvitationRequest) MarshalVT() (dAtA []byte, err error)

func (*ProcessTargetedInvitationRequest) ProtoMessage added in v0.51.2

func (*ProcessTargetedInvitationRequest) ProtoMessage()

func (*ProcessTargetedInvitationRequest) Reset added in v0.51.2

func (*ProcessTargetedInvitationRequest) SizeVT added in v0.51.2

func (m *ProcessTargetedInvitationRequest) SizeVT() (n int)

func (*ProcessTargetedInvitationRequest) String added in v0.51.2

func (*ProcessTargetedInvitationRequest) UnmarshalJSON added in v0.51.2

func (x *ProcessTargetedInvitationRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the ProcessTargetedInvitationRequest from JSON.

func (*ProcessTargetedInvitationRequest) UnmarshalProtoJSON added in v0.51.2

func (x *ProcessTargetedInvitationRequest) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the ProcessTargetedInvitationRequest message from JSON.

func (*ProcessTargetedInvitationRequest) UnmarshalVT added in v0.51.2

func (m *ProcessTargetedInvitationRequest) UnmarshalVT(dAtA []byte) error

type ProcessTargetedInvitationResponse added in v0.51.2

type ProcessTargetedInvitationResponse struct {

	// Invitation is the updated invitation.
	Invitation *TargetedInvitationInfo `protobuf:"bytes,1,opt,name=invitation,proto3" json:"invitation,omitempty"`
	// contains filtered or unexported fields
}

ProcessTargetedInvitationResponse returns the updated invitation.

func (*ProcessTargetedInvitationResponse) CloneMessageVT added in v0.51.2

func (*ProcessTargetedInvitationResponse) CloneVT added in v0.51.2

func (*ProcessTargetedInvitationResponse) EqualMessageVT added in v0.51.2

func (this *ProcessTargetedInvitationResponse) EqualMessageVT(thatMsg any) bool

func (*ProcessTargetedInvitationResponse) EqualVT added in v0.51.2

func (*ProcessTargetedInvitationResponse) GetInvitation added in v0.51.2

func (*ProcessTargetedInvitationResponse) MarshalJSON added in v0.51.2

func (x *ProcessTargetedInvitationResponse) MarshalJSON() ([]byte, error)

MarshalJSON marshals the ProcessTargetedInvitationResponse to JSON.

func (*ProcessTargetedInvitationResponse) MarshalProtoJSON added in v0.51.2

func (x *ProcessTargetedInvitationResponse) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the ProcessTargetedInvitationResponse message to JSON.

func (*ProcessTargetedInvitationResponse) MarshalProtoText added in v0.51.2

func (x *ProcessTargetedInvitationResponse) MarshalProtoText() string

func (*ProcessTargetedInvitationResponse) MarshalToSizedBufferVT added in v0.51.2

func (m *ProcessTargetedInvitationResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ProcessTargetedInvitationResponse) MarshalToVT added in v0.51.2

func (m *ProcessTargetedInvitationResponse) MarshalToVT(dAtA []byte) (int, error)

func (*ProcessTargetedInvitationResponse) MarshalVT added in v0.51.2

func (m *ProcessTargetedInvitationResponse) MarshalVT() (dAtA []byte, err error)

func (*ProcessTargetedInvitationResponse) ProtoMessage added in v0.51.2

func (*ProcessTargetedInvitationResponse) ProtoMessage()

func (*ProcessTargetedInvitationResponse) Reset added in v0.51.2

func (*ProcessTargetedInvitationResponse) SizeVT added in v0.51.2

func (m *ProcessTargetedInvitationResponse) SizeVT() (n int)

func (*ProcessTargetedInvitationResponse) String added in v0.51.2

func (*ProcessTargetedInvitationResponse) UnmarshalJSON added in v0.51.2

func (x *ProcessTargetedInvitationResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the ProcessTargetedInvitationResponse from JSON.

func (*ProcessTargetedInvitationResponse) UnmarshalProtoJSON added in v0.51.2

func (x *ProcessTargetedInvitationResponse) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the ProcessTargetedInvitationResponse message from JSON.

func (*ProcessTargetedInvitationResponse) UnmarshalVT added in v0.51.2

func (m *ProcessTargetedInvitationResponse) UnmarshalVT(dAtA []byte) error

type RbacAdminReadbackRequest added in v0.56.1

type RbacAdminReadbackRequest struct {

	// Grant identifies the grant lifecycle query when present.
	Grant *RbacGrantLifecycleQuery `protobuf:"bytes,1,opt,name=grant,proto3" json:"grant,omitempty"`
	// CapabilityFlag identifies the persisted flag query when present.
	CapabilityFlag *RbacCapabilityFlagQuery `protobuf:"bytes,2,opt,name=capability_flag,json=capabilityFlag,proto3" json:"capabilityFlag,omitempty"`
	// contains filtered or unexported fields
}

RbacAdminReadbackRequest identifies the grant and flag state to read.

func (*RbacAdminReadbackRequest) CloneMessageVT added in v0.56.1

func (*RbacAdminReadbackRequest) CloneVT added in v0.56.1

func (*RbacAdminReadbackRequest) EqualMessageVT added in v0.56.1

func (this *RbacAdminReadbackRequest) EqualMessageVT(thatMsg any) bool

func (*RbacAdminReadbackRequest) EqualVT added in v0.56.1

func (*RbacAdminReadbackRequest) GetCapabilityFlag added in v0.56.1

func (x *RbacAdminReadbackRequest) GetCapabilityFlag() *RbacCapabilityFlagQuery

func (*RbacAdminReadbackRequest) GetGrant added in v0.56.1

func (*RbacAdminReadbackRequest) MarshalJSON added in v0.56.1

func (x *RbacAdminReadbackRequest) MarshalJSON() ([]byte, error)

MarshalJSON marshals the RbacAdminReadbackRequest to JSON.

func (*RbacAdminReadbackRequest) MarshalProtoJSON added in v0.56.1

func (x *RbacAdminReadbackRequest) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the RbacAdminReadbackRequest message to JSON.

func (*RbacAdminReadbackRequest) MarshalProtoText added in v0.56.1

func (x *RbacAdminReadbackRequest) MarshalProtoText() string

func (*RbacAdminReadbackRequest) MarshalToSizedBufferVT added in v0.56.1

func (m *RbacAdminReadbackRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*RbacAdminReadbackRequest) MarshalToVT added in v0.56.1

func (m *RbacAdminReadbackRequest) MarshalToVT(dAtA []byte) (int, error)

func (*RbacAdminReadbackRequest) MarshalVT added in v0.56.1

func (m *RbacAdminReadbackRequest) MarshalVT() (dAtA []byte, err error)

func (*RbacAdminReadbackRequest) ProtoMessage added in v0.56.1

func (*RbacAdminReadbackRequest) ProtoMessage()

func (*RbacAdminReadbackRequest) Reset added in v0.56.1

func (x *RbacAdminReadbackRequest) Reset()

func (*RbacAdminReadbackRequest) SizeVT added in v0.56.1

func (m *RbacAdminReadbackRequest) SizeVT() (n int)

func (*RbacAdminReadbackRequest) String added in v0.56.1

func (x *RbacAdminReadbackRequest) String() string

func (*RbacAdminReadbackRequest) UnmarshalJSON added in v0.56.1

func (x *RbacAdminReadbackRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the RbacAdminReadbackRequest from JSON.

func (*RbacAdminReadbackRequest) UnmarshalProtoJSON added in v0.56.1

func (x *RbacAdminReadbackRequest) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the RbacAdminReadbackRequest message from JSON.

func (*RbacAdminReadbackRequest) UnmarshalVT added in v0.56.1

func (m *RbacAdminReadbackRequest) UnmarshalVT(dAtA []byte) error

type RbacAdminReadbackResponse added in v0.56.1

type RbacAdminReadbackResponse struct {

	// Grant is absent when no grant exists for the requested lifecycle.
	Grant *RbacGrantLifecycle `protobuf:"bytes,1,opt,name=grant,proto3" json:"grant,omitempty"`
	// CapabilityFlag is the persisted capability flag projection.
	CapabilityFlag *RbacCapabilityFlagState `protobuf:"bytes,2,opt,name=capability_flag,json=capabilityFlag,proto3" json:"capabilityFlag,omitempty"`
	// contains filtered or unexported fields
}

RbacAdminReadbackResponse returns typed RBAC lifecycle, flag, and mutation state.

func (*RbacAdminReadbackResponse) CloneMessageVT added in v0.56.1

func (*RbacAdminReadbackResponse) CloneVT added in v0.56.1

func (*RbacAdminReadbackResponse) EqualMessageVT added in v0.56.1

func (this *RbacAdminReadbackResponse) EqualMessageVT(thatMsg any) bool

func (*RbacAdminReadbackResponse) EqualVT added in v0.56.1

func (*RbacAdminReadbackResponse) GetCapabilityFlag added in v0.56.1

func (x *RbacAdminReadbackResponse) GetCapabilityFlag() *RbacCapabilityFlagState

func (*RbacAdminReadbackResponse) GetGrant added in v0.56.1

func (*RbacAdminReadbackResponse) MarshalJSON added in v0.56.1

func (x *RbacAdminReadbackResponse) MarshalJSON() ([]byte, error)

MarshalJSON marshals the RbacAdminReadbackResponse to JSON.

func (*RbacAdminReadbackResponse) MarshalProtoJSON added in v0.56.1

func (x *RbacAdminReadbackResponse) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the RbacAdminReadbackResponse message to JSON.

func (*RbacAdminReadbackResponse) MarshalProtoText added in v0.56.1

func (x *RbacAdminReadbackResponse) MarshalProtoText() string

func (*RbacAdminReadbackResponse) MarshalToSizedBufferVT added in v0.56.1

func (m *RbacAdminReadbackResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*RbacAdminReadbackResponse) MarshalToVT added in v0.56.1

func (m *RbacAdminReadbackResponse) MarshalToVT(dAtA []byte) (int, error)

func (*RbacAdminReadbackResponse) MarshalVT added in v0.56.1

func (m *RbacAdminReadbackResponse) MarshalVT() (dAtA []byte, err error)

func (*RbacAdminReadbackResponse) ProtoMessage added in v0.56.1

func (*RbacAdminReadbackResponse) ProtoMessage()

func (*RbacAdminReadbackResponse) Reset added in v0.56.1

func (x *RbacAdminReadbackResponse) Reset()

func (*RbacAdminReadbackResponse) SizeVT added in v0.56.1

func (m *RbacAdminReadbackResponse) SizeVT() (n int)

func (*RbacAdminReadbackResponse) String added in v0.56.1

func (x *RbacAdminReadbackResponse) String() string

func (*RbacAdminReadbackResponse) UnmarshalJSON added in v0.56.1

func (x *RbacAdminReadbackResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the RbacAdminReadbackResponse from JSON.

func (*RbacAdminReadbackResponse) UnmarshalProtoJSON added in v0.56.1

func (x *RbacAdminReadbackResponse) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the RbacAdminReadbackResponse message from JSON.

func (*RbacAdminReadbackResponse) UnmarshalVT added in v0.56.1

func (m *RbacAdminReadbackResponse) UnmarshalVT(dAtA []byte) error

type RbacCapabilityFlagQuery added in v0.56.1

type RbacCapabilityFlagQuery struct {

	// Environment identifies the persisted flag environment.
	Environment string `protobuf:"bytes,1,opt,name=environment,proto3" json:"environment,omitempty"`
	// Capability identifies the persisted runtime capability.
	Capability string `protobuf:"bytes,2,opt,name=capability,proto3" json:"capability,omitempty"`
	// contains filtered or unexported fields
}

RbacCapabilityFlagQuery identifies the persisted capability flag to read.

func (*RbacCapabilityFlagQuery) CloneMessageVT added in v0.56.1

func (*RbacCapabilityFlagQuery) CloneVT added in v0.56.1

func (*RbacCapabilityFlagQuery) EqualMessageVT added in v0.56.1

func (this *RbacCapabilityFlagQuery) EqualMessageVT(thatMsg any) bool

func (*RbacCapabilityFlagQuery) EqualVT added in v0.56.1

func (*RbacCapabilityFlagQuery) GetCapability added in v0.56.1

func (x *RbacCapabilityFlagQuery) GetCapability() string

func (*RbacCapabilityFlagQuery) GetEnvironment added in v0.56.1

func (x *RbacCapabilityFlagQuery) GetEnvironment() string

func (*RbacCapabilityFlagQuery) MarshalJSON added in v0.56.1

func (x *RbacCapabilityFlagQuery) MarshalJSON() ([]byte, error)

MarshalJSON marshals the RbacCapabilityFlagQuery to JSON.

func (*RbacCapabilityFlagQuery) MarshalProtoJSON added in v0.56.1

func (x *RbacCapabilityFlagQuery) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the RbacCapabilityFlagQuery message to JSON.

func (*RbacCapabilityFlagQuery) MarshalProtoText added in v0.56.1

func (x *RbacCapabilityFlagQuery) MarshalProtoText() string

func (*RbacCapabilityFlagQuery) MarshalToSizedBufferVT added in v0.56.1

func (m *RbacCapabilityFlagQuery) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*RbacCapabilityFlagQuery) MarshalToVT added in v0.56.1

func (m *RbacCapabilityFlagQuery) MarshalToVT(dAtA []byte) (int, error)

func (*RbacCapabilityFlagQuery) MarshalVT added in v0.56.1

func (m *RbacCapabilityFlagQuery) MarshalVT() (dAtA []byte, err error)

func (*RbacCapabilityFlagQuery) ProtoMessage added in v0.56.1

func (*RbacCapabilityFlagQuery) ProtoMessage()

func (*RbacCapabilityFlagQuery) Reset added in v0.56.1

func (x *RbacCapabilityFlagQuery) Reset()

func (*RbacCapabilityFlagQuery) SizeVT added in v0.56.1

func (m *RbacCapabilityFlagQuery) SizeVT() (n int)

func (*RbacCapabilityFlagQuery) String added in v0.56.1

func (x *RbacCapabilityFlagQuery) String() string

func (*RbacCapabilityFlagQuery) UnmarshalJSON added in v0.56.1

func (x *RbacCapabilityFlagQuery) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the RbacCapabilityFlagQuery from JSON.

func (*RbacCapabilityFlagQuery) UnmarshalProtoJSON added in v0.56.1

func (x *RbacCapabilityFlagQuery) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the RbacCapabilityFlagQuery message from JSON.

func (*RbacCapabilityFlagQuery) UnmarshalVT added in v0.56.1

func (m *RbacCapabilityFlagQuery) UnmarshalVT(dAtA []byte) error

type RbacCapabilityFlagState added in v0.56.1

type RbacCapabilityFlagState struct {

	// Environment identifies the persisted flag environment.
	Environment string `protobuf:"bytes,1,opt,name=environment,proto3" json:"environment,omitempty"`
	// Capability identifies the persisted runtime capability.
	Capability string `protobuf:"bytes,2,opt,name=capability,proto3" json:"capability,omitempty"`
	// Enabled is the persisted capability state.
	Enabled bool `protobuf:"varint,3,opt,name=enabled,proto3" json:"enabled,omitempty"`
	// UpdatedAtMs is when the persisted flag changed in epoch milliseconds.
	UpdatedAtMs int64 `protobuf:"varint,4,opt,name=updated_at_ms,json=updatedAtMs,proto3" json:"updatedAtMs,omitempty"`
	// UpdatedBy identifies the typed principal that last changed the flag.
	UpdatedBy *RbacGrantPrincipal `protobuf:"bytes,5,opt,name=updated_by,json=updatedBy,proto3" json:"updatedBy,omitempty"`
	// contains filtered or unexported fields
}

RbacCapabilityFlagState is a persisted, non-authoritative flag projection.

func (*RbacCapabilityFlagState) CloneMessageVT added in v0.56.1

func (*RbacCapabilityFlagState) CloneVT added in v0.56.1

func (*RbacCapabilityFlagState) EqualMessageVT added in v0.56.1

func (this *RbacCapabilityFlagState) EqualMessageVT(thatMsg any) bool

func (*RbacCapabilityFlagState) EqualVT added in v0.56.1

func (*RbacCapabilityFlagState) GetCapability added in v0.56.1

func (x *RbacCapabilityFlagState) GetCapability() string

func (*RbacCapabilityFlagState) GetEnabled added in v0.56.1

func (x *RbacCapabilityFlagState) GetEnabled() bool

func (*RbacCapabilityFlagState) GetEnvironment added in v0.56.1

func (x *RbacCapabilityFlagState) GetEnvironment() string

func (*RbacCapabilityFlagState) GetUpdatedAtMs added in v0.56.1

func (x *RbacCapabilityFlagState) GetUpdatedAtMs() int64

func (*RbacCapabilityFlagState) GetUpdatedBy added in v0.56.1

func (x *RbacCapabilityFlagState) GetUpdatedBy() *RbacGrantPrincipal

func (*RbacCapabilityFlagState) MarshalJSON added in v0.56.1

func (x *RbacCapabilityFlagState) MarshalJSON() ([]byte, error)

MarshalJSON marshals the RbacCapabilityFlagState to JSON.

func (*RbacCapabilityFlagState) MarshalProtoJSON added in v0.56.1

func (x *RbacCapabilityFlagState) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the RbacCapabilityFlagState message to JSON.

func (*RbacCapabilityFlagState) MarshalProtoText added in v0.56.1

func (x *RbacCapabilityFlagState) MarshalProtoText() string

func (*RbacCapabilityFlagState) MarshalToSizedBufferVT added in v0.56.1

func (m *RbacCapabilityFlagState) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*RbacCapabilityFlagState) MarshalToVT added in v0.56.1

func (m *RbacCapabilityFlagState) MarshalToVT(dAtA []byte) (int, error)

func (*RbacCapabilityFlagState) MarshalVT added in v0.56.1

func (m *RbacCapabilityFlagState) MarshalVT() (dAtA []byte, err error)

func (*RbacCapabilityFlagState) ProtoMessage added in v0.56.1

func (*RbacCapabilityFlagState) ProtoMessage()

func (*RbacCapabilityFlagState) Reset added in v0.56.1

func (x *RbacCapabilityFlagState) Reset()

func (*RbacCapabilityFlagState) SizeVT added in v0.56.1

func (m *RbacCapabilityFlagState) SizeVT() (n int)

func (*RbacCapabilityFlagState) String added in v0.56.1

func (x *RbacCapabilityFlagState) String() string

func (*RbacCapabilityFlagState) UnmarshalJSON added in v0.56.1

func (x *RbacCapabilityFlagState) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the RbacCapabilityFlagState from JSON.

func (*RbacCapabilityFlagState) UnmarshalProtoJSON added in v0.56.1

func (x *RbacCapabilityFlagState) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the RbacCapabilityFlagState message from JSON.

func (*RbacCapabilityFlagState) UnmarshalVT added in v0.56.1

func (m *RbacCapabilityFlagState) UnmarshalVT(dAtA []byte) error

type RbacGrantLifecycle added in v0.56.1

type RbacGrantLifecycle struct {

	// GrantId identifies the grant.
	GrantId string `protobuf:"bytes,1,opt,name=grant_id,json=grantId,proto3" json:"grantId,omitempty"`
	// Principal identifies the typed grant principal.
	Principal *RbacGrantPrincipal `protobuf:"bytes,2,opt,name=principal,proto3" json:"principal,omitempty"`
	// RoleId identifies the resulting role.
	RoleId string `protobuf:"bytes,3,opt,name=role_id,json=roleId,proto3" json:"roleId,omitempty"`
	// Scope identifies the authority scope.
	Scope string `protobuf:"bytes,4,opt,name=scope,proto3" json:"scope,omitempty"`
	// ResourceId identifies the scoped resource.
	ResourceId string `protobuf:"bytes,5,opt,name=resource_id,json=resourceId,proto3" json:"resourceId,omitempty"`
	// Version is the current grant version.
	Version uint64 `protobuf:"varint,6,opt,name=version,proto3" json:"version,omitempty"`
	// ExpiresAtMs is the grant expiry in epoch milliseconds when present.
	ExpiresAtMs *int64 `protobuf:"varint,7,opt,name=expires_at_ms,json=expiresAtMs,proto3,oneof" json:"expiresAtMs,omitempty"`
	// Revocation is present when the grant has a revocation tombstone.
	Revocation *RbacGrantRevocation `protobuf:"bytes,8,opt,name=revocation,proto3" json:"revocation,omitempty"`
	// LastMutation is the latest mutation summary when present.
	LastMutation *RbacLastMutation `protobuf:"bytes,9,opt,name=last_mutation,json=lastMutation,proto3" json:"lastMutation,omitempty"`
	// contains filtered or unexported fields
}

RbacGrantLifecycle is a redacted, non-authoritative grant projection.

func (*RbacGrantLifecycle) CloneMessageVT added in v0.56.1

func (m *RbacGrantLifecycle) CloneMessageVT() protobuf_go_lite.CloneMessage

func (*RbacGrantLifecycle) CloneVT added in v0.56.1

func (m *RbacGrantLifecycle) CloneVT() *RbacGrantLifecycle

func (*RbacGrantLifecycle) EqualMessageVT added in v0.56.1

func (this *RbacGrantLifecycle) EqualMessageVT(thatMsg any) bool

func (*RbacGrantLifecycle) EqualVT added in v0.56.1

func (this *RbacGrantLifecycle) EqualVT(that *RbacGrantLifecycle) bool

func (*RbacGrantLifecycle) GetExpiresAtMs added in v0.56.1

func (x *RbacGrantLifecycle) GetExpiresAtMs() int64

func (*RbacGrantLifecycle) GetGrantId added in v0.56.1

func (x *RbacGrantLifecycle) GetGrantId() string

func (*RbacGrantLifecycle) GetLastMutation added in v0.56.1

func (x *RbacGrantLifecycle) GetLastMutation() *RbacLastMutation

func (*RbacGrantLifecycle) GetPrincipal added in v0.56.1

func (x *RbacGrantLifecycle) GetPrincipal() *RbacGrantPrincipal

func (*RbacGrantLifecycle) GetResourceId added in v0.56.1

func (x *RbacGrantLifecycle) GetResourceId() string

func (*RbacGrantLifecycle) GetRevocation added in v0.56.1

func (x *RbacGrantLifecycle) GetRevocation() *RbacGrantRevocation

func (*RbacGrantLifecycle) GetRoleId added in v0.56.1

func (x *RbacGrantLifecycle) GetRoleId() string

func (*RbacGrantLifecycle) GetScope added in v0.56.1

func (x *RbacGrantLifecycle) GetScope() string

func (*RbacGrantLifecycle) GetVersion added in v0.56.1

func (x *RbacGrantLifecycle) GetVersion() uint64

func (*RbacGrantLifecycle) MarshalJSON added in v0.56.1

func (x *RbacGrantLifecycle) MarshalJSON() ([]byte, error)

MarshalJSON marshals the RbacGrantLifecycle to JSON.

func (*RbacGrantLifecycle) MarshalProtoJSON added in v0.56.1

func (x *RbacGrantLifecycle) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the RbacGrantLifecycle message to JSON.

func (*RbacGrantLifecycle) MarshalProtoText added in v0.56.1

func (x *RbacGrantLifecycle) MarshalProtoText() string

func (*RbacGrantLifecycle) MarshalToSizedBufferVT added in v0.56.1

func (m *RbacGrantLifecycle) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*RbacGrantLifecycle) MarshalToVT added in v0.56.1

func (m *RbacGrantLifecycle) MarshalToVT(dAtA []byte) (int, error)

func (*RbacGrantLifecycle) MarshalVT added in v0.56.1

func (m *RbacGrantLifecycle) MarshalVT() (dAtA []byte, err error)

func (*RbacGrantLifecycle) ProtoMessage added in v0.56.1

func (*RbacGrantLifecycle) ProtoMessage()

func (*RbacGrantLifecycle) Reset added in v0.56.1

func (x *RbacGrantLifecycle) Reset()

func (*RbacGrantLifecycle) SizeVT added in v0.56.1

func (m *RbacGrantLifecycle) SizeVT() (n int)

func (*RbacGrantLifecycle) String added in v0.56.1

func (x *RbacGrantLifecycle) String() string

func (*RbacGrantLifecycle) UnmarshalJSON added in v0.56.1

func (x *RbacGrantLifecycle) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the RbacGrantLifecycle from JSON.

func (*RbacGrantLifecycle) UnmarshalProtoJSON added in v0.56.1

func (x *RbacGrantLifecycle) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the RbacGrantLifecycle message from JSON.

func (*RbacGrantLifecycle) UnmarshalVT added in v0.56.1

func (m *RbacGrantLifecycle) UnmarshalVT(dAtA []byte) error

type RbacGrantLifecycleQuery added in v0.56.1

type RbacGrantLifecycleQuery struct {

	// GrantId identifies the grant.
	GrantId string `protobuf:"bytes,1,opt,name=grant_id,json=grantId,proto3" json:"grantId,omitempty"`
	// contains filtered or unexported fields
}

RbacGrantLifecycleQuery identifies the grant lifecycle to read back.

func (*RbacGrantLifecycleQuery) CloneMessageVT added in v0.56.1

func (*RbacGrantLifecycleQuery) CloneVT added in v0.56.1

func (*RbacGrantLifecycleQuery) EqualMessageVT added in v0.56.1

func (this *RbacGrantLifecycleQuery) EqualMessageVT(thatMsg any) bool

func (*RbacGrantLifecycleQuery) EqualVT added in v0.56.1

func (*RbacGrantLifecycleQuery) GetGrantId added in v0.56.1

func (x *RbacGrantLifecycleQuery) GetGrantId() string

func (*RbacGrantLifecycleQuery) MarshalJSON added in v0.56.1

func (x *RbacGrantLifecycleQuery) MarshalJSON() ([]byte, error)

MarshalJSON marshals the RbacGrantLifecycleQuery to JSON.

func (*RbacGrantLifecycleQuery) MarshalProtoJSON added in v0.56.1

func (x *RbacGrantLifecycleQuery) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the RbacGrantLifecycleQuery message to JSON.

func (*RbacGrantLifecycleQuery) MarshalProtoText added in v0.56.1

func (x *RbacGrantLifecycleQuery) MarshalProtoText() string

func (*RbacGrantLifecycleQuery) MarshalToSizedBufferVT added in v0.56.1

func (m *RbacGrantLifecycleQuery) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*RbacGrantLifecycleQuery) MarshalToVT added in v0.56.1

func (m *RbacGrantLifecycleQuery) MarshalToVT(dAtA []byte) (int, error)

func (*RbacGrantLifecycleQuery) MarshalVT added in v0.56.1

func (m *RbacGrantLifecycleQuery) MarshalVT() (dAtA []byte, err error)

func (*RbacGrantLifecycleQuery) ProtoMessage added in v0.56.1

func (*RbacGrantLifecycleQuery) ProtoMessage()

func (*RbacGrantLifecycleQuery) Reset added in v0.56.1

func (x *RbacGrantLifecycleQuery) Reset()

func (*RbacGrantLifecycleQuery) SizeVT added in v0.56.1

func (m *RbacGrantLifecycleQuery) SizeVT() (n int)

func (*RbacGrantLifecycleQuery) String added in v0.56.1

func (x *RbacGrantLifecycleQuery) String() string

func (*RbacGrantLifecycleQuery) UnmarshalJSON added in v0.56.1

func (x *RbacGrantLifecycleQuery) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the RbacGrantLifecycleQuery from JSON.

func (*RbacGrantLifecycleQuery) UnmarshalProtoJSON added in v0.56.1

func (x *RbacGrantLifecycleQuery) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the RbacGrantLifecycleQuery message from JSON.

func (*RbacGrantLifecycleQuery) UnmarshalVT added in v0.56.1

func (m *RbacGrantLifecycleQuery) UnmarshalVT(dAtA []byte) error

type RbacGrantPrincipal added in v0.56.1

type RbacGrantPrincipal struct {

	// Type identifies the principal kind.
	Type string `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"`
	// Id identifies the principal.
	Id string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

RbacGrantPrincipal identifies a typed grant principal in admin readback.

func (*RbacGrantPrincipal) CloneMessageVT added in v0.56.1

func (m *RbacGrantPrincipal) CloneMessageVT() protobuf_go_lite.CloneMessage

func (*RbacGrantPrincipal) CloneVT added in v0.56.1

func (m *RbacGrantPrincipal) CloneVT() *RbacGrantPrincipal

func (*RbacGrantPrincipal) EqualMessageVT added in v0.56.1

func (this *RbacGrantPrincipal) EqualMessageVT(thatMsg any) bool

func (*RbacGrantPrincipal) EqualVT added in v0.56.1

func (this *RbacGrantPrincipal) EqualVT(that *RbacGrantPrincipal) bool

func (*RbacGrantPrincipal) GetId added in v0.56.1

func (x *RbacGrantPrincipal) GetId() string

func (*RbacGrantPrincipal) GetType added in v0.56.1

func (x *RbacGrantPrincipal) GetType() string

func (*RbacGrantPrincipal) MarshalJSON added in v0.56.1

func (x *RbacGrantPrincipal) MarshalJSON() ([]byte, error)

MarshalJSON marshals the RbacGrantPrincipal to JSON.

func (*RbacGrantPrincipal) MarshalProtoJSON added in v0.56.1

func (x *RbacGrantPrincipal) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the RbacGrantPrincipal message to JSON.

func (*RbacGrantPrincipal) MarshalProtoText added in v0.56.1

func (x *RbacGrantPrincipal) MarshalProtoText() string

func (*RbacGrantPrincipal) MarshalToSizedBufferVT added in v0.56.1

func (m *RbacGrantPrincipal) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*RbacGrantPrincipal) MarshalToVT added in v0.56.1

func (m *RbacGrantPrincipal) MarshalToVT(dAtA []byte) (int, error)

func (*RbacGrantPrincipal) MarshalVT added in v0.56.1

func (m *RbacGrantPrincipal) MarshalVT() (dAtA []byte, err error)

func (*RbacGrantPrincipal) ProtoMessage added in v0.56.1

func (*RbacGrantPrincipal) ProtoMessage()

func (*RbacGrantPrincipal) Reset added in v0.56.1

func (x *RbacGrantPrincipal) Reset()

func (*RbacGrantPrincipal) SizeVT added in v0.56.1

func (m *RbacGrantPrincipal) SizeVT() (n int)

func (*RbacGrantPrincipal) String added in v0.56.1

func (x *RbacGrantPrincipal) String() string

func (*RbacGrantPrincipal) UnmarshalJSON added in v0.56.1

func (x *RbacGrantPrincipal) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the RbacGrantPrincipal from JSON.

func (*RbacGrantPrincipal) UnmarshalProtoJSON added in v0.56.1

func (x *RbacGrantPrincipal) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the RbacGrantPrincipal message from JSON.

func (*RbacGrantPrincipal) UnmarshalVT added in v0.56.1

func (m *RbacGrantPrincipal) UnmarshalVT(dAtA []byte) error

type RbacGrantRevocation added in v0.56.1

type RbacGrantRevocation struct {

	// RevokedAtMs is when the grant was revoked in epoch milliseconds.
	RevokedAtMs int64 `protobuf:"varint,1,opt,name=revoked_at_ms,json=revokedAtMs,proto3" json:"revokedAtMs,omitempty"`
	// contains filtered or unexported fields
}

RbacGrantRevocation describes a grant revocation tombstone in readback.

func (*RbacGrantRevocation) CloneMessageVT added in v0.56.1

func (*RbacGrantRevocation) CloneVT added in v0.56.1

func (*RbacGrantRevocation) EqualMessageVT added in v0.56.1

func (this *RbacGrantRevocation) EqualMessageVT(thatMsg any) bool

func (*RbacGrantRevocation) EqualVT added in v0.56.1

func (this *RbacGrantRevocation) EqualVT(that *RbacGrantRevocation) bool

func (*RbacGrantRevocation) GetRevokedAtMs added in v0.56.1

func (x *RbacGrantRevocation) GetRevokedAtMs() int64

func (*RbacGrantRevocation) MarshalJSON added in v0.56.1

func (x *RbacGrantRevocation) MarshalJSON() ([]byte, error)

MarshalJSON marshals the RbacGrantRevocation to JSON.

func (*RbacGrantRevocation) MarshalProtoJSON added in v0.56.1

func (x *RbacGrantRevocation) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the RbacGrantRevocation message to JSON.

func (*RbacGrantRevocation) MarshalProtoText added in v0.56.1

func (x *RbacGrantRevocation) MarshalProtoText() string

func (*RbacGrantRevocation) MarshalToSizedBufferVT added in v0.56.1

func (m *RbacGrantRevocation) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*RbacGrantRevocation) MarshalToVT added in v0.56.1

func (m *RbacGrantRevocation) MarshalToVT(dAtA []byte) (int, error)

func (*RbacGrantRevocation) MarshalVT added in v0.56.1

func (m *RbacGrantRevocation) MarshalVT() (dAtA []byte, err error)

func (*RbacGrantRevocation) ProtoMessage added in v0.56.1

func (*RbacGrantRevocation) ProtoMessage()

func (*RbacGrantRevocation) Reset added in v0.56.1

func (x *RbacGrantRevocation) Reset()

func (*RbacGrantRevocation) SizeVT added in v0.56.1

func (m *RbacGrantRevocation) SizeVT() (n int)

func (*RbacGrantRevocation) String added in v0.56.1

func (x *RbacGrantRevocation) String() string

func (*RbacGrantRevocation) UnmarshalJSON added in v0.56.1

func (x *RbacGrantRevocation) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the RbacGrantRevocation from JSON.

func (*RbacGrantRevocation) UnmarshalProtoJSON added in v0.56.1

func (x *RbacGrantRevocation) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the RbacGrantRevocation message from JSON.

func (*RbacGrantRevocation) UnmarshalVT added in v0.56.1

func (m *RbacGrantRevocation) UnmarshalVT(dAtA []byte) error

type RbacLastMutation added in v0.56.1

type RbacLastMutation struct {

	// EventId identifies the audit event.
	EventId string `protobuf:"bytes,1,opt,name=event_id,json=eventId,proto3" json:"eventId,omitempty"`
	// Action is the normalized mutation action.
	Action string `protobuf:"bytes,2,opt,name=action,proto3" json:"action,omitempty"`
	// Outcome is the normalized mutation outcome.
	Outcome string `protobuf:"bytes,3,opt,name=outcome,proto3" json:"outcome,omitempty"`
	// ResultingVersion is the grant version after the mutation.
	ResultingVersion uint64 `protobuf:"varint,4,opt,name=resulting_version,json=resultingVersion,proto3" json:"resultingVersion,omitempty"`
	// CreatedAtMs is when the event was created in epoch milliseconds.
	CreatedAtMs int64 `protobuf:"varint,5,opt,name=created_at_ms,json=createdAtMs,proto3" json:"createdAtMs,omitempty"`
	// contains filtered or unexported fields
}

RbacLastMutation is the latest typed mutation summary for a grant.

func (*RbacLastMutation) CloneMessageVT added in v0.56.1

func (m *RbacLastMutation) CloneMessageVT() protobuf_go_lite.CloneMessage

func (*RbacLastMutation) CloneVT added in v0.56.1

func (m *RbacLastMutation) CloneVT() *RbacLastMutation

func (*RbacLastMutation) EqualMessageVT added in v0.56.1

func (this *RbacLastMutation) EqualMessageVT(thatMsg any) bool

func (*RbacLastMutation) EqualVT added in v0.56.1

func (this *RbacLastMutation) EqualVT(that *RbacLastMutation) bool

func (*RbacLastMutation) GetAction added in v0.56.1

func (x *RbacLastMutation) GetAction() string

func (*RbacLastMutation) GetCreatedAtMs added in v0.56.1

func (x *RbacLastMutation) GetCreatedAtMs() int64

func (*RbacLastMutation) GetEventId added in v0.56.1

func (x *RbacLastMutation) GetEventId() string

func (*RbacLastMutation) GetOutcome added in v0.56.1

func (x *RbacLastMutation) GetOutcome() string

func (*RbacLastMutation) GetResultingVersion added in v0.56.1

func (x *RbacLastMutation) GetResultingVersion() uint64

func (*RbacLastMutation) MarshalJSON added in v0.56.1

func (x *RbacLastMutation) MarshalJSON() ([]byte, error)

MarshalJSON marshals the RbacLastMutation to JSON.

func (*RbacLastMutation) MarshalProtoJSON added in v0.56.1

func (x *RbacLastMutation) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the RbacLastMutation message to JSON.

func (*RbacLastMutation) MarshalProtoText added in v0.56.1

func (x *RbacLastMutation) MarshalProtoText() string

func (*RbacLastMutation) MarshalToSizedBufferVT added in v0.56.1

func (m *RbacLastMutation) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*RbacLastMutation) MarshalToVT added in v0.56.1

func (m *RbacLastMutation) MarshalToVT(dAtA []byte) (int, error)

func (*RbacLastMutation) MarshalVT added in v0.56.1

func (m *RbacLastMutation) MarshalVT() (dAtA []byte, err error)

func (*RbacLastMutation) ProtoMessage added in v0.56.1

func (*RbacLastMutation) ProtoMessage()

func (*RbacLastMutation) Reset added in v0.56.1

func (x *RbacLastMutation) Reset()

func (*RbacLastMutation) SizeVT added in v0.56.1

func (m *RbacLastMutation) SizeVT() (n int)

func (*RbacLastMutation) String added in v0.56.1

func (x *RbacLastMutation) String() string

func (*RbacLastMutation) UnmarshalJSON added in v0.56.1

func (x *RbacLastMutation) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the RbacLastMutation from JSON.

func (*RbacLastMutation) UnmarshalProtoJSON added in v0.56.1

func (x *RbacLastMutation) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the RbacLastMutation message from JSON.

func (*RbacLastMutation) UnmarshalVT added in v0.56.1

func (m *RbacLastMutation) UnmarshalVT(dAtA []byte) error

type ReactivateBillingRequest

type ReactivateBillingRequest struct {
	// contains filtered or unexported fields
}

ReactivateBillingRequest is the request body for POST /api/billing/:baId/reactivate. No fields; the billing account is identified by the URL parameter.

func (*ReactivateBillingRequest) CloneMessageVT

func (*ReactivateBillingRequest) CloneVT

func (*ReactivateBillingRequest) EqualMessageVT

func (this *ReactivateBillingRequest) EqualMessageVT(thatMsg any) bool

func (*ReactivateBillingRequest) EqualVT

func (*ReactivateBillingRequest) MarshalJSON

func (x *ReactivateBillingRequest) MarshalJSON() ([]byte, error)

MarshalJSON marshals the ReactivateBillingRequest to JSON.

func (*ReactivateBillingRequest) MarshalProtoJSON

func (x *ReactivateBillingRequest) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the ReactivateBillingRequest message to JSON.

func (*ReactivateBillingRequest) MarshalProtoText

func (x *ReactivateBillingRequest) MarshalProtoText() string

func (*ReactivateBillingRequest) MarshalToSizedBufferVT

func (m *ReactivateBillingRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ReactivateBillingRequest) MarshalToVT

func (m *ReactivateBillingRequest) MarshalToVT(dAtA []byte) (int, error)

func (*ReactivateBillingRequest) MarshalVT

func (m *ReactivateBillingRequest) MarshalVT() (dAtA []byte, err error)

func (*ReactivateBillingRequest) ProtoMessage

func (*ReactivateBillingRequest) ProtoMessage()

func (*ReactivateBillingRequest) Reset

func (x *ReactivateBillingRequest) Reset()

func (*ReactivateBillingRequest) SizeVT

func (m *ReactivateBillingRequest) SizeVT() (n int)

func (*ReactivateBillingRequest) String

func (x *ReactivateBillingRequest) String() string

func (*ReactivateBillingRequest) UnmarshalJSON

func (x *ReactivateBillingRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the ReactivateBillingRequest from JSON.

func (*ReactivateBillingRequest) UnmarshalProtoJSON

func (x *ReactivateBillingRequest) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the ReactivateBillingRequest message from JSON.

func (*ReactivateBillingRequest) UnmarshalVT

func (m *ReactivateBillingRequest) UnmarshalVT(dAtA []byte) error

type ReactivateBillingResponse

type ReactivateBillingResponse struct {

	// Status is the resulting reactivation status (e.g., reactivated,
	// needs_checkout, payment_method_required).
	Status string `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
	// contains filtered or unexported fields
}

ReactivateBillingResponse is the response body for POST /api/billing/:baId/reactivate.

func (*ReactivateBillingResponse) CloneMessageVT

func (*ReactivateBillingResponse) CloneVT

func (*ReactivateBillingResponse) EqualMessageVT

func (this *ReactivateBillingResponse) EqualMessageVT(thatMsg any) bool

func (*ReactivateBillingResponse) EqualVT

func (*ReactivateBillingResponse) GetStatus

func (x *ReactivateBillingResponse) GetStatus() string

func (*ReactivateBillingResponse) MarshalJSON

func (x *ReactivateBillingResponse) MarshalJSON() ([]byte, error)

MarshalJSON marshals the ReactivateBillingResponse to JSON.

func (*ReactivateBillingResponse) MarshalProtoJSON

func (x *ReactivateBillingResponse) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the ReactivateBillingResponse message to JSON.

func (*ReactivateBillingResponse) MarshalProtoText

func (x *ReactivateBillingResponse) MarshalProtoText() string

func (*ReactivateBillingResponse) MarshalToSizedBufferVT

func (m *ReactivateBillingResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ReactivateBillingResponse) MarshalToVT

func (m *ReactivateBillingResponse) MarshalToVT(dAtA []byte) (int, error)

func (*ReactivateBillingResponse) MarshalVT

func (m *ReactivateBillingResponse) MarshalVT() (dAtA []byte, err error)

func (*ReactivateBillingResponse) ProtoMessage

func (*ReactivateBillingResponse) ProtoMessage()

func (*ReactivateBillingResponse) Reset

func (x *ReactivateBillingResponse) Reset()

func (*ReactivateBillingResponse) SizeVT

func (m *ReactivateBillingResponse) SizeVT() (n int)

func (*ReactivateBillingResponse) String

func (x *ReactivateBillingResponse) String() string

func (*ReactivateBillingResponse) UnmarshalJSON

func (x *ReactivateBillingResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the ReactivateBillingResponse from JSON.

func (*ReactivateBillingResponse) UnmarshalProtoJSON

func (x *ReactivateBillingResponse) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the ReactivateBillingResponse message from JSON.

func (*ReactivateBillingResponse) UnmarshalVT

func (m *ReactivateBillingResponse) UnmarshalVT(dAtA []byte) error

type RecoverExecuteKeypair

type RecoverExecuteKeypair struct {

	// PeerId is the peer ID derived from the keypair.
	PeerId string `protobuf:"bytes,1,opt,name=peer_id,json=peerId,proto3" json:"peerId,omitempty"`
	// AuthMethod is the authentication method identifier.
	AuthMethod string `protobuf:"bytes,2,opt,name=auth_method,json=authMethod,proto3" json:"authMethod,omitempty"`
	// AuthParams is the base64-encoded authentication parameters.
	AuthParams string `protobuf:"bytes,3,opt,name=auth_params,json=authParams,proto3" json:"authParams,omitempty"`
	// contains filtered or unexported fields
}

RecoverExecuteKeypair is the keypair to add during account recovery.

func (*RecoverExecuteKeypair) CloneMessageVT

func (*RecoverExecuteKeypair) CloneVT

func (*RecoverExecuteKeypair) EqualMessageVT

func (this *RecoverExecuteKeypair) EqualMessageVT(thatMsg any) bool

func (*RecoverExecuteKeypair) EqualVT

func (this *RecoverExecuteKeypair) EqualVT(that *RecoverExecuteKeypair) bool

func (*RecoverExecuteKeypair) GetAuthMethod

func (x *RecoverExecuteKeypair) GetAuthMethod() string

func (*RecoverExecuteKeypair) GetAuthParams

func (x *RecoverExecuteKeypair) GetAuthParams() string

func (*RecoverExecuteKeypair) GetPeerId

func (x *RecoverExecuteKeypair) GetPeerId() string

func (*RecoverExecuteKeypair) MarshalJSON

func (x *RecoverExecuteKeypair) MarshalJSON() ([]byte, error)

MarshalJSON marshals the RecoverExecuteKeypair to JSON.

func (*RecoverExecuteKeypair) MarshalProtoJSON

func (x *RecoverExecuteKeypair) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the RecoverExecuteKeypair message to JSON.

func (*RecoverExecuteKeypair) MarshalProtoText

func (x *RecoverExecuteKeypair) MarshalProtoText() string

func (*RecoverExecuteKeypair) MarshalToSizedBufferVT

func (m *RecoverExecuteKeypair) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*RecoverExecuteKeypair) MarshalToVT

func (m *RecoverExecuteKeypair) MarshalToVT(dAtA []byte) (int, error)

func (*RecoverExecuteKeypair) MarshalVT

func (m *RecoverExecuteKeypair) MarshalVT() (dAtA []byte, err error)

func (*RecoverExecuteKeypair) ProtoMessage

func (*RecoverExecuteKeypair) ProtoMessage()

func (*RecoverExecuteKeypair) Reset

func (x *RecoverExecuteKeypair) Reset()

func (*RecoverExecuteKeypair) SizeVT

func (m *RecoverExecuteKeypair) SizeVT() (n int)

func (*RecoverExecuteKeypair) String

func (x *RecoverExecuteKeypair) String() string

func (*RecoverExecuteKeypair) UnmarshalJSON

func (x *RecoverExecuteKeypair) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the RecoverExecuteKeypair from JSON.

func (*RecoverExecuteKeypair) UnmarshalProtoJSON

func (x *RecoverExecuteKeypair) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the RecoverExecuteKeypair message from JSON.

func (*RecoverExecuteKeypair) UnmarshalVT

func (m *RecoverExecuteKeypair) UnmarshalVT(dAtA []byte) error

type RecoverExecuteRequest

type RecoverExecuteRequest struct {

	// Token is the recovery token.
	Token string `protobuf:"bytes,1,opt,name=token,proto3" json:"token,omitempty"`
	// AddKeypair is the new keypair to register during recovery.
	AddKeypair *RecoverExecuteKeypair `protobuf:"bytes,2,opt,name=add_keypair,json=addKeypair,proto3" json:"addKeypair,omitempty"`
	// Signatures is the list of signatures proving ownership of the new keypair.
	Signatures []*RecoverExecuteSignature `protobuf:"bytes,3,rep,name=signatures,proto3" json:"signatures,omitempty"`
	// RemovePeerId is the peer ID of the keypair to remove during recovery.
	RemovePeerId string `protobuf:"bytes,4,opt,name=remove_peer_id,json=removePeerId,proto3" json:"removePeerId,omitempty"`
	// contains filtered or unexported fields
}

RecoverExecuteRequest is the request body for POST /account/recover/execute.

func (*RecoverExecuteRequest) CloneMessageVT

func (*RecoverExecuteRequest) CloneVT

func (*RecoverExecuteRequest) EqualMessageVT

func (this *RecoverExecuteRequest) EqualMessageVT(thatMsg any) bool

func (*RecoverExecuteRequest) EqualVT

func (this *RecoverExecuteRequest) EqualVT(that *RecoverExecuteRequest) bool

func (*RecoverExecuteRequest) GetAddKeypair

func (x *RecoverExecuteRequest) GetAddKeypair() *RecoverExecuteKeypair

func (*RecoverExecuteRequest) GetRemovePeerId

func (x *RecoverExecuteRequest) GetRemovePeerId() string

func (*RecoverExecuteRequest) GetSignatures

func (x *RecoverExecuteRequest) GetSignatures() []*RecoverExecuteSignature

func (*RecoverExecuteRequest) GetToken

func (x *RecoverExecuteRequest) GetToken() string

func (*RecoverExecuteRequest) MarshalJSON

func (x *RecoverExecuteRequest) MarshalJSON() ([]byte, error)

MarshalJSON marshals the RecoverExecuteRequest to JSON.

func (*RecoverExecuteRequest) MarshalProtoJSON

func (x *RecoverExecuteRequest) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the RecoverExecuteRequest message to JSON.

func (*RecoverExecuteRequest) MarshalProtoText

func (x *RecoverExecuteRequest) MarshalProtoText() string

func (*RecoverExecuteRequest) MarshalToSizedBufferVT

func (m *RecoverExecuteRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*RecoverExecuteRequest) MarshalToVT

func (m *RecoverExecuteRequest) MarshalToVT(dAtA []byte) (int, error)

func (*RecoverExecuteRequest) MarshalVT

func (m *RecoverExecuteRequest) MarshalVT() (dAtA []byte, err error)

func (*RecoverExecuteRequest) ProtoMessage

func (*RecoverExecuteRequest) ProtoMessage()

func (*RecoverExecuteRequest) Reset

func (x *RecoverExecuteRequest) Reset()

func (*RecoverExecuteRequest) SizeVT

func (m *RecoverExecuteRequest) SizeVT() (n int)

func (*RecoverExecuteRequest) String

func (x *RecoverExecuteRequest) String() string

func (*RecoverExecuteRequest) UnmarshalJSON

func (x *RecoverExecuteRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the RecoverExecuteRequest from JSON.

func (*RecoverExecuteRequest) UnmarshalProtoJSON

func (x *RecoverExecuteRequest) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the RecoverExecuteRequest message from JSON.

func (*RecoverExecuteRequest) UnmarshalVT

func (m *RecoverExecuteRequest) UnmarshalVT(dAtA []byte) error

type RecoverExecuteResponse

type RecoverExecuteResponse struct {

	// AccountId is the recovered account ID.
	AccountId string `protobuf:"bytes,1,opt,name=account_id,json=accountId,proto3" json:"accountId,omitempty"`
	// PeerId is the peer ID of the new entity keypair.
	PeerId string `protobuf:"bytes,2,opt,name=peer_id,json=peerId,proto3" json:"peerId,omitempty"`
	// contains filtered or unexported fields
}

RecoverExecuteResponse is the response body for POST /account/recover/execute.

func (*RecoverExecuteResponse) CloneMessageVT

func (*RecoverExecuteResponse) CloneVT

func (*RecoverExecuteResponse) EqualMessageVT

func (this *RecoverExecuteResponse) EqualMessageVT(thatMsg any) bool

func (*RecoverExecuteResponse) EqualVT

func (this *RecoverExecuteResponse) EqualVT(that *RecoverExecuteResponse) bool

func (*RecoverExecuteResponse) GetAccountId

func (x *RecoverExecuteResponse) GetAccountId() string

func (*RecoverExecuteResponse) GetPeerId

func (x *RecoverExecuteResponse) GetPeerId() string

func (*RecoverExecuteResponse) MarshalJSON

func (x *RecoverExecuteResponse) MarshalJSON() ([]byte, error)

MarshalJSON marshals the RecoverExecuteResponse to JSON.

func (*RecoverExecuteResponse) MarshalProtoJSON

func (x *RecoverExecuteResponse) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the RecoverExecuteResponse message to JSON.

func (*RecoverExecuteResponse) MarshalProtoText

func (x *RecoverExecuteResponse) MarshalProtoText() string

func (*RecoverExecuteResponse) MarshalToSizedBufferVT

func (m *RecoverExecuteResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*RecoverExecuteResponse) MarshalToVT

func (m *RecoverExecuteResponse) MarshalToVT(dAtA []byte) (int, error)

func (*RecoverExecuteResponse) MarshalVT

func (m *RecoverExecuteResponse) MarshalVT() (dAtA []byte, err error)

func (*RecoverExecuteResponse) ProtoMessage

func (*RecoverExecuteResponse) ProtoMessage()

func (*RecoverExecuteResponse) Reset

func (x *RecoverExecuteResponse) Reset()

func (*RecoverExecuteResponse) SizeVT

func (m *RecoverExecuteResponse) SizeVT() (n int)

func (*RecoverExecuteResponse) String

func (x *RecoverExecuteResponse) String() string

func (*RecoverExecuteResponse) UnmarshalJSON

func (x *RecoverExecuteResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the RecoverExecuteResponse from JSON.

func (*RecoverExecuteResponse) UnmarshalProtoJSON

func (x *RecoverExecuteResponse) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the RecoverExecuteResponse message from JSON.

func (*RecoverExecuteResponse) UnmarshalVT

func (m *RecoverExecuteResponse) UnmarshalVT(dAtA []byte) error

type RecoverExecuteSignature

type RecoverExecuteSignature struct {

	// PeerId is the peer ID of the signing keypair.
	PeerId string `protobuf:"bytes,1,opt,name=peer_id,json=peerId,proto3" json:"peerId,omitempty"`
	// Signature is the base64-encoded signature.
	Signature string `protobuf:"bytes,2,opt,name=signature,proto3" json:"signature,omitempty"`
	// contains filtered or unexported fields
}

RecoverExecuteSignature is a signature entry in the recovery execute request.

func (*RecoverExecuteSignature) CloneMessageVT

func (*RecoverExecuteSignature) CloneVT

func (*RecoverExecuteSignature) EqualMessageVT

func (this *RecoverExecuteSignature) EqualMessageVT(thatMsg any) bool

func (*RecoverExecuteSignature) EqualVT

func (*RecoverExecuteSignature) GetPeerId

func (x *RecoverExecuteSignature) GetPeerId() string

func (*RecoverExecuteSignature) GetSignature

func (x *RecoverExecuteSignature) GetSignature() string

func (*RecoverExecuteSignature) MarshalJSON

func (x *RecoverExecuteSignature) MarshalJSON() ([]byte, error)

MarshalJSON marshals the RecoverExecuteSignature to JSON.

func (*RecoverExecuteSignature) MarshalProtoJSON

func (x *RecoverExecuteSignature) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the RecoverExecuteSignature message to JSON.

func (*RecoverExecuteSignature) MarshalProtoText

func (x *RecoverExecuteSignature) MarshalProtoText() string

func (*RecoverExecuteSignature) MarshalToSizedBufferVT

func (m *RecoverExecuteSignature) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*RecoverExecuteSignature) MarshalToVT

func (m *RecoverExecuteSignature) MarshalToVT(dAtA []byte) (int, error)

func (*RecoverExecuteSignature) MarshalVT

func (m *RecoverExecuteSignature) MarshalVT() (dAtA []byte, err error)

func (*RecoverExecuteSignature) ProtoMessage

func (*RecoverExecuteSignature) ProtoMessage()

func (*RecoverExecuteSignature) Reset

func (x *RecoverExecuteSignature) Reset()

func (*RecoverExecuteSignature) SizeVT

func (m *RecoverExecuteSignature) SizeVT() (n int)

func (*RecoverExecuteSignature) String

func (x *RecoverExecuteSignature) String() string

func (*RecoverExecuteSignature) UnmarshalJSON

func (x *RecoverExecuteSignature) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the RecoverExecuteSignature from JSON.

func (*RecoverExecuteSignature) UnmarshalProtoJSON

func (x *RecoverExecuteSignature) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the RecoverExecuteSignature message from JSON.

func (*RecoverExecuteSignature) UnmarshalVT

func (m *RecoverExecuteSignature) UnmarshalVT(dAtA []byte) error

type RecoverVerifyRequest

type RecoverVerifyRequest struct {

	// Token is the recovery token from the email link.
	Token string `protobuf:"bytes,1,opt,name=token,proto3" json:"token,omitempty"`
	// contains filtered or unexported fields
}

RecoverVerifyRequest is the request body for POST /account/recover/verify.

func (*RecoverVerifyRequest) CloneMessageVT

func (*RecoverVerifyRequest) CloneVT

func (*RecoverVerifyRequest) EqualMessageVT

func (this *RecoverVerifyRequest) EqualMessageVT(thatMsg any) bool

func (*RecoverVerifyRequest) EqualVT

func (this *RecoverVerifyRequest) EqualVT(that *RecoverVerifyRequest) bool

func (*RecoverVerifyRequest) GetToken

func (x *RecoverVerifyRequest) GetToken() string

func (*RecoverVerifyRequest) MarshalJSON

func (x *RecoverVerifyRequest) MarshalJSON() ([]byte, error)

MarshalJSON marshals the RecoverVerifyRequest to JSON.

func (*RecoverVerifyRequest) MarshalProtoJSON

func (x *RecoverVerifyRequest) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the RecoverVerifyRequest message to JSON.

func (*RecoverVerifyRequest) MarshalProtoText

func (x *RecoverVerifyRequest) MarshalProtoText() string

func (*RecoverVerifyRequest) MarshalToSizedBufferVT

func (m *RecoverVerifyRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*RecoverVerifyRequest) MarshalToVT

func (m *RecoverVerifyRequest) MarshalToVT(dAtA []byte) (int, error)

func (*RecoverVerifyRequest) MarshalVT

func (m *RecoverVerifyRequest) MarshalVT() (dAtA []byte, err error)

func (*RecoverVerifyRequest) ProtoMessage

func (*RecoverVerifyRequest) ProtoMessage()

func (*RecoverVerifyRequest) Reset

func (x *RecoverVerifyRequest) Reset()

func (*RecoverVerifyRequest) SizeVT

func (m *RecoverVerifyRequest) SizeVT() (n int)

func (*RecoverVerifyRequest) String

func (x *RecoverVerifyRequest) String() string

func (*RecoverVerifyRequest) UnmarshalJSON

func (x *RecoverVerifyRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the RecoverVerifyRequest from JSON.

func (*RecoverVerifyRequest) UnmarshalProtoJSON

func (x *RecoverVerifyRequest) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the RecoverVerifyRequest message from JSON.

func (*RecoverVerifyRequest) UnmarshalVT

func (m *RecoverVerifyRequest) UnmarshalVT(dAtA []byte) error

type RecoverVerifyResponse

type RecoverVerifyResponse struct {

	// AccountId is the account ID associated with the recovery token.
	AccountId string `protobuf:"bytes,1,opt,name=account_id,json=accountId,proto3" json:"accountId,omitempty"`
	// EntityId is the entity ID associated with the recovery token.
	EntityId string `protobuf:"bytes,2,opt,name=entity_id,json=entityId,proto3" json:"entityId,omitempty"`
	// Email is the verified recovery email address.
	Email string `protobuf:"bytes,3,opt,name=email,proto3" json:"email,omitempty"`
	// SsoProviders is the list of linked OAuth providers on the account.
	SsoProviders []string `protobuf:"bytes,4,rep,name=sso_providers,json=ssoProviders,proto3" json:"ssoProviders,omitempty"`
	// HasPasskey reports whether the account has at least one passkey.
	HasPasskey bool `protobuf:"varint,5,opt,name=has_passkey,json=hasPasskey,proto3" json:"hasPasskey,omitempty"`
	// contains filtered or unexported fields
}

RecoverVerifyResponse is the response body for POST /account/recover/verify.

func (*RecoverVerifyResponse) CloneMessageVT

func (*RecoverVerifyResponse) CloneVT

func (*RecoverVerifyResponse) EqualMessageVT

func (this *RecoverVerifyResponse) EqualMessageVT(thatMsg any) bool

func (*RecoverVerifyResponse) EqualVT

func (this *RecoverVerifyResponse) EqualVT(that *RecoverVerifyResponse) bool

func (*RecoverVerifyResponse) GetAccountId

func (x *RecoverVerifyResponse) GetAccountId() string

func (*RecoverVerifyResponse) GetEmail

func (x *RecoverVerifyResponse) GetEmail() string

func (*RecoverVerifyResponse) GetEntityId

func (x *RecoverVerifyResponse) GetEntityId() string

func (*RecoverVerifyResponse) GetHasPasskey

func (x *RecoverVerifyResponse) GetHasPasskey() bool

func (*RecoverVerifyResponse) GetSsoProviders

func (x *RecoverVerifyResponse) GetSsoProviders() []string

func (*RecoverVerifyResponse) MarshalJSON

func (x *RecoverVerifyResponse) MarshalJSON() ([]byte, error)

MarshalJSON marshals the RecoverVerifyResponse to JSON.

func (*RecoverVerifyResponse) MarshalProtoJSON

func (x *RecoverVerifyResponse) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the RecoverVerifyResponse message to JSON.

func (*RecoverVerifyResponse) MarshalProtoText

func (x *RecoverVerifyResponse) MarshalProtoText() string

func (*RecoverVerifyResponse) MarshalToSizedBufferVT

func (m *RecoverVerifyResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*RecoverVerifyResponse) MarshalToVT

func (m *RecoverVerifyResponse) MarshalToVT(dAtA []byte) (int, error)

func (*RecoverVerifyResponse) MarshalVT

func (m *RecoverVerifyResponse) MarshalVT() (dAtA []byte, err error)

func (*RecoverVerifyResponse) ProtoMessage

func (*RecoverVerifyResponse) ProtoMessage()

func (*RecoverVerifyResponse) Reset

func (x *RecoverVerifyResponse) Reset()

func (*RecoverVerifyResponse) SizeVT

func (m *RecoverVerifyResponse) SizeVT() (n int)

func (*RecoverVerifyResponse) String

func (x *RecoverVerifyResponse) String() string

func (*RecoverVerifyResponse) UnmarshalJSON

func (x *RecoverVerifyResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the RecoverVerifyResponse from JSON.

func (*RecoverVerifyResponse) UnmarshalProtoJSON

func (x *RecoverVerifyResponse) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the RecoverVerifyResponse message from JSON.

func (*RecoverVerifyResponse) UnmarshalVT

func (m *RecoverVerifyResponse) UnmarshalVT(dAtA []byte) error

type RegisterAccountRequest

type RegisterAccountRequest struct {

	// EntityId is the unique entity identifier (DNS label).
	EntityId string `protobuf:"bytes,1,opt,name=entity_id,json=entityId,proto3" json:"entityId,omitempty"`
	// EntityBlob is optional entity data.
	EntityBlob []byte `protobuf:"bytes,2,opt,name=entity_blob,json=entityBlob,proto3" json:"entityBlob,omitempty"`
	// Keypairs is the list of entity keypairs to register.
	Keypairs []*session.EntityKeypair `protobuf:"bytes,3,rep,name=keypairs,proto3" json:"keypairs,omitempty"`
	// contains filtered or unexported fields
}

RegisterAccountRequest is the request body for POST /account/register.

func (*RegisterAccountRequest) CloneMessageVT

func (*RegisterAccountRequest) CloneVT

func (*RegisterAccountRequest) EqualMessageVT

func (this *RegisterAccountRequest) EqualMessageVT(thatMsg any) bool

func (*RegisterAccountRequest) EqualVT

func (this *RegisterAccountRequest) EqualVT(that *RegisterAccountRequest) bool

func (*RegisterAccountRequest) GetEntityBlob

func (x *RegisterAccountRequest) GetEntityBlob() []byte

func (*RegisterAccountRequest) GetEntityId

func (x *RegisterAccountRequest) GetEntityId() string

func (*RegisterAccountRequest) GetKeypairs

func (x *RegisterAccountRequest) GetKeypairs() []*session.EntityKeypair

func (*RegisterAccountRequest) MarshalJSON

func (x *RegisterAccountRequest) MarshalJSON() ([]byte, error)

MarshalJSON marshals the RegisterAccountRequest to JSON.

func (*RegisterAccountRequest) MarshalProtoJSON

func (x *RegisterAccountRequest) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the RegisterAccountRequest message to JSON.

func (*RegisterAccountRequest) MarshalProtoText

func (x *RegisterAccountRequest) MarshalProtoText() string

func (*RegisterAccountRequest) MarshalToSizedBufferVT

func (m *RegisterAccountRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*RegisterAccountRequest) MarshalToVT

func (m *RegisterAccountRequest) MarshalToVT(dAtA []byte) (int, error)

func (*RegisterAccountRequest) MarshalVT

func (m *RegisterAccountRequest) MarshalVT() (dAtA []byte, err error)

func (*RegisterAccountRequest) ProtoMessage

func (*RegisterAccountRequest) ProtoMessage()

func (*RegisterAccountRequest) Reset

func (x *RegisterAccountRequest) Reset()

func (*RegisterAccountRequest) SizeVT

func (m *RegisterAccountRequest) SizeVT() (n int)

func (*RegisterAccountRequest) String

func (x *RegisterAccountRequest) String() string

func (*RegisterAccountRequest) UnmarshalJSON

func (x *RegisterAccountRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the RegisterAccountRequest from JSON.

func (*RegisterAccountRequest) UnmarshalProtoJSON

func (x *RegisterAccountRequest) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the RegisterAccountRequest message from JSON.

func (*RegisterAccountRequest) UnmarshalVT

func (m *RegisterAccountRequest) UnmarshalVT(dAtA []byte) error

type RegisterAccountResponse

type RegisterAccountResponse struct {

	// AccountId is the server-generated account ID.
	AccountId string `protobuf:"bytes,1,opt,name=account_id,json=accountId,proto3" json:"accountId,omitempty"`
	// EntityId is the entity identifier.
	EntityId string `protobuf:"bytes,2,opt,name=entity_id,json=entityId,proto3" json:"entityId,omitempty"`
	// DomainId is the domain.
	DomainId string `protobuf:"bytes,3,opt,name=domain_id,json=domainId,proto3" json:"domainId,omitempty"`
	// EntityUuid is the entity UUID.
	EntityUuid string `protobuf:"bytes,4,opt,name=entity_uuid,json=entityUuid,proto3" json:"entityUuid,omitempty"`
	// CreatedAt is the creation timestamp in milliseconds.
	CreatedAt int64 `protobuf:"varint,5,opt,name=created_at,json=createdAt,proto3" json:"createdAt,omitempty"`
	// contains filtered or unexported fields
}

RegisterAccountResponse is the response body for POST /account/register.

func (*RegisterAccountResponse) CloneMessageVT

func (*RegisterAccountResponse) CloneVT

func (*RegisterAccountResponse) EqualMessageVT

func (this *RegisterAccountResponse) EqualMessageVT(thatMsg any) bool

func (*RegisterAccountResponse) EqualVT

func (*RegisterAccountResponse) GetAccountId

func (x *RegisterAccountResponse) GetAccountId() string

func (*RegisterAccountResponse) GetCreatedAt

func (x *RegisterAccountResponse) GetCreatedAt() int64

func (*RegisterAccountResponse) GetDomainId

func (x *RegisterAccountResponse) GetDomainId() string

func (*RegisterAccountResponse) GetEntityId

func (x *RegisterAccountResponse) GetEntityId() string

func (*RegisterAccountResponse) GetEntityUuid

func (x *RegisterAccountResponse) GetEntityUuid() string

func (*RegisterAccountResponse) MarshalJSON

func (x *RegisterAccountResponse) MarshalJSON() ([]byte, error)

MarshalJSON marshals the RegisterAccountResponse to JSON.

func (*RegisterAccountResponse) MarshalProtoJSON

func (x *RegisterAccountResponse) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the RegisterAccountResponse message to JSON.

func (*RegisterAccountResponse) MarshalProtoText

func (x *RegisterAccountResponse) MarshalProtoText() string

func (*RegisterAccountResponse) MarshalToSizedBufferVT

func (m *RegisterAccountResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*RegisterAccountResponse) MarshalToVT

func (m *RegisterAccountResponse) MarshalToVT(dAtA []byte) (int, error)

func (*RegisterAccountResponse) MarshalVT

func (m *RegisterAccountResponse) MarshalVT() (dAtA []byte, err error)

func (*RegisterAccountResponse) ProtoMessage

func (*RegisterAccountResponse) ProtoMessage()

func (*RegisterAccountResponse) Reset

func (x *RegisterAccountResponse) Reset()

func (*RegisterAccountResponse) SizeVT

func (m *RegisterAccountResponse) SizeVT() (n int)

func (*RegisterAccountResponse) String

func (x *RegisterAccountResponse) String() string

func (*RegisterAccountResponse) UnmarshalJSON

func (x *RegisterAccountResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the RegisterAccountResponse from JSON.

func (*RegisterAccountResponse) UnmarshalProtoJSON

func (x *RegisterAccountResponse) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the RegisterAccountResponse message from JSON.

func (*RegisterAccountResponse) UnmarshalVT

func (m *RegisterAccountResponse) UnmarshalVT(dAtA []byte) error

type RegisterInviteCodeRequest

type RegisterInviteCodeRequest struct {

	// Code is the short code to register.
	Code string `protobuf:"bytes,1,opt,name=code,proto3" json:"code,omitempty"`
	// InviteId is the invite ID from the SOInvite.
	InviteId string `protobuf:"bytes,2,opt,name=invite_id,json=inviteId,proto3" json:"inviteId,omitempty"`
	// InviteMessage is the base64-encoded serialized SOInviteMessage.
	InviteMessage string `protobuf:"bytes,3,opt,name=invite_message,json=inviteMessage,proto3" json:"inviteMessage,omitempty"`
	// ExpiresAt is the expiration time in unix milliseconds. 0 means no expiry.
	ExpiresAt int64 `protobuf:"varint,4,opt,name=expires_at,json=expiresAt,proto3" json:"expiresAt,omitempty"`
	// contains filtered or unexported fields
}

RegisterInviteCodeRequest is the request body for POST /sobject/:id/invite-code.

func (*RegisterInviteCodeRequest) CloneMessageVT

func (*RegisterInviteCodeRequest) CloneVT

func (*RegisterInviteCodeRequest) EqualMessageVT

func (this *RegisterInviteCodeRequest) EqualMessageVT(thatMsg any) bool

func (*RegisterInviteCodeRequest) EqualVT

func (*RegisterInviteCodeRequest) GetCode

func (x *RegisterInviteCodeRequest) GetCode() string

func (*RegisterInviteCodeRequest) GetExpiresAt

func (x *RegisterInviteCodeRequest) GetExpiresAt() int64

func (*RegisterInviteCodeRequest) GetInviteId

func (x *RegisterInviteCodeRequest) GetInviteId() string

func (*RegisterInviteCodeRequest) GetInviteMessage

func (x *RegisterInviteCodeRequest) GetInviteMessage() string

func (*RegisterInviteCodeRequest) MarshalJSON

func (x *RegisterInviteCodeRequest) MarshalJSON() ([]byte, error)

MarshalJSON marshals the RegisterInviteCodeRequest to JSON.

func (*RegisterInviteCodeRequest) MarshalProtoJSON

func (x *RegisterInviteCodeRequest) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the RegisterInviteCodeRequest message to JSON.

func (*RegisterInviteCodeRequest) MarshalProtoText

func (x *RegisterInviteCodeRequest) MarshalProtoText() string

func (*RegisterInviteCodeRequest) MarshalToSizedBufferVT

func (m *RegisterInviteCodeRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*RegisterInviteCodeRequest) MarshalToVT

func (m *RegisterInviteCodeRequest) MarshalToVT(dAtA []byte) (int, error)

func (*RegisterInviteCodeRequest) MarshalVT

func (m *RegisterInviteCodeRequest) MarshalVT() (dAtA []byte, err error)

func (*RegisterInviteCodeRequest) ProtoMessage

func (*RegisterInviteCodeRequest) ProtoMessage()

func (*RegisterInviteCodeRequest) Reset

func (x *RegisterInviteCodeRequest) Reset()

func (*RegisterInviteCodeRequest) SizeVT

func (m *RegisterInviteCodeRequest) SizeVT() (n int)

func (*RegisterInviteCodeRequest) String

func (x *RegisterInviteCodeRequest) String() string

func (*RegisterInviteCodeRequest) UnmarshalJSON

func (x *RegisterInviteCodeRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the RegisterInviteCodeRequest from JSON.

func (*RegisterInviteCodeRequest) UnmarshalProtoJSON

func (x *RegisterInviteCodeRequest) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the RegisterInviteCodeRequest message from JSON.

func (*RegisterInviteCodeRequest) UnmarshalVT

func (m *RegisterInviteCodeRequest) UnmarshalVT(dAtA []byte) error

type RegisterInviteCodeResponse

type RegisterInviteCodeResponse struct {
	// contains filtered or unexported fields
}

RegisterInviteCodeResponse is the response body for POST /sobject/:id/invite-code.

func (*RegisterInviteCodeResponse) CloneMessageVT

func (*RegisterInviteCodeResponse) CloneVT

func (*RegisterInviteCodeResponse) EqualMessageVT

func (this *RegisterInviteCodeResponse) EqualMessageVT(thatMsg any) bool

func (*RegisterInviteCodeResponse) EqualVT

func (*RegisterInviteCodeResponse) MarshalJSON

func (x *RegisterInviteCodeResponse) MarshalJSON() ([]byte, error)

MarshalJSON marshals the RegisterInviteCodeResponse to JSON.

func (*RegisterInviteCodeResponse) MarshalProtoJSON

func (x *RegisterInviteCodeResponse) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the RegisterInviteCodeResponse message to JSON.

func (*RegisterInviteCodeResponse) MarshalProtoText

func (x *RegisterInviteCodeResponse) MarshalProtoText() string

func (*RegisterInviteCodeResponse) MarshalToSizedBufferVT

func (m *RegisterInviteCodeResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*RegisterInviteCodeResponse) MarshalToVT

func (m *RegisterInviteCodeResponse) MarshalToVT(dAtA []byte) (int, error)

func (*RegisterInviteCodeResponse) MarshalVT

func (m *RegisterInviteCodeResponse) MarshalVT() (dAtA []byte, err error)

func (*RegisterInviteCodeResponse) ProtoMessage

func (*RegisterInviteCodeResponse) ProtoMessage()

func (*RegisterInviteCodeResponse) Reset

func (x *RegisterInviteCodeResponse) Reset()

func (*RegisterInviteCodeResponse) SizeVT

func (m *RegisterInviteCodeResponse) SizeVT() (n int)

func (*RegisterInviteCodeResponse) String

func (x *RegisterInviteCodeResponse) String() string

func (*RegisterInviteCodeResponse) UnmarshalJSON

func (x *RegisterInviteCodeResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the RegisterInviteCodeResponse from JSON.

func (*RegisterInviteCodeResponse) UnmarshalProtoJSON

func (x *RegisterInviteCodeResponse) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the RegisterInviteCodeResponse message from JSON.

func (*RegisterInviteCodeResponse) UnmarshalVT

func (m *RegisterInviteCodeResponse) UnmarshalVT(dAtA []byte) error

type RegisterPasskeyOptionsRequest

type RegisterPasskeyOptionsRequest struct {
	// contains filtered or unexported fields
}

RegisterPasskeyOptionsRequest is the request body for POST /api/auth/passkey/register/options. No fields; the request is identified by the authenticated session.

func (*RegisterPasskeyOptionsRequest) CloneMessageVT

func (*RegisterPasskeyOptionsRequest) CloneVT

func (*RegisterPasskeyOptionsRequest) EqualMessageVT

func (this *RegisterPasskeyOptionsRequest) EqualMessageVT(thatMsg any) bool

func (*RegisterPasskeyOptionsRequest) EqualVT

func (*RegisterPasskeyOptionsRequest) MarshalJSON

func (x *RegisterPasskeyOptionsRequest) MarshalJSON() ([]byte, error)

MarshalJSON marshals the RegisterPasskeyOptionsRequest to JSON.

func (*RegisterPasskeyOptionsRequest) MarshalProtoJSON

func (x *RegisterPasskeyOptionsRequest) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the RegisterPasskeyOptionsRequest message to JSON.

func (*RegisterPasskeyOptionsRequest) MarshalProtoText

func (x *RegisterPasskeyOptionsRequest) MarshalProtoText() string

func (*RegisterPasskeyOptionsRequest) MarshalToSizedBufferVT

func (m *RegisterPasskeyOptionsRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*RegisterPasskeyOptionsRequest) MarshalToVT

func (m *RegisterPasskeyOptionsRequest) MarshalToVT(dAtA []byte) (int, error)

func (*RegisterPasskeyOptionsRequest) MarshalVT

func (m *RegisterPasskeyOptionsRequest) MarshalVT() (dAtA []byte, err error)

func (*RegisterPasskeyOptionsRequest) ProtoMessage

func (*RegisterPasskeyOptionsRequest) ProtoMessage()

func (*RegisterPasskeyOptionsRequest) Reset

func (x *RegisterPasskeyOptionsRequest) Reset()

func (*RegisterPasskeyOptionsRequest) SizeVT

func (m *RegisterPasskeyOptionsRequest) SizeVT() (n int)

func (*RegisterPasskeyOptionsRequest) String

func (*RegisterPasskeyOptionsRequest) UnmarshalJSON

func (x *RegisterPasskeyOptionsRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the RegisterPasskeyOptionsRequest from JSON.

func (*RegisterPasskeyOptionsRequest) UnmarshalProtoJSON

func (x *RegisterPasskeyOptionsRequest) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the RegisterPasskeyOptionsRequest message from JSON.

func (*RegisterPasskeyOptionsRequest) UnmarshalVT

func (m *RegisterPasskeyOptionsRequest) UnmarshalVT(dAtA []byte) error

type RegisterSessionRequest

type RegisterSessionRequest struct {

	// SessionPeerId is the peer ID for the new session.
	SessionPeerId string `protobuf:"bytes,1,opt,name=session_peer_id,json=sessionPeerId,proto3" json:"sessionPeerId,omitempty"`
	// DeviceInfo is optional device information.
	DeviceInfo string `protobuf:"bytes,2,opt,name=device_info,json=deviceInfo,proto3" json:"deviceInfo,omitempty"`
	// EntityId is the account username (entity_id) for disambiguation.
	// When the keypair is not found, the server uses this to check if an
	// account exists (unknown_entity = wrong credentials) vs no account
	// exists (unknown_keypair = new account).
	EntityId string `protobuf:"bytes,3,opt,name=entity_id,json=entityId,proto3" json:"entityId,omitempty"`
	// Type is the declared session type.
	Type session.SessionType `protobuf:"varint,4,opt,name=type,proto3" json:"type,omitempty"`
	// Label is the client-supplied session label for apps and devices.
	Label string `protobuf:"bytes,5,opt,name=label,proto3" json:"label,omitempty"`
	// contains filtered or unexported fields
}

RegisterSessionRequest is the request body for POST /account/session/register.

func (*RegisterSessionRequest) CloneMessageVT

func (*RegisterSessionRequest) CloneVT

func (*RegisterSessionRequest) EqualMessageVT

func (this *RegisterSessionRequest) EqualMessageVT(thatMsg any) bool

func (*RegisterSessionRequest) EqualVT

func (this *RegisterSessionRequest) EqualVT(that *RegisterSessionRequest) bool

func (*RegisterSessionRequest) GetDeviceInfo

func (x *RegisterSessionRequest) GetDeviceInfo() string

func (*RegisterSessionRequest) GetEntityId

func (x *RegisterSessionRequest) GetEntityId() string

func (*RegisterSessionRequest) GetLabel

func (x *RegisterSessionRequest) GetLabel() string

func (*RegisterSessionRequest) GetSessionPeerId

func (x *RegisterSessionRequest) GetSessionPeerId() string

func (*RegisterSessionRequest) GetType

func (*RegisterSessionRequest) MarshalJSON

func (x *RegisterSessionRequest) MarshalJSON() ([]byte, error)

MarshalJSON marshals the RegisterSessionRequest to JSON.

func (*RegisterSessionRequest) MarshalProtoJSON

func (x *RegisterSessionRequest) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the RegisterSessionRequest message to JSON.

func (*RegisterSessionRequest) MarshalProtoText

func (x *RegisterSessionRequest) MarshalProtoText() string

func (*RegisterSessionRequest) MarshalToSizedBufferVT

func (m *RegisterSessionRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*RegisterSessionRequest) MarshalToVT

func (m *RegisterSessionRequest) MarshalToVT(dAtA []byte) (int, error)

func (*RegisterSessionRequest) MarshalVT

func (m *RegisterSessionRequest) MarshalVT() (dAtA []byte, err error)

func (*RegisterSessionRequest) ProtoMessage

func (*RegisterSessionRequest) ProtoMessage()

func (*RegisterSessionRequest) Reset

func (x *RegisterSessionRequest) Reset()

func (*RegisterSessionRequest) SizeVT

func (m *RegisterSessionRequest) SizeVT() (n int)

func (*RegisterSessionRequest) String

func (x *RegisterSessionRequest) String() string

func (*RegisterSessionRequest) UnmarshalJSON

func (x *RegisterSessionRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the RegisterSessionRequest from JSON.

func (*RegisterSessionRequest) UnmarshalProtoJSON

func (x *RegisterSessionRequest) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the RegisterSessionRequest message from JSON.

func (*RegisterSessionRequest) UnmarshalVT

func (m *RegisterSessionRequest) UnmarshalVT(dAtA []byte) error

type RegisterSessionResponse

type RegisterSessionResponse struct {

	// PeerId is the session peer ID.
	PeerId string `protobuf:"bytes,1,opt,name=peer_id,json=peerId,proto3" json:"peerId,omitempty"`
	// AccountId is the account ID.
	AccountId string `protobuf:"bytes,2,opt,name=account_id,json=accountId,proto3" json:"accountId,omitempty"`
	// EntityId is the account username / entity identifier.
	EntityId string `protobuf:"bytes,3,opt,name=entity_id,json=entityId,proto3" json:"entityId,omitempty"`
	// ObservedMetadata is the provider-observed presentation metadata for the
	// registered session.
	ObservedMetadata *ObservedSessionMetadata `protobuf:"bytes,4,opt,name=observed_metadata,json=observedMetadata,proto3" json:"observedMetadata,omitempty"`
	// Created is true when this call inserted a new session row.
	Created bool `protobuf:"varint,5,opt,name=created,proto3" json:"created,omitempty"`
	// contains filtered or unexported fields
}

RegisterSessionResponse is the response body for POST /account/session/register.

func (*RegisterSessionResponse) CloneMessageVT

func (*RegisterSessionResponse) CloneVT

func (*RegisterSessionResponse) EqualMessageVT

func (this *RegisterSessionResponse) EqualMessageVT(thatMsg any) bool

func (*RegisterSessionResponse) EqualVT

func (*RegisterSessionResponse) GetAccountId

func (x *RegisterSessionResponse) GetAccountId() string

func (*RegisterSessionResponse) GetCreated

func (x *RegisterSessionResponse) GetCreated() bool

func (*RegisterSessionResponse) GetEntityId

func (x *RegisterSessionResponse) GetEntityId() string

func (*RegisterSessionResponse) GetObservedMetadata

func (x *RegisterSessionResponse) GetObservedMetadata() *ObservedSessionMetadata

func (*RegisterSessionResponse) GetPeerId

func (x *RegisterSessionResponse) GetPeerId() string

func (*RegisterSessionResponse) MarshalJSON

func (x *RegisterSessionResponse) MarshalJSON() ([]byte, error)

MarshalJSON marshals the RegisterSessionResponse to JSON.

func (*RegisterSessionResponse) MarshalProtoJSON

func (x *RegisterSessionResponse) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the RegisterSessionResponse message to JSON.

func (*RegisterSessionResponse) MarshalProtoText

func (x *RegisterSessionResponse) MarshalProtoText() string

func (*RegisterSessionResponse) MarshalToSizedBufferVT

func (m *RegisterSessionResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*RegisterSessionResponse) MarshalToVT

func (m *RegisterSessionResponse) MarshalToVT(dAtA []byte) (int, error)

func (*RegisterSessionResponse) MarshalVT

func (m *RegisterSessionResponse) MarshalVT() (dAtA []byte, err error)

func (*RegisterSessionResponse) ProtoMessage

func (*RegisterSessionResponse) ProtoMessage()

func (*RegisterSessionResponse) Reset

func (x *RegisterSessionResponse) Reset()

func (*RegisterSessionResponse) SizeVT

func (m *RegisterSessionResponse) SizeVT() (n int)

func (*RegisterSessionResponse) String

func (x *RegisterSessionResponse) String() string

func (*RegisterSessionResponse) UnmarshalJSON

func (x *RegisterSessionResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the RegisterSessionResponse from JSON.

func (*RegisterSessionResponse) UnmarshalProtoJSON

func (x *RegisterSessionResponse) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the RegisterSessionResponse message from JSON.

func (*RegisterSessionResponse) UnmarshalVT

func (m *RegisterSessionResponse) UnmarshalVT(dAtA []byte) error

type ReinitializeSObjectRequest

type ReinitializeSObjectRequest struct {
	// contains filtered or unexported fields
}

ReinitializeSObjectRequest is the request body for POST /api/sobject/:id/reinitialize. No fields; the SObject is identified by the URL parameter.

func (*ReinitializeSObjectRequest) CloneMessageVT

func (*ReinitializeSObjectRequest) CloneVT

func (*ReinitializeSObjectRequest) EqualMessageVT

func (this *ReinitializeSObjectRequest) EqualMessageVT(thatMsg any) bool

func (*ReinitializeSObjectRequest) EqualVT

func (*ReinitializeSObjectRequest) MarshalJSON

func (x *ReinitializeSObjectRequest) MarshalJSON() ([]byte, error)

MarshalJSON marshals the ReinitializeSObjectRequest to JSON.

func (*ReinitializeSObjectRequest) MarshalProtoJSON

func (x *ReinitializeSObjectRequest) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the ReinitializeSObjectRequest message to JSON.

func (*ReinitializeSObjectRequest) MarshalProtoText

func (x *ReinitializeSObjectRequest) MarshalProtoText() string

func (*ReinitializeSObjectRequest) MarshalToSizedBufferVT

func (m *ReinitializeSObjectRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ReinitializeSObjectRequest) MarshalToVT

func (m *ReinitializeSObjectRequest) MarshalToVT(dAtA []byte) (int, error)

func (*ReinitializeSObjectRequest) MarshalVT

func (m *ReinitializeSObjectRequest) MarshalVT() (dAtA []byte, err error)

func (*ReinitializeSObjectRequest) ProtoMessage

func (*ReinitializeSObjectRequest) ProtoMessage()

func (*ReinitializeSObjectRequest) Reset

func (x *ReinitializeSObjectRequest) Reset()

func (*ReinitializeSObjectRequest) SizeVT

func (m *ReinitializeSObjectRequest) SizeVT() (n int)

func (*ReinitializeSObjectRequest) String

func (x *ReinitializeSObjectRequest) String() string

func (*ReinitializeSObjectRequest) UnmarshalJSON

func (x *ReinitializeSObjectRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the ReinitializeSObjectRequest from JSON.

func (*ReinitializeSObjectRequest) UnmarshalProtoJSON

func (x *ReinitializeSObjectRequest) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the ReinitializeSObjectRequest message from JSON.

func (*ReinitializeSObjectRequest) UnmarshalVT

func (m *ReinitializeSObjectRequest) UnmarshalVT(dAtA []byte) error

type ReinitializeSObjectResponse

type ReinitializeSObjectResponse struct {
	// contains filtered or unexported fields
}

ReinitializeSObjectResponse is the response body for POST /api/sobject/:id/reinitialize.

func (*ReinitializeSObjectResponse) CloneMessageVT

func (*ReinitializeSObjectResponse) CloneVT

func (*ReinitializeSObjectResponse) EqualMessageVT

func (this *ReinitializeSObjectResponse) EqualMessageVT(thatMsg any) bool

func (*ReinitializeSObjectResponse) EqualVT

func (*ReinitializeSObjectResponse) MarshalJSON

func (x *ReinitializeSObjectResponse) MarshalJSON() ([]byte, error)

MarshalJSON marshals the ReinitializeSObjectResponse to JSON.

func (*ReinitializeSObjectResponse) MarshalProtoJSON

func (x *ReinitializeSObjectResponse) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the ReinitializeSObjectResponse message to JSON.

func (*ReinitializeSObjectResponse) MarshalProtoText

func (x *ReinitializeSObjectResponse) MarshalProtoText() string

func (*ReinitializeSObjectResponse) MarshalToSizedBufferVT

func (m *ReinitializeSObjectResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ReinitializeSObjectResponse) MarshalToVT

func (m *ReinitializeSObjectResponse) MarshalToVT(dAtA []byte) (int, error)

func (*ReinitializeSObjectResponse) MarshalVT

func (m *ReinitializeSObjectResponse) MarshalVT() (dAtA []byte, err error)

func (*ReinitializeSObjectResponse) ProtoMessage

func (*ReinitializeSObjectResponse) ProtoMessage()

func (*ReinitializeSObjectResponse) Reset

func (x *ReinitializeSObjectResponse) Reset()

func (*ReinitializeSObjectResponse) SizeVT

func (m *ReinitializeSObjectResponse) SizeVT() (n int)

func (*ReinitializeSObjectResponse) String

func (x *ReinitializeSObjectResponse) String() string

func (*ReinitializeSObjectResponse) UnmarshalJSON

func (x *ReinitializeSObjectResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the ReinitializeSObjectResponse from JSON.

func (*ReinitializeSObjectResponse) UnmarshalProtoJSON

func (x *ReinitializeSObjectResponse) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the ReinitializeSObjectResponse message from JSON.

func (*ReinitializeSObjectResponse) UnmarshalVT

func (m *ReinitializeSObjectResponse) UnmarshalVT(dAtA []byte) error

type RemoveEmailRequest

type RemoveEmailRequest struct {

	// Email is the email address to remove.
	Email string `protobuf:"bytes,1,opt,name=email,proto3" json:"email,omitempty"`
	// contains filtered or unexported fields
}

RemoveEmailRequest is the request body for POST /account/emails/remove.

func (*RemoveEmailRequest) CloneMessageVT

func (m *RemoveEmailRequest) CloneMessageVT() protobuf_go_lite.CloneMessage

func (*RemoveEmailRequest) CloneVT

func (m *RemoveEmailRequest) CloneVT() *RemoveEmailRequest

func (*RemoveEmailRequest) EqualMessageVT

func (this *RemoveEmailRequest) EqualMessageVT(thatMsg any) bool

func (*RemoveEmailRequest) EqualVT

func (this *RemoveEmailRequest) EqualVT(that *RemoveEmailRequest) bool

func (*RemoveEmailRequest) GetEmail

func (x *RemoveEmailRequest) GetEmail() string

func (*RemoveEmailRequest) MarshalJSON

func (x *RemoveEmailRequest) MarshalJSON() ([]byte, error)

MarshalJSON marshals the RemoveEmailRequest to JSON.

func (*RemoveEmailRequest) MarshalProtoJSON

func (x *RemoveEmailRequest) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the RemoveEmailRequest message to JSON.

func (*RemoveEmailRequest) MarshalProtoText

func (x *RemoveEmailRequest) MarshalProtoText() string

func (*RemoveEmailRequest) MarshalToSizedBufferVT

func (m *RemoveEmailRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*RemoveEmailRequest) MarshalToVT

func (m *RemoveEmailRequest) MarshalToVT(dAtA []byte) (int, error)

func (*RemoveEmailRequest) MarshalVT

func (m *RemoveEmailRequest) MarshalVT() (dAtA []byte, err error)

func (*RemoveEmailRequest) ProtoMessage

func (*RemoveEmailRequest) ProtoMessage()

func (*RemoveEmailRequest) Reset

func (x *RemoveEmailRequest) Reset()

func (*RemoveEmailRequest) SizeVT

func (m *RemoveEmailRequest) SizeVT() (n int)

func (*RemoveEmailRequest) String

func (x *RemoveEmailRequest) String() string

func (*RemoveEmailRequest) UnmarshalJSON

func (x *RemoveEmailRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the RemoveEmailRequest from JSON.

func (*RemoveEmailRequest) UnmarshalProtoJSON

func (x *RemoveEmailRequest) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the RemoveEmailRequest message from JSON.

func (*RemoveEmailRequest) UnmarshalVT

func (m *RemoveEmailRequest) UnmarshalVT(dAtA []byte) error

type RemoveEmailResponse

type RemoveEmailResponse struct {
	// contains filtered or unexported fields
}

RemoveEmailResponse is the response body for POST /account/emails/remove.

func (*RemoveEmailResponse) CloneMessageVT

func (*RemoveEmailResponse) CloneVT

func (*RemoveEmailResponse) EqualMessageVT

func (this *RemoveEmailResponse) EqualMessageVT(thatMsg any) bool

func (*RemoveEmailResponse) EqualVT

func (this *RemoveEmailResponse) EqualVT(that *RemoveEmailResponse) bool

func (*RemoveEmailResponse) MarshalJSON

func (x *RemoveEmailResponse) MarshalJSON() ([]byte, error)

MarshalJSON marshals the RemoveEmailResponse to JSON.

func (*RemoveEmailResponse) MarshalProtoJSON

func (x *RemoveEmailResponse) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the RemoveEmailResponse message to JSON.

func (*RemoveEmailResponse) MarshalProtoText

func (x *RemoveEmailResponse) MarshalProtoText() string

func (*RemoveEmailResponse) MarshalToSizedBufferVT

func (m *RemoveEmailResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*RemoveEmailResponse) MarshalToVT

func (m *RemoveEmailResponse) MarshalToVT(dAtA []byte) (int, error)

func (*RemoveEmailResponse) MarshalVT

func (m *RemoveEmailResponse) MarshalVT() (dAtA []byte, err error)

func (*RemoveEmailResponse) ProtoMessage

func (*RemoveEmailResponse) ProtoMessage()

func (*RemoveEmailResponse) Reset

func (x *RemoveEmailResponse) Reset()

func (*RemoveEmailResponse) SizeVT

func (m *RemoveEmailResponse) SizeVT() (n int)

func (*RemoveEmailResponse) String

func (x *RemoveEmailResponse) String() string

func (*RemoveEmailResponse) UnmarshalJSON

func (x *RemoveEmailResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the RemoveEmailResponse from JSON.

func (*RemoveEmailResponse) UnmarshalProtoJSON

func (x *RemoveEmailResponse) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the RemoveEmailResponse message from JSON.

func (*RemoveEmailResponse) UnmarshalVT

func (m *RemoveEmailResponse) UnmarshalVT(dAtA []byte) error

type RemoveKeypairAction

type RemoveKeypairAction struct {

	// PeerId is the peer ID of the keypair to remove.
	PeerId string `protobuf:"bytes,1,opt,name=peer_id,json=peerId,proto3" json:"peerId,omitempty"`
	// contains filtered or unexported fields
}

RemoveKeypairAction is the action body for POST /account/:id/keypair/remove.

func (*RemoveKeypairAction) CloneMessageVT

func (*RemoveKeypairAction) CloneVT

func (*RemoveKeypairAction) EqualMessageVT

func (this *RemoveKeypairAction) EqualMessageVT(thatMsg any) bool

func (*RemoveKeypairAction) EqualVT

func (this *RemoveKeypairAction) EqualVT(that *RemoveKeypairAction) bool

func (*RemoveKeypairAction) GetPeerId

func (x *RemoveKeypairAction) GetPeerId() string

func (*RemoveKeypairAction) MarshalJSON

func (x *RemoveKeypairAction) MarshalJSON() ([]byte, error)

MarshalJSON marshals the RemoveKeypairAction to JSON.

func (*RemoveKeypairAction) MarshalProtoJSON

func (x *RemoveKeypairAction) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the RemoveKeypairAction message to JSON.

func (*RemoveKeypairAction) MarshalProtoText

func (x *RemoveKeypairAction) MarshalProtoText() string

func (*RemoveKeypairAction) MarshalToSizedBufferVT

func (m *RemoveKeypairAction) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*RemoveKeypairAction) MarshalToVT

func (m *RemoveKeypairAction) MarshalToVT(dAtA []byte) (int, error)

func (*RemoveKeypairAction) MarshalVT

func (m *RemoveKeypairAction) MarshalVT() (dAtA []byte, err error)

func (*RemoveKeypairAction) ProtoMessage

func (*RemoveKeypairAction) ProtoMessage()

func (*RemoveKeypairAction) Reset

func (x *RemoveKeypairAction) Reset()

func (*RemoveKeypairAction) SizeVT

func (m *RemoveKeypairAction) SizeVT() (n int)

func (*RemoveKeypairAction) String

func (x *RemoveKeypairAction) String() string

func (*RemoveKeypairAction) UnmarshalJSON

func (x *RemoveKeypairAction) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the RemoveKeypairAction from JSON.

func (*RemoveKeypairAction) UnmarshalProtoJSON

func (x *RemoveKeypairAction) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the RemoveKeypairAction message from JSON.

func (*RemoveKeypairAction) UnmarshalVT

func (m *RemoveKeypairAction) UnmarshalVT(dAtA []byte) error

type RemoveOrgMemberRequest

type RemoveOrgMemberRequest struct {
	// contains filtered or unexported fields
}

RemoveOrgMemberRequest is the request body for DELETE /api/org/:orgId/member/:memberId. No fields; both ids come from URL parameters.

func (*RemoveOrgMemberRequest) CloneMessageVT

func (*RemoveOrgMemberRequest) CloneVT

func (*RemoveOrgMemberRequest) EqualMessageVT

func (this *RemoveOrgMemberRequest) EqualMessageVT(thatMsg any) bool

func (*RemoveOrgMemberRequest) EqualVT

func (this *RemoveOrgMemberRequest) EqualVT(that *RemoveOrgMemberRequest) bool

func (*RemoveOrgMemberRequest) MarshalJSON

func (x *RemoveOrgMemberRequest) MarshalJSON() ([]byte, error)

MarshalJSON marshals the RemoveOrgMemberRequest to JSON.

func (*RemoveOrgMemberRequest) MarshalProtoJSON

func (x *RemoveOrgMemberRequest) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the RemoveOrgMemberRequest message to JSON.

func (*RemoveOrgMemberRequest) MarshalProtoText

func (x *RemoveOrgMemberRequest) MarshalProtoText() string

func (*RemoveOrgMemberRequest) MarshalToSizedBufferVT

func (m *RemoveOrgMemberRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*RemoveOrgMemberRequest) MarshalToVT

func (m *RemoveOrgMemberRequest) MarshalToVT(dAtA []byte) (int, error)

func (*RemoveOrgMemberRequest) MarshalVT

func (m *RemoveOrgMemberRequest) MarshalVT() (dAtA []byte, err error)

func (*RemoveOrgMemberRequest) ProtoMessage

func (*RemoveOrgMemberRequest) ProtoMessage()

func (*RemoveOrgMemberRequest) Reset

func (x *RemoveOrgMemberRequest) Reset()

func (*RemoveOrgMemberRequest) SizeVT

func (m *RemoveOrgMemberRequest) SizeVT() (n int)

func (*RemoveOrgMemberRequest) String

func (x *RemoveOrgMemberRequest) String() string

func (*RemoveOrgMemberRequest) UnmarshalJSON

func (x *RemoveOrgMemberRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the RemoveOrgMemberRequest from JSON.

func (*RemoveOrgMemberRequest) UnmarshalProtoJSON

func (x *RemoveOrgMemberRequest) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the RemoveOrgMemberRequest message from JSON.

func (*RemoveOrgMemberRequest) UnmarshalVT

func (m *RemoveOrgMemberRequest) UnmarshalVT(dAtA []byte) error

type RemoveOrgMemberResponse

type RemoveOrgMemberResponse struct {

	// MemberId is the account id that was removed.
	MemberId string `protobuf:"bytes,1,opt,name=member_id,json=memberId,proto3" json:"memberId,omitempty"`
	// contains filtered or unexported fields
}

RemoveOrgMemberResponse is the response body for DELETE /api/org/:orgId/member/:memberId.

func (*RemoveOrgMemberResponse) CloneMessageVT

func (*RemoveOrgMemberResponse) CloneVT

func (*RemoveOrgMemberResponse) EqualMessageVT

func (this *RemoveOrgMemberResponse) EqualMessageVT(thatMsg any) bool

func (*RemoveOrgMemberResponse) EqualVT

func (*RemoveOrgMemberResponse) GetMemberId

func (x *RemoveOrgMemberResponse) GetMemberId() string

func (*RemoveOrgMemberResponse) MarshalJSON

func (x *RemoveOrgMemberResponse) MarshalJSON() ([]byte, error)

MarshalJSON marshals the RemoveOrgMemberResponse to JSON.

func (*RemoveOrgMemberResponse) MarshalProtoJSON

func (x *RemoveOrgMemberResponse) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the RemoveOrgMemberResponse message to JSON.

func (*RemoveOrgMemberResponse) MarshalProtoText

func (x *RemoveOrgMemberResponse) MarshalProtoText() string

func (*RemoveOrgMemberResponse) MarshalToSizedBufferVT

func (m *RemoveOrgMemberResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*RemoveOrgMemberResponse) MarshalToVT

func (m *RemoveOrgMemberResponse) MarshalToVT(dAtA []byte) (int, error)

func (*RemoveOrgMemberResponse) MarshalVT

func (m *RemoveOrgMemberResponse) MarshalVT() (dAtA []byte, err error)

func (*RemoveOrgMemberResponse) ProtoMessage

func (*RemoveOrgMemberResponse) ProtoMessage()

func (*RemoveOrgMemberResponse) Reset

func (x *RemoveOrgMemberResponse) Reset()

func (*RemoveOrgMemberResponse) SizeVT

func (m *RemoveOrgMemberResponse) SizeVT() (n int)

func (*RemoveOrgMemberResponse) String

func (x *RemoveOrgMemberResponse) String() string

func (*RemoveOrgMemberResponse) UnmarshalJSON

func (x *RemoveOrgMemberResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the RemoveOrgMemberResponse from JSON.

func (*RemoveOrgMemberResponse) UnmarshalProtoJSON

func (x *RemoveOrgMemberResponse) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the RemoveOrgMemberResponse message from JSON.

func (*RemoveOrgMemberResponse) UnmarshalVT

func (m *RemoveOrgMemberResponse) UnmarshalVT(dAtA []byte) error

type RenameBillingAccountRequest

type RenameBillingAccountRequest struct {

	// BillingAccountId is the billing account to rename.
	BillingAccountId string `protobuf:"bytes,1,opt,name=billing_account_id,json=billingAccountId,proto3" json:"billingAccountId,omitempty"`
	// DisplayName is the new display name.
	DisplayName string `protobuf:"bytes,2,opt,name=display_name,json=displayName,proto3" json:"displayName,omitempty"`
	// contains filtered or unexported fields
}

RenameBillingAccountRequest is the request body for POST /api/billing/:baId/rename. Updates the display name on a billing account the caller manages.

func (*RenameBillingAccountRequest) CloneMessageVT

func (*RenameBillingAccountRequest) CloneVT

func (*RenameBillingAccountRequest) EqualMessageVT

func (this *RenameBillingAccountRequest) EqualMessageVT(thatMsg any) bool

func (*RenameBillingAccountRequest) EqualVT

func (*RenameBillingAccountRequest) GetBillingAccountId

func (x *RenameBillingAccountRequest) GetBillingAccountId() string

func (*RenameBillingAccountRequest) GetDisplayName

func (x *RenameBillingAccountRequest) GetDisplayName() string

func (*RenameBillingAccountRequest) MarshalJSON

func (x *RenameBillingAccountRequest) MarshalJSON() ([]byte, error)

MarshalJSON marshals the RenameBillingAccountRequest to JSON.

func (*RenameBillingAccountRequest) MarshalProtoJSON

func (x *RenameBillingAccountRequest) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the RenameBillingAccountRequest message to JSON.

func (*RenameBillingAccountRequest) MarshalProtoText

func (x *RenameBillingAccountRequest) MarshalProtoText() string

func (*RenameBillingAccountRequest) MarshalToSizedBufferVT

func (m *RenameBillingAccountRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*RenameBillingAccountRequest) MarshalToVT

func (m *RenameBillingAccountRequest) MarshalToVT(dAtA []byte) (int, error)

func (*RenameBillingAccountRequest) MarshalVT

func (m *RenameBillingAccountRequest) MarshalVT() (dAtA []byte, err error)

func (*RenameBillingAccountRequest) ProtoMessage

func (*RenameBillingAccountRequest) ProtoMessage()

func (*RenameBillingAccountRequest) Reset

func (x *RenameBillingAccountRequest) Reset()

func (*RenameBillingAccountRequest) SizeVT

func (m *RenameBillingAccountRequest) SizeVT() (n int)

func (*RenameBillingAccountRequest) String

func (x *RenameBillingAccountRequest) String() string

func (*RenameBillingAccountRequest) UnmarshalJSON

func (x *RenameBillingAccountRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the RenameBillingAccountRequest from JSON.

func (*RenameBillingAccountRequest) UnmarshalProtoJSON

func (x *RenameBillingAccountRequest) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the RenameBillingAccountRequest message from JSON.

func (*RenameBillingAccountRequest) UnmarshalVT

func (m *RenameBillingAccountRequest) UnmarshalVT(dAtA []byte) error

type RenameBillingAccountResponse

type RenameBillingAccountResponse struct {
	// contains filtered or unexported fields
}

RenameBillingAccountResponse is the response body for POST /api/billing/:baId/rename.

func (*RenameBillingAccountResponse) CloneMessageVT

func (*RenameBillingAccountResponse) CloneVT

func (*RenameBillingAccountResponse) EqualMessageVT

func (this *RenameBillingAccountResponse) EqualMessageVT(thatMsg any) bool

func (*RenameBillingAccountResponse) EqualVT

func (*RenameBillingAccountResponse) MarshalJSON

func (x *RenameBillingAccountResponse) MarshalJSON() ([]byte, error)

MarshalJSON marshals the RenameBillingAccountResponse to JSON.

func (*RenameBillingAccountResponse) MarshalProtoJSON

func (x *RenameBillingAccountResponse) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the RenameBillingAccountResponse message to JSON.

func (*RenameBillingAccountResponse) MarshalProtoText

func (x *RenameBillingAccountResponse) MarshalProtoText() string

func (*RenameBillingAccountResponse) MarshalToSizedBufferVT

func (m *RenameBillingAccountResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*RenameBillingAccountResponse) MarshalToVT

func (m *RenameBillingAccountResponse) MarshalToVT(dAtA []byte) (int, error)

func (*RenameBillingAccountResponse) MarshalVT

func (m *RenameBillingAccountResponse) MarshalVT() (dAtA []byte, err error)

func (*RenameBillingAccountResponse) ProtoMessage

func (*RenameBillingAccountResponse) ProtoMessage()

func (*RenameBillingAccountResponse) Reset

func (x *RenameBillingAccountResponse) Reset()

func (*RenameBillingAccountResponse) SizeVT

func (m *RenameBillingAccountResponse) SizeVT() (n int)

func (*RenameBillingAccountResponse) String

func (*RenameBillingAccountResponse) UnmarshalJSON

func (x *RenameBillingAccountResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the RenameBillingAccountResponse from JSON.

func (*RenameBillingAccountResponse) UnmarshalProtoJSON

func (x *RenameBillingAccountResponse) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the RenameBillingAccountResponse message from JSON.

func (*RenameBillingAccountResponse) UnmarshalVT

func (m *RenameBillingAccountResponse) UnmarshalVT(dAtA []byte) error

type RequestDeleteNowEmailRequest

type RequestDeleteNowEmailRequest struct {
	// contains filtered or unexported fields
}

RequestDeleteNowEmailRequest is the request body for POST /account/delete/request.

func (*RequestDeleteNowEmailRequest) CloneMessageVT

func (*RequestDeleteNowEmailRequest) CloneVT

func (*RequestDeleteNowEmailRequest) EqualMessageVT

func (this *RequestDeleteNowEmailRequest) EqualMessageVT(thatMsg any) bool

func (*RequestDeleteNowEmailRequest) EqualVT

func (*RequestDeleteNowEmailRequest) MarshalJSON

func (x *RequestDeleteNowEmailRequest) MarshalJSON() ([]byte, error)

MarshalJSON marshals the RequestDeleteNowEmailRequest to JSON.

func (*RequestDeleteNowEmailRequest) MarshalProtoJSON

func (x *RequestDeleteNowEmailRequest) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the RequestDeleteNowEmailRequest message to JSON.

func (*RequestDeleteNowEmailRequest) MarshalProtoText

func (x *RequestDeleteNowEmailRequest) MarshalProtoText() string

func (*RequestDeleteNowEmailRequest) MarshalToSizedBufferVT

func (m *RequestDeleteNowEmailRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*RequestDeleteNowEmailRequest) MarshalToVT

func (m *RequestDeleteNowEmailRequest) MarshalToVT(dAtA []byte) (int, error)

func (*RequestDeleteNowEmailRequest) MarshalVT

func (m *RequestDeleteNowEmailRequest) MarshalVT() (dAtA []byte, err error)

func (*RequestDeleteNowEmailRequest) ProtoMessage

func (*RequestDeleteNowEmailRequest) ProtoMessage()

func (*RequestDeleteNowEmailRequest) Reset

func (x *RequestDeleteNowEmailRequest) Reset()

func (*RequestDeleteNowEmailRequest) SizeVT

func (m *RequestDeleteNowEmailRequest) SizeVT() (n int)

func (*RequestDeleteNowEmailRequest) String

func (*RequestDeleteNowEmailRequest) UnmarshalJSON

func (x *RequestDeleteNowEmailRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the RequestDeleteNowEmailRequest from JSON.

func (*RequestDeleteNowEmailRequest) UnmarshalProtoJSON

func (x *RequestDeleteNowEmailRequest) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the RequestDeleteNowEmailRequest message from JSON.

func (*RequestDeleteNowEmailRequest) UnmarshalVT

func (m *RequestDeleteNowEmailRequest) UnmarshalVT(dAtA []byte) error

type RequestDeleteNowEmailResponse

type RequestDeleteNowEmailResponse struct {

	// Sent is true if a delete-now email was sent.
	Sent bool `protobuf:"varint,1,opt,name=sent,proto3" json:"sent,omitempty"`
	// RetryAfter is the resend cooldown in seconds.
	RetryAfter uint32 `protobuf:"varint,2,opt,name=retry_after,json=retryAfter,proto3" json:"retryAfter,omitempty"`
	// Email is the verified address that received the delete-now email.
	Email string `protobuf:"bytes,3,opt,name=email,proto3" json:"email,omitempty"`
	// contains filtered or unexported fields
}

RequestDeleteNowEmailResponse is the response body for POST /account/delete/request.

func (*RequestDeleteNowEmailResponse) CloneMessageVT

func (*RequestDeleteNowEmailResponse) CloneVT

func (*RequestDeleteNowEmailResponse) EqualMessageVT

func (this *RequestDeleteNowEmailResponse) EqualMessageVT(thatMsg any) bool

func (*RequestDeleteNowEmailResponse) EqualVT

func (*RequestDeleteNowEmailResponse) GetEmail

func (x *RequestDeleteNowEmailResponse) GetEmail() string

func (*RequestDeleteNowEmailResponse) GetRetryAfter

func (x *RequestDeleteNowEmailResponse) GetRetryAfter() uint32

func (*RequestDeleteNowEmailResponse) GetSent

func (x *RequestDeleteNowEmailResponse) GetSent() bool

func (*RequestDeleteNowEmailResponse) MarshalJSON

func (x *RequestDeleteNowEmailResponse) MarshalJSON() ([]byte, error)

MarshalJSON marshals the RequestDeleteNowEmailResponse to JSON.

func (*RequestDeleteNowEmailResponse) MarshalProtoJSON

func (x *RequestDeleteNowEmailResponse) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the RequestDeleteNowEmailResponse message to JSON.

func (*RequestDeleteNowEmailResponse) MarshalProtoText

func (x *RequestDeleteNowEmailResponse) MarshalProtoText() string

func (*RequestDeleteNowEmailResponse) MarshalToSizedBufferVT

func (m *RequestDeleteNowEmailResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*RequestDeleteNowEmailResponse) MarshalToVT

func (m *RequestDeleteNowEmailResponse) MarshalToVT(dAtA []byte) (int, error)

func (*RequestDeleteNowEmailResponse) MarshalVT

func (m *RequestDeleteNowEmailResponse) MarshalVT() (dAtA []byte, err error)

func (*RequestDeleteNowEmailResponse) ProtoMessage

func (*RequestDeleteNowEmailResponse) ProtoMessage()

func (*RequestDeleteNowEmailResponse) Reset

func (x *RequestDeleteNowEmailResponse) Reset()

func (*RequestDeleteNowEmailResponse) SizeVT

func (m *RequestDeleteNowEmailResponse) SizeVT() (n int)

func (*RequestDeleteNowEmailResponse) String

func (*RequestDeleteNowEmailResponse) UnmarshalJSON

func (x *RequestDeleteNowEmailResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the RequestDeleteNowEmailResponse from JSON.

func (*RequestDeleteNowEmailResponse) UnmarshalProtoJSON

func (x *RequestDeleteNowEmailResponse) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the RequestDeleteNowEmailResponse message from JSON.

func (*RequestDeleteNowEmailResponse) UnmarshalVT

func (m *RequestDeleteNowEmailResponse) UnmarshalVT(dAtA []byte) error

type RequestEmailVerificationRequest

type RequestEmailVerificationRequest struct {

	// Email is the email address to verify.
	Email string `protobuf:"bytes,1,opt,name=email,proto3" json:"email,omitempty"`
	// contains filtered or unexported fields
}

RequestEmailVerificationRequest is the request body for POST /account/email/verify-request.

func (*RequestEmailVerificationRequest) CloneMessageVT

func (*RequestEmailVerificationRequest) CloneVT

func (*RequestEmailVerificationRequest) EqualMessageVT

func (this *RequestEmailVerificationRequest) EqualMessageVT(thatMsg any) bool

func (*RequestEmailVerificationRequest) EqualVT

func (*RequestEmailVerificationRequest) GetEmail

func (*RequestEmailVerificationRequest) MarshalJSON

func (x *RequestEmailVerificationRequest) MarshalJSON() ([]byte, error)

MarshalJSON marshals the RequestEmailVerificationRequest to JSON.

func (*RequestEmailVerificationRequest) MarshalProtoJSON

func (x *RequestEmailVerificationRequest) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the RequestEmailVerificationRequest message to JSON.

func (*RequestEmailVerificationRequest) MarshalProtoText

func (x *RequestEmailVerificationRequest) MarshalProtoText() string

func (*RequestEmailVerificationRequest) MarshalToSizedBufferVT

func (m *RequestEmailVerificationRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*RequestEmailVerificationRequest) MarshalToVT

func (m *RequestEmailVerificationRequest) MarshalToVT(dAtA []byte) (int, error)

func (*RequestEmailVerificationRequest) MarshalVT

func (m *RequestEmailVerificationRequest) MarshalVT() (dAtA []byte, err error)

func (*RequestEmailVerificationRequest) ProtoMessage

func (*RequestEmailVerificationRequest) ProtoMessage()

func (*RequestEmailVerificationRequest) Reset

func (*RequestEmailVerificationRequest) SizeVT

func (m *RequestEmailVerificationRequest) SizeVT() (n int)

func (*RequestEmailVerificationRequest) String

func (*RequestEmailVerificationRequest) UnmarshalJSON

func (x *RequestEmailVerificationRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the RequestEmailVerificationRequest from JSON.

func (*RequestEmailVerificationRequest) UnmarshalProtoJSON

func (x *RequestEmailVerificationRequest) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the RequestEmailVerificationRequest message from JSON.

func (*RequestEmailVerificationRequest) UnmarshalVT

func (m *RequestEmailVerificationRequest) UnmarshalVT(dAtA []byte) error

type RequestEmailVerificationResponse

type RequestEmailVerificationResponse struct {

	// Sent is true if a verification email was sent.
	Sent bool `protobuf:"varint,1,opt,name=sent,proto3" json:"sent,omitempty"`
	// RetryAfter is the resend cooldown in seconds. Zero when sent immediately.
	RetryAfter uint32 `protobuf:"varint,2,opt,name=retry_after,json=retryAfter,proto3" json:"retryAfter,omitempty"`
	// contains filtered or unexported fields
}

RequestEmailVerificationResponse is the response body for POST /account/email/verify-request.

func (*RequestEmailVerificationResponse) CloneMessageVT

func (*RequestEmailVerificationResponse) CloneVT

func (*RequestEmailVerificationResponse) EqualMessageVT

func (this *RequestEmailVerificationResponse) EqualMessageVT(thatMsg any) bool

func (*RequestEmailVerificationResponse) EqualVT

func (*RequestEmailVerificationResponse) GetRetryAfter

func (x *RequestEmailVerificationResponse) GetRetryAfter() uint32

func (*RequestEmailVerificationResponse) GetSent

func (*RequestEmailVerificationResponse) MarshalJSON

func (x *RequestEmailVerificationResponse) MarshalJSON() ([]byte, error)

MarshalJSON marshals the RequestEmailVerificationResponse to JSON.

func (*RequestEmailVerificationResponse) MarshalProtoJSON

func (x *RequestEmailVerificationResponse) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the RequestEmailVerificationResponse message to JSON.

func (*RequestEmailVerificationResponse) MarshalProtoText

func (x *RequestEmailVerificationResponse) MarshalProtoText() string

func (*RequestEmailVerificationResponse) MarshalToSizedBufferVT

func (m *RequestEmailVerificationResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*RequestEmailVerificationResponse) MarshalToVT

func (m *RequestEmailVerificationResponse) MarshalToVT(dAtA []byte) (int, error)

func (*RequestEmailVerificationResponse) MarshalVT

func (m *RequestEmailVerificationResponse) MarshalVT() (dAtA []byte, err error)

func (*RequestEmailVerificationResponse) ProtoMessage

func (*RequestEmailVerificationResponse) ProtoMessage()

func (*RequestEmailVerificationResponse) Reset

func (*RequestEmailVerificationResponse) SizeVT

func (m *RequestEmailVerificationResponse) SizeVT() (n int)

func (*RequestEmailVerificationResponse) String

func (*RequestEmailVerificationResponse) UnmarshalJSON

func (x *RequestEmailVerificationResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the RequestEmailVerificationResponse from JSON.

func (*RequestEmailVerificationResponse) UnmarshalProtoJSON

func (x *RequestEmailVerificationResponse) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the RequestEmailVerificationResponse message from JSON.

func (*RequestEmailVerificationResponse) UnmarshalVT

func (m *RequestEmailVerificationResponse) UnmarshalVT(dAtA []byte) error

type RequestRecoveryEmailRequest

type RequestRecoveryEmailRequest struct {

	// Email is the account email address to recover.
	Email string `protobuf:"bytes,1,opt,name=email,proto3" json:"email,omitempty"`
	// contains filtered or unexported fields
}

RequestRecoveryEmailRequest is the request body for POST /account/recover/request.

func (*RequestRecoveryEmailRequest) CloneMessageVT

func (*RequestRecoveryEmailRequest) CloneVT

func (*RequestRecoveryEmailRequest) EqualMessageVT

func (this *RequestRecoveryEmailRequest) EqualMessageVT(thatMsg any) bool

func (*RequestRecoveryEmailRequest) EqualVT

func (*RequestRecoveryEmailRequest) GetEmail

func (x *RequestRecoveryEmailRequest) GetEmail() string

func (*RequestRecoveryEmailRequest) MarshalJSON

func (x *RequestRecoveryEmailRequest) MarshalJSON() ([]byte, error)

MarshalJSON marshals the RequestRecoveryEmailRequest to JSON.

func (*RequestRecoveryEmailRequest) MarshalProtoJSON

func (x *RequestRecoveryEmailRequest) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the RequestRecoveryEmailRequest message to JSON.

func (*RequestRecoveryEmailRequest) MarshalProtoText

func (x *RequestRecoveryEmailRequest) MarshalProtoText() string

func (*RequestRecoveryEmailRequest) MarshalToSizedBufferVT

func (m *RequestRecoveryEmailRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*RequestRecoveryEmailRequest) MarshalToVT

func (m *RequestRecoveryEmailRequest) MarshalToVT(dAtA []byte) (int, error)

func (*RequestRecoveryEmailRequest) MarshalVT

func (m *RequestRecoveryEmailRequest) MarshalVT() (dAtA []byte, err error)

func (*RequestRecoveryEmailRequest) ProtoMessage

func (*RequestRecoveryEmailRequest) ProtoMessage()

func (*RequestRecoveryEmailRequest) Reset

func (x *RequestRecoveryEmailRequest) Reset()

func (*RequestRecoveryEmailRequest) SizeVT

func (m *RequestRecoveryEmailRequest) SizeVT() (n int)

func (*RequestRecoveryEmailRequest) String

func (x *RequestRecoveryEmailRequest) String() string

func (*RequestRecoveryEmailRequest) UnmarshalJSON

func (x *RequestRecoveryEmailRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the RequestRecoveryEmailRequest from JSON.

func (*RequestRecoveryEmailRequest) UnmarshalProtoJSON

func (x *RequestRecoveryEmailRequest) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the RequestRecoveryEmailRequest message from JSON.

func (*RequestRecoveryEmailRequest) UnmarshalVT

func (m *RequestRecoveryEmailRequest) UnmarshalVT(dAtA []byte) error

type RequestRecoveryEmailResponse

type RequestRecoveryEmailResponse struct {

	// Sent is true when the request completed. False is never returned to avoid
	// email enumeration.
	Sent bool `protobuf:"varint,1,opt,name=sent,proto3" json:"sent,omitempty"`
	// contains filtered or unexported fields
}

RequestRecoveryEmailResponse is the response body for POST /account/recover/request.

func (*RequestRecoveryEmailResponse) CloneMessageVT

func (*RequestRecoveryEmailResponse) CloneVT

func (*RequestRecoveryEmailResponse) EqualMessageVT

func (this *RequestRecoveryEmailResponse) EqualMessageVT(thatMsg any) bool

func (*RequestRecoveryEmailResponse) EqualVT

func (*RequestRecoveryEmailResponse) GetSent

func (x *RequestRecoveryEmailResponse) GetSent() bool

func (*RequestRecoveryEmailResponse) MarshalJSON

func (x *RequestRecoveryEmailResponse) MarshalJSON() ([]byte, error)

MarshalJSON marshals the RequestRecoveryEmailResponse to JSON.

func (*RequestRecoveryEmailResponse) MarshalProtoJSON

func (x *RequestRecoveryEmailResponse) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the RequestRecoveryEmailResponse message to JSON.

func (*RequestRecoveryEmailResponse) MarshalProtoText

func (x *RequestRecoveryEmailResponse) MarshalProtoText() string

func (*RequestRecoveryEmailResponse) MarshalToSizedBufferVT

func (m *RequestRecoveryEmailResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*RequestRecoveryEmailResponse) MarshalToVT

func (m *RequestRecoveryEmailResponse) MarshalToVT(dAtA []byte) (int, error)

func (*RequestRecoveryEmailResponse) MarshalVT

func (m *RequestRecoveryEmailResponse) MarshalVT() (dAtA []byte, err error)

func (*RequestRecoveryEmailResponse) ProtoMessage

func (*RequestRecoveryEmailResponse) ProtoMessage()

func (*RequestRecoveryEmailResponse) Reset

func (x *RequestRecoveryEmailResponse) Reset()

func (*RequestRecoveryEmailResponse) SizeVT

func (m *RequestRecoveryEmailResponse) SizeVT() (n int)

func (*RequestRecoveryEmailResponse) String

func (*RequestRecoveryEmailResponse) UnmarshalJSON

func (x *RequestRecoveryEmailResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the RequestRecoveryEmailResponse from JSON.

func (*RequestRecoveryEmailResponse) UnmarshalProtoJSON

func (x *RequestRecoveryEmailResponse) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the RequestRecoveryEmailResponse message from JSON.

func (*RequestRecoveryEmailResponse) UnmarshalVT

func (m *RequestRecoveryEmailResponse) UnmarshalVT(dAtA []byte) error

type ResolveMemberParticipantsRequest

type ResolveMemberParticipantsRequest struct {

	// AccountId is the target member's account ID.
	AccountId string `protobuf:"bytes,1,opt,name=account_id,json=accountId,proto3" json:"accountId,omitempty"`
	// contains filtered or unexported fields
}

ResolveMemberParticipantsRequest is the request body for POST /sobject/:id/member-participants.

func (*ResolveMemberParticipantsRequest) CloneMessageVT

func (*ResolveMemberParticipantsRequest) CloneVT

func (*ResolveMemberParticipantsRequest) EqualMessageVT

func (this *ResolveMemberParticipantsRequest) EqualMessageVT(thatMsg any) bool

func (*ResolveMemberParticipantsRequest) EqualVT

func (*ResolveMemberParticipantsRequest) GetAccountId

func (x *ResolveMemberParticipantsRequest) GetAccountId() string

func (*ResolveMemberParticipantsRequest) MarshalJSON

func (x *ResolveMemberParticipantsRequest) MarshalJSON() ([]byte, error)

MarshalJSON marshals the ResolveMemberParticipantsRequest to JSON.

func (*ResolveMemberParticipantsRequest) MarshalProtoJSON

func (x *ResolveMemberParticipantsRequest) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the ResolveMemberParticipantsRequest message to JSON.

func (*ResolveMemberParticipantsRequest) MarshalProtoText

func (x *ResolveMemberParticipantsRequest) MarshalProtoText() string

func (*ResolveMemberParticipantsRequest) MarshalToSizedBufferVT

func (m *ResolveMemberParticipantsRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ResolveMemberParticipantsRequest) MarshalToVT

func (m *ResolveMemberParticipantsRequest) MarshalToVT(dAtA []byte) (int, error)

func (*ResolveMemberParticipantsRequest) MarshalVT

func (m *ResolveMemberParticipantsRequest) MarshalVT() (dAtA []byte, err error)

func (*ResolveMemberParticipantsRequest) ProtoMessage

func (*ResolveMemberParticipantsRequest) ProtoMessage()

func (*ResolveMemberParticipantsRequest) Reset

func (*ResolveMemberParticipantsRequest) SizeVT

func (m *ResolveMemberParticipantsRequest) SizeVT() (n int)

func (*ResolveMemberParticipantsRequest) String

func (*ResolveMemberParticipantsRequest) UnmarshalJSON

func (x *ResolveMemberParticipantsRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the ResolveMemberParticipantsRequest from JSON.

func (*ResolveMemberParticipantsRequest) UnmarshalProtoJSON

func (x *ResolveMemberParticipantsRequest) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the ResolveMemberParticipantsRequest message from JSON.

func (*ResolveMemberParticipantsRequest) UnmarshalVT

func (m *ResolveMemberParticipantsRequest) UnmarshalVT(dAtA []byte) error

type ResolveMemberParticipantsResponse

type ResolveMemberParticipantsResponse struct {

	// PeerIds is the list of current SO participant peers resolved to the target
	// account.
	PeerIds []string `protobuf:"bytes,1,rep,name=peer_ids,json=peerIds,proto3" json:"peerIds,omitempty"`
	// contains filtered or unexported fields
}

ResolveMemberParticipantsResponse is the response body for POST /sobject/:id/member-participants.

func (*ResolveMemberParticipantsResponse) CloneMessageVT

func (*ResolveMemberParticipantsResponse) CloneVT

func (*ResolveMemberParticipantsResponse) EqualMessageVT

func (this *ResolveMemberParticipantsResponse) EqualMessageVT(thatMsg any) bool

func (*ResolveMemberParticipantsResponse) EqualVT

func (*ResolveMemberParticipantsResponse) GetPeerIds

func (x *ResolveMemberParticipantsResponse) GetPeerIds() []string

func (*ResolveMemberParticipantsResponse) MarshalJSON

func (x *ResolveMemberParticipantsResponse) MarshalJSON() ([]byte, error)

MarshalJSON marshals the ResolveMemberParticipantsResponse to JSON.

func (*ResolveMemberParticipantsResponse) MarshalProtoJSON

func (x *ResolveMemberParticipantsResponse) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the ResolveMemberParticipantsResponse message to JSON.

func (*ResolveMemberParticipantsResponse) MarshalProtoText

func (x *ResolveMemberParticipantsResponse) MarshalProtoText() string

func (*ResolveMemberParticipantsResponse) MarshalToSizedBufferVT

func (m *ResolveMemberParticipantsResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ResolveMemberParticipantsResponse) MarshalToVT

func (m *ResolveMemberParticipantsResponse) MarshalToVT(dAtA []byte) (int, error)

func (*ResolveMemberParticipantsResponse) MarshalVT

func (m *ResolveMemberParticipantsResponse) MarshalVT() (dAtA []byte, err error)

func (*ResolveMemberParticipantsResponse) ProtoMessage

func (*ResolveMemberParticipantsResponse) ProtoMessage()

func (*ResolveMemberParticipantsResponse) Reset

func (*ResolveMemberParticipantsResponse) SizeVT

func (m *ResolveMemberParticipantsResponse) SizeVT() (n int)

func (*ResolveMemberParticipantsResponse) String

func (*ResolveMemberParticipantsResponse) UnmarshalJSON

func (x *ResolveMemberParticipantsResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the ResolveMemberParticipantsResponse from JSON.

func (*ResolveMemberParticipantsResponse) UnmarshalProtoJSON

func (x *ResolveMemberParticipantsResponse) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the ResolveMemberParticipantsResponse message from JSON.

func (*ResolveMemberParticipantsResponse) UnmarshalVT

func (m *ResolveMemberParticipantsResponse) UnmarshalVT(dAtA []byte) error

type ResolveUsernameRequest added in v0.51.2

type ResolveUsernameRequest struct {

	// Username is the exact Spacewave username being addressed.
	Username string `protobuf:"bytes,1,opt,name=username,proto3" json:"username,omitempty"`
	// Purpose is the resolution purpose.
	Purpose TargetedInvitePurpose `protobuf:"varint,2,opt,name=purpose,proto3" json:"purpose,omitempty"`
	// SpaceId is set when purpose is TARGETED_INVITE_PURPOSE_SPACE.
	SpaceId string `protobuf:"bytes,3,opt,name=space_id,json=spaceId,proto3" json:"spaceId,omitempty"`
	// OrgId is set when purpose is TARGETED_INVITE_PURPOSE_ORGANIZATION.
	OrgId string `protobuf:"bytes,4,opt,name=org_id,json=orgId,proto3" json:"orgId,omitempty"`
	// contains filtered or unexported fields
}

ResolveUsernameRequest is the request body for POST /account/username/resolve.

func (*ResolveUsernameRequest) CloneMessageVT added in v0.51.2

func (*ResolveUsernameRequest) CloneVT added in v0.51.2

func (*ResolveUsernameRequest) EqualMessageVT added in v0.51.2

func (this *ResolveUsernameRequest) EqualMessageVT(thatMsg any) bool

func (*ResolveUsernameRequest) EqualVT added in v0.51.2

func (this *ResolveUsernameRequest) EqualVT(that *ResolveUsernameRequest) bool

func (*ResolveUsernameRequest) GetOrgId added in v0.51.2

func (x *ResolveUsernameRequest) GetOrgId() string

func (*ResolveUsernameRequest) GetPurpose added in v0.51.2

func (*ResolveUsernameRequest) GetSpaceId added in v0.51.2

func (x *ResolveUsernameRequest) GetSpaceId() string

func (*ResolveUsernameRequest) GetUsername added in v0.51.2

func (x *ResolveUsernameRequest) GetUsername() string

func (*ResolveUsernameRequest) MarshalJSON added in v0.51.2

func (x *ResolveUsernameRequest) MarshalJSON() ([]byte, error)

MarshalJSON marshals the ResolveUsernameRequest to JSON.

func (*ResolveUsernameRequest) MarshalProtoJSON added in v0.51.2

func (x *ResolveUsernameRequest) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the ResolveUsernameRequest message to JSON.

func (*ResolveUsernameRequest) MarshalProtoText added in v0.51.2

func (x *ResolveUsernameRequest) MarshalProtoText() string

func (*ResolveUsernameRequest) MarshalToSizedBufferVT added in v0.51.2

func (m *ResolveUsernameRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ResolveUsernameRequest) MarshalToVT added in v0.51.2

func (m *ResolveUsernameRequest) MarshalToVT(dAtA []byte) (int, error)

func (*ResolveUsernameRequest) MarshalVT added in v0.51.2

func (m *ResolveUsernameRequest) MarshalVT() (dAtA []byte, err error)

func (*ResolveUsernameRequest) ProtoMessage added in v0.51.2

func (*ResolveUsernameRequest) ProtoMessage()

func (*ResolveUsernameRequest) Reset added in v0.51.2

func (x *ResolveUsernameRequest) Reset()

func (*ResolveUsernameRequest) SizeVT added in v0.51.2

func (m *ResolveUsernameRequest) SizeVT() (n int)

func (*ResolveUsernameRequest) String added in v0.51.2

func (x *ResolveUsernameRequest) String() string

func (*ResolveUsernameRequest) UnmarshalJSON added in v0.51.2

func (x *ResolveUsernameRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the ResolveUsernameRequest from JSON.

func (*ResolveUsernameRequest) UnmarshalProtoJSON added in v0.51.2

func (x *ResolveUsernameRequest) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the ResolveUsernameRequest message from JSON.

func (*ResolveUsernameRequest) UnmarshalVT added in v0.51.2

func (m *ResolveUsernameRequest) UnmarshalVT(dAtA []byte) error

type ResolveUsernameResponse added in v0.51.2

type ResolveUsernameResponse struct {

	// Found is true only when AccountId is populated.
	Found bool `protobuf:"varint,1,opt,name=found,proto3" json:"found,omitempty"`
	// AccountId is the resolved target account id when the actor may see it.
	AccountId string `protobuf:"bytes,2,opt,name=account_id,json=accountId,proto3" json:"accountId,omitempty"`
	// EntityId is the canonical username when AccountId is populated.
	EntityId string `protobuf:"bytes,3,opt,name=entity_id,json=entityId,proto3" json:"entityId,omitempty"`
	// DomainId is the target provider domain when AccountId is populated.
	DomainId string `protobuf:"bytes,4,opt,name=domain_id,json=domainId,proto3" json:"domainId,omitempty"`
	// Relationship is self, org_member, space_member, or none.
	Relationship string `protobuf:"bytes,5,opt,name=relationship,proto3" json:"relationship,omitempty"`
	// CanInvite reports whether the target privacy policy permits addressing.
	CanInvite bool `protobuf:"varint,6,opt,name=can_invite,json=canInvite,proto3" json:"canInvite,omitempty"`
	// EntityUuid is the stable target entity generation when Found is true.
	EntityUuid string `protobuf:"bytes,7,opt,name=entity_uuid,json=entityUuid,proto3" json:"entityUuid,omitempty"`
	// AccountEpoch is the target account epoch when Found is true.
	AccountEpoch int64 `protobuf:"varint,8,opt,name=account_epoch,json=accountEpoch,proto3" json:"accountEpoch,omitempty"`
	// contains filtered or unexported fields
}

ResolveUsernameResponse is the response body for POST /account/username/resolve.

func (*ResolveUsernameResponse) CloneMessageVT added in v0.51.2

func (*ResolveUsernameResponse) CloneVT added in v0.51.2

func (*ResolveUsernameResponse) EqualMessageVT added in v0.51.2

func (this *ResolveUsernameResponse) EqualMessageVT(thatMsg any) bool

func (*ResolveUsernameResponse) EqualVT added in v0.51.2

func (*ResolveUsernameResponse) GetAccountEpoch added in v0.51.2

func (x *ResolveUsernameResponse) GetAccountEpoch() int64

func (*ResolveUsernameResponse) GetAccountId added in v0.51.2

func (x *ResolveUsernameResponse) GetAccountId() string

func (*ResolveUsernameResponse) GetCanInvite added in v0.51.2

func (x *ResolveUsernameResponse) GetCanInvite() bool

func (*ResolveUsernameResponse) GetDomainId added in v0.51.2

func (x *ResolveUsernameResponse) GetDomainId() string

func (*ResolveUsernameResponse) GetEntityId added in v0.51.2

func (x *ResolveUsernameResponse) GetEntityId() string

func (*ResolveUsernameResponse) GetEntityUuid added in v0.51.2

func (x *ResolveUsernameResponse) GetEntityUuid() string

func (*ResolveUsernameResponse) GetFound added in v0.51.2

func (x *ResolveUsernameResponse) GetFound() bool

func (*ResolveUsernameResponse) GetRelationship added in v0.51.2

func (x *ResolveUsernameResponse) GetRelationship() string

func (*ResolveUsernameResponse) MarshalJSON added in v0.51.2

func (x *ResolveUsernameResponse) MarshalJSON() ([]byte, error)

MarshalJSON marshals the ResolveUsernameResponse to JSON.

func (*ResolveUsernameResponse) MarshalProtoJSON added in v0.51.2

func (x *ResolveUsernameResponse) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the ResolveUsernameResponse message to JSON.

func (*ResolveUsernameResponse) MarshalProtoText added in v0.51.2

func (x *ResolveUsernameResponse) MarshalProtoText() string

func (*ResolveUsernameResponse) MarshalToSizedBufferVT added in v0.51.2

func (m *ResolveUsernameResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ResolveUsernameResponse) MarshalToVT added in v0.51.2

func (m *ResolveUsernameResponse) MarshalToVT(dAtA []byte) (int, error)

func (*ResolveUsernameResponse) MarshalVT added in v0.51.2

func (m *ResolveUsernameResponse) MarshalVT() (dAtA []byte, err error)

func (*ResolveUsernameResponse) ProtoMessage added in v0.51.2

func (*ResolveUsernameResponse) ProtoMessage()

func (*ResolveUsernameResponse) Reset added in v0.51.2

func (x *ResolveUsernameResponse) Reset()

func (*ResolveUsernameResponse) SizeVT added in v0.51.2

func (m *ResolveUsernameResponse) SizeVT() (n int)

func (*ResolveUsernameResponse) String added in v0.51.2

func (x *ResolveUsernameResponse) String() string

func (*ResolveUsernameResponse) UnmarshalJSON added in v0.51.2

func (x *ResolveUsernameResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the ResolveUsernameResponse from JSON.

func (*ResolveUsernameResponse) UnmarshalProtoJSON added in v0.51.2

func (x *ResolveUsernameResponse) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the ResolveUsernameResponse message from JSON.

func (*ResolveUsernameResponse) UnmarshalVT added in v0.51.2

func (m *ResolveUsernameResponse) UnmarshalVT(dAtA []byte) error

type ResourceListEntry

type ResourceListEntry struct {

	// Id is the resource identifier.
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// Type is the resource kind, such as "shared_object" or "block_store".
	Type string `protobuf:"bytes,2,opt,name=type,proto3" json:"type,omitempty"`
	// contains filtered or unexported fields
}

ResourceListEntry is one resource returned by GET /api/resource/list.

func (*ResourceListEntry) CloneMessageVT

func (m *ResourceListEntry) CloneMessageVT() protobuf_go_lite.CloneMessage

func (*ResourceListEntry) CloneVT

func (m *ResourceListEntry) CloneVT() *ResourceListEntry

func (*ResourceListEntry) EqualMessageVT

func (this *ResourceListEntry) EqualMessageVT(thatMsg any) bool

func (*ResourceListEntry) EqualVT

func (this *ResourceListEntry) EqualVT(that *ResourceListEntry) bool

func (*ResourceListEntry) GetId

func (x *ResourceListEntry) GetId() string

func (*ResourceListEntry) GetType

func (x *ResourceListEntry) GetType() string

func (*ResourceListEntry) MarshalJSON

func (x *ResourceListEntry) MarshalJSON() ([]byte, error)

MarshalJSON marshals the ResourceListEntry to JSON.

func (*ResourceListEntry) MarshalProtoJSON

func (x *ResourceListEntry) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the ResourceListEntry message to JSON.

func (*ResourceListEntry) MarshalProtoText

func (x *ResourceListEntry) MarshalProtoText() string

func (*ResourceListEntry) MarshalToSizedBufferVT

func (m *ResourceListEntry) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ResourceListEntry) MarshalToVT

func (m *ResourceListEntry) MarshalToVT(dAtA []byte) (int, error)

func (*ResourceListEntry) MarshalVT

func (m *ResourceListEntry) MarshalVT() (dAtA []byte, err error)

func (*ResourceListEntry) ProtoMessage

func (*ResourceListEntry) ProtoMessage()

func (*ResourceListEntry) Reset

func (x *ResourceListEntry) Reset()

func (*ResourceListEntry) SizeVT

func (m *ResourceListEntry) SizeVT() (n int)

func (*ResourceListEntry) String

func (x *ResourceListEntry) String() string

func (*ResourceListEntry) UnmarshalJSON

func (x *ResourceListEntry) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the ResourceListEntry from JSON.

func (*ResourceListEntry) UnmarshalProtoJSON

func (x *ResourceListEntry) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the ResourceListEntry message from JSON.

func (*ResourceListEntry) UnmarshalVT

func (m *ResourceListEntry) UnmarshalVT(dAtA []byte) error

type RevokeSessionAction

type RevokeSessionAction struct {

	// SessionPeerId is the peer ID of the session to revoke.
	SessionPeerId string `protobuf:"bytes,1,opt,name=session_peer_id,json=sessionPeerId,proto3" json:"sessionPeerId,omitempty"`
	// contains filtered or unexported fields
}

RevokeSessionAction is the action body for DELETE /account/:id/session/:pid.

func (*RevokeSessionAction) CloneMessageVT

func (*RevokeSessionAction) CloneVT

func (*RevokeSessionAction) EqualMessageVT

func (this *RevokeSessionAction) EqualMessageVT(thatMsg any) bool

func (*RevokeSessionAction) EqualVT

func (this *RevokeSessionAction) EqualVT(that *RevokeSessionAction) bool

func (*RevokeSessionAction) GetSessionPeerId

func (x *RevokeSessionAction) GetSessionPeerId() string

func (*RevokeSessionAction) MarshalJSON

func (x *RevokeSessionAction) MarshalJSON() ([]byte, error)

MarshalJSON marshals the RevokeSessionAction to JSON.

func (*RevokeSessionAction) MarshalProtoJSON

func (x *RevokeSessionAction) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the RevokeSessionAction message to JSON.

func (*RevokeSessionAction) MarshalProtoText

func (x *RevokeSessionAction) MarshalProtoText() string

func (*RevokeSessionAction) MarshalToSizedBufferVT

func (m *RevokeSessionAction) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*RevokeSessionAction) MarshalToVT

func (m *RevokeSessionAction) MarshalToVT(dAtA []byte) (int, error)

func (*RevokeSessionAction) MarshalVT

func (m *RevokeSessionAction) MarshalVT() (dAtA []byte, err error)

func (*RevokeSessionAction) ProtoMessage

func (*RevokeSessionAction) ProtoMessage()

func (*RevokeSessionAction) Reset

func (x *RevokeSessionAction) Reset()

func (*RevokeSessionAction) SizeVT

func (m *RevokeSessionAction) SizeVT() (n int)

func (*RevokeSessionAction) String

func (x *RevokeSessionAction) String() string

func (*RevokeSessionAction) UnmarshalJSON

func (x *RevokeSessionAction) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the RevokeSessionAction from JSON.

func (*RevokeSessionAction) UnmarshalProtoJSON

func (x *RevokeSessionAction) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the RevokeSessionAction message from JSON.

func (*RevokeSessionAction) UnmarshalVT

func (m *RevokeSessionAction) UnmarshalVT(dAtA []byte) error

type RevokeTargetedInvitationRequest added in v0.51.2

type RevokeTargetedInvitationRequest struct {

	// Id is the invitation ULID.
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

RevokeTargetedInvitationRequest revokes one pending invitation.

func (*RevokeTargetedInvitationRequest) CloneMessageVT added in v0.51.2

func (*RevokeTargetedInvitationRequest) CloneVT added in v0.51.2

func (*RevokeTargetedInvitationRequest) EqualMessageVT added in v0.51.2

func (this *RevokeTargetedInvitationRequest) EqualMessageVT(thatMsg any) bool

func (*RevokeTargetedInvitationRequest) EqualVT added in v0.51.2

func (*RevokeTargetedInvitationRequest) GetId added in v0.51.2

func (*RevokeTargetedInvitationRequest) MarshalJSON added in v0.51.2

func (x *RevokeTargetedInvitationRequest) MarshalJSON() ([]byte, error)

MarshalJSON marshals the RevokeTargetedInvitationRequest to JSON.

func (*RevokeTargetedInvitationRequest) MarshalProtoJSON added in v0.51.2

func (x *RevokeTargetedInvitationRequest) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the RevokeTargetedInvitationRequest message to JSON.

func (*RevokeTargetedInvitationRequest) MarshalProtoText added in v0.51.2

func (x *RevokeTargetedInvitationRequest) MarshalProtoText() string

func (*RevokeTargetedInvitationRequest) MarshalToSizedBufferVT added in v0.51.2

func (m *RevokeTargetedInvitationRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*RevokeTargetedInvitationRequest) MarshalToVT added in v0.51.2

func (m *RevokeTargetedInvitationRequest) MarshalToVT(dAtA []byte) (int, error)

func (*RevokeTargetedInvitationRequest) MarshalVT added in v0.51.2

func (m *RevokeTargetedInvitationRequest) MarshalVT() (dAtA []byte, err error)

func (*RevokeTargetedInvitationRequest) ProtoMessage added in v0.51.2

func (*RevokeTargetedInvitationRequest) ProtoMessage()

func (*RevokeTargetedInvitationRequest) Reset added in v0.51.2

func (*RevokeTargetedInvitationRequest) SizeVT added in v0.51.2

func (m *RevokeTargetedInvitationRequest) SizeVT() (n int)

func (*RevokeTargetedInvitationRequest) String added in v0.51.2

func (*RevokeTargetedInvitationRequest) UnmarshalJSON added in v0.51.2

func (x *RevokeTargetedInvitationRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the RevokeTargetedInvitationRequest from JSON.

func (*RevokeTargetedInvitationRequest) UnmarshalProtoJSON added in v0.51.2

func (x *RevokeTargetedInvitationRequest) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the RevokeTargetedInvitationRequest message from JSON.

func (*RevokeTargetedInvitationRequest) UnmarshalVT added in v0.51.2

func (m *RevokeTargetedInvitationRequest) UnmarshalVT(dAtA []byte) error

type RevokeTargetedInvitationResponse added in v0.51.2

type RevokeTargetedInvitationResponse struct {

	// Invitation is the revoked invitation.
	Invitation *TargetedInvitationInfo `protobuf:"bytes,1,opt,name=invitation,proto3" json:"invitation,omitempty"`
	// contains filtered or unexported fields
}

RevokeTargetedInvitationResponse returns the revoked invitation.

func (*RevokeTargetedInvitationResponse) CloneMessageVT added in v0.51.2

func (*RevokeTargetedInvitationResponse) CloneVT added in v0.51.2

func (*RevokeTargetedInvitationResponse) EqualMessageVT added in v0.51.2

func (this *RevokeTargetedInvitationResponse) EqualMessageVT(thatMsg any) bool

func (*RevokeTargetedInvitationResponse) EqualVT added in v0.51.2

func (*RevokeTargetedInvitationResponse) GetInvitation added in v0.51.2

func (*RevokeTargetedInvitationResponse) MarshalJSON added in v0.51.2

func (x *RevokeTargetedInvitationResponse) MarshalJSON() ([]byte, error)

MarshalJSON marshals the RevokeTargetedInvitationResponse to JSON.

func (*RevokeTargetedInvitationResponse) MarshalProtoJSON added in v0.51.2

func (x *RevokeTargetedInvitationResponse) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the RevokeTargetedInvitationResponse message to JSON.

func (*RevokeTargetedInvitationResponse) MarshalProtoText added in v0.51.2

func (x *RevokeTargetedInvitationResponse) MarshalProtoText() string

func (*RevokeTargetedInvitationResponse) MarshalToSizedBufferVT added in v0.51.2

func (m *RevokeTargetedInvitationResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*RevokeTargetedInvitationResponse) MarshalToVT added in v0.51.2

func (m *RevokeTargetedInvitationResponse) MarshalToVT(dAtA []byte) (int, error)

func (*RevokeTargetedInvitationResponse) MarshalVT added in v0.51.2

func (m *RevokeTargetedInvitationResponse) MarshalVT() (dAtA []byte, err error)

func (*RevokeTargetedInvitationResponse) ProtoMessage added in v0.51.2

func (*RevokeTargetedInvitationResponse) ProtoMessage()

func (*RevokeTargetedInvitationResponse) Reset added in v0.51.2

func (*RevokeTargetedInvitationResponse) SizeVT added in v0.51.2

func (m *RevokeTargetedInvitationResponse) SizeVT() (n int)

func (*RevokeTargetedInvitationResponse) String added in v0.51.2

func (*RevokeTargetedInvitationResponse) UnmarshalJSON added in v0.51.2

func (x *RevokeTargetedInvitationResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the RevokeTargetedInvitationResponse from JSON.

func (*RevokeTargetedInvitationResponse) UnmarshalProtoJSON added in v0.51.2

func (x *RevokeTargetedInvitationResponse) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the RevokeTargetedInvitationResponse message from JSON.

func (*RevokeTargetedInvitationResponse) UnmarshalVT added in v0.51.2

func (m *RevokeTargetedInvitationResponse) UnmarshalVT(dAtA []byte) error

type SONotifyEventPayload

type SONotifyEventPayload struct {

	// Seqno is the server's current change_log sequence number after the
	// mutation that triggered this notify.
	Seqno uint64 `protobuf:"varint,1,opt,name=seqno,proto3" json:"seqno,omitempty"`
	// ChangeType identifies the mutation category ("op", "root",
	// "configChanged", "metadata", "delete").
	ChangeType string `protobuf:"bytes,2,opt,name=change_type,json=changeType,proto3" json:"changeType,omitempty"`
	// StateMessage carries the inline delta or snapshot fallback. When the
	// receiver's cached lastSeqno does not match StateMessage.delta.since the
	// receiver triggers a single gap-recovery pull. May be unset for
	// mutations (such as config changes) that do not produce change_log
	// entries.
	StateMessage *SOStateMessage `protobuf:"bytes,3,opt,name=state_message,json=stateMessage,proto3" json:"stateMessage,omitempty"`
	// Metadata carries the authoritative metadata snapshot for metadata-change
	// notifications. It is unset for state/config/delete notifications.
	Metadata *SpaceMetadataResponse `protobuf:"bytes,4,opt,name=metadata,proto3" json:"metadata,omitempty"`
	// BlockStoreNonce is the latest block-store pull cursor known when this
	// shared-object notification was emitted. Receivers refresh pack metadata
	// only when this value is ahead of their local manifest cursor.
	BlockStoreNonce uint64 `protobuf:"varint,5,opt,name=block_store_nonce,json=blockStoreNonce,proto3" json:"blockStoreNonce,omitempty"`
	// contains filtered or unexported fields
}

SONotifyEventPayload is the payload for so_notify session events. It carries state and metadata changes that triggered this notify so receivers can apply them inline without issuing follow-up HTTP fetches. When state_message is unset for a state/config mutation, receivers fall back to a config-chain re-verify rather than a state pull.

func (*SONotifyEventPayload) CloneMessageVT

func (*SONotifyEventPayload) CloneVT

func (*SONotifyEventPayload) EqualMessageVT

func (this *SONotifyEventPayload) EqualMessageVT(thatMsg any) bool

func (*SONotifyEventPayload) EqualVT

func (this *SONotifyEventPayload) EqualVT(that *SONotifyEventPayload) bool

func (*SONotifyEventPayload) GetBlockStoreNonce added in v0.54.0

func (x *SONotifyEventPayload) GetBlockStoreNonce() uint64

func (*SONotifyEventPayload) GetChangeType

func (x *SONotifyEventPayload) GetChangeType() string

func (*SONotifyEventPayload) GetMetadata

func (x *SONotifyEventPayload) GetMetadata() *SpaceMetadataResponse

func (*SONotifyEventPayload) GetSeqno

func (x *SONotifyEventPayload) GetSeqno() uint64

func (*SONotifyEventPayload) GetStateMessage

func (x *SONotifyEventPayload) GetStateMessage() *SOStateMessage

func (*SONotifyEventPayload) MarshalJSON

func (x *SONotifyEventPayload) MarshalJSON() ([]byte, error)

MarshalJSON marshals the SONotifyEventPayload to JSON.

func (*SONotifyEventPayload) MarshalProtoJSON

func (x *SONotifyEventPayload) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the SONotifyEventPayload message to JSON.

func (*SONotifyEventPayload) MarshalProtoText

func (x *SONotifyEventPayload) MarshalProtoText() string

func (*SONotifyEventPayload) MarshalToSizedBufferVT

func (m *SONotifyEventPayload) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*SONotifyEventPayload) MarshalToVT

func (m *SONotifyEventPayload) MarshalToVT(dAtA []byte) (int, error)

func (*SONotifyEventPayload) MarshalVT

func (m *SONotifyEventPayload) MarshalVT() (dAtA []byte, err error)

func (*SONotifyEventPayload) ProtoMessage

func (*SONotifyEventPayload) ProtoMessage()

func (*SONotifyEventPayload) Reset

func (x *SONotifyEventPayload) Reset()

func (*SONotifyEventPayload) SizeVT

func (m *SONotifyEventPayload) SizeVT() (n int)

func (*SONotifyEventPayload) String

func (x *SONotifyEventPayload) String() string

func (*SONotifyEventPayload) UnmarshalJSON

func (x *SONotifyEventPayload) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the SONotifyEventPayload from JSON.

func (*SONotifyEventPayload) UnmarshalProtoJSON

func (x *SONotifyEventPayload) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the SONotifyEventPayload message from JSON.

func (*SONotifyEventPayload) UnmarshalVT

func (m *SONotifyEventPayload) UnmarshalVT(dAtA []byte) error

type SORecoveryEntityKeypairs

type SORecoveryEntityKeypairs struct {

	// EntityId is the participant entity identifier.
	EntityId string `protobuf:"bytes,1,opt,name=entity_id,json=entityId,proto3" json:"entityId,omitempty"`
	// Keypairs is the entity's registered keypairs.
	Keypairs []*session.EntityKeypair `protobuf:"bytes,2,rep,name=keypairs,proto3" json:"keypairs,omitempty"`
	// contains filtered or unexported fields
}

SORecoveryEntityKeypairs stores current entity keypairs for one readable SO participant entity.

func (*SORecoveryEntityKeypairs) CloneMessageVT

func (*SORecoveryEntityKeypairs) CloneVT

func (*SORecoveryEntityKeypairs) EqualMessageVT

func (this *SORecoveryEntityKeypairs) EqualMessageVT(thatMsg any) bool

func (*SORecoveryEntityKeypairs) EqualVT

func (*SORecoveryEntityKeypairs) GetEntityId

func (x *SORecoveryEntityKeypairs) GetEntityId() string

func (*SORecoveryEntityKeypairs) GetKeypairs

func (x *SORecoveryEntityKeypairs) GetKeypairs() []*session.EntityKeypair

func (*SORecoveryEntityKeypairs) MarshalJSON

func (x *SORecoveryEntityKeypairs) MarshalJSON() ([]byte, error)

MarshalJSON marshals the SORecoveryEntityKeypairs to JSON.

func (*SORecoveryEntityKeypairs) MarshalProtoJSON

func (x *SORecoveryEntityKeypairs) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the SORecoveryEntityKeypairs message to JSON.

func (*SORecoveryEntityKeypairs) MarshalProtoText

func (x *SORecoveryEntityKeypairs) MarshalProtoText() string

func (*SORecoveryEntityKeypairs) MarshalToSizedBufferVT

func (m *SORecoveryEntityKeypairs) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*SORecoveryEntityKeypairs) MarshalToVT

func (m *SORecoveryEntityKeypairs) MarshalToVT(dAtA []byte) (int, error)

func (*SORecoveryEntityKeypairs) MarshalVT

func (m *SORecoveryEntityKeypairs) MarshalVT() (dAtA []byte, err error)

func (*SORecoveryEntityKeypairs) ProtoMessage

func (*SORecoveryEntityKeypairs) ProtoMessage()

func (*SORecoveryEntityKeypairs) Reset

func (x *SORecoveryEntityKeypairs) Reset()

func (*SORecoveryEntityKeypairs) SizeVT

func (m *SORecoveryEntityKeypairs) SizeVT() (n int)

func (*SORecoveryEntityKeypairs) String

func (x *SORecoveryEntityKeypairs) String() string

func (*SORecoveryEntityKeypairs) UnmarshalJSON

func (x *SORecoveryEntityKeypairs) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the SORecoveryEntityKeypairs from JSON.

func (*SORecoveryEntityKeypairs) UnmarshalProtoJSON

func (x *SORecoveryEntityKeypairs) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the SORecoveryEntityKeypairs message from JSON.

func (*SORecoveryEntityKeypairs) UnmarshalVT

func (m *SORecoveryEntityKeypairs) UnmarshalVT(dAtA []byte) error

type SOSessionUpdate

type SOSessionUpdate struct {

	// SoId is the shared object ID this update pertains to.
	SoId string `protobuf:"bytes,1,opt,name=so_id,json=soId,proto3" json:"soId,omitempty"`
	// Message is the SO state message (snapshot or delta).
	Message *SOStateMessage `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"`
	// contains filtered or unexported fields
}

SOSessionUpdate wraps SOStateMessage with so_id for demultiplexing on the client side.

func (*SOSessionUpdate) CloneMessageVT

func (m *SOSessionUpdate) CloneMessageVT() protobuf_go_lite.CloneMessage

func (*SOSessionUpdate) CloneVT

func (m *SOSessionUpdate) CloneVT() *SOSessionUpdate

func (*SOSessionUpdate) EqualMessageVT

func (this *SOSessionUpdate) EqualMessageVT(thatMsg any) bool

func (*SOSessionUpdate) EqualVT

func (this *SOSessionUpdate) EqualVT(that *SOSessionUpdate) bool

func (*SOSessionUpdate) GetMessage

func (x *SOSessionUpdate) GetMessage() *SOStateMessage

func (*SOSessionUpdate) GetSoId

func (x *SOSessionUpdate) GetSoId() string

func (*SOSessionUpdate) MarshalJSON

func (x *SOSessionUpdate) MarshalJSON() ([]byte, error)

MarshalJSON marshals the SOSessionUpdate to JSON.

func (*SOSessionUpdate) MarshalProtoJSON

func (x *SOSessionUpdate) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the SOSessionUpdate message to JSON.

func (*SOSessionUpdate) MarshalProtoText

func (x *SOSessionUpdate) MarshalProtoText() string

func (*SOSessionUpdate) MarshalToSizedBufferVT

func (m *SOSessionUpdate) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*SOSessionUpdate) MarshalToVT

func (m *SOSessionUpdate) MarshalToVT(dAtA []byte) (int, error)

func (*SOSessionUpdate) MarshalVT

func (m *SOSessionUpdate) MarshalVT() (dAtA []byte, err error)

func (*SOSessionUpdate) ProtoMessage

func (*SOSessionUpdate) ProtoMessage()

func (*SOSessionUpdate) Reset

func (x *SOSessionUpdate) Reset()

func (*SOSessionUpdate) SizeVT

func (m *SOSessionUpdate) SizeVT() (n int)

func (*SOSessionUpdate) String

func (x *SOSessionUpdate) String() string

func (*SOSessionUpdate) UnmarshalJSON

func (x *SOSessionUpdate) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the SOSessionUpdate from JSON.

func (*SOSessionUpdate) UnmarshalProtoJSON

func (x *SOSessionUpdate) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the SOSessionUpdate message from JSON.

func (*SOSessionUpdate) UnmarshalVT

func (m *SOSessionUpdate) UnmarshalVT(dAtA []byte) error

type SOStateDelta

type SOStateDelta struct {

	// Since is the seqno the client had before this delta.
	Since uint64 `protobuf:"varint,1,opt,name=since,proto3" json:"since,omitempty"`
	// Entries is the list of changes.
	Entries []*SOStateDeltaEntry `protobuf:"bytes,2,rep,name=entries,proto3" json:"entries,omitempty"`
	// contains filtered or unexported fields
}

SOStateDelta contains incremental changes for delta replay or broadcasts.

func (*SOStateDelta) CloneMessageVT

func (m *SOStateDelta) CloneMessageVT() protobuf_go_lite.CloneMessage

func (*SOStateDelta) CloneVT

func (m *SOStateDelta) CloneVT() *SOStateDelta

func (*SOStateDelta) EqualMessageVT

func (this *SOStateDelta) EqualMessageVT(thatMsg any) bool

func (*SOStateDelta) EqualVT

func (this *SOStateDelta) EqualVT(that *SOStateDelta) bool

func (*SOStateDelta) GetEntries

func (x *SOStateDelta) GetEntries() []*SOStateDeltaEntry

func (*SOStateDelta) GetSince

func (x *SOStateDelta) GetSince() uint64

func (*SOStateDelta) MarshalJSON

func (x *SOStateDelta) MarshalJSON() ([]byte, error)

MarshalJSON marshals the SOStateDelta to JSON.

func (*SOStateDelta) MarshalProtoJSON

func (x *SOStateDelta) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the SOStateDelta message to JSON.

func (*SOStateDelta) MarshalProtoText

func (x *SOStateDelta) MarshalProtoText() string

func (*SOStateDelta) MarshalToSizedBufferVT

func (m *SOStateDelta) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*SOStateDelta) MarshalToVT

func (m *SOStateDelta) MarshalToVT(dAtA []byte) (int, error)

func (*SOStateDelta) MarshalVT

func (m *SOStateDelta) MarshalVT() (dAtA []byte, err error)

func (*SOStateDelta) ProtoMessage

func (*SOStateDelta) ProtoMessage()

func (*SOStateDelta) Reset

func (x *SOStateDelta) Reset()

func (*SOStateDelta) SizeVT

func (m *SOStateDelta) SizeVT() (n int)

func (*SOStateDelta) String

func (x *SOStateDelta) String() string

func (*SOStateDelta) UnmarshalJSON

func (x *SOStateDelta) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the SOStateDelta from JSON.

func (*SOStateDelta) UnmarshalProtoJSON

func (x *SOStateDelta) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the SOStateDelta message from JSON.

func (*SOStateDelta) UnmarshalVT

func (m *SOStateDelta) UnmarshalVT(dAtA []byte) error

type SOStateDeltaEntry

type SOStateDeltaEntry struct {

	// Seqno is the change_log sequence number for this entry.
	Seqno uint64 `protobuf:"varint,1,opt,name=seqno,proto3" json:"seqno,omitempty"`
	// ChangeType is the type of change ("op" or "root").
	ChangeType string `protobuf:"bytes,2,opt,name=change_type,json=changeType,proto3" json:"changeType,omitempty"`
	// ChangeData is the serialized change data.
	ChangeData []byte `protobuf:"bytes,3,opt,name=change_data,json=changeData,proto3" json:"changeData,omitempty"`
	// contains filtered or unexported fields
}

SOStateDeltaEntry is a single change in a delta.

func (*SOStateDeltaEntry) CloneMessageVT

func (m *SOStateDeltaEntry) CloneMessageVT() protobuf_go_lite.CloneMessage

func (*SOStateDeltaEntry) CloneVT

func (m *SOStateDeltaEntry) CloneVT() *SOStateDeltaEntry

func (*SOStateDeltaEntry) EqualMessageVT

func (this *SOStateDeltaEntry) EqualMessageVT(thatMsg any) bool

func (*SOStateDeltaEntry) EqualVT

func (this *SOStateDeltaEntry) EqualVT(that *SOStateDeltaEntry) bool

func (*SOStateDeltaEntry) GetChangeData

func (x *SOStateDeltaEntry) GetChangeData() []byte

func (*SOStateDeltaEntry) GetChangeType

func (x *SOStateDeltaEntry) GetChangeType() string

func (*SOStateDeltaEntry) GetSeqno

func (x *SOStateDeltaEntry) GetSeqno() uint64

func (*SOStateDeltaEntry) MarshalJSON

func (x *SOStateDeltaEntry) MarshalJSON() ([]byte, error)

MarshalJSON marshals the SOStateDeltaEntry to JSON.

func (*SOStateDeltaEntry) MarshalProtoJSON

func (x *SOStateDeltaEntry) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the SOStateDeltaEntry message to JSON.

func (*SOStateDeltaEntry) MarshalProtoText

func (x *SOStateDeltaEntry) MarshalProtoText() string

func (*SOStateDeltaEntry) MarshalToSizedBufferVT

func (m *SOStateDeltaEntry) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*SOStateDeltaEntry) MarshalToVT

func (m *SOStateDeltaEntry) MarshalToVT(dAtA []byte) (int, error)

func (*SOStateDeltaEntry) MarshalVT

func (m *SOStateDeltaEntry) MarshalVT() (dAtA []byte, err error)

func (*SOStateDeltaEntry) ProtoMessage

func (*SOStateDeltaEntry) ProtoMessage()

func (*SOStateDeltaEntry) Reset

func (x *SOStateDeltaEntry) Reset()

func (*SOStateDeltaEntry) SizeVT

func (m *SOStateDeltaEntry) SizeVT() (n int)

func (*SOStateDeltaEntry) String

func (x *SOStateDeltaEntry) String() string

func (*SOStateDeltaEntry) UnmarshalJSON

func (x *SOStateDeltaEntry) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the SOStateDeltaEntry from JSON.

func (*SOStateDeltaEntry) UnmarshalProtoJSON

func (x *SOStateDeltaEntry) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the SOStateDeltaEntry message from JSON.

func (*SOStateDeltaEntry) UnmarshalVT

func (m *SOStateDeltaEntry) UnmarshalVT(dAtA []byte) error

type SOStateError

type SOStateError struct {

	// Code is the error code.
	Code string `protobuf:"bytes,1,opt,name=code,proto3" json:"code,omitempty"`
	// Message is a human-readable error message.
	Message string `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"`
	// Retryable indicates whether the client should retry.
	Retryable bool `protobuf:"varint,3,opt,name=retryable,proto3" json:"retryable,omitempty"`
	// contains filtered or unexported fields
}

SOStateError is a server-side error notification sent to subscribers.

func (*SOStateError) CloneMessageVT

func (m *SOStateError) CloneMessageVT() protobuf_go_lite.CloneMessage

func (*SOStateError) CloneVT

func (m *SOStateError) CloneVT() *SOStateError

func (*SOStateError) EqualMessageVT

func (this *SOStateError) EqualMessageVT(thatMsg any) bool

func (*SOStateError) EqualVT

func (this *SOStateError) EqualVT(that *SOStateError) bool

func (*SOStateError) GetCode

func (x *SOStateError) GetCode() string

func (*SOStateError) GetMessage

func (x *SOStateError) GetMessage() string

func (*SOStateError) GetRetryable

func (x *SOStateError) GetRetryable() bool

func (*SOStateError) MarshalJSON

func (x *SOStateError) MarshalJSON() ([]byte, error)

MarshalJSON marshals the SOStateError to JSON.

func (*SOStateError) MarshalProtoJSON

func (x *SOStateError) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the SOStateError message to JSON.

func (*SOStateError) MarshalProtoText

func (x *SOStateError) MarshalProtoText() string

func (*SOStateError) MarshalToSizedBufferVT

func (m *SOStateError) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*SOStateError) MarshalToVT

func (m *SOStateError) MarshalToVT(dAtA []byte) (int, error)

func (*SOStateError) MarshalVT

func (m *SOStateError) MarshalVT() (dAtA []byte, err error)

func (*SOStateError) ProtoMessage

func (*SOStateError) ProtoMessage()

func (*SOStateError) Reset

func (x *SOStateError) Reset()

func (*SOStateError) SizeVT

func (m *SOStateError) SizeVT() (n int)

func (*SOStateError) String

func (x *SOStateError) String() string

func (*SOStateError) UnmarshalJSON

func (x *SOStateError) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the SOStateError from JSON.

func (*SOStateError) UnmarshalProtoJSON

func (x *SOStateError) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the SOStateError message from JSON.

func (*SOStateError) UnmarshalVT

func (m *SOStateError) UnmarshalVT(dAtA []byte) error

type SOStateMessage

type SOStateMessage struct {

	// Seqno is the server's current change_log sequence number.
	Seqno uint64 `protobuf:"varint,1,opt,name=seqno,proto3" json:"seqno,omitempty"`
	// Content is the message payload.
	//
	// Types that are assignable to Content:
	//
	//	*SOStateMessage_Snapshot
	//	*SOStateMessage_Delta
	//	*SOStateMessage_Error
	//	*SOStateMessage_ConfigChanged
	Content isSOStateMessage_Content `protobuf_oneof:"content"`
	// ConfigChain carries the config-chain entries and key epochs that verify the
	// snapshot's config_chain_hash. State responses include it so clients do not
	// burst a separate /config-chain request after every cold state pull.
	ConfigChain *sobject.SOConfigChainResponse `protobuf:"bytes,6,opt,name=config_chain,json=configChain,proto3" json:"configChain,omitempty"`
	// ReceiptProtocolEpoch advertises the per-SharedObject receipt-v1 activation.
	// Zero keeps receipt-v1 disabled; one marks the receipt owner active.
	ReceiptProtocolEpoch uint32 `protobuf:"varint,7,opt,name=receipt_protocol_epoch,json=receiptProtocolEpoch,proto3" json:"receiptProtocolEpoch,omitempty"`
	// contains filtered or unexported fields
}

SOStateMessage wraps all WebSocket messages between the server and client. The Go client parses this to distinguish snapshots from deltas and track seqno.

func (*SOStateMessage) CloneMessageVT

func (m *SOStateMessage) CloneMessageVT() protobuf_go_lite.CloneMessage

func (*SOStateMessage) CloneVT

func (m *SOStateMessage) CloneVT() *SOStateMessage

func (*SOStateMessage) EqualMessageVT

func (this *SOStateMessage) EqualMessageVT(thatMsg any) bool

func (*SOStateMessage) EqualVT

func (this *SOStateMessage) EqualVT(that *SOStateMessage) bool

func (*SOStateMessage) GetConfigChain added in v0.54.0

func (x *SOStateMessage) GetConfigChain() *sobject.SOConfigChainResponse

func (*SOStateMessage) GetConfigChanged

func (x *SOStateMessage) GetConfigChanged() *sobject.SharedObjectConfig

func (*SOStateMessage) GetContent

func (m *SOStateMessage) GetContent() isSOStateMessage_Content

func (*SOStateMessage) GetDelta

func (x *SOStateMessage) GetDelta() *SOStateDelta

func (*SOStateMessage) GetError

func (x *SOStateMessage) GetError() *SOStateError

func (*SOStateMessage) GetReceiptProtocolEpoch added in v0.56.1

func (x *SOStateMessage) GetReceiptProtocolEpoch() uint32

func (*SOStateMessage) GetSeqno

func (x *SOStateMessage) GetSeqno() uint64

func (*SOStateMessage) GetSnapshot

func (x *SOStateMessage) GetSnapshot() *sobject.SOState

func (*SOStateMessage) MarshalJSON

func (x *SOStateMessage) MarshalJSON() ([]byte, error)

MarshalJSON marshals the SOStateMessage to JSON.

func (*SOStateMessage) MarshalProtoJSON

func (x *SOStateMessage) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the SOStateMessage message to JSON.

func (*SOStateMessage) MarshalProtoText

func (x *SOStateMessage) MarshalProtoText() string

func (*SOStateMessage) MarshalToSizedBufferVT

func (m *SOStateMessage) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*SOStateMessage) MarshalToVT

func (m *SOStateMessage) MarshalToVT(dAtA []byte) (int, error)

func (*SOStateMessage) MarshalVT

func (m *SOStateMessage) MarshalVT() (dAtA []byte, err error)

func (*SOStateMessage) ProtoMessage

func (*SOStateMessage) ProtoMessage()

func (*SOStateMessage) Reset

func (x *SOStateMessage) Reset()

func (*SOStateMessage) SizeVT

func (m *SOStateMessage) SizeVT() (n int)

func (*SOStateMessage) String

func (x *SOStateMessage) String() string

func (*SOStateMessage) UnmarshalJSON

func (x *SOStateMessage) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the SOStateMessage from JSON.

func (*SOStateMessage) UnmarshalProtoJSON

func (x *SOStateMessage) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the SOStateMessage message from JSON.

func (*SOStateMessage) UnmarshalVT

func (m *SOStateMessage) UnmarshalVT(dAtA []byte) error

type SOStateMessage_ConfigChanged

type SOStateMessage_ConfigChanged struct {
	// ConfigChanged carries the new config after a participant role change.
	ConfigChanged *sobject.SharedObjectConfig `protobuf:"bytes,5,opt,name=config_changed,json=configChanged,proto3,oneof"`
}

func (*SOStateMessage_ConfigChanged) CloneOneofVT

func (m *SOStateMessage_ConfigChanged) CloneOneofVT() isSOStateMessage_Content

func (*SOStateMessage_ConfigChanged) CloneVT

func (*SOStateMessage_ConfigChanged) EqualVT

func (this *SOStateMessage_ConfigChanged) EqualVT(thatIface isSOStateMessage_Content) bool

func (*SOStateMessage_ConfigChanged) MarshalToSizedBufferVT

func (m *SOStateMessage_ConfigChanged) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*SOStateMessage_ConfigChanged) MarshalToVT

func (m *SOStateMessage_ConfigChanged) MarshalToVT(dAtA []byte) (int, error)

func (*SOStateMessage_ConfigChanged) SizeVT

func (m *SOStateMessage_ConfigChanged) SizeVT() (n int)

type SOStateMessage_Delta

type SOStateMessage_Delta struct {
	// Delta contains incremental changes since a previous seqno.
	Delta *SOStateDelta `protobuf:"bytes,3,opt,name=delta,proto3,oneof"`
}

func (*SOStateMessage_Delta) CloneOneofVT

func (m *SOStateMessage_Delta) CloneOneofVT() isSOStateMessage_Content

func (*SOStateMessage_Delta) CloneVT

func (*SOStateMessage_Delta) EqualVT

func (this *SOStateMessage_Delta) EqualVT(thatIface isSOStateMessage_Content) bool

func (*SOStateMessage_Delta) MarshalToSizedBufferVT

func (m *SOStateMessage_Delta) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*SOStateMessage_Delta) MarshalToVT

func (m *SOStateMessage_Delta) MarshalToVT(dAtA []byte) (int, error)

func (*SOStateMessage_Delta) SizeVT

func (m *SOStateMessage_Delta) SizeVT() (n int)

type SOStateMessage_Error

type SOStateMessage_Error struct {
	// Error is a server-side error notification.
	Error *SOStateError `protobuf:"bytes,4,opt,name=error,proto3,oneof"`
}

func (*SOStateMessage_Error) CloneOneofVT

func (m *SOStateMessage_Error) CloneOneofVT() isSOStateMessage_Content

func (*SOStateMessage_Error) CloneVT

func (*SOStateMessage_Error) EqualVT

func (this *SOStateMessage_Error) EqualVT(thatIface isSOStateMessage_Content) bool

func (*SOStateMessage_Error) MarshalToSizedBufferVT

func (m *SOStateMessage_Error) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*SOStateMessage_Error) MarshalToVT

func (m *SOStateMessage_Error) MarshalToVT(dAtA []byte) (int, error)

func (*SOStateMessage_Error) SizeVT

func (m *SOStateMessage_Error) SizeVT() (n int)

type SOStateMessage_Snapshot

type SOStateMessage_Snapshot struct {
	// Snapshot is a full SOState sent on connect or when delta replay is unavailable.
	Snapshot *sobject.SOState `protobuf:"bytes,2,opt,name=snapshot,proto3,oneof"`
}

func (*SOStateMessage_Snapshot) CloneOneofVT

func (m *SOStateMessage_Snapshot) CloneOneofVT() isSOStateMessage_Content

func (*SOStateMessage_Snapshot) CloneVT

func (*SOStateMessage_Snapshot) EqualVT

func (this *SOStateMessage_Snapshot) EqualVT(thatIface isSOStateMessage_Content) bool

func (*SOStateMessage_Snapshot) MarshalToSizedBufferVT

func (m *SOStateMessage_Snapshot) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*SOStateMessage_Snapshot) MarshalToVT

func (m *SOStateMessage_Snapshot) MarshalToVT(dAtA []byte) (int, error)

func (*SOStateMessage_Snapshot) SizeVT

func (m *SOStateMessage_Snapshot) SizeVT() (n int)

type SSOCodeExchangeRequest

type SSOCodeExchangeRequest struct {

	// Provider is the SSO provider name ("google" or "github").
	Provider string `protobuf:"bytes,1,opt,name=provider,proto3" json:"provider,omitempty"`
	// Code is the OAuth authorization code.
	Code string `protobuf:"bytes,2,opt,name=code,proto3" json:"code,omitempty"`
	// RedirectUri is the OAuth redirect URI used by the client.
	RedirectUri string `protobuf:"bytes,3,opt,name=redirect_uri,json=redirectUri,proto3" json:"redirectUri,omitempty"`
	// contains filtered or unexported fields
}

SSOCodeExchangeRequest is the request body for POST /api/auth/sso/code/exchange.

func (*SSOCodeExchangeRequest) CloneMessageVT

func (*SSOCodeExchangeRequest) CloneVT

func (*SSOCodeExchangeRequest) EqualMessageVT

func (this *SSOCodeExchangeRequest) EqualMessageVT(thatMsg any) bool

func (*SSOCodeExchangeRequest) EqualVT

func (this *SSOCodeExchangeRequest) EqualVT(that *SSOCodeExchangeRequest) bool

func (*SSOCodeExchangeRequest) GetCode

func (x *SSOCodeExchangeRequest) GetCode() string

func (*SSOCodeExchangeRequest) GetProvider

func (x *SSOCodeExchangeRequest) GetProvider() string

func (*SSOCodeExchangeRequest) GetRedirectUri

func (x *SSOCodeExchangeRequest) GetRedirectUri() string

func (*SSOCodeExchangeRequest) MarshalJSON

func (x *SSOCodeExchangeRequest) MarshalJSON() ([]byte, error)

MarshalJSON marshals the SSOCodeExchangeRequest to JSON.

func (*SSOCodeExchangeRequest) MarshalProtoJSON

func (x *SSOCodeExchangeRequest) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the SSOCodeExchangeRequest message to JSON.

func (*SSOCodeExchangeRequest) MarshalProtoText

func (x *SSOCodeExchangeRequest) MarshalProtoText() string

func (*SSOCodeExchangeRequest) MarshalToSizedBufferVT

func (m *SSOCodeExchangeRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*SSOCodeExchangeRequest) MarshalToVT

func (m *SSOCodeExchangeRequest) MarshalToVT(dAtA []byte) (int, error)

func (*SSOCodeExchangeRequest) MarshalVT

func (m *SSOCodeExchangeRequest) MarshalVT() (dAtA []byte, err error)

func (*SSOCodeExchangeRequest) ProtoMessage

func (*SSOCodeExchangeRequest) ProtoMessage()

func (*SSOCodeExchangeRequest) Reset

func (x *SSOCodeExchangeRequest) Reset()

func (*SSOCodeExchangeRequest) SizeVT

func (m *SSOCodeExchangeRequest) SizeVT() (n int)

func (*SSOCodeExchangeRequest) String

func (x *SSOCodeExchangeRequest) String() string

func (*SSOCodeExchangeRequest) UnmarshalJSON

func (x *SSOCodeExchangeRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the SSOCodeExchangeRequest from JSON.

func (*SSOCodeExchangeRequest) UnmarshalProtoJSON

func (x *SSOCodeExchangeRequest) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the SSOCodeExchangeRequest message from JSON.

func (*SSOCodeExchangeRequest) UnmarshalVT

func (m *SSOCodeExchangeRequest) UnmarshalVT(dAtA []byte) error

type SSOCodeExchangeResponse

type SSOCodeExchangeResponse struct {

	// Linked indicates whether an account was found for this OAuth identity.
	Linked bool `protobuf:"varint,1,opt,name=linked,proto3" json:"linked,omitempty"`
	// AccountId is set when linked=true.
	AccountId string `protobuf:"bytes,2,opt,name=account_id,json=accountId,proto3" json:"accountId,omitempty"`
	// EntityId is set when linked=true.
	EntityId string `protobuf:"bytes,3,opt,name=entity_id,json=entityId,proto3" json:"entityId,omitempty"`
	// EncryptedBlob is the base64-encoded unwrapped key blob (linked=true).
	EncryptedBlob string `protobuf:"bytes,4,opt,name=encrypted_blob,json=encryptedBlob,proto3" json:"encryptedBlob,omitempty"`
	// PinWrapped indicates if the blob still has Layer 1 PIN wrapping.
	PinWrapped bool `protobuf:"varint,5,opt,name=pin_wrapped,json=pinWrapped,proto3" json:"pinWrapped,omitempty"`
	// AuthParams is base64-encoded CustodiedKeyParams (linked=true).
	AuthParams string `protobuf:"bytes,6,opt,name=auth_params,json=authParams,proto3" json:"authParams,omitempty"`
	// Provider is set when linked=false.
	Provider string `protobuf:"bytes,7,opt,name=provider,proto3" json:"provider,omitempty"`
	// Email is the OAuth provider email. Always set when known.
	Email string `protobuf:"bytes,8,opt,name=email,proto3" json:"email,omitempty"`
	// Username is the Spacewave account username. Set when linked=true.
	Username string `protobuf:"bytes,9,opt,name=username,proto3" json:"username,omitempty"`
	// Sub is the OAuth subject identifier. Set when an SSO result is exchanged
	// through the auth-session result endpoint after a sign-in flow completes.
	Sub string `protobuf:"bytes,10,opt,name=sub,proto3" json:"sub,omitempty"`
	// Error is set when the linked account exists but the result cannot be
	// returned (for example a missing keypair, invalid auth params, or unwrap
	// failure during the auth-session result exchange path).
	Error string `protobuf:"bytes,11,opt,name=error,proto3" json:"error,omitempty"`
	// DeviceEncrypted indicates the encrypted_blob has been re-encrypted to a
	// device public key during a desktop SSO sign-in. The desktop client must
	// decrypt with the device private key before unwrapping further layers.
	DeviceEncrypted bool `protobuf:"varint,12,opt,name=device_encrypted,json=deviceEncrypted,proto3" json:"deviceEncrypted,omitempty"`
	// contains filtered or unexported fields
}

SSOCodeExchangeResponse is returned by POST /api/auth/sso/code/exchange.

func (*SSOCodeExchangeResponse) CloneMessageVT

func (*SSOCodeExchangeResponse) CloneVT

func (*SSOCodeExchangeResponse) EqualMessageVT

func (this *SSOCodeExchangeResponse) EqualMessageVT(thatMsg any) bool

func (*SSOCodeExchangeResponse) EqualVT

func (*SSOCodeExchangeResponse) GetAccountId

func (x *SSOCodeExchangeResponse) GetAccountId() string

func (*SSOCodeExchangeResponse) GetAuthParams

func (x *SSOCodeExchangeResponse) GetAuthParams() string

func (*SSOCodeExchangeResponse) GetDeviceEncrypted

func (x *SSOCodeExchangeResponse) GetDeviceEncrypted() bool

func (*SSOCodeExchangeResponse) GetEmail

func (x *SSOCodeExchangeResponse) GetEmail() string

func (*SSOCodeExchangeResponse) GetEncryptedBlob

func (x *SSOCodeExchangeResponse) GetEncryptedBlob() string

func (*SSOCodeExchangeResponse) GetEntityId

func (x *SSOCodeExchangeResponse) GetEntityId() string

func (*SSOCodeExchangeResponse) GetError

func (x *SSOCodeExchangeResponse) GetError() string

func (*SSOCodeExchangeResponse) GetLinked

func (x *SSOCodeExchangeResponse) GetLinked() bool

func (*SSOCodeExchangeResponse) GetPinWrapped

func (x *SSOCodeExchangeResponse) GetPinWrapped() bool

func (*SSOCodeExchangeResponse) GetProvider

func (x *SSOCodeExchangeResponse) GetProvider() string

func (*SSOCodeExchangeResponse) GetSub

func (x *SSOCodeExchangeResponse) GetSub() string

func (*SSOCodeExchangeResponse) GetUsername

func (x *SSOCodeExchangeResponse) GetUsername() string

func (*SSOCodeExchangeResponse) MarshalJSON

func (x *SSOCodeExchangeResponse) MarshalJSON() ([]byte, error)

MarshalJSON marshals the SSOCodeExchangeResponse to JSON.

func (*SSOCodeExchangeResponse) MarshalProtoJSON

func (x *SSOCodeExchangeResponse) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the SSOCodeExchangeResponse message to JSON.

func (*SSOCodeExchangeResponse) MarshalProtoText

func (x *SSOCodeExchangeResponse) MarshalProtoText() string

func (*SSOCodeExchangeResponse) MarshalToSizedBufferVT

func (m *SSOCodeExchangeResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*SSOCodeExchangeResponse) MarshalToVT

func (m *SSOCodeExchangeResponse) MarshalToVT(dAtA []byte) (int, error)

func (*SSOCodeExchangeResponse) MarshalVT

func (m *SSOCodeExchangeResponse) MarshalVT() (dAtA []byte, err error)

func (*SSOCodeExchangeResponse) ProtoMessage

func (*SSOCodeExchangeResponse) ProtoMessage()

func (*SSOCodeExchangeResponse) Reset

func (x *SSOCodeExchangeResponse) Reset()

func (*SSOCodeExchangeResponse) SizeVT

func (m *SSOCodeExchangeResponse) SizeVT() (n int)

func (*SSOCodeExchangeResponse) String

func (x *SSOCodeExchangeResponse) String() string

func (*SSOCodeExchangeResponse) UnmarshalJSON

func (x *SSOCodeExchangeResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the SSOCodeExchangeResponse from JSON.

func (*SSOCodeExchangeResponse) UnmarshalProtoJSON

func (x *SSOCodeExchangeResponse) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the SSOCodeExchangeResponse message from JSON.

func (*SSOCodeExchangeResponse) UnmarshalVT

func (m *SSOCodeExchangeResponse) UnmarshalVT(dAtA []byte) error

type SSOLinkAction

type SSOLinkAction struct {

	// Provider is the SSO provider name ("google" or "github").
	Provider string `protobuf:"bytes,1,opt,name=provider,proto3" json:"provider,omitempty"`
	// Code is the OAuth authorization code.
	Code string `protobuf:"bytes,2,opt,name=code,proto3" json:"code,omitempty"`
	// RedirectUri is the OAuth redirect URI used by the client.
	RedirectUri string `protobuf:"bytes,3,opt,name=redirect_uri,json=redirectUri,proto3" json:"redirectUri,omitempty"`
	// EncryptedPrivkey is the client-side wrapped private key PEM.
	EncryptedPrivkey []byte `protobuf:"bytes,4,opt,name=encrypted_privkey,json=encryptedPrivkey,proto3" json:"encryptedPrivkey,omitempty"`
	// PeerId is the peer ID derived from the keypair.
	PeerId string `protobuf:"bytes,5,opt,name=peer_id,json=peerId,proto3" json:"peerId,omitempty"`
	// AuthParams is the serialized CustodiedKeyParams.
	AuthParams []byte `protobuf:"bytes,6,opt,name=auth_params,json=authParams,proto3" json:"authParams,omitempty"`
	// contains filtered or unexported fields
}

SSOLinkAction is the action body for SSO link multi-sig requests.

func (*SSOLinkAction) CloneMessageVT

func (m *SSOLinkAction) CloneMessageVT() protobuf_go_lite.CloneMessage

func (*SSOLinkAction) CloneVT

func (m *SSOLinkAction) CloneVT() *SSOLinkAction

func (*SSOLinkAction) EqualMessageVT

func (this *SSOLinkAction) EqualMessageVT(thatMsg any) bool

func (*SSOLinkAction) EqualVT

func (this *SSOLinkAction) EqualVT(that *SSOLinkAction) bool

func (*SSOLinkAction) GetAuthParams

func (x *SSOLinkAction) GetAuthParams() []byte

func (*SSOLinkAction) GetCode

func (x *SSOLinkAction) GetCode() string

func (*SSOLinkAction) GetEncryptedPrivkey

func (x *SSOLinkAction) GetEncryptedPrivkey() []byte

func (*SSOLinkAction) GetPeerId

func (x *SSOLinkAction) GetPeerId() string

func (*SSOLinkAction) GetProvider

func (x *SSOLinkAction) GetProvider() string

func (*SSOLinkAction) GetRedirectUri

func (x *SSOLinkAction) GetRedirectUri() string

func (*SSOLinkAction) MarshalJSON

func (x *SSOLinkAction) MarshalJSON() ([]byte, error)

MarshalJSON marshals the SSOLinkAction to JSON.

func (*SSOLinkAction) MarshalProtoJSON

func (x *SSOLinkAction) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the SSOLinkAction message to JSON.

func (*SSOLinkAction) MarshalProtoText

func (x *SSOLinkAction) MarshalProtoText() string

func (*SSOLinkAction) MarshalToSizedBufferVT

func (m *SSOLinkAction) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*SSOLinkAction) MarshalToVT

func (m *SSOLinkAction) MarshalToVT(dAtA []byte) (int, error)

func (*SSOLinkAction) MarshalVT

func (m *SSOLinkAction) MarshalVT() (dAtA []byte, err error)

func (*SSOLinkAction) ProtoMessage

func (*SSOLinkAction) ProtoMessage()

func (*SSOLinkAction) Reset

func (x *SSOLinkAction) Reset()

func (*SSOLinkAction) SizeVT

func (m *SSOLinkAction) SizeVT() (n int)

func (*SSOLinkAction) String

func (x *SSOLinkAction) String() string

func (*SSOLinkAction) UnmarshalJSON

func (x *SSOLinkAction) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the SSOLinkAction from JSON.

func (*SSOLinkAction) UnmarshalProtoJSON

func (x *SSOLinkAction) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the SSOLinkAction message from JSON.

func (*SSOLinkAction) UnmarshalVT

func (m *SSOLinkAction) UnmarshalVT(dAtA []byte) error

type SessionEvent

type SessionEvent struct {

	// Type is the event type (e.g. "so_access_revoked", "so_deleted").
	Type string `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"`
	// SoId is the shared object ID related to this event.
	SoId string `protobuf:"bytes,2,opt,name=so_id,json=soId,proto3" json:"soId,omitempty"`
	// Payload is optional event-specific protobuf binary data.
	Payload []byte `protobuf:"bytes,3,opt,name=payload,proto3" json:"payload,omitempty"`
	// contains filtered or unexported fields
}

SessionEvent is a session-level event notification.

func (*SessionEvent) CloneMessageVT

func (m *SessionEvent) CloneMessageVT() protobuf_go_lite.CloneMessage

func (*SessionEvent) CloneVT

func (m *SessionEvent) CloneVT() *SessionEvent

func (*SessionEvent) EqualMessageVT

func (this *SessionEvent) EqualMessageVT(thatMsg any) bool

func (*SessionEvent) EqualVT

func (this *SessionEvent) EqualVT(that *SessionEvent) bool

func (*SessionEvent) GetPayload

func (x *SessionEvent) GetPayload() []byte

func (*SessionEvent) GetSoId

func (x *SessionEvent) GetSoId() string

func (*SessionEvent) GetType

func (x *SessionEvent) GetType() string

func (*SessionEvent) MarshalJSON

func (x *SessionEvent) MarshalJSON() ([]byte, error)

MarshalJSON marshals the SessionEvent to JSON.

func (*SessionEvent) MarshalProtoJSON

func (x *SessionEvent) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the SessionEvent message to JSON.

func (*SessionEvent) MarshalProtoText

func (x *SessionEvent) MarshalProtoText() string

func (*SessionEvent) MarshalToSizedBufferVT

func (m *SessionEvent) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*SessionEvent) MarshalToVT

func (m *SessionEvent) MarshalToVT(dAtA []byte) (int, error)

func (*SessionEvent) MarshalVT

func (m *SessionEvent) MarshalVT() (dAtA []byte, err error)

func (*SessionEvent) ProtoMessage

func (*SessionEvent) ProtoMessage()

func (*SessionEvent) Reset

func (x *SessionEvent) Reset()

func (*SessionEvent) SizeVT

func (m *SessionEvent) SizeVT() (n int)

func (*SessionEvent) String

func (x *SessionEvent) String() string

func (*SessionEvent) UnmarshalJSON

func (x *SessionEvent) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the SessionEvent from JSON.

func (*SessionEvent) UnmarshalProtoJSON

func (x *SessionEvent) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the SessionEvent message from JSON.

func (*SessionEvent) UnmarshalVT

func (m *SessionEvent) UnmarshalVT(dAtA []byte) error

type SessionMessage

type SessionMessage struct {

	// Body is the session message payload.
	//
	// Types that are assignable to Body:
	//
	//	*SessionMessage_SoUpdate
	//	*SessionMessage_SoListUpdate
	//	*SessionMessage_SessionEvent
	Body isSessionMessage_Body `protobuf_oneof:"body"`
	// contains filtered or unexported fields
}

SessionMessage is the multiplexed WebSocket envelope sent from Session DO to connected clients. Wraps SO-specific messages with so_id for demultiplexing.

func (*SessionMessage) CloneMessageVT

func (m *SessionMessage) CloneMessageVT() protobuf_go_lite.CloneMessage

func (*SessionMessage) CloneVT

func (m *SessionMessage) CloneVT() *SessionMessage

func (*SessionMessage) EqualMessageVT

func (this *SessionMessage) EqualMessageVT(thatMsg any) bool

func (*SessionMessage) EqualVT

func (this *SessionMessage) EqualVT(that *SessionMessage) bool

func (*SessionMessage) GetBody

func (m *SessionMessage) GetBody() isSessionMessage_Body

func (*SessionMessage) GetSessionEvent

func (x *SessionMessage) GetSessionEvent() *SessionEvent

func (*SessionMessage) GetSoListUpdate

func (x *SessionMessage) GetSoListUpdate() *sobject.SharedObjectList

func (*SessionMessage) GetSoUpdate

func (x *SessionMessage) GetSoUpdate() *SOSessionUpdate

func (*SessionMessage) MarshalJSON

func (x *SessionMessage) MarshalJSON() ([]byte, error)

MarshalJSON marshals the SessionMessage to JSON.

func (*SessionMessage) MarshalProtoJSON

func (x *SessionMessage) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the SessionMessage message to JSON.

func (*SessionMessage) MarshalProtoText

func (x *SessionMessage) MarshalProtoText() string

func (*SessionMessage) MarshalToSizedBufferVT

func (m *SessionMessage) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*SessionMessage) MarshalToVT

func (m *SessionMessage) MarshalToVT(dAtA []byte) (int, error)

func (*SessionMessage) MarshalVT

func (m *SessionMessage) MarshalVT() (dAtA []byte, err error)

func (*SessionMessage) ProtoMessage

func (*SessionMessage) ProtoMessage()

func (*SessionMessage) Reset

func (x *SessionMessage) Reset()

func (*SessionMessage) SizeVT

func (m *SessionMessage) SizeVT() (n int)

func (*SessionMessage) String

func (x *SessionMessage) String() string

func (*SessionMessage) UnmarshalJSON

func (x *SessionMessage) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the SessionMessage from JSON.

func (*SessionMessage) UnmarshalProtoJSON

func (x *SessionMessage) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the SessionMessage message from JSON.

func (*SessionMessage) UnmarshalVT

func (m *SessionMessage) UnmarshalVT(dAtA []byte) error

type SessionMessage_SessionEvent

type SessionMessage_SessionEvent struct {
	// SessionEvent is a session-level event.
	SessionEvent *SessionEvent `protobuf:"bytes,3,opt,name=session_event,json=sessionEvent,proto3,oneof"`
}

func (*SessionMessage_SessionEvent) CloneOneofVT

func (m *SessionMessage_SessionEvent) CloneOneofVT() isSessionMessage_Body

func (*SessionMessage_SessionEvent) CloneVT

func (*SessionMessage_SessionEvent) EqualVT

func (this *SessionMessage_SessionEvent) EqualVT(thatIface isSessionMessage_Body) bool

func (*SessionMessage_SessionEvent) MarshalToSizedBufferVT

func (m *SessionMessage_SessionEvent) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*SessionMessage_SessionEvent) MarshalToVT

func (m *SessionMessage_SessionEvent) MarshalToVT(dAtA []byte) (int, error)

func (*SessionMessage_SessionEvent) SizeVT

func (m *SessionMessage_SessionEvent) SizeVT() (n int)

type SessionMessage_SoListUpdate

type SessionMessage_SoListUpdate struct {
	// SoListUpdate is an updated list of shared objects.
	SoListUpdate *sobject.SharedObjectList `protobuf:"bytes,2,opt,name=so_list_update,json=soListUpdate,proto3,oneof"`
}

func (*SessionMessage_SoListUpdate) CloneOneofVT

func (m *SessionMessage_SoListUpdate) CloneOneofVT() isSessionMessage_Body

func (*SessionMessage_SoListUpdate) CloneVT

func (*SessionMessage_SoListUpdate) EqualVT

func (this *SessionMessage_SoListUpdate) EqualVT(thatIface isSessionMessage_Body) bool

func (*SessionMessage_SoListUpdate) MarshalToSizedBufferVT

func (m *SessionMessage_SoListUpdate) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*SessionMessage_SoListUpdate) MarshalToVT

func (m *SessionMessage_SoListUpdate) MarshalToVT(dAtA []byte) (int, error)

func (*SessionMessage_SoListUpdate) SizeVT

func (m *SessionMessage_SoListUpdate) SizeVT() (n int)

type SessionMessage_SoUpdate

type SessionMessage_SoUpdate struct {
	// SoUpdate is a shared object state update relayed from SO DO.
	SoUpdate *SOSessionUpdate `protobuf:"bytes,1,opt,name=so_update,json=soUpdate,proto3,oneof"`
}

func (*SessionMessage_SoUpdate) CloneOneofVT

func (m *SessionMessage_SoUpdate) CloneOneofVT() isSessionMessage_Body

func (*SessionMessage_SoUpdate) CloneVT

func (*SessionMessage_SoUpdate) EqualVT

func (this *SessionMessage_SoUpdate) EqualVT(thatIface isSessionMessage_Body) bool

func (*SessionMessage_SoUpdate) MarshalToSizedBufferVT

func (m *SessionMessage_SoUpdate) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*SessionMessage_SoUpdate) MarshalToVT

func (m *SessionMessage_SoUpdate) MarshalToVT(dAtA []byte) (int, error)

func (*SessionMessage_SoUpdate) SizeVT

func (m *SessionMessage_SoUpdate) SizeVT() (n int)

type SessionRevokeResult

type SessionRevokeResult struct {

	// Revoked indicates the session row was deleted.
	Revoked bool `protobuf:"varint,1,opt,name=revoked,proto3" json:"revoked,omitempty"`
	// contains filtered or unexported fields
}

SessionRevokeResult is the multi-sig response payload for session revoke.

func (*SessionRevokeResult) CloneMessageVT

func (*SessionRevokeResult) CloneVT

func (*SessionRevokeResult) EqualMessageVT

func (this *SessionRevokeResult) EqualMessageVT(thatMsg any) bool

func (*SessionRevokeResult) EqualVT

func (this *SessionRevokeResult) EqualVT(that *SessionRevokeResult) bool

func (*SessionRevokeResult) GetRevoked

func (x *SessionRevokeResult) GetRevoked() bool

func (*SessionRevokeResult) MarshalJSON

func (x *SessionRevokeResult) MarshalJSON() ([]byte, error)

MarshalJSON marshals the SessionRevokeResult to JSON.

func (*SessionRevokeResult) MarshalProtoJSON

func (x *SessionRevokeResult) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the SessionRevokeResult message to JSON.

func (*SessionRevokeResult) MarshalProtoText

func (x *SessionRevokeResult) MarshalProtoText() string

func (*SessionRevokeResult) MarshalToSizedBufferVT

func (m *SessionRevokeResult) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*SessionRevokeResult) MarshalToVT

func (m *SessionRevokeResult) MarshalToVT(dAtA []byte) (int, error)

func (*SessionRevokeResult) MarshalVT

func (m *SessionRevokeResult) MarshalVT() (dAtA []byte, err error)

func (*SessionRevokeResult) ProtoMessage

func (*SessionRevokeResult) ProtoMessage()

func (*SessionRevokeResult) Reset

func (x *SessionRevokeResult) Reset()

func (*SessionRevokeResult) SizeVT

func (m *SessionRevokeResult) SizeVT() (n int)

func (*SessionRevokeResult) String

func (x *SessionRevokeResult) String() string

func (*SessionRevokeResult) UnmarshalJSON

func (x *SessionRevokeResult) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the SessionRevokeResult from JSON.

func (*SessionRevokeResult) UnmarshalProtoJSON

func (x *SessionRevokeResult) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the SessionRevokeResult message from JSON.

func (*SessionRevokeResult) UnmarshalVT

func (m *SessionRevokeResult) UnmarshalVT(dAtA []byte) error

type SessionTicketRequest

type SessionTicketRequest struct {
	// contains filtered or unexported fields
}

SessionTicketRequest is the request body for POST /api/session/ticket. No fields; the ticket is issued for the authenticated session.

func (*SessionTicketRequest) CloneMessageVT

func (*SessionTicketRequest) CloneVT

func (*SessionTicketRequest) EqualMessageVT

func (this *SessionTicketRequest) EqualMessageVT(thatMsg any) bool

func (*SessionTicketRequest) EqualVT

func (this *SessionTicketRequest) EqualVT(that *SessionTicketRequest) bool

func (*SessionTicketRequest) MarshalJSON

func (x *SessionTicketRequest) MarshalJSON() ([]byte, error)

MarshalJSON marshals the SessionTicketRequest to JSON.

func (*SessionTicketRequest) MarshalProtoJSON

func (x *SessionTicketRequest) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the SessionTicketRequest message to JSON.

func (*SessionTicketRequest) MarshalProtoText

func (x *SessionTicketRequest) MarshalProtoText() string

func (*SessionTicketRequest) MarshalToSizedBufferVT

func (m *SessionTicketRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*SessionTicketRequest) MarshalToVT

func (m *SessionTicketRequest) MarshalToVT(dAtA []byte) (int, error)

func (*SessionTicketRequest) MarshalVT

func (m *SessionTicketRequest) MarshalVT() (dAtA []byte, err error)

func (*SessionTicketRequest) ProtoMessage

func (*SessionTicketRequest) ProtoMessage()

func (*SessionTicketRequest) Reset

func (x *SessionTicketRequest) Reset()

func (*SessionTicketRequest) SizeVT

func (m *SessionTicketRequest) SizeVT() (n int)

func (*SessionTicketRequest) String

func (x *SessionTicketRequest) String() string

func (*SessionTicketRequest) UnmarshalJSON

func (x *SessionTicketRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the SessionTicketRequest from JSON.

func (*SessionTicketRequest) UnmarshalProtoJSON

func (x *SessionTicketRequest) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the SessionTicketRequest message from JSON.

func (*SessionTicketRequest) UnmarshalVT

func (m *SessionTicketRequest) UnmarshalVT(dAtA []byte) error

type SetPrimaryEmailRequest

type SetPrimaryEmailRequest struct {

	// Email is the verified email address to promote to primary.
	Email string `protobuf:"bytes,1,opt,name=email,proto3" json:"email,omitempty"`
	// contains filtered or unexported fields
}

SetPrimaryEmailRequest is the request body for POST /account/emails/primary.

func (*SetPrimaryEmailRequest) CloneMessageVT

func (*SetPrimaryEmailRequest) CloneVT

func (*SetPrimaryEmailRequest) EqualMessageVT

func (this *SetPrimaryEmailRequest) EqualMessageVT(thatMsg any) bool

func (*SetPrimaryEmailRequest) EqualVT

func (this *SetPrimaryEmailRequest) EqualVT(that *SetPrimaryEmailRequest) bool

func (*SetPrimaryEmailRequest) GetEmail

func (x *SetPrimaryEmailRequest) GetEmail() string

func (*SetPrimaryEmailRequest) MarshalJSON

func (x *SetPrimaryEmailRequest) MarshalJSON() ([]byte, error)

MarshalJSON marshals the SetPrimaryEmailRequest to JSON.

func (*SetPrimaryEmailRequest) MarshalProtoJSON

func (x *SetPrimaryEmailRequest) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the SetPrimaryEmailRequest message to JSON.

func (*SetPrimaryEmailRequest) MarshalProtoText

func (x *SetPrimaryEmailRequest) MarshalProtoText() string

func (*SetPrimaryEmailRequest) MarshalToSizedBufferVT

func (m *SetPrimaryEmailRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*SetPrimaryEmailRequest) MarshalToVT

func (m *SetPrimaryEmailRequest) MarshalToVT(dAtA []byte) (int, error)

func (*SetPrimaryEmailRequest) MarshalVT

func (m *SetPrimaryEmailRequest) MarshalVT() (dAtA []byte, err error)

func (*SetPrimaryEmailRequest) ProtoMessage

func (*SetPrimaryEmailRequest) ProtoMessage()

func (*SetPrimaryEmailRequest) Reset

func (x *SetPrimaryEmailRequest) Reset()

func (*SetPrimaryEmailRequest) SizeVT

func (m *SetPrimaryEmailRequest) SizeVT() (n int)

func (*SetPrimaryEmailRequest) String

func (x *SetPrimaryEmailRequest) String() string

func (*SetPrimaryEmailRequest) UnmarshalJSON

func (x *SetPrimaryEmailRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the SetPrimaryEmailRequest from JSON.

func (*SetPrimaryEmailRequest) UnmarshalProtoJSON

func (x *SetPrimaryEmailRequest) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the SetPrimaryEmailRequest message from JSON.

func (*SetPrimaryEmailRequest) UnmarshalVT

func (m *SetPrimaryEmailRequest) UnmarshalVT(dAtA []byte) error

type SetPrimaryEmailResponse

type SetPrimaryEmailResponse struct {

	// Primary is the email that is now primary after the call.
	Primary string `protobuf:"bytes,1,opt,name=primary,proto3" json:"primary,omitempty"`
	// contains filtered or unexported fields
}

SetPrimaryEmailResponse is the response body for POST /account/emails/primary.

func (*SetPrimaryEmailResponse) CloneMessageVT

func (*SetPrimaryEmailResponse) CloneVT

func (*SetPrimaryEmailResponse) EqualMessageVT

func (this *SetPrimaryEmailResponse) EqualMessageVT(thatMsg any) bool

func (*SetPrimaryEmailResponse) EqualVT

func (*SetPrimaryEmailResponse) GetPrimary

func (x *SetPrimaryEmailResponse) GetPrimary() string

func (*SetPrimaryEmailResponse) MarshalJSON

func (x *SetPrimaryEmailResponse) MarshalJSON() ([]byte, error)

MarshalJSON marshals the SetPrimaryEmailResponse to JSON.

func (*SetPrimaryEmailResponse) MarshalProtoJSON

func (x *SetPrimaryEmailResponse) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the SetPrimaryEmailResponse message to JSON.

func (*SetPrimaryEmailResponse) MarshalProtoText

func (x *SetPrimaryEmailResponse) MarshalProtoText() string

func (*SetPrimaryEmailResponse) MarshalToSizedBufferVT

func (m *SetPrimaryEmailResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*SetPrimaryEmailResponse) MarshalToVT

func (m *SetPrimaryEmailResponse) MarshalToVT(dAtA []byte) (int, error)

func (*SetPrimaryEmailResponse) MarshalVT

func (m *SetPrimaryEmailResponse) MarshalVT() (dAtA []byte, err error)

func (*SetPrimaryEmailResponse) ProtoMessage

func (*SetPrimaryEmailResponse) ProtoMessage()

func (*SetPrimaryEmailResponse) Reset

func (x *SetPrimaryEmailResponse) Reset()

func (*SetPrimaryEmailResponse) SizeVT

func (m *SetPrimaryEmailResponse) SizeVT() (n int)

func (*SetPrimaryEmailResponse) String

func (x *SetPrimaryEmailResponse) String() string

func (*SetPrimaryEmailResponse) UnmarshalJSON

func (x *SetPrimaryEmailResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the SetPrimaryEmailResponse from JSON.

func (*SetPrimaryEmailResponse) UnmarshalProtoJSON

func (x *SetPrimaryEmailResponse) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the SetPrimaryEmailResponse message from JSON.

func (*SetPrimaryEmailResponse) UnmarshalVT

func (m *SetPrimaryEmailResponse) UnmarshalVT(dAtA []byte) error

type SignalTicketResponse

type SignalTicketResponse struct {

	// Token is the JWT token for WebSocket signal authentication.
	Token string `protobuf:"bytes,1,opt,name=token,proto3" json:"token,omitempty"`
	// contains filtered or unexported fields
}

SignalTicketResponse is the response body for POST /signal/ticket.

func (*SignalTicketResponse) CloneMessageVT

func (*SignalTicketResponse) CloneVT

func (*SignalTicketResponse) EqualMessageVT

func (this *SignalTicketResponse) EqualMessageVT(thatMsg any) bool

func (*SignalTicketResponse) EqualVT

func (this *SignalTicketResponse) EqualVT(that *SignalTicketResponse) bool

func (*SignalTicketResponse) GetToken

func (x *SignalTicketResponse) GetToken() string

func (*SignalTicketResponse) MarshalJSON

func (x *SignalTicketResponse) MarshalJSON() ([]byte, error)

MarshalJSON marshals the SignalTicketResponse to JSON.

func (*SignalTicketResponse) MarshalProtoJSON

func (x *SignalTicketResponse) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the SignalTicketResponse message to JSON.

func (*SignalTicketResponse) MarshalProtoText

func (x *SignalTicketResponse) MarshalProtoText() string

func (*SignalTicketResponse) MarshalToSizedBufferVT

func (m *SignalTicketResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*SignalTicketResponse) MarshalToVT

func (m *SignalTicketResponse) MarshalToVT(dAtA []byte) (int, error)

func (*SignalTicketResponse) MarshalVT

func (m *SignalTicketResponse) MarshalVT() (dAtA []byte, err error)

func (*SignalTicketResponse) ProtoMessage

func (*SignalTicketResponse) ProtoMessage()

func (*SignalTicketResponse) Reset

func (x *SignalTicketResponse) Reset()

func (*SignalTicketResponse) SizeVT

func (m *SignalTicketResponse) SizeVT() (n int)

func (*SignalTicketResponse) String

func (x *SignalTicketResponse) String() string

func (*SignalTicketResponse) UnmarshalJSON

func (x *SignalTicketResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the SignalTicketResponse from JSON.

func (*SignalTicketResponse) UnmarshalProtoJSON

func (x *SignalTicketResponse) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the SignalTicketResponse message from JSON.

func (*SignalTicketResponse) UnmarshalVT

func (m *SignalTicketResponse) UnmarshalVT(dAtA []byte) error

type SigningPayload

type SigningPayload struct {

	// EnvPrefix is the environment prefix (e.g., "prod", "dev").
	EnvPrefix string `protobuf:"bytes,1,opt,name=env_prefix,json=envPrefix,proto3" json:"envPrefix,omitempty"`
	// Method is the HTTP method (e.g., "GET", "POST").
	Method string `protobuf:"bytes,2,opt,name=method,proto3" json:"method,omitempty"`
	// Path is the URL path (e.g., "/sync/push").
	Path string `protobuf:"bytes,3,opt,name=path,proto3" json:"path,omitempty"`
	// TimestampMs is the request timestamp in milliseconds since epoch.
	TimestampMs int64 `protobuf:"varint,4,opt,name=timestamp_ms,json=timestampMs,proto3" json:"timestampMs,omitempty"`
	// ContentLength is the Content-Length of the request body.
	ContentLength int64 `protobuf:"varint,5,opt,name=content_length,json=contentLength,proto3" json:"contentLength,omitempty"`
	// BodyHashHex is the hex-encoded SHA-256 hash of the request body.
	BodyHashHex string `protobuf:"bytes,6,opt,name=body_hash_hex,json=bodyHashHex,proto3" json:"bodyHashHex,omitempty"`
	// SignedHeaders is the sorted comma-separated "key=value" signed header pairs.
	SignedHeaders string `protobuf:"bytes,7,opt,name=signed_headers,json=signedHeaders,proto3" json:"signedHeaders,omitempty"`
	// contains filtered or unexported fields
}

SigningPayload is the message whose binary serialization is signed for request authentication. Both Go client and TS server construct this message identically and serialize to binary for signing/verification.

func (*SigningPayload) CloneMessageVT

func (m *SigningPayload) CloneMessageVT() protobuf_go_lite.CloneMessage

func (*SigningPayload) CloneVT

func (m *SigningPayload) CloneVT() *SigningPayload

func (*SigningPayload) EqualMessageVT

func (this *SigningPayload) EqualMessageVT(thatMsg any) bool

func (*SigningPayload) EqualVT

func (this *SigningPayload) EqualVT(that *SigningPayload) bool

func (*SigningPayload) GetBodyHashHex

func (x *SigningPayload) GetBodyHashHex() string

func (*SigningPayload) GetContentLength

func (x *SigningPayload) GetContentLength() int64

func (*SigningPayload) GetEnvPrefix

func (x *SigningPayload) GetEnvPrefix() string

func (*SigningPayload) GetMethod

func (x *SigningPayload) GetMethod() string

func (*SigningPayload) GetPath

func (x *SigningPayload) GetPath() string

func (*SigningPayload) GetSignedHeaders

func (x *SigningPayload) GetSignedHeaders() string

func (*SigningPayload) GetTimestampMs

func (x *SigningPayload) GetTimestampMs() int64

func (*SigningPayload) MarshalJSON

func (x *SigningPayload) MarshalJSON() ([]byte, error)

MarshalJSON marshals the SigningPayload to JSON.

func (*SigningPayload) MarshalProtoJSON

func (x *SigningPayload) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the SigningPayload message to JSON.

func (*SigningPayload) MarshalProtoText

func (x *SigningPayload) MarshalProtoText() string

func (*SigningPayload) MarshalToSizedBufferVT

func (m *SigningPayload) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*SigningPayload) MarshalToVT

func (m *SigningPayload) MarshalToVT(dAtA []byte) (int, error)

func (*SigningPayload) MarshalVT

func (m *SigningPayload) MarshalVT() (dAtA []byte, err error)

func (*SigningPayload) ProtoMessage

func (*SigningPayload) ProtoMessage()

func (*SigningPayload) Reset

func (x *SigningPayload) Reset()

func (*SigningPayload) SizeVT

func (m *SigningPayload) SizeVT() (n int)

func (*SigningPayload) String

func (x *SigningPayload) String() string

func (*SigningPayload) UnmarshalJSON

func (x *SigningPayload) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the SigningPayload from JSON.

func (*SigningPayload) UnmarshalProtoJSON

func (x *SigningPayload) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the SigningPayload message from JSON.

func (*SigningPayload) UnmarshalVT

func (m *SigningPayload) UnmarshalVT(dAtA []byte) error

type SpaceMetadataResponse

type SpaceMetadataResponse struct {

	// OwnerType is the owner principal type ("account" or "organization").
	OwnerType string `protobuf:"bytes,1,opt,name=owner_type,json=ownerType,proto3" json:"ownerType,omitempty"`
	// DisplayName is the display name of the shared object.
	DisplayName string `protobuf:"bytes,2,opt,name=display_name,json=displayName,proto3" json:"displayName,omitempty"`
	// ObjectType is the type of the shared object.
	ObjectType string `protobuf:"bytes,3,opt,name=object_type,json=objectType,proto3" json:"objectType,omitempty"`
	// PublicRead marks the shared object as publicly readable. When true, the
	// Worker routes sync/push writes into CDN_PACK_STORE and regenerates a
	// root.packedmsg artifact alongside the pack bytes; clients read pack bytes
	// and the root pointer directly from cdn.spacewave.app. The Worker does not
	// expose anonymous REST reads. All writes remain authenticated regardless.
	PublicRead bool `protobuf:"varint,4,opt,name=public_read,json=publicRead,proto3" json:"publicRead,omitempty"`
	// OwnerId is the owner principal id (account id or organization id).
	OwnerId string `protobuf:"bytes,5,opt,name=owner_id,json=ownerId,proto3" json:"ownerId,omitempty"`
	// contains filtered or unexported fields
}

SpaceMetadataResponse is the response body for GET /sobject/:id/meta.

func (*SpaceMetadataResponse) CloneMessageVT

func (*SpaceMetadataResponse) CloneVT

func (*SpaceMetadataResponse) EqualMessageVT

func (this *SpaceMetadataResponse) EqualMessageVT(thatMsg any) bool

func (*SpaceMetadataResponse) EqualVT

func (this *SpaceMetadataResponse) EqualVT(that *SpaceMetadataResponse) bool

func (*SpaceMetadataResponse) GetDisplayName

func (x *SpaceMetadataResponse) GetDisplayName() string

func (*SpaceMetadataResponse) GetObjectType

func (x *SpaceMetadataResponse) GetObjectType() string

func (*SpaceMetadataResponse) GetOwnerId

func (x *SpaceMetadataResponse) GetOwnerId() string

func (*SpaceMetadataResponse) GetOwnerType

func (x *SpaceMetadataResponse) GetOwnerType() string

func (*SpaceMetadataResponse) GetPublicRead

func (x *SpaceMetadataResponse) GetPublicRead() bool

func (*SpaceMetadataResponse) MarshalJSON

func (x *SpaceMetadataResponse) MarshalJSON() ([]byte, error)

MarshalJSON marshals the SpaceMetadataResponse to JSON.

func (*SpaceMetadataResponse) MarshalProtoJSON

func (x *SpaceMetadataResponse) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the SpaceMetadataResponse message to JSON.

func (*SpaceMetadataResponse) MarshalProtoText

func (x *SpaceMetadataResponse) MarshalProtoText() string

func (*SpaceMetadataResponse) MarshalToSizedBufferVT

func (m *SpaceMetadataResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*SpaceMetadataResponse) MarshalToVT

func (m *SpaceMetadataResponse) MarshalToVT(dAtA []byte) (int, error)

func (*SpaceMetadataResponse) MarshalVT

func (m *SpaceMetadataResponse) MarshalVT() (dAtA []byte, err error)

func (*SpaceMetadataResponse) ProtoMessage

func (*SpaceMetadataResponse) ProtoMessage()

func (*SpaceMetadataResponse) Reset

func (x *SpaceMetadataResponse) Reset()

func (*SpaceMetadataResponse) SizeVT

func (m *SpaceMetadataResponse) SizeVT() (n int)

func (*SpaceMetadataResponse) String

func (x *SpaceMetadataResponse) String() string

func (*SpaceMetadataResponse) UnmarshalJSON

func (x *SpaceMetadataResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the SpaceMetadataResponse from JSON.

func (*SpaceMetadataResponse) UnmarshalProtoJSON

func (x *SpaceMetadataResponse) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the SpaceMetadataResponse message from JSON.

func (*SpaceMetadataResponse) UnmarshalVT

func (m *SpaceMetadataResponse) UnmarshalVT(dAtA []byte) error

type SsoCallbackResult

type SsoCallbackResult struct {

	// Linked indicates the SSO identity was matched to an existing account.
	Linked bool `protobuf:"varint,1,opt,name=linked,proto3" json:"linked,omitempty"`
	// Provider is the SSO provider name ("google" or "github").
	Provider string `protobuf:"bytes,2,opt,name=provider,proto3" json:"provider,omitempty"`
	// Email is the OAuth provider email, when available.
	Email string `protobuf:"bytes,3,opt,name=email,proto3" json:"email,omitempty"`
	// Sub is the provider-specific subject identifier.
	Sub string `protobuf:"bytes,4,opt,name=sub,proto3" json:"sub,omitempty"`
	// AccountId is the matched cloud account ULID, when linked.
	AccountId string `protobuf:"bytes,5,opt,name=account_id,json=accountId,proto3" json:"accountId,omitempty"`
	// EntityId is the cloud username, when linked.
	EntityId string `protobuf:"bytes,6,opt,name=entity_id,json=entityId,proto3" json:"entityId,omitempty"`
	// Username is the suggested username, for new-account flows.
	Username string `protobuf:"bytes,7,opt,name=username,proto3" json:"username,omitempty"`
	// EncryptedBlob is the entity key encrypted to the device pubkey or to a
	// PIN-derived key, depending on flow.
	EncryptedBlob string `protobuf:"bytes,8,opt,name=encrypted_blob,json=encryptedBlob,proto3" json:"encryptedBlob,omitempty"`
	// PinWrapped indicates the encrypted blob is wrapped with a PIN-derived key.
	PinWrapped bool `protobuf:"varint,9,opt,name=pin_wrapped,json=pinWrapped,proto3" json:"pinWrapped,omitempty"`
	// AuthParams is the base64-encoded authentication parameters.
	AuthParams string `protobuf:"bytes,10,opt,name=auth_params,json=authParams,proto3" json:"authParams,omitempty"`
	// Error is a human-readable error message, when the callback failed.
	Error string `protobuf:"bytes,11,opt,name=error,proto3" json:"error,omitempty"`
	// DeviceEncrypted indicates the encrypted blob is encrypted to a device key.
	DeviceEncrypted bool `protobuf:"varint,12,opt,name=device_encrypted,json=deviceEncrypted,proto3" json:"deviceEncrypted,omitempty"`
	// contains filtered or unexported fields
}

SsoCallbackResult is the SSO callback payload pushed to the auth-session WebSocket after an OAuth provider redirect. Mirrors the cloud SSOResult shape on the wire.

func (*SsoCallbackResult) CloneMessageVT

func (m *SsoCallbackResult) CloneMessageVT() protobuf_go_lite.CloneMessage

func (*SsoCallbackResult) CloneVT

func (m *SsoCallbackResult) CloneVT() *SsoCallbackResult

func (*SsoCallbackResult) EqualMessageVT

func (this *SsoCallbackResult) EqualMessageVT(thatMsg any) bool

func (*SsoCallbackResult) EqualVT

func (this *SsoCallbackResult) EqualVT(that *SsoCallbackResult) bool

func (*SsoCallbackResult) GetAccountId

func (x *SsoCallbackResult) GetAccountId() string

func (*SsoCallbackResult) GetAuthParams

func (x *SsoCallbackResult) GetAuthParams() string

func (*SsoCallbackResult) GetDeviceEncrypted

func (x *SsoCallbackResult) GetDeviceEncrypted() bool

func (*SsoCallbackResult) GetEmail

func (x *SsoCallbackResult) GetEmail() string

func (*SsoCallbackResult) GetEncryptedBlob

func (x *SsoCallbackResult) GetEncryptedBlob() string

func (*SsoCallbackResult) GetEntityId

func (x *SsoCallbackResult) GetEntityId() string

func (*SsoCallbackResult) GetError

func (x *SsoCallbackResult) GetError() string

func (*SsoCallbackResult) GetLinked

func (x *SsoCallbackResult) GetLinked() bool

func (*SsoCallbackResult) GetPinWrapped

func (x *SsoCallbackResult) GetPinWrapped() bool

func (*SsoCallbackResult) GetProvider

func (x *SsoCallbackResult) GetProvider() string

func (*SsoCallbackResult) GetSub

func (x *SsoCallbackResult) GetSub() string

func (*SsoCallbackResult) GetUsername

func (x *SsoCallbackResult) GetUsername() string

func (*SsoCallbackResult) MarshalJSON

func (x *SsoCallbackResult) MarshalJSON() ([]byte, error)

MarshalJSON marshals the SsoCallbackResult to JSON.

func (*SsoCallbackResult) MarshalProtoJSON

func (x *SsoCallbackResult) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the SsoCallbackResult message to JSON.

func (*SsoCallbackResult) MarshalProtoText

func (x *SsoCallbackResult) MarshalProtoText() string

func (*SsoCallbackResult) MarshalToSizedBufferVT

func (m *SsoCallbackResult) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*SsoCallbackResult) MarshalToVT

func (m *SsoCallbackResult) MarshalToVT(dAtA []byte) (int, error)

func (*SsoCallbackResult) MarshalVT

func (m *SsoCallbackResult) MarshalVT() (dAtA []byte, err error)

func (*SsoCallbackResult) ProtoMessage

func (*SsoCallbackResult) ProtoMessage()

func (*SsoCallbackResult) Reset

func (x *SsoCallbackResult) Reset()

func (*SsoCallbackResult) SizeVT

func (m *SsoCallbackResult) SizeVT() (n int)

func (*SsoCallbackResult) String

func (x *SsoCallbackResult) String() string

func (*SsoCallbackResult) UnmarshalJSON

func (x *SsoCallbackResult) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the SsoCallbackResult from JSON.

func (*SsoCallbackResult) UnmarshalProtoJSON

func (x *SsoCallbackResult) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the SsoCallbackResult message from JSON.

func (*SsoCallbackResult) UnmarshalVT

func (m *SsoCallbackResult) UnmarshalVT(dAtA []byte) error

type SsoLinkResult

type SsoLinkResult struct {

	// Linked indicates the SSO identity was linked to the account.
	Linked bool `protobuf:"varint,1,opt,name=linked,proto3" json:"linked,omitempty"`
	// Provider is the SSO provider name ("google" or "github").
	Provider string `protobuf:"bytes,2,opt,name=provider,proto3" json:"provider,omitempty"`
	// contains filtered or unexported fields
}

SsoLinkResult is the multi-sig response payload for sso link.

func (*SsoLinkResult) CloneMessageVT

func (m *SsoLinkResult) CloneMessageVT() protobuf_go_lite.CloneMessage

func (*SsoLinkResult) CloneVT

func (m *SsoLinkResult) CloneVT() *SsoLinkResult

func (*SsoLinkResult) EqualMessageVT

func (this *SsoLinkResult) EqualMessageVT(thatMsg any) bool

func (*SsoLinkResult) EqualVT

func (this *SsoLinkResult) EqualVT(that *SsoLinkResult) bool

func (*SsoLinkResult) GetLinked

func (x *SsoLinkResult) GetLinked() bool

func (*SsoLinkResult) GetProvider

func (x *SsoLinkResult) GetProvider() string

func (*SsoLinkResult) MarshalJSON

func (x *SsoLinkResult) MarshalJSON() ([]byte, error)

MarshalJSON marshals the SsoLinkResult to JSON.

func (*SsoLinkResult) MarshalProtoJSON

func (x *SsoLinkResult) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the SsoLinkResult message to JSON.

func (*SsoLinkResult) MarshalProtoText

func (x *SsoLinkResult) MarshalProtoText() string

func (*SsoLinkResult) MarshalToSizedBufferVT

func (m *SsoLinkResult) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*SsoLinkResult) MarshalToVT

func (m *SsoLinkResult) MarshalToVT(dAtA []byte) (int, error)

func (*SsoLinkResult) MarshalVT

func (m *SsoLinkResult) MarshalVT() (dAtA []byte, err error)

func (*SsoLinkResult) ProtoMessage

func (*SsoLinkResult) ProtoMessage()

func (*SsoLinkResult) Reset

func (x *SsoLinkResult) Reset()

func (*SsoLinkResult) SizeVT

func (m *SsoLinkResult) SizeVT() (n int)

func (*SsoLinkResult) String

func (x *SsoLinkResult) String() string

func (*SsoLinkResult) UnmarshalJSON

func (x *SsoLinkResult) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the SsoLinkResult from JSON.

func (*SsoLinkResult) UnmarshalProtoJSON

func (x *SsoLinkResult) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the SsoLinkResult message from JSON.

func (*SsoLinkResult) UnmarshalVT

func (m *SsoLinkResult) UnmarshalVT(dAtA []byte) error

type StartDesktopPasskeyReauthRequest

type StartDesktopPasskeyReauthRequest struct {

	// PeerId is the entity peer ID the reauth flow must authenticate.
	PeerId string `protobuf:"bytes,1,opt,name=peer_id,json=peerId,proto3" json:"peerId,omitempty"`
	// contains filtered or unexported fields
}

StartDesktopPasskeyReauthRequest is the request body for POST /auth/passkey/reauth/start.

func (*StartDesktopPasskeyReauthRequest) CloneMessageVT

func (*StartDesktopPasskeyReauthRequest) CloneVT

func (*StartDesktopPasskeyReauthRequest) EqualMessageVT

func (this *StartDesktopPasskeyReauthRequest) EqualMessageVT(thatMsg any) bool

func (*StartDesktopPasskeyReauthRequest) EqualVT

func (*StartDesktopPasskeyReauthRequest) GetPeerId

func (*StartDesktopPasskeyReauthRequest) MarshalJSON

func (x *StartDesktopPasskeyReauthRequest) MarshalJSON() ([]byte, error)

MarshalJSON marshals the StartDesktopPasskeyReauthRequest to JSON.

func (*StartDesktopPasskeyReauthRequest) MarshalProtoJSON

func (x *StartDesktopPasskeyReauthRequest) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the StartDesktopPasskeyReauthRequest message to JSON.

func (*StartDesktopPasskeyReauthRequest) MarshalProtoText

func (x *StartDesktopPasskeyReauthRequest) MarshalProtoText() string

func (*StartDesktopPasskeyReauthRequest) MarshalToSizedBufferVT

func (m *StartDesktopPasskeyReauthRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*StartDesktopPasskeyReauthRequest) MarshalToVT

func (m *StartDesktopPasskeyReauthRequest) MarshalToVT(dAtA []byte) (int, error)

func (*StartDesktopPasskeyReauthRequest) MarshalVT

func (m *StartDesktopPasskeyReauthRequest) MarshalVT() (dAtA []byte, err error)

func (*StartDesktopPasskeyReauthRequest) ProtoMessage

func (*StartDesktopPasskeyReauthRequest) ProtoMessage()

func (*StartDesktopPasskeyReauthRequest) Reset

func (*StartDesktopPasskeyReauthRequest) SizeVT

func (m *StartDesktopPasskeyReauthRequest) SizeVT() (n int)

func (*StartDesktopPasskeyReauthRequest) String

func (*StartDesktopPasskeyReauthRequest) UnmarshalJSON

func (x *StartDesktopPasskeyReauthRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the StartDesktopPasskeyReauthRequest from JSON.

func (*StartDesktopPasskeyReauthRequest) UnmarshalProtoJSON

func (x *StartDesktopPasskeyReauthRequest) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the StartDesktopPasskeyReauthRequest message from JSON.

func (*StartDesktopPasskeyReauthRequest) UnmarshalVT

func (m *StartDesktopPasskeyReauthRequest) UnmarshalVT(dAtA []byte) error

type SubmitMailboxEntryRequest

type SubmitMailboxEntryRequest struct {

	// InviteId is the invite being accepted.
	InviteId string `protobuf:"bytes,1,opt,name=invite_id,json=inviteId,proto3" json:"inviteId,omitempty"`
	// Token is the raw invite token proving possession of the invite.
	Token []byte `protobuf:"bytes,2,opt,name=token,proto3" json:"token,omitempty"`
	// JoinResponse is the signed join response from the invitee session.
	JoinResponse *sobject.SOJoinResponse `protobuf:"bytes,3,opt,name=join_response,json=joinResponse,proto3" json:"joinResponse,omitempty"`
	// TargetedEnvelope is the optional signed targeted invitation proof for
	// username-addressed invites.
	TargetedEnvelope *TargetedInvitationEnvelope `protobuf:"bytes,4,opt,name=targeted_envelope,json=targetedEnvelope,proto3" json:"targetedEnvelope,omitempty"`
	// contains filtered or unexported fields
}

SubmitMailboxEntryRequest is the request body for POST /sobject/:id/invite-mailbox.

func (*SubmitMailboxEntryRequest) CloneMessageVT

func (*SubmitMailboxEntryRequest) CloneVT

func (*SubmitMailboxEntryRequest) EqualMessageVT

func (this *SubmitMailboxEntryRequest) EqualMessageVT(thatMsg any) bool

func (*SubmitMailboxEntryRequest) EqualVT

func (*SubmitMailboxEntryRequest) GetInviteId

func (x *SubmitMailboxEntryRequest) GetInviteId() string

func (*SubmitMailboxEntryRequest) GetJoinResponse

func (x *SubmitMailboxEntryRequest) GetJoinResponse() *sobject.SOJoinResponse

func (*SubmitMailboxEntryRequest) GetTargetedEnvelope added in v0.51.2

func (x *SubmitMailboxEntryRequest) GetTargetedEnvelope() *TargetedInvitationEnvelope

func (*SubmitMailboxEntryRequest) GetToken

func (x *SubmitMailboxEntryRequest) GetToken() []byte

func (*SubmitMailboxEntryRequest) MarshalJSON

func (x *SubmitMailboxEntryRequest) MarshalJSON() ([]byte, error)

MarshalJSON marshals the SubmitMailboxEntryRequest to JSON.

func (*SubmitMailboxEntryRequest) MarshalProtoJSON

func (x *SubmitMailboxEntryRequest) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the SubmitMailboxEntryRequest message to JSON.

func (*SubmitMailboxEntryRequest) MarshalProtoText

func (x *SubmitMailboxEntryRequest) MarshalProtoText() string

func (*SubmitMailboxEntryRequest) MarshalToSizedBufferVT

func (m *SubmitMailboxEntryRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*SubmitMailboxEntryRequest) MarshalToVT

func (m *SubmitMailboxEntryRequest) MarshalToVT(dAtA []byte) (int, error)

func (*SubmitMailboxEntryRequest) MarshalVT

func (m *SubmitMailboxEntryRequest) MarshalVT() (dAtA []byte, err error)

func (*SubmitMailboxEntryRequest) ProtoMessage

func (*SubmitMailboxEntryRequest) ProtoMessage()

func (*SubmitMailboxEntryRequest) Reset

func (x *SubmitMailboxEntryRequest) Reset()

func (*SubmitMailboxEntryRequest) SizeVT

func (m *SubmitMailboxEntryRequest) SizeVT() (n int)

func (*SubmitMailboxEntryRequest) String

func (x *SubmitMailboxEntryRequest) String() string

func (*SubmitMailboxEntryRequest) UnmarshalJSON

func (x *SubmitMailboxEntryRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the SubmitMailboxEntryRequest from JSON.

func (*SubmitMailboxEntryRequest) UnmarshalProtoJSON

func (x *SubmitMailboxEntryRequest) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the SubmitMailboxEntryRequest message from JSON.

func (*SubmitMailboxEntryRequest) UnmarshalVT

func (m *SubmitMailboxEntryRequest) UnmarshalVT(dAtA []byte) error

type SubmitMailboxEntryResponse

type SubmitMailboxEntryResponse struct {

	// Id is the mailbox entry ID.
	Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	// Status is the current mailbox status for the entry.
	Status string `protobuf:"bytes,2,opt,name=status,proto3" json:"status,omitempty"`
	// contains filtered or unexported fields
}

SubmitMailboxEntryResponse is the response body for POST /sobject/:id/invite-mailbox.

func (*SubmitMailboxEntryResponse) CloneMessageVT

func (*SubmitMailboxEntryResponse) CloneVT

func (*SubmitMailboxEntryResponse) EqualMessageVT

func (this *SubmitMailboxEntryResponse) EqualMessageVT(thatMsg any) bool

func (*SubmitMailboxEntryResponse) EqualVT

func (*SubmitMailboxEntryResponse) GetId

func (x *SubmitMailboxEntryResponse) GetId() int64

func (*SubmitMailboxEntryResponse) GetStatus

func (x *SubmitMailboxEntryResponse) GetStatus() string

func (*SubmitMailboxEntryResponse) MarshalJSON

func (x *SubmitMailboxEntryResponse) MarshalJSON() ([]byte, error)

MarshalJSON marshals the SubmitMailboxEntryResponse to JSON.

func (*SubmitMailboxEntryResponse) MarshalProtoJSON

func (x *SubmitMailboxEntryResponse) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the SubmitMailboxEntryResponse message to JSON.

func (*SubmitMailboxEntryResponse) MarshalProtoText

func (x *SubmitMailboxEntryResponse) MarshalProtoText() string

func (*SubmitMailboxEntryResponse) MarshalToSizedBufferVT

func (m *SubmitMailboxEntryResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*SubmitMailboxEntryResponse) MarshalToVT

func (m *SubmitMailboxEntryResponse) MarshalToVT(dAtA []byte) (int, error)

func (*SubmitMailboxEntryResponse) MarshalVT

func (m *SubmitMailboxEntryResponse) MarshalVT() (dAtA []byte, err error)

func (*SubmitMailboxEntryResponse) ProtoMessage

func (*SubmitMailboxEntryResponse) ProtoMessage()

func (*SubmitMailboxEntryResponse) Reset

func (x *SubmitMailboxEntryResponse) Reset()

func (*SubmitMailboxEntryResponse) SizeVT

func (m *SubmitMailboxEntryResponse) SizeVT() (n int)

func (*SubmitMailboxEntryResponse) String

func (x *SubmitMailboxEntryResponse) String() string

func (*SubmitMailboxEntryResponse) UnmarshalJSON

func (x *SubmitMailboxEntryResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the SubmitMailboxEntryResponse from JSON.

func (*SubmitMailboxEntryResponse) UnmarshalProtoJSON

func (x *SubmitMailboxEntryResponse) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the SubmitMailboxEntryResponse message from JSON.

func (*SubmitMailboxEntryResponse) UnmarshalVT

func (m *SubmitMailboxEntryResponse) UnmarshalVT(dAtA []byte) error

type SubmitOpResponse

type SubmitOpResponse struct {

	// Seqno is the change_log seqno assigned to the accepted op.
	Seqno uint64 `protobuf:"varint,1,opt,name=seqno,proto3" json:"seqno,omitempty"`
	// contains filtered or unexported fields
}

SubmitOpResponse is the response body for POST /sobject/:id/op.

func (*SubmitOpResponse) CloneMessageVT

func (m *SubmitOpResponse) CloneMessageVT() protobuf_go_lite.CloneMessage

func (*SubmitOpResponse) CloneVT

func (m *SubmitOpResponse) CloneVT() *SubmitOpResponse

func (*SubmitOpResponse) EqualMessageVT

func (this *SubmitOpResponse) EqualMessageVT(thatMsg any) bool

func (*SubmitOpResponse) EqualVT

func (this *SubmitOpResponse) EqualVT(that *SubmitOpResponse) bool

func (*SubmitOpResponse) GetSeqno

func (x *SubmitOpResponse) GetSeqno() uint64

func (*SubmitOpResponse) MarshalJSON

func (x *SubmitOpResponse) MarshalJSON() ([]byte, error)

MarshalJSON marshals the SubmitOpResponse to JSON.

func (*SubmitOpResponse) MarshalProtoJSON

func (x *SubmitOpResponse) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the SubmitOpResponse message to JSON.

func (*SubmitOpResponse) MarshalProtoText

func (x *SubmitOpResponse) MarshalProtoText() string

func (*SubmitOpResponse) MarshalToSizedBufferVT

func (m *SubmitOpResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*SubmitOpResponse) MarshalToVT

func (m *SubmitOpResponse) MarshalToVT(dAtA []byte) (int, error)

func (*SubmitOpResponse) MarshalVT

func (m *SubmitOpResponse) MarshalVT() (dAtA []byte, err error)

func (*SubmitOpResponse) ProtoMessage

func (*SubmitOpResponse) ProtoMessage()

func (*SubmitOpResponse) Reset

func (x *SubmitOpResponse) Reset()

func (*SubmitOpResponse) SizeVT

func (m *SubmitOpResponse) SizeVT() (n int)

func (*SubmitOpResponse) String

func (x *SubmitOpResponse) String() string

func (*SubmitOpResponse) UnmarshalJSON

func (x *SubmitOpResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the SubmitOpResponse from JSON.

func (*SubmitOpResponse) UnmarshalProtoJSON

func (x *SubmitOpResponse) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the SubmitOpResponse message from JSON.

func (*SubmitOpResponse) UnmarshalVT

func (m *SubmitOpResponse) UnmarshalVT(dAtA []byte) error

type SubmitOperationV1Request added in v0.56.1

type SubmitOperationV1Request struct {

	// Key identifies the immutable participant attempt.
	Key *sobject.SOMutationKey `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	// ExactEnvelope is the exact serialized signed SOOperation envelope.
	// Its digest is DigestSOOperationEnvelope(exact_envelope); callers must not decode or reserialize it.
	ExactEnvelope []byte `protobuf:"bytes,2,opt,name=exact_envelope,json=exactEnvelope,proto3" json:"exactEnvelope,omitempty"`
	// contains filtered or unexported fields
}

SubmitOperationV1Request is the exact-key body for receipt-v1 operation admission.

func (*SubmitOperationV1Request) CloneMessageVT added in v0.56.1

func (*SubmitOperationV1Request) CloneVT added in v0.56.1

func (*SubmitOperationV1Request) EqualMessageVT added in v0.56.1

func (this *SubmitOperationV1Request) EqualMessageVT(thatMsg any) bool

func (*SubmitOperationV1Request) EqualVT added in v0.56.1

func (*SubmitOperationV1Request) GetExactEnvelope added in v0.56.1

func (x *SubmitOperationV1Request) GetExactEnvelope() []byte

func (*SubmitOperationV1Request) GetKey added in v0.56.1

func (*SubmitOperationV1Request) MarshalJSON added in v0.56.1

func (x *SubmitOperationV1Request) MarshalJSON() ([]byte, error)

MarshalJSON marshals the SubmitOperationV1Request to JSON.

func (*SubmitOperationV1Request) MarshalProtoJSON added in v0.56.1

func (x *SubmitOperationV1Request) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the SubmitOperationV1Request message to JSON.

func (*SubmitOperationV1Request) MarshalProtoText added in v0.56.1

func (x *SubmitOperationV1Request) MarshalProtoText() string

func (*SubmitOperationV1Request) MarshalToSizedBufferVT added in v0.56.1

func (m *SubmitOperationV1Request) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*SubmitOperationV1Request) MarshalToVT added in v0.56.1

func (m *SubmitOperationV1Request) MarshalToVT(dAtA []byte) (int, error)

func (*SubmitOperationV1Request) MarshalVT added in v0.56.1

func (m *SubmitOperationV1Request) MarshalVT() (dAtA []byte, err error)

func (*SubmitOperationV1Request) ProtoMessage added in v0.56.1

func (*SubmitOperationV1Request) ProtoMessage()

func (*SubmitOperationV1Request) Reset added in v0.56.1

func (x *SubmitOperationV1Request) Reset()

func (*SubmitOperationV1Request) SizeVT added in v0.56.1

func (m *SubmitOperationV1Request) SizeVT() (n int)

func (*SubmitOperationV1Request) String added in v0.56.1

func (x *SubmitOperationV1Request) String() string

func (*SubmitOperationV1Request) UnmarshalJSON added in v0.56.1

func (x *SubmitOperationV1Request) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the SubmitOperationV1Request from JSON.

func (*SubmitOperationV1Request) UnmarshalProtoJSON added in v0.56.1

func (x *SubmitOperationV1Request) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the SubmitOperationV1Request message from JSON.

func (*SubmitOperationV1Request) UnmarshalVT added in v0.56.1

func (m *SubmitOperationV1Request) UnmarshalVT(dAtA []byte) error

type SubmitOperationV1Response added in v0.56.1

type SubmitOperationV1Response struct {

	// State is the authoritative state of the submitted exact key.
	State sobject.SOReceiptState `protobuf:"varint,1,opt,name=state,proto3" json:"state,omitempty"`
	// TerminalReceipt is present only when State is accepted or rejected.
	TerminalReceipt *sobject.SOTerminalReceipt `protobuf:"bytes,2,opt,name=terminal_receipt,json=terminalReceipt,proto3" json:"terminalReceipt,omitempty"`
	// contains filtered or unexported fields
}

SubmitOperationV1Response is the receipt-v1 admission result.

func (*SubmitOperationV1Response) CloneMessageVT added in v0.56.1

func (*SubmitOperationV1Response) CloneVT added in v0.56.1

func (*SubmitOperationV1Response) EqualMessageVT added in v0.56.1

func (this *SubmitOperationV1Response) EqualMessageVT(thatMsg any) bool

func (*SubmitOperationV1Response) EqualVT added in v0.56.1

func (*SubmitOperationV1Response) GetState added in v0.56.1

func (*SubmitOperationV1Response) GetTerminalReceipt added in v0.56.1

func (x *SubmitOperationV1Response) GetTerminalReceipt() *sobject.SOTerminalReceipt

func (*SubmitOperationV1Response) MarshalJSON added in v0.56.1

func (x *SubmitOperationV1Response) MarshalJSON() ([]byte, error)

MarshalJSON marshals the SubmitOperationV1Response to JSON.

func (*SubmitOperationV1Response) MarshalProtoJSON added in v0.56.1

func (x *SubmitOperationV1Response) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the SubmitOperationV1Response message to JSON.

func (*SubmitOperationV1Response) MarshalProtoText added in v0.56.1

func (x *SubmitOperationV1Response) MarshalProtoText() string

func (*SubmitOperationV1Response) MarshalToSizedBufferVT added in v0.56.1

func (m *SubmitOperationV1Response) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*SubmitOperationV1Response) MarshalToVT added in v0.56.1

func (m *SubmitOperationV1Response) MarshalToVT(dAtA []byte) (int, error)

func (*SubmitOperationV1Response) MarshalVT added in v0.56.1

func (m *SubmitOperationV1Response) MarshalVT() (dAtA []byte, err error)

func (*SubmitOperationV1Response) ProtoMessage added in v0.56.1

func (*SubmitOperationV1Response) ProtoMessage()

func (*SubmitOperationV1Response) Reset added in v0.56.1

func (x *SubmitOperationV1Response) Reset()

func (*SubmitOperationV1Response) SizeVT added in v0.56.1

func (m *SubmitOperationV1Response) SizeVT() (n int)

func (*SubmitOperationV1Response) String added in v0.56.1

func (x *SubmitOperationV1Response) String() string

func (*SubmitOperationV1Response) UnmarshalJSON added in v0.56.1

func (x *SubmitOperationV1Response) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the SubmitOperationV1Response from JSON.

func (*SubmitOperationV1Response) UnmarshalProtoJSON added in v0.56.1

func (x *SubmitOperationV1Response) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the SubmitOperationV1Response message from JSON.

func (*SubmitOperationV1Response) UnmarshalVT added in v0.56.1

func (m *SubmitOperationV1Response) UnmarshalVT(dAtA []byte) error

type SubmitRootResponse

type SubmitRootResponse struct {

	// Seqno is the change_log seqno assigned to the accepted root.
	Seqno uint64 `protobuf:"varint,1,opt,name=seqno,proto3" json:"seqno,omitempty"`
	// contains filtered or unexported fields
}

SubmitRootResponse is the response body for POST /sobject/:id/root.

func (*SubmitRootResponse) CloneMessageVT

func (m *SubmitRootResponse) CloneMessageVT() protobuf_go_lite.CloneMessage

func (*SubmitRootResponse) CloneVT

func (m *SubmitRootResponse) CloneVT() *SubmitRootResponse

func (*SubmitRootResponse) EqualMessageVT

func (this *SubmitRootResponse) EqualMessageVT(thatMsg any) bool

func (*SubmitRootResponse) EqualVT

func (this *SubmitRootResponse) EqualVT(that *SubmitRootResponse) bool

func (*SubmitRootResponse) GetSeqno

func (x *SubmitRootResponse) GetSeqno() uint64

func (*SubmitRootResponse) MarshalJSON

func (x *SubmitRootResponse) MarshalJSON() ([]byte, error)

MarshalJSON marshals the SubmitRootResponse to JSON.

func (*SubmitRootResponse) MarshalProtoJSON

func (x *SubmitRootResponse) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the SubmitRootResponse message to JSON.

func (*SubmitRootResponse) MarshalProtoText

func (x *SubmitRootResponse) MarshalProtoText() string

func (*SubmitRootResponse) MarshalToSizedBufferVT

func (m *SubmitRootResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*SubmitRootResponse) MarshalToVT

func (m *SubmitRootResponse) MarshalToVT(dAtA []byte) (int, error)

func (*SubmitRootResponse) MarshalVT

func (m *SubmitRootResponse) MarshalVT() (dAtA []byte, err error)

func (*SubmitRootResponse) ProtoMessage

func (*SubmitRootResponse) ProtoMessage()

func (*SubmitRootResponse) Reset

func (x *SubmitRootResponse) Reset()

func (*SubmitRootResponse) SizeVT

func (m *SubmitRootResponse) SizeVT() (n int)

func (*SubmitRootResponse) String

func (x *SubmitRootResponse) String() string

func (*SubmitRootResponse) UnmarshalJSON

func (x *SubmitRootResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the SubmitRootResponse from JSON.

func (*SubmitRootResponse) UnmarshalProtoJSON

func (x *SubmitRootResponse) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the SubmitRootResponse message from JSON.

func (*SubmitRootResponse) UnmarshalVT

func (m *SubmitRootResponse) UnmarshalVT(dAtA []byte) error

type SwitchIntervalRequest

type SwitchIntervalRequest struct {

	// BillingInterval is the new billing interval.
	BillingInterval spacewave.BillingInterval `protobuf:"varint,1,opt,name=billing_interval,json=billingInterval,proto3" json:"billingInterval,omitempty"`
	// contains filtered or unexported fields
}

SwitchIntervalRequest is the request body for POST /billing/:id/switch-interval.

func (*SwitchIntervalRequest) CloneMessageVT

func (*SwitchIntervalRequest) CloneVT

func (*SwitchIntervalRequest) EqualMessageVT

func (this *SwitchIntervalRequest) EqualMessageVT(thatMsg any) bool

func (*SwitchIntervalRequest) EqualVT

func (this *SwitchIntervalRequest) EqualVT(that *SwitchIntervalRequest) bool

func (*SwitchIntervalRequest) GetBillingInterval

func (x *SwitchIntervalRequest) GetBillingInterval() spacewave.BillingInterval

func (*SwitchIntervalRequest) MarshalJSON

func (x *SwitchIntervalRequest) MarshalJSON() ([]byte, error)

MarshalJSON marshals the SwitchIntervalRequest to JSON.

func (*SwitchIntervalRequest) MarshalProtoJSON

func (x *SwitchIntervalRequest) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the SwitchIntervalRequest message to JSON.

func (*SwitchIntervalRequest) MarshalProtoText

func (x *SwitchIntervalRequest) MarshalProtoText() string

func (*SwitchIntervalRequest) MarshalToSizedBufferVT

func (m *SwitchIntervalRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*SwitchIntervalRequest) MarshalToVT

func (m *SwitchIntervalRequest) MarshalToVT(dAtA []byte) (int, error)

func (*SwitchIntervalRequest) MarshalVT

func (m *SwitchIntervalRequest) MarshalVT() (dAtA []byte, err error)

func (*SwitchIntervalRequest) ProtoMessage

func (*SwitchIntervalRequest) ProtoMessage()

func (*SwitchIntervalRequest) Reset

func (x *SwitchIntervalRequest) Reset()

func (*SwitchIntervalRequest) SizeVT

func (m *SwitchIntervalRequest) SizeVT() (n int)

func (*SwitchIntervalRequest) String

func (x *SwitchIntervalRequest) String() string

func (*SwitchIntervalRequest) UnmarshalJSON

func (x *SwitchIntervalRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the SwitchIntervalRequest from JSON.

func (*SwitchIntervalRequest) UnmarshalProtoJSON

func (x *SwitchIntervalRequest) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the SwitchIntervalRequest message from JSON.

func (*SwitchIntervalRequest) UnmarshalVT

func (m *SwitchIntervalRequest) UnmarshalVT(dAtA []byte) error

type SwitchIntervalResponse

type SwitchIntervalResponse struct {

	// BillingInterval is the billing interval after the switch succeeds.
	BillingInterval spacewave.BillingInterval `protobuf:"varint,1,opt,name=billing_interval,json=billingInterval,proto3" json:"billingInterval,omitempty"`
	// contains filtered or unexported fields
}

SwitchIntervalResponse is the response body for POST /billing/:id/switch-interval.

func (*SwitchIntervalResponse) CloneMessageVT

func (*SwitchIntervalResponse) CloneVT

func (*SwitchIntervalResponse) EqualMessageVT

func (this *SwitchIntervalResponse) EqualMessageVT(thatMsg any) bool

func (*SwitchIntervalResponse) EqualVT

func (this *SwitchIntervalResponse) EqualVT(that *SwitchIntervalResponse) bool

func (*SwitchIntervalResponse) GetBillingInterval

func (x *SwitchIntervalResponse) GetBillingInterval() spacewave.BillingInterval

func (*SwitchIntervalResponse) MarshalJSON

func (x *SwitchIntervalResponse) MarshalJSON() ([]byte, error)

MarshalJSON marshals the SwitchIntervalResponse to JSON.

func (*SwitchIntervalResponse) MarshalProtoJSON

func (x *SwitchIntervalResponse) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the SwitchIntervalResponse message to JSON.

func (*SwitchIntervalResponse) MarshalProtoText

func (x *SwitchIntervalResponse) MarshalProtoText() string

func (*SwitchIntervalResponse) MarshalToSizedBufferVT

func (m *SwitchIntervalResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*SwitchIntervalResponse) MarshalToVT

func (m *SwitchIntervalResponse) MarshalToVT(dAtA []byte) (int, error)

func (*SwitchIntervalResponse) MarshalVT

func (m *SwitchIntervalResponse) MarshalVT() (dAtA []byte, err error)

func (*SwitchIntervalResponse) ProtoMessage

func (*SwitchIntervalResponse) ProtoMessage()

func (*SwitchIntervalResponse) Reset

func (x *SwitchIntervalResponse) Reset()

func (*SwitchIntervalResponse) SizeVT

func (m *SwitchIntervalResponse) SizeVT() (n int)

func (*SwitchIntervalResponse) String

func (x *SwitchIntervalResponse) String() string

func (*SwitchIntervalResponse) UnmarshalJSON

func (x *SwitchIntervalResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the SwitchIntervalResponse from JSON.

func (*SwitchIntervalResponse) UnmarshalProtoJSON

func (x *SwitchIntervalResponse) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the SwitchIntervalResponse message from JSON.

func (*SwitchIntervalResponse) UnmarshalVT

func (m *SwitchIntervalResponse) UnmarshalVT(dAtA []byte) error

type TargetedInvitationEnvelope added in v0.51.2

type TargetedInvitationEnvelope struct {

	// SchemaVersion identifies the envelope wire contract.
	SchemaVersion uint32 `protobuf:"varint,1,opt,name=schema_version,json=schemaVersion,proto3" json:"schemaVersion,omitempty"`
	// Purpose is the invite purpose bound into the signature.
	Purpose TargetedInvitePurpose `protobuf:"varint,2,opt,name=purpose,proto3" json:"purpose,omitempty"`
	// ContextId is the Space or organization id bound into the signature.
	ContextId string `protobuf:"bytes,3,opt,name=context_id,json=contextId,proto3" json:"contextId,omitempty"`
	// ActorAccountId is the inviter account id.
	ActorAccountId string `protobuf:"bytes,4,opt,name=actor_account_id,json=actorAccountId,proto3" json:"actorAccountId,omitempty"`
	// ActorEntityUuid is the inviter entity UUID or generation anchor.
	ActorEntityUuid string `protobuf:"bytes,5,opt,name=actor_entity_uuid,json=actorEntityUuid,proto3" json:"actorEntityUuid,omitempty"`
	// ActorAccountEpoch is the inviter account epoch at create time.
	ActorAccountEpoch int64 `protobuf:"varint,16,opt,name=actor_account_epoch,json=actorAccountEpoch,proto3" json:"actorAccountEpoch,omitempty"`
	// SignerPeerId is the session peer that signed this envelope.
	SignerPeerId string `protobuf:"bytes,6,opt,name=signer_peer_id,json=signerPeerId,proto3" json:"signerPeerId,omitempty"`
	// TargetAccountId is the resolved recipient account id.
	TargetAccountId string `protobuf:"bytes,7,opt,name=target_account_id,json=targetAccountId,proto3" json:"targetAccountId,omitempty"`
	// TargetEntityId is the resolved recipient username.
	TargetEntityId string `protobuf:"bytes,8,opt,name=target_entity_id,json=targetEntityId,proto3" json:"targetEntityId,omitempty"`
	// TargetEntityUuid is the resolved recipient entity UUID.
	TargetEntityUuid string `protobuf:"bytes,9,opt,name=target_entity_uuid,json=targetEntityUuid,proto3" json:"targetEntityUuid,omitempty"`
	// TargetAccountEpoch is the resolved recipient account epoch.
	TargetAccountEpoch int64 `protobuf:"varint,10,opt,name=target_account_epoch,json=targetAccountEpoch,proto3" json:"targetAccountEpoch,omitempty"`
	// Role is the purpose-specific role requested by the inviter.
	Role string `protobuf:"bytes,11,opt,name=role,proto3" json:"role,omitempty"`
	// ExpiresAt is the Unix timestamp (ms) when the invite expires.
	ExpiresAt int64 `protobuf:"varint,12,opt,name=expires_at,json=expiresAt,proto3" json:"expiresAt,omitempty"`
	// Nonce is fresh caller-provided entropy for replay protection.
	Nonce []byte `protobuf:"bytes,13,opt,name=nonce,proto3" json:"nonce,omitempty"`
	// Payload is the purpose-specific signed payload.
	Payload []byte `protobuf:"bytes,14,opt,name=payload,proto3" json:"payload,omitempty"`
	// Signature is the signature over this envelope's canonical body.
	Signature []byte `protobuf:"bytes,15,opt,name=signature,proto3" json:"signature,omitempty"`
	// contains filtered or unexported fields
}

TargetedInvitationEnvelope is the signed invite body carried through the recipient inbox and verified again during fulfillment.

func (*TargetedInvitationEnvelope) CloneMessageVT added in v0.51.2

func (*TargetedInvitationEnvelope) CloneVT added in v0.51.2

func (*TargetedInvitationEnvelope) EqualMessageVT added in v0.51.2

func (this *TargetedInvitationEnvelope) EqualMessageVT(thatMsg any) bool

func (*TargetedInvitationEnvelope) EqualVT added in v0.51.2

func (*TargetedInvitationEnvelope) GetActorAccountEpoch added in v0.51.2

func (x *TargetedInvitationEnvelope) GetActorAccountEpoch() int64

func (*TargetedInvitationEnvelope) GetActorAccountId added in v0.51.2

func (x *TargetedInvitationEnvelope) GetActorAccountId() string

func (*TargetedInvitationEnvelope) GetActorEntityUuid added in v0.51.2

func (x *TargetedInvitationEnvelope) GetActorEntityUuid() string

func (*TargetedInvitationEnvelope) GetContextId added in v0.51.2

func (x *TargetedInvitationEnvelope) GetContextId() string

func (*TargetedInvitationEnvelope) GetExpiresAt added in v0.51.2

func (x *TargetedInvitationEnvelope) GetExpiresAt() int64

func (*TargetedInvitationEnvelope) GetNonce added in v0.51.2

func (x *TargetedInvitationEnvelope) GetNonce() []byte

func (*TargetedInvitationEnvelope) GetPayload added in v0.51.2

func (x *TargetedInvitationEnvelope) GetPayload() []byte

func (*TargetedInvitationEnvelope) GetPurpose added in v0.51.2

func (*TargetedInvitationEnvelope) GetRole added in v0.51.2

func (x *TargetedInvitationEnvelope) GetRole() string

func (*TargetedInvitationEnvelope) GetSchemaVersion added in v0.51.2

func (x *TargetedInvitationEnvelope) GetSchemaVersion() uint32

func (*TargetedInvitationEnvelope) GetSignature added in v0.51.2

func (x *TargetedInvitationEnvelope) GetSignature() []byte

func (*TargetedInvitationEnvelope) GetSignerPeerId added in v0.51.2

func (x *TargetedInvitationEnvelope) GetSignerPeerId() string

func (*TargetedInvitationEnvelope) GetTargetAccountEpoch added in v0.51.2

func (x *TargetedInvitationEnvelope) GetTargetAccountEpoch() int64

func (*TargetedInvitationEnvelope) GetTargetAccountId added in v0.51.2

func (x *TargetedInvitationEnvelope) GetTargetAccountId() string

func (*TargetedInvitationEnvelope) GetTargetEntityId added in v0.51.2

func (x *TargetedInvitationEnvelope) GetTargetEntityId() string

func (*TargetedInvitationEnvelope) GetTargetEntityUuid added in v0.51.2

func (x *TargetedInvitationEnvelope) GetTargetEntityUuid() string

func (*TargetedInvitationEnvelope) MarshalJSON added in v0.51.2

func (x *TargetedInvitationEnvelope) MarshalJSON() ([]byte, error)

MarshalJSON marshals the TargetedInvitationEnvelope to JSON.

func (*TargetedInvitationEnvelope) MarshalProtoJSON added in v0.51.2

func (x *TargetedInvitationEnvelope) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the TargetedInvitationEnvelope message to JSON.

func (*TargetedInvitationEnvelope) MarshalProtoText added in v0.51.2

func (x *TargetedInvitationEnvelope) MarshalProtoText() string

func (*TargetedInvitationEnvelope) MarshalToSizedBufferVT added in v0.51.2

func (m *TargetedInvitationEnvelope) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*TargetedInvitationEnvelope) MarshalToVT added in v0.51.2

func (m *TargetedInvitationEnvelope) MarshalToVT(dAtA []byte) (int, error)

func (*TargetedInvitationEnvelope) MarshalVT added in v0.51.2

func (m *TargetedInvitationEnvelope) MarshalVT() (dAtA []byte, err error)

func (*TargetedInvitationEnvelope) ProtoMessage added in v0.51.2

func (*TargetedInvitationEnvelope) ProtoMessage()

func (*TargetedInvitationEnvelope) Reset added in v0.51.2

func (x *TargetedInvitationEnvelope) Reset()

func (*TargetedInvitationEnvelope) SizeVT added in v0.51.2

func (m *TargetedInvitationEnvelope) SizeVT() (n int)

func (*TargetedInvitationEnvelope) String added in v0.51.2

func (x *TargetedInvitationEnvelope) String() string

func (*TargetedInvitationEnvelope) UnmarshalJSON added in v0.51.2

func (x *TargetedInvitationEnvelope) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the TargetedInvitationEnvelope from JSON.

func (*TargetedInvitationEnvelope) UnmarshalProtoJSON added in v0.51.2

func (x *TargetedInvitationEnvelope) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the TargetedInvitationEnvelope message from JSON.

func (*TargetedInvitationEnvelope) UnmarshalVT added in v0.51.2

func (m *TargetedInvitationEnvelope) UnmarshalVT(dAtA []byte) error

type TargetedInvitationInfo added in v0.51.2

type TargetedInvitationInfo struct {

	// Id is the invitation ULID.
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// ActorAccountId is the inviter account id.
	ActorAccountId string `protobuf:"bytes,2,opt,name=actor_account_id,json=actorAccountId,proto3" json:"actorAccountId,omitempty"`
	// TargetAccountId is the recipient account id.
	TargetAccountId string `protobuf:"bytes,3,opt,name=target_account_id,json=targetAccountId,proto3" json:"targetAccountId,omitempty"`
	// TargetEntityId is the recipient username captured at create time.
	TargetEntityId string `protobuf:"bytes,4,opt,name=target_entity_id,json=targetEntityId,proto3" json:"targetEntityId,omitempty"`
	// TargetEntityUuid is the recipient entity UUID captured at create time.
	TargetEntityUuid string `protobuf:"bytes,5,opt,name=target_entity_uuid,json=targetEntityUuid,proto3" json:"targetEntityUuid,omitempty"`
	// TargetAccountEpoch is the recipient account epoch captured at create time.
	TargetAccountEpoch int64 `protobuf:"varint,6,opt,name=target_account_epoch,json=targetAccountEpoch,proto3" json:"targetAccountEpoch,omitempty"`
	// Purpose is the invite purpose.
	Purpose TargetedInvitePurpose `protobuf:"varint,7,opt,name=purpose,proto3" json:"purpose,omitempty"`
	// ContextId is the Space or organization id.
	ContextId string `protobuf:"bytes,8,opt,name=context_id,json=contextId,proto3" json:"contextId,omitempty"`
	// Role is the requested role.
	Role string `protobuf:"bytes,9,opt,name=role,proto3" json:"role,omitempty"`
	// Status is pending, revoked, accepted, declined, expired, or failed.
	Status string `protobuf:"bytes,10,opt,name=status,proto3" json:"status,omitempty"`
	// EnvelopeHash is the lowercase hex SHA-256 hash of Envelope bytes.
	EnvelopeHash string `protobuf:"bytes,11,opt,name=envelope_hash,json=envelopeHash,proto3" json:"envelopeHash,omitempty"`
	// Envelope is the signed envelope bytes for recipient-side verification.
	Envelope *TargetedInvitationEnvelope `protobuf:"bytes,12,opt,name=envelope,proto3" json:"envelope,omitempty"`
	// CreatedAt is the row creation timestamp (ms).
	CreatedAt int64 `protobuf:"varint,13,opt,name=created_at,json=createdAt,proto3" json:"createdAt,omitempty"`
	// UpdatedAt is the row update timestamp (ms).
	UpdatedAt int64 `protobuf:"varint,14,opt,name=updated_at,json=updatedAt,proto3" json:"updatedAt,omitempty"`
	// ExpiresAt is the Unix timestamp (ms) when the invite expires.
	ExpiresAt int64 `protobuf:"varint,15,opt,name=expires_at,json=expiresAt,proto3" json:"expiresAt,omitempty"`
	// DraftId is the optional targeted invite draft this invitation fulfilled.
	DraftId string `protobuf:"bytes,16,opt,name=draft_id,json=draftId,proto3" json:"draftId,omitempty"`
	// contains filtered or unexported fields
}

TargetedInvitationInfo is a recipient inbox row.

func (*TargetedInvitationInfo) CloneMessageVT added in v0.51.2

func (*TargetedInvitationInfo) CloneVT added in v0.51.2

func (*TargetedInvitationInfo) EqualMessageVT added in v0.51.2

func (this *TargetedInvitationInfo) EqualMessageVT(thatMsg any) bool

func (*TargetedInvitationInfo) EqualVT added in v0.51.2

func (this *TargetedInvitationInfo) EqualVT(that *TargetedInvitationInfo) bool

func (*TargetedInvitationInfo) GetActorAccountId added in v0.51.2

func (x *TargetedInvitationInfo) GetActorAccountId() string

func (*TargetedInvitationInfo) GetContextId added in v0.51.2

func (x *TargetedInvitationInfo) GetContextId() string

func (*TargetedInvitationInfo) GetCreatedAt added in v0.51.2

func (x *TargetedInvitationInfo) GetCreatedAt() int64

func (*TargetedInvitationInfo) GetDraftId added in v0.51.2

func (x *TargetedInvitationInfo) GetDraftId() string

func (*TargetedInvitationInfo) GetEnvelope added in v0.51.2

func (*TargetedInvitationInfo) GetEnvelopeHash added in v0.51.2

func (x *TargetedInvitationInfo) GetEnvelopeHash() string

func (*TargetedInvitationInfo) GetExpiresAt added in v0.51.2

func (x *TargetedInvitationInfo) GetExpiresAt() int64

func (*TargetedInvitationInfo) GetId added in v0.51.2

func (x *TargetedInvitationInfo) GetId() string

func (*TargetedInvitationInfo) GetPurpose added in v0.51.2

func (*TargetedInvitationInfo) GetRole added in v0.51.2

func (x *TargetedInvitationInfo) GetRole() string

func (*TargetedInvitationInfo) GetStatus added in v0.51.2

func (x *TargetedInvitationInfo) GetStatus() string

func (*TargetedInvitationInfo) GetTargetAccountEpoch added in v0.51.2

func (x *TargetedInvitationInfo) GetTargetAccountEpoch() int64

func (*TargetedInvitationInfo) GetTargetAccountId added in v0.51.2

func (x *TargetedInvitationInfo) GetTargetAccountId() string

func (*TargetedInvitationInfo) GetTargetEntityId added in v0.51.2

func (x *TargetedInvitationInfo) GetTargetEntityId() string

func (*TargetedInvitationInfo) GetTargetEntityUuid added in v0.51.2

func (x *TargetedInvitationInfo) GetTargetEntityUuid() string

func (*TargetedInvitationInfo) GetUpdatedAt added in v0.51.2

func (x *TargetedInvitationInfo) GetUpdatedAt() int64

func (*TargetedInvitationInfo) MarshalJSON added in v0.51.2

func (x *TargetedInvitationInfo) MarshalJSON() ([]byte, error)

MarshalJSON marshals the TargetedInvitationInfo to JSON.

func (*TargetedInvitationInfo) MarshalProtoJSON added in v0.51.2

func (x *TargetedInvitationInfo) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the TargetedInvitationInfo message to JSON.

func (*TargetedInvitationInfo) MarshalProtoText added in v0.51.2

func (x *TargetedInvitationInfo) MarshalProtoText() string

func (*TargetedInvitationInfo) MarshalToSizedBufferVT added in v0.51.2

func (m *TargetedInvitationInfo) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*TargetedInvitationInfo) MarshalToVT added in v0.51.2

func (m *TargetedInvitationInfo) MarshalToVT(dAtA []byte) (int, error)

func (*TargetedInvitationInfo) MarshalVT added in v0.51.2

func (m *TargetedInvitationInfo) MarshalVT() (dAtA []byte, err error)

func (*TargetedInvitationInfo) ProtoMessage added in v0.51.2

func (*TargetedInvitationInfo) ProtoMessage()

func (*TargetedInvitationInfo) Reset added in v0.51.2

func (x *TargetedInvitationInfo) Reset()

func (*TargetedInvitationInfo) SizeVT added in v0.51.2

func (m *TargetedInvitationInfo) SizeVT() (n int)

func (*TargetedInvitationInfo) String added in v0.51.2

func (x *TargetedInvitationInfo) String() string

func (*TargetedInvitationInfo) UnmarshalJSON added in v0.51.2

func (x *TargetedInvitationInfo) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the TargetedInvitationInfo from JSON.

func (*TargetedInvitationInfo) UnmarshalProtoJSON added in v0.51.2

func (x *TargetedInvitationInfo) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the TargetedInvitationInfo message from JSON.

func (*TargetedInvitationInfo) UnmarshalVT added in v0.51.2

func (m *TargetedInvitationInfo) UnmarshalVT(dAtA []byte) error

type TargetedInvitePurpose added in v0.51.2

type TargetedInvitePurpose int32

TargetedInvitePurpose identifies what a targeted invite draft is for.

const (
	// TARGETED_INVITE_PURPOSE_UNSPECIFIED means no purpose was supplied.
	TargetedInvitePurpose_TARGETED_INVITE_PURPOSE_UNSPECIFIED TargetedInvitePurpose = 0
	// TARGETED_INVITE_PURPOSE_SPACE creates a draft for sharing a Space.
	TargetedInvitePurpose_TARGETED_INVITE_PURPOSE_SPACE TargetedInvitePurpose = 1
	// TARGETED_INVITE_PURPOSE_ORGANIZATION creates a draft for inviting an
	// organization member.
	TargetedInvitePurpose_TARGETED_INVITE_PURPOSE_ORGANIZATION TargetedInvitePurpose = 2
)

func (TargetedInvitePurpose) Enum added in v0.51.2

func (TargetedInvitePurpose) MarshalJSON added in v0.51.2

func (x TargetedInvitePurpose) MarshalJSON() ([]byte, error)

MarshalJSON marshals the TargetedInvitePurpose to JSON.

func (TargetedInvitePurpose) MarshalProtoJSON added in v0.51.2

func (x TargetedInvitePurpose) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the TargetedInvitePurpose to JSON.

func (TargetedInvitePurpose) MarshalProtoText added in v0.51.2

func (x TargetedInvitePurpose) MarshalProtoText() string

func (TargetedInvitePurpose) MarshalText added in v0.51.2

func (x TargetedInvitePurpose) MarshalText() ([]byte, error)

MarshalText marshals the TargetedInvitePurpose to text.

func (TargetedInvitePurpose) String added in v0.51.2

func (x TargetedInvitePurpose) String() string

func (*TargetedInvitePurpose) UnmarshalJSON added in v0.51.2

func (x *TargetedInvitePurpose) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the TargetedInvitePurpose from JSON.

func (*TargetedInvitePurpose) UnmarshalProtoJSON added in v0.51.2

func (x *TargetedInvitePurpose) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the TargetedInvitePurpose from JSON.

func (*TargetedInvitePurpose) UnmarshalText added in v0.51.2

func (x *TargetedInvitePurpose) UnmarshalText(b []byte) error

UnmarshalText unmarshals the TargetedInvitePurpose from text.

type ThresholdChangeResult

type ThresholdChangeResult struct {

	// Threshold is the new auth threshold persisted on the account.
	Threshold uint32 `protobuf:"varint,1,opt,name=threshold,proto3" json:"threshold,omitempty"`
	// contains filtered or unexported fields
}

ThresholdChangeResult is the multi-sig response payload for threshold change.

func (*ThresholdChangeResult) CloneMessageVT

func (*ThresholdChangeResult) CloneVT

func (*ThresholdChangeResult) EqualMessageVT

func (this *ThresholdChangeResult) EqualMessageVT(thatMsg any) bool

func (*ThresholdChangeResult) EqualVT

func (this *ThresholdChangeResult) EqualVT(that *ThresholdChangeResult) bool

func (*ThresholdChangeResult) GetThreshold

func (x *ThresholdChangeResult) GetThreshold() uint32

func (*ThresholdChangeResult) MarshalJSON

func (x *ThresholdChangeResult) MarshalJSON() ([]byte, error)

MarshalJSON marshals the ThresholdChangeResult to JSON.

func (*ThresholdChangeResult) MarshalProtoJSON

func (x *ThresholdChangeResult) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the ThresholdChangeResult message to JSON.

func (*ThresholdChangeResult) MarshalProtoText

func (x *ThresholdChangeResult) MarshalProtoText() string

func (*ThresholdChangeResult) MarshalToSizedBufferVT

func (m *ThresholdChangeResult) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ThresholdChangeResult) MarshalToVT

func (m *ThresholdChangeResult) MarshalToVT(dAtA []byte) (int, error)

func (*ThresholdChangeResult) MarshalVT

func (m *ThresholdChangeResult) MarshalVT() (dAtA []byte, err error)

func (*ThresholdChangeResult) ProtoMessage

func (*ThresholdChangeResult) ProtoMessage()

func (*ThresholdChangeResult) Reset

func (x *ThresholdChangeResult) Reset()

func (*ThresholdChangeResult) SizeVT

func (m *ThresholdChangeResult) SizeVT() (n int)

func (*ThresholdChangeResult) String

func (x *ThresholdChangeResult) String() string

func (*ThresholdChangeResult) UnmarshalJSON

func (x *ThresholdChangeResult) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the ThresholdChangeResult from JSON.

func (*ThresholdChangeResult) UnmarshalProtoJSON

func (x *ThresholdChangeResult) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the ThresholdChangeResult message from JSON.

func (*ThresholdChangeResult) UnmarshalVT

func (m *ThresholdChangeResult) UnmarshalVT(dAtA []byte) error

type TicketResponse

type TicketResponse struct {

	// Ticket is the short-lived JWT ticket for WebSocket authentication.
	Ticket string `protobuf:"bytes,1,opt,name=ticket,proto3" json:"ticket,omitempty"`
	// contains filtered or unexported fields
}

TicketResponse is the response body for POST /session/ticket.

func (*TicketResponse) CloneMessageVT

func (m *TicketResponse) CloneMessageVT() protobuf_go_lite.CloneMessage

func (*TicketResponse) CloneVT

func (m *TicketResponse) CloneVT() *TicketResponse

func (*TicketResponse) EqualMessageVT

func (this *TicketResponse) EqualMessageVT(thatMsg any) bool

func (*TicketResponse) EqualVT

func (this *TicketResponse) EqualVT(that *TicketResponse) bool

func (*TicketResponse) GetTicket

func (x *TicketResponse) GetTicket() string

func (*TicketResponse) MarshalJSON

func (x *TicketResponse) MarshalJSON() ([]byte, error)

MarshalJSON marshals the TicketResponse to JSON.

func (*TicketResponse) MarshalProtoJSON

func (x *TicketResponse) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the TicketResponse message to JSON.

func (*TicketResponse) MarshalProtoText

func (x *TicketResponse) MarshalProtoText() string

func (*TicketResponse) MarshalToSizedBufferVT

func (m *TicketResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*TicketResponse) MarshalToVT

func (m *TicketResponse) MarshalToVT(dAtA []byte) (int, error)

func (*TicketResponse) MarshalVT

func (m *TicketResponse) MarshalVT() (dAtA []byte, err error)

func (*TicketResponse) ProtoMessage

func (*TicketResponse) ProtoMessage()

func (*TicketResponse) Reset

func (x *TicketResponse) Reset()

func (*TicketResponse) SizeVT

func (m *TicketResponse) SizeVT() (n int)

func (*TicketResponse) String

func (x *TicketResponse) String() string

func (*TicketResponse) UnmarshalJSON

func (x *TicketResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the TicketResponse from JSON.

func (*TicketResponse) UnmarshalProtoJSON

func (x *TicketResponse) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the TicketResponse message from JSON.

func (*TicketResponse) UnmarshalVT

func (m *TicketResponse) UnmarshalVT(dAtA []byte) error

type TransferResourceRequest

type TransferResourceRequest struct {

	// ResourceId is the resource ID to transfer.
	ResourceId string `protobuf:"bytes,1,opt,name=resource_id,json=resourceId,proto3" json:"resourceId,omitempty"`
	// NewOwnerType is the destination principal type ("account" | "organization").
	NewOwnerType string `protobuf:"bytes,2,opt,name=new_owner_type,json=newOwnerType,proto3" json:"newOwnerType,omitempty"`
	// NewOwnerId is the destination principal id (account ULID or org ULID).
	NewOwnerId string `protobuf:"bytes,3,opt,name=new_owner_id,json=newOwnerId,proto3" json:"newOwnerId,omitempty"`
	// contains filtered or unexported fields
}

TransferResourceRequest is the request body for POST /api/resource/transfer.

func (*TransferResourceRequest) CloneMessageVT

func (*TransferResourceRequest) CloneVT

func (*TransferResourceRequest) EqualMessageVT

func (this *TransferResourceRequest) EqualMessageVT(thatMsg any) bool

func (*TransferResourceRequest) EqualVT

func (*TransferResourceRequest) GetNewOwnerId

func (x *TransferResourceRequest) GetNewOwnerId() string

func (*TransferResourceRequest) GetNewOwnerType

func (x *TransferResourceRequest) GetNewOwnerType() string

func (*TransferResourceRequest) GetResourceId

func (x *TransferResourceRequest) GetResourceId() string

func (*TransferResourceRequest) MarshalJSON

func (x *TransferResourceRequest) MarshalJSON() ([]byte, error)

MarshalJSON marshals the TransferResourceRequest to JSON.

func (*TransferResourceRequest) MarshalProtoJSON

func (x *TransferResourceRequest) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the TransferResourceRequest message to JSON.

func (*TransferResourceRequest) MarshalProtoText

func (x *TransferResourceRequest) MarshalProtoText() string

func (*TransferResourceRequest) MarshalToSizedBufferVT

func (m *TransferResourceRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*TransferResourceRequest) MarshalToVT

func (m *TransferResourceRequest) MarshalToVT(dAtA []byte) (int, error)

func (*TransferResourceRequest) MarshalVT

func (m *TransferResourceRequest) MarshalVT() (dAtA []byte, err error)

func (*TransferResourceRequest) ProtoMessage

func (*TransferResourceRequest) ProtoMessage()

func (*TransferResourceRequest) Reset

func (x *TransferResourceRequest) Reset()

func (*TransferResourceRequest) SizeVT

func (m *TransferResourceRequest) SizeVT() (n int)

func (*TransferResourceRequest) String

func (x *TransferResourceRequest) String() string

func (*TransferResourceRequest) UnmarshalJSON

func (x *TransferResourceRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the TransferResourceRequest from JSON.

func (*TransferResourceRequest) UnmarshalProtoJSON

func (x *TransferResourceRequest) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the TransferResourceRequest message from JSON.

func (*TransferResourceRequest) UnmarshalVT

func (m *TransferResourceRequest) UnmarshalVT(dAtA []byte) error

type UndoDeleteNowResponse

type UndoDeleteNowResponse struct {

	// Undone is true when the pending delete countdown was canceled.
	Undone bool `protobuf:"varint,1,opt,name=undone,proto3" json:"undone,omitempty"`
	// contains filtered or unexported fields
}

UndoDeleteNowResponse is the response body for POST /account/undo-delete.

func (*UndoDeleteNowResponse) CloneMessageVT

func (*UndoDeleteNowResponse) CloneVT

func (*UndoDeleteNowResponse) EqualMessageVT

func (this *UndoDeleteNowResponse) EqualMessageVT(thatMsg any) bool

func (*UndoDeleteNowResponse) EqualVT

func (this *UndoDeleteNowResponse) EqualVT(that *UndoDeleteNowResponse) bool

func (*UndoDeleteNowResponse) GetUndone

func (x *UndoDeleteNowResponse) GetUndone() bool

func (*UndoDeleteNowResponse) MarshalJSON

func (x *UndoDeleteNowResponse) MarshalJSON() ([]byte, error)

MarshalJSON marshals the UndoDeleteNowResponse to JSON.

func (*UndoDeleteNowResponse) MarshalProtoJSON

func (x *UndoDeleteNowResponse) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the UndoDeleteNowResponse message to JSON.

func (*UndoDeleteNowResponse) MarshalProtoText

func (x *UndoDeleteNowResponse) MarshalProtoText() string

func (*UndoDeleteNowResponse) MarshalToSizedBufferVT

func (m *UndoDeleteNowResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*UndoDeleteNowResponse) MarshalToVT

func (m *UndoDeleteNowResponse) MarshalToVT(dAtA []byte) (int, error)

func (*UndoDeleteNowResponse) MarshalVT

func (m *UndoDeleteNowResponse) MarshalVT() (dAtA []byte, err error)

func (*UndoDeleteNowResponse) ProtoMessage

func (*UndoDeleteNowResponse) ProtoMessage()

func (*UndoDeleteNowResponse) Reset

func (x *UndoDeleteNowResponse) Reset()

func (*UndoDeleteNowResponse) SizeVT

func (m *UndoDeleteNowResponse) SizeVT() (n int)

func (*UndoDeleteNowResponse) String

func (x *UndoDeleteNowResponse) String() string

func (*UndoDeleteNowResponse) UnmarshalJSON

func (x *UndoDeleteNowResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the UndoDeleteNowResponse from JSON.

func (*UndoDeleteNowResponse) UnmarshalProtoJSON

func (x *UndoDeleteNowResponse) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the UndoDeleteNowResponse message from JSON.

func (*UndoDeleteNowResponse) UnmarshalVT

func (m *UndoDeleteNowResponse) UnmarshalVT(dAtA []byte) error

type UndoDeleteRequest

type UndoDeleteRequest struct {
	// contains filtered or unexported fields
}

UndoDeleteRequest is the request body for POST /api/account/undo-delete. No fields; the action is identified by the authenticated session.

func (*UndoDeleteRequest) CloneMessageVT

func (m *UndoDeleteRequest) CloneMessageVT() protobuf_go_lite.CloneMessage

func (*UndoDeleteRequest) CloneVT

func (m *UndoDeleteRequest) CloneVT() *UndoDeleteRequest

func (*UndoDeleteRequest) EqualMessageVT

func (this *UndoDeleteRequest) EqualMessageVT(thatMsg any) bool

func (*UndoDeleteRequest) EqualVT

func (this *UndoDeleteRequest) EqualVT(that *UndoDeleteRequest) bool

func (*UndoDeleteRequest) MarshalJSON

func (x *UndoDeleteRequest) MarshalJSON() ([]byte, error)

MarshalJSON marshals the UndoDeleteRequest to JSON.

func (*UndoDeleteRequest) MarshalProtoJSON

func (x *UndoDeleteRequest) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the UndoDeleteRequest message to JSON.

func (*UndoDeleteRequest) MarshalProtoText

func (x *UndoDeleteRequest) MarshalProtoText() string

func (*UndoDeleteRequest) MarshalToSizedBufferVT

func (m *UndoDeleteRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*UndoDeleteRequest) MarshalToVT

func (m *UndoDeleteRequest) MarshalToVT(dAtA []byte) (int, error)

func (*UndoDeleteRequest) MarshalVT

func (m *UndoDeleteRequest) MarshalVT() (dAtA []byte, err error)

func (*UndoDeleteRequest) ProtoMessage

func (*UndoDeleteRequest) ProtoMessage()

func (*UndoDeleteRequest) Reset

func (x *UndoDeleteRequest) Reset()

func (*UndoDeleteRequest) SizeVT

func (m *UndoDeleteRequest) SizeVT() (n int)

func (*UndoDeleteRequest) String

func (x *UndoDeleteRequest) String() string

func (*UndoDeleteRequest) UnmarshalJSON

func (x *UndoDeleteRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the UndoDeleteRequest from JSON.

func (*UndoDeleteRequest) UnmarshalProtoJSON

func (x *UndoDeleteRequest) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the UndoDeleteRequest message from JSON.

func (*UndoDeleteRequest) UnmarshalVT

func (m *UndoDeleteRequest) UnmarshalVT(dAtA []byte) error

type UpdateOrgRequest

type UpdateOrgRequest struct {

	// DisplayName is the new display name for the organization.
	DisplayName string `protobuf:"bytes,1,opt,name=display_name,json=displayName,proto3" json:"displayName,omitempty"`
	// contains filtered or unexported fields
}

UpdateOrgRequest is the request body for POST /org/:id/update.

func (*UpdateOrgRequest) CloneMessageVT

func (m *UpdateOrgRequest) CloneMessageVT() protobuf_go_lite.CloneMessage

func (*UpdateOrgRequest) CloneVT

func (m *UpdateOrgRequest) CloneVT() *UpdateOrgRequest

func (*UpdateOrgRequest) EqualMessageVT

func (this *UpdateOrgRequest) EqualMessageVT(thatMsg any) bool

func (*UpdateOrgRequest) EqualVT

func (this *UpdateOrgRequest) EqualVT(that *UpdateOrgRequest) bool

func (*UpdateOrgRequest) GetDisplayName

func (x *UpdateOrgRequest) GetDisplayName() string

func (*UpdateOrgRequest) MarshalJSON

func (x *UpdateOrgRequest) MarshalJSON() ([]byte, error)

MarshalJSON marshals the UpdateOrgRequest to JSON.

func (*UpdateOrgRequest) MarshalProtoJSON

func (x *UpdateOrgRequest) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the UpdateOrgRequest message to JSON.

func (*UpdateOrgRequest) MarshalProtoText

func (x *UpdateOrgRequest) MarshalProtoText() string

func (*UpdateOrgRequest) MarshalToSizedBufferVT

func (m *UpdateOrgRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*UpdateOrgRequest) MarshalToVT

func (m *UpdateOrgRequest) MarshalToVT(dAtA []byte) (int, error)

func (*UpdateOrgRequest) MarshalVT

func (m *UpdateOrgRequest) MarshalVT() (dAtA []byte, err error)

func (*UpdateOrgRequest) ProtoMessage

func (*UpdateOrgRequest) ProtoMessage()

func (*UpdateOrgRequest) Reset

func (x *UpdateOrgRequest) Reset()

func (*UpdateOrgRequest) SizeVT

func (m *UpdateOrgRequest) SizeVT() (n int)

func (*UpdateOrgRequest) String

func (x *UpdateOrgRequest) String() string

func (*UpdateOrgRequest) UnmarshalJSON

func (x *UpdateOrgRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the UpdateOrgRequest from JSON.

func (*UpdateOrgRequest) UnmarshalProtoJSON

func (x *UpdateOrgRequest) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the UpdateOrgRequest message from JSON.

func (*UpdateOrgRequest) UnmarshalVT

func (m *UpdateOrgRequest) UnmarshalVT(dAtA []byte) error

type UpdateOrgResponse

type UpdateOrgResponse struct {

	// Id is the organization id that was updated.
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

UpdateOrgResponse is the response body for POST /org/:id/update.

func (*UpdateOrgResponse) CloneMessageVT

func (m *UpdateOrgResponse) CloneMessageVT() protobuf_go_lite.CloneMessage

func (*UpdateOrgResponse) CloneVT

func (m *UpdateOrgResponse) CloneVT() *UpdateOrgResponse

func (*UpdateOrgResponse) EqualMessageVT

func (this *UpdateOrgResponse) EqualMessageVT(thatMsg any) bool

func (*UpdateOrgResponse) EqualVT

func (this *UpdateOrgResponse) EqualVT(that *UpdateOrgResponse) bool

func (*UpdateOrgResponse) GetId

func (x *UpdateOrgResponse) GetId() string

func (*UpdateOrgResponse) MarshalJSON

func (x *UpdateOrgResponse) MarshalJSON() ([]byte, error)

MarshalJSON marshals the UpdateOrgResponse to JSON.

func (*UpdateOrgResponse) MarshalProtoJSON

func (x *UpdateOrgResponse) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the UpdateOrgResponse message to JSON.

func (*UpdateOrgResponse) MarshalProtoText

func (x *UpdateOrgResponse) MarshalProtoText() string

func (*UpdateOrgResponse) MarshalToSizedBufferVT

func (m *UpdateOrgResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*UpdateOrgResponse) MarshalToVT

func (m *UpdateOrgResponse) MarshalToVT(dAtA []byte) (int, error)

func (*UpdateOrgResponse) MarshalVT

func (m *UpdateOrgResponse) MarshalVT() (dAtA []byte, err error)

func (*UpdateOrgResponse) ProtoMessage

func (*UpdateOrgResponse) ProtoMessage()

func (*UpdateOrgResponse) Reset

func (x *UpdateOrgResponse) Reset()

func (*UpdateOrgResponse) SizeVT

func (m *UpdateOrgResponse) SizeVT() (n int)

func (*UpdateOrgResponse) String

func (x *UpdateOrgResponse) String() string

func (*UpdateOrgResponse) UnmarshalJSON

func (x *UpdateOrgResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the UpdateOrgResponse from JSON.

func (*UpdateOrgResponse) UnmarshalProtoJSON

func (x *UpdateOrgResponse) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the UpdateOrgResponse message from JSON.

func (*UpdateOrgResponse) UnmarshalVT

func (m *UpdateOrgResponse) UnmarshalVT(dAtA []byte) error

type UpdateThresholdAction

type UpdateThresholdAction struct {

	// Threshold is the new auth threshold value.
	Threshold uint32 `protobuf:"varint,1,opt,name=threshold,proto3" json:"threshold,omitempty"`
	// contains filtered or unexported fields
}

UpdateThresholdAction is the action body for POST /account/:id/threshold.

func (*UpdateThresholdAction) CloneMessageVT

func (*UpdateThresholdAction) CloneVT

func (*UpdateThresholdAction) EqualMessageVT

func (this *UpdateThresholdAction) EqualMessageVT(thatMsg any) bool

func (*UpdateThresholdAction) EqualVT

func (this *UpdateThresholdAction) EqualVT(that *UpdateThresholdAction) bool

func (*UpdateThresholdAction) GetThreshold

func (x *UpdateThresholdAction) GetThreshold() uint32

func (*UpdateThresholdAction) MarshalJSON

func (x *UpdateThresholdAction) MarshalJSON() ([]byte, error)

MarshalJSON marshals the UpdateThresholdAction to JSON.

func (*UpdateThresholdAction) MarshalProtoJSON

func (x *UpdateThresholdAction) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the UpdateThresholdAction message to JSON.

func (*UpdateThresholdAction) MarshalProtoText

func (x *UpdateThresholdAction) MarshalProtoText() string

func (*UpdateThresholdAction) MarshalToSizedBufferVT

func (m *UpdateThresholdAction) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*UpdateThresholdAction) MarshalToVT

func (m *UpdateThresholdAction) MarshalToVT(dAtA []byte) (int, error)

func (*UpdateThresholdAction) MarshalVT

func (m *UpdateThresholdAction) MarshalVT() (dAtA []byte, err error)

func (*UpdateThresholdAction) ProtoMessage

func (*UpdateThresholdAction) ProtoMessage()

func (*UpdateThresholdAction) Reset

func (x *UpdateThresholdAction) Reset()

func (*UpdateThresholdAction) SizeVT

func (m *UpdateThresholdAction) SizeVT() (n int)

func (*UpdateThresholdAction) String

func (x *UpdateThresholdAction) String() string

func (*UpdateThresholdAction) UnmarshalJSON

func (x *UpdateThresholdAction) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the UpdateThresholdAction from JSON.

func (*UpdateThresholdAction) UnmarshalProtoJSON

func (x *UpdateThresholdAction) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the UpdateThresholdAction message from JSON.

func (*UpdateThresholdAction) UnmarshalVT

func (m *UpdateThresholdAction) UnmarshalVT(dAtA []byte) error

type VerifiedSOStateCache

type VerifiedSOStateCache struct {

	// GenesisHash is the pinned hash of the genesis config-chain entry.
	GenesisHash []byte `protobuf:"bytes,1,opt,name=genesis_hash,json=genesisHash,proto3" json:"genesisHash,omitempty"`
	// VerifiedConfigChainHash is the hash of the last verified config-chain head.
	VerifiedConfigChainHash []byte `` /* 131-byte string literal not displayed */
	// VerifiedConfigChainSeqno is the seqno of the last verified config-chain head.
	VerifiedConfigChainSeqno uint64 `` /* 135-byte string literal not displayed */
	// KeyEpochs is the trusted key-epoch material from the verified chain.
	KeyEpochs []*sobject.SOKeyEpoch `protobuf:"bytes,4,rep,name=key_epochs,json=keyEpochs,proto3" json:"keyEpochs,omitempty"`
	// CurrentConfig is the latest trusted config from the verified chain.
	CurrentConfig *sobject.SharedObjectConfig `protobuf:"bytes,5,opt,name=current_config,json=currentConfig,proto3" json:"currentConfig,omitempty"`
	// contains filtered or unexported fields
}

VerifiedSOStateCache is the trusted local cache of verified SO config state.

func (*VerifiedSOStateCache) CloneMessageVT

func (*VerifiedSOStateCache) CloneVT

func (*VerifiedSOStateCache) EqualMessageVT

func (this *VerifiedSOStateCache) EqualMessageVT(thatMsg any) bool

func (*VerifiedSOStateCache) EqualVT

func (this *VerifiedSOStateCache) EqualVT(that *VerifiedSOStateCache) bool

func (*VerifiedSOStateCache) GetCurrentConfig

func (x *VerifiedSOStateCache) GetCurrentConfig() *sobject.SharedObjectConfig

func (*VerifiedSOStateCache) GetGenesisHash

func (x *VerifiedSOStateCache) GetGenesisHash() []byte

func (*VerifiedSOStateCache) GetKeyEpochs

func (x *VerifiedSOStateCache) GetKeyEpochs() []*sobject.SOKeyEpoch

func (*VerifiedSOStateCache) GetVerifiedConfigChainHash

func (x *VerifiedSOStateCache) GetVerifiedConfigChainHash() []byte

func (*VerifiedSOStateCache) GetVerifiedConfigChainSeqno

func (x *VerifiedSOStateCache) GetVerifiedConfigChainSeqno() uint64

func (*VerifiedSOStateCache) MarshalJSON

func (x *VerifiedSOStateCache) MarshalJSON() ([]byte, error)

MarshalJSON marshals the VerifiedSOStateCache to JSON.

func (*VerifiedSOStateCache) MarshalProtoJSON

func (x *VerifiedSOStateCache) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the VerifiedSOStateCache message to JSON.

func (*VerifiedSOStateCache) MarshalProtoText

func (x *VerifiedSOStateCache) MarshalProtoText() string

func (*VerifiedSOStateCache) MarshalToSizedBufferVT

func (m *VerifiedSOStateCache) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*VerifiedSOStateCache) MarshalToVT

func (m *VerifiedSOStateCache) MarshalToVT(dAtA []byte) (int, error)

func (*VerifiedSOStateCache) MarshalVT

func (m *VerifiedSOStateCache) MarshalVT() (dAtA []byte, err error)

func (*VerifiedSOStateCache) ProtoMessage

func (*VerifiedSOStateCache) ProtoMessage()

func (*VerifiedSOStateCache) Reset

func (x *VerifiedSOStateCache) Reset()

func (*VerifiedSOStateCache) SizeVT

func (m *VerifiedSOStateCache) SizeVT() (n int)

func (*VerifiedSOStateCache) String

func (x *VerifiedSOStateCache) String() string

func (*VerifiedSOStateCache) UnmarshalJSON

func (x *VerifiedSOStateCache) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the VerifiedSOStateCache from JSON.

func (*VerifiedSOStateCache) UnmarshalProtoJSON

func (x *VerifiedSOStateCache) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the VerifiedSOStateCache message from JSON.

func (*VerifiedSOStateCache) UnmarshalVT

func (m *VerifiedSOStateCache) UnmarshalVT(dAtA []byte) error

type VerifyFacetsLaunchGrantRequest added in v0.56.1

type VerifyFacetsLaunchGrantRequest struct {

	// Token is the opaque short-lived launch grant token to verify.
	Token string `protobuf:"bytes,1,opt,name=token,proto3" json:"token,omitempty"`
	// AccountId is the expected account ID bound to the launch grant.
	AccountId string `protobuf:"bytes,2,opt,name=account_id,json=accountId,proto3" json:"accountId,omitempty"`
	// OrganizationId is the expected organization ID bound to the launch grant.
	OrganizationId string `protobuf:"bytes,3,opt,name=organization_id,json=organizationId,proto3" json:"organizationId,omitempty"`
	// PackageDigest is the expected package digest bound to the launch grant.
	PackageDigest string `protobuf:"bytes,4,opt,name=package_digest,json=packageDigest,proto3" json:"packageDigest,omitempty"`
	// Capability is the expected runtime capability bound to the launch grant.
	Capability string `protobuf:"bytes,5,opt,name=capability,proto3" json:"capability,omitempty"`
	// contains filtered or unexported fields
}

VerifyFacetsLaunchGrantRequest is the request body for POST /api/facets/launch-grant/verify.

func (*VerifyFacetsLaunchGrantRequest) CloneMessageVT added in v0.56.1

func (*VerifyFacetsLaunchGrantRequest) CloneVT added in v0.56.1

func (*VerifyFacetsLaunchGrantRequest) EqualMessageVT added in v0.56.1

func (this *VerifyFacetsLaunchGrantRequest) EqualMessageVT(thatMsg any) bool

func (*VerifyFacetsLaunchGrantRequest) EqualVT added in v0.56.1

func (*VerifyFacetsLaunchGrantRequest) GetAccountId added in v0.56.1

func (x *VerifyFacetsLaunchGrantRequest) GetAccountId() string

func (*VerifyFacetsLaunchGrantRequest) GetCapability added in v0.56.1

func (x *VerifyFacetsLaunchGrantRequest) GetCapability() string

func (*VerifyFacetsLaunchGrantRequest) GetOrganizationId added in v0.56.1

func (x *VerifyFacetsLaunchGrantRequest) GetOrganizationId() string

func (*VerifyFacetsLaunchGrantRequest) GetPackageDigest added in v0.56.1

func (x *VerifyFacetsLaunchGrantRequest) GetPackageDigest() string

func (*VerifyFacetsLaunchGrantRequest) GetToken added in v0.56.1

func (x *VerifyFacetsLaunchGrantRequest) GetToken() string

func (*VerifyFacetsLaunchGrantRequest) MarshalJSON added in v0.56.1

func (x *VerifyFacetsLaunchGrantRequest) MarshalJSON() ([]byte, error)

MarshalJSON marshals the VerifyFacetsLaunchGrantRequest to JSON.

func (*VerifyFacetsLaunchGrantRequest) MarshalProtoJSON added in v0.56.1

func (x *VerifyFacetsLaunchGrantRequest) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the VerifyFacetsLaunchGrantRequest message to JSON.

func (*VerifyFacetsLaunchGrantRequest) MarshalProtoText added in v0.56.1

func (x *VerifyFacetsLaunchGrantRequest) MarshalProtoText() string

func (*VerifyFacetsLaunchGrantRequest) MarshalToSizedBufferVT added in v0.56.1

func (m *VerifyFacetsLaunchGrantRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*VerifyFacetsLaunchGrantRequest) MarshalToVT added in v0.56.1

func (m *VerifyFacetsLaunchGrantRequest) MarshalToVT(dAtA []byte) (int, error)

func (*VerifyFacetsLaunchGrantRequest) MarshalVT added in v0.56.1

func (m *VerifyFacetsLaunchGrantRequest) MarshalVT() (dAtA []byte, err error)

func (*VerifyFacetsLaunchGrantRequest) ProtoMessage added in v0.56.1

func (*VerifyFacetsLaunchGrantRequest) ProtoMessage()

func (*VerifyFacetsLaunchGrantRequest) Reset added in v0.56.1

func (x *VerifyFacetsLaunchGrantRequest) Reset()

func (*VerifyFacetsLaunchGrantRequest) SizeVT added in v0.56.1

func (m *VerifyFacetsLaunchGrantRequest) SizeVT() (n int)

func (*VerifyFacetsLaunchGrantRequest) String added in v0.56.1

func (*VerifyFacetsLaunchGrantRequest) UnmarshalJSON added in v0.56.1

func (x *VerifyFacetsLaunchGrantRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the VerifyFacetsLaunchGrantRequest from JSON.

func (*VerifyFacetsLaunchGrantRequest) UnmarshalProtoJSON added in v0.56.1

func (x *VerifyFacetsLaunchGrantRequest) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the VerifyFacetsLaunchGrantRequest message from JSON.

func (*VerifyFacetsLaunchGrantRequest) UnmarshalVT added in v0.56.1

func (m *VerifyFacetsLaunchGrantRequest) UnmarshalVT(dAtA []byte) error

type VerifyFacetsLaunchGrantResponse added in v0.56.1

type VerifyFacetsLaunchGrantResponse struct {
	// contains filtered or unexported fields
}

VerifyFacetsLaunchGrantResponse is the response body for POST /api/facets/launch-grant/verify.

func (*VerifyFacetsLaunchGrantResponse) CloneMessageVT added in v0.56.1

func (*VerifyFacetsLaunchGrantResponse) CloneVT added in v0.56.1

func (*VerifyFacetsLaunchGrantResponse) EqualMessageVT added in v0.56.1

func (this *VerifyFacetsLaunchGrantResponse) EqualMessageVT(thatMsg any) bool

func (*VerifyFacetsLaunchGrantResponse) EqualVT added in v0.56.1

func (*VerifyFacetsLaunchGrantResponse) MarshalJSON added in v0.56.1

func (x *VerifyFacetsLaunchGrantResponse) MarshalJSON() ([]byte, error)

MarshalJSON marshals the VerifyFacetsLaunchGrantResponse to JSON.

func (*VerifyFacetsLaunchGrantResponse) MarshalProtoJSON added in v0.56.1

func (x *VerifyFacetsLaunchGrantResponse) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the VerifyFacetsLaunchGrantResponse message to JSON.

func (*VerifyFacetsLaunchGrantResponse) MarshalProtoText added in v0.56.1

func (x *VerifyFacetsLaunchGrantResponse) MarshalProtoText() string

func (*VerifyFacetsLaunchGrantResponse) MarshalToSizedBufferVT added in v0.56.1

func (m *VerifyFacetsLaunchGrantResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*VerifyFacetsLaunchGrantResponse) MarshalToVT added in v0.56.1

func (m *VerifyFacetsLaunchGrantResponse) MarshalToVT(dAtA []byte) (int, error)

func (*VerifyFacetsLaunchGrantResponse) MarshalVT added in v0.56.1

func (m *VerifyFacetsLaunchGrantResponse) MarshalVT() (dAtA []byte, err error)

func (*VerifyFacetsLaunchGrantResponse) ProtoMessage added in v0.56.1

func (*VerifyFacetsLaunchGrantResponse) ProtoMessage()

func (*VerifyFacetsLaunchGrantResponse) Reset added in v0.56.1

func (*VerifyFacetsLaunchGrantResponse) SizeVT added in v0.56.1

func (m *VerifyFacetsLaunchGrantResponse) SizeVT() (n int)

func (*VerifyFacetsLaunchGrantResponse) String added in v0.56.1

func (*VerifyFacetsLaunchGrantResponse) UnmarshalJSON added in v0.56.1

func (x *VerifyFacetsLaunchGrantResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the VerifyFacetsLaunchGrantResponse from JSON.

func (*VerifyFacetsLaunchGrantResponse) UnmarshalProtoJSON added in v0.56.1

func (x *VerifyFacetsLaunchGrantResponse) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the VerifyFacetsLaunchGrantResponse message from JSON.

func (*VerifyFacetsLaunchGrantResponse) UnmarshalVT added in v0.56.1

func (m *VerifyFacetsLaunchGrantResponse) UnmarshalVT(dAtA []byte) error

type WriteTicketBundleResponse

type WriteTicketBundleResponse struct {

	// SoOpTicket authorizes POST /sobject/:id/op for the addressed resource.
	SoOpTicket string `protobuf:"bytes,1,opt,name=so_op_ticket,json=soOpTicket,proto3" json:"soOpTicket,omitempty"`
	// SoRootTicket authorizes POST /sobject/:id/root for the addressed resource.
	SoRootTicket string `protobuf:"bytes,2,opt,name=so_root_ticket,json=soRootTicket,proto3" json:"soRootTicket,omitempty"`
	// BstoreSyncPushTicket authorizes POST /bstore/:id/sync/push for the
	// addressed resource.
	BstoreSyncPushTicket string `protobuf:"bytes,3,opt,name=bstore_sync_push_ticket,json=bstoreSyncPushTicket,proto3" json:"bstoreSyncPushTicket,omitempty"`
	// contains filtered or unexported fields
}

WriteTicketBundleResponse is the response body for bundled write-ticket bootstrap. Each field carries one explicit steady-state write capability for the addressed resource.

func (*WriteTicketBundleResponse) CloneMessageVT

func (*WriteTicketBundleResponse) CloneVT

func (*WriteTicketBundleResponse) EqualMessageVT

func (this *WriteTicketBundleResponse) EqualMessageVT(thatMsg any) bool

func (*WriteTicketBundleResponse) EqualVT

func (*WriteTicketBundleResponse) GetBstoreSyncPushTicket

func (x *WriteTicketBundleResponse) GetBstoreSyncPushTicket() string

func (*WriteTicketBundleResponse) GetSoOpTicket

func (x *WriteTicketBundleResponse) GetSoOpTicket() string

func (*WriteTicketBundleResponse) GetSoRootTicket

func (x *WriteTicketBundleResponse) GetSoRootTicket() string

func (*WriteTicketBundleResponse) MarshalJSON

func (x *WriteTicketBundleResponse) MarshalJSON() ([]byte, error)

MarshalJSON marshals the WriteTicketBundleResponse to JSON.

func (*WriteTicketBundleResponse) MarshalProtoJSON

func (x *WriteTicketBundleResponse) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the WriteTicketBundleResponse message to JSON.

func (*WriteTicketBundleResponse) MarshalProtoText

func (x *WriteTicketBundleResponse) MarshalProtoText() string

func (*WriteTicketBundleResponse) MarshalToSizedBufferVT

func (m *WriteTicketBundleResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*WriteTicketBundleResponse) MarshalToVT

func (m *WriteTicketBundleResponse) MarshalToVT(dAtA []byte) (int, error)

func (*WriteTicketBundleResponse) MarshalVT

func (m *WriteTicketBundleResponse) MarshalVT() (dAtA []byte, err error)

func (*WriteTicketBundleResponse) ProtoMessage

func (*WriteTicketBundleResponse) ProtoMessage()

func (*WriteTicketBundleResponse) Reset

func (x *WriteTicketBundleResponse) Reset()

func (*WriteTicketBundleResponse) SizeVT

func (m *WriteTicketBundleResponse) SizeVT() (n int)

func (*WriteTicketBundleResponse) String

func (x *WriteTicketBundleResponse) String() string

func (*WriteTicketBundleResponse) UnmarshalJSON

func (x *WriteTicketBundleResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the WriteTicketBundleResponse from JSON.

func (*WriteTicketBundleResponse) UnmarshalProtoJSON

func (x *WriteTicketBundleResponse) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the WriteTicketBundleResponse message from JSON.

func (*WriteTicketBundleResponse) UnmarshalVT

func (m *WriteTicketBundleResponse) UnmarshalVT(dAtA []byte) error

type WriteTicketProof

type WriteTicketProof struct {

	// Payload is the serialized WriteTicketProofPayload bytes.
	Payload []byte `protobuf:"bytes,1,opt,name=payload,proto3" json:"payload,omitempty"`
	// Signature is the detached session-key signature over Payload.
	Signature []byte `protobuf:"bytes,2,opt,name=signature,proto3" json:"signature,omitempty"`
	// contains filtered or unexported fields
}

WriteTicketProof carries the signed proof payload bytes and the detached signature over those bytes.

func (*WriteTicketProof) CloneMessageVT

func (m *WriteTicketProof) CloneMessageVT() protobuf_go_lite.CloneMessage

func (*WriteTicketProof) CloneVT

func (m *WriteTicketProof) CloneVT() *WriteTicketProof

func (*WriteTicketProof) EqualMessageVT

func (this *WriteTicketProof) EqualMessageVT(thatMsg any) bool

func (*WriteTicketProof) EqualVT

func (this *WriteTicketProof) EqualVT(that *WriteTicketProof) bool

func (*WriteTicketProof) GetPayload

func (x *WriteTicketProof) GetPayload() []byte

func (*WriteTicketProof) GetSignature

func (x *WriteTicketProof) GetSignature() []byte

func (*WriteTicketProof) MarshalJSON

func (x *WriteTicketProof) MarshalJSON() ([]byte, error)

MarshalJSON marshals the WriteTicketProof to JSON.

func (*WriteTicketProof) MarshalProtoJSON

func (x *WriteTicketProof) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the WriteTicketProof message to JSON.

func (*WriteTicketProof) MarshalProtoText

func (x *WriteTicketProof) MarshalProtoText() string

func (*WriteTicketProof) MarshalToSizedBufferVT

func (m *WriteTicketProof) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*WriteTicketProof) MarshalToVT

func (m *WriteTicketProof) MarshalToVT(dAtA []byte) (int, error)

func (*WriteTicketProof) MarshalVT

func (m *WriteTicketProof) MarshalVT() (dAtA []byte, err error)

func (*WriteTicketProof) ProtoMessage

func (*WriteTicketProof) ProtoMessage()

func (*WriteTicketProof) Reset

func (x *WriteTicketProof) Reset()

func (*WriteTicketProof) SizeVT

func (m *WriteTicketProof) SizeVT() (n int)

func (*WriteTicketProof) String

func (x *WriteTicketProof) String() string

func (*WriteTicketProof) UnmarshalJSON

func (x *WriteTicketProof) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the WriteTicketProof from JSON.

func (*WriteTicketProof) UnmarshalProtoJSON

func (x *WriteTicketProof) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the WriteTicketProof message from JSON.

func (*WriteTicketProof) UnmarshalVT

func (m *WriteTicketProof) UnmarshalVT(dAtA []byte) error

type WriteTicketProofPayload

type WriteTicketProofPayload struct {

	// Ticket is the presented write ticket JWT.
	Ticket string `protobuf:"bytes,1,opt,name=ticket,proto3" json:"ticket,omitempty"`
	// Method is the HTTP method (e.g. "POST").
	Method string `protobuf:"bytes,2,opt,name=method,proto3" json:"method,omitempty"`
	// Path is the URL path for the hot write request.
	Path string `protobuf:"bytes,3,opt,name=path,proto3" json:"path,omitempty"`
	// TimestampMs is the proof timestamp in milliseconds since epoch.
	TimestampMs int64 `protobuf:"varint,4,opt,name=timestamp_ms,json=timestampMs,proto3" json:"timestampMs,omitempty"`
	// ContentLength is the request content length associated with the proof.
	ContentLength int64 `protobuf:"varint,5,opt,name=content_length,json=contentLength,proto3" json:"contentLength,omitempty"`
	// BodyHashHex is the hex-encoded body hash associated with the proof.
	BodyHashHex string `protobuf:"bytes,6,opt,name=body_hash_hex,json=bodyHashHex,proto3" json:"bodyHashHex,omitempty"`
	// SignedHeaders is the sorted comma-separated "key=value" signed header pairs.
	SignedHeaders string `protobuf:"bytes,7,opt,name=signed_headers,json=signedHeaders,proto3" json:"signedHeaders,omitempty"`
	// contains filtered or unexported fields
}

WriteTicketProofPayload is the message whose binary serialization is signed to prove possession of the session private key for a write-ticket-authenticated hot write request.

func (*WriteTicketProofPayload) CloneMessageVT

func (*WriteTicketProofPayload) CloneVT

func (*WriteTicketProofPayload) EqualMessageVT

func (this *WriteTicketProofPayload) EqualMessageVT(thatMsg any) bool

func (*WriteTicketProofPayload) EqualVT

func (*WriteTicketProofPayload) GetBodyHashHex

func (x *WriteTicketProofPayload) GetBodyHashHex() string

func (*WriteTicketProofPayload) GetContentLength

func (x *WriteTicketProofPayload) GetContentLength() int64

func (*WriteTicketProofPayload) GetMethod

func (x *WriteTicketProofPayload) GetMethod() string

func (*WriteTicketProofPayload) GetPath

func (x *WriteTicketProofPayload) GetPath() string

func (*WriteTicketProofPayload) GetSignedHeaders

func (x *WriteTicketProofPayload) GetSignedHeaders() string

func (*WriteTicketProofPayload) GetTicket

func (x *WriteTicketProofPayload) GetTicket() string

func (*WriteTicketProofPayload) GetTimestampMs

func (x *WriteTicketProofPayload) GetTimestampMs() int64

func (*WriteTicketProofPayload) MarshalJSON

func (x *WriteTicketProofPayload) MarshalJSON() ([]byte, error)

MarshalJSON marshals the WriteTicketProofPayload to JSON.

func (*WriteTicketProofPayload) MarshalProtoJSON

func (x *WriteTicketProofPayload) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the WriteTicketProofPayload message to JSON.

func (*WriteTicketProofPayload) MarshalProtoText

func (x *WriteTicketProofPayload) MarshalProtoText() string

func (*WriteTicketProofPayload) MarshalToSizedBufferVT

func (m *WriteTicketProofPayload) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*WriteTicketProofPayload) MarshalToVT

func (m *WriteTicketProofPayload) MarshalToVT(dAtA []byte) (int, error)

func (*WriteTicketProofPayload) MarshalVT

func (m *WriteTicketProofPayload) MarshalVT() (dAtA []byte, err error)

func (*WriteTicketProofPayload) ProtoMessage

func (*WriteTicketProofPayload) ProtoMessage()

func (*WriteTicketProofPayload) Reset

func (x *WriteTicketProofPayload) Reset()

func (*WriteTicketProofPayload) SizeVT

func (m *WriteTicketProofPayload) SizeVT() (n int)

func (*WriteTicketProofPayload) String

func (x *WriteTicketProofPayload) String() string

func (*WriteTicketProofPayload) UnmarshalJSON

func (x *WriteTicketProofPayload) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the WriteTicketProofPayload from JSON.

func (*WriteTicketProofPayload) UnmarshalProtoJSON

func (x *WriteTicketProofPayload) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the WriteTicketProofPayload message from JSON.

func (*WriteTicketProofPayload) UnmarshalVT

func (m *WriteTicketProofPayload) UnmarshalVT(dAtA []byte) error

type WsAuthSessionServerFrame

type WsAuthSessionServerFrame struct {

	// Types that are assignable to Body:
	//
	//	*WsAuthSessionServerFrame_Completion
	//	*WsAuthSessionServerFrame_SsoCallback
	//	*WsAuthSessionServerFrame_PasskeyRelay
	//	*WsAuthSessionServerFrame_SsoLink
	Body isWsAuthSessionServerFrame_Body `protobuf_oneof:"body"`
	// contains filtered or unexported fields
}

WsAuthSessionServerFrame is the server-to-client envelope for /api/auth/session/ws. Exactly one oneof case is populated per frame.

func (*WsAuthSessionServerFrame) CloneMessageVT

func (*WsAuthSessionServerFrame) CloneVT

func (*WsAuthSessionServerFrame) EqualMessageVT

func (this *WsAuthSessionServerFrame) EqualMessageVT(thatMsg any) bool

func (*WsAuthSessionServerFrame) EqualVT

func (*WsAuthSessionServerFrame) GetBody

func (m *WsAuthSessionServerFrame) GetBody() isWsAuthSessionServerFrame_Body

func (*WsAuthSessionServerFrame) GetCompletion

func (*WsAuthSessionServerFrame) GetPasskeyRelay

func (x *WsAuthSessionServerFrame) GetPasskeyRelay() *PasskeyRelay

func (*WsAuthSessionServerFrame) GetSsoCallback

func (x *WsAuthSessionServerFrame) GetSsoCallback() *SsoCallbackResult

func (*WsAuthSessionServerFrame) MarshalJSON

func (x *WsAuthSessionServerFrame) MarshalJSON() ([]byte, error)

MarshalJSON marshals the WsAuthSessionServerFrame to JSON.

func (*WsAuthSessionServerFrame) MarshalProtoJSON

func (x *WsAuthSessionServerFrame) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the WsAuthSessionServerFrame message to JSON.

func (*WsAuthSessionServerFrame) MarshalProtoText

func (x *WsAuthSessionServerFrame) MarshalProtoText() string

func (*WsAuthSessionServerFrame) MarshalToSizedBufferVT

func (m *WsAuthSessionServerFrame) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*WsAuthSessionServerFrame) MarshalToVT

func (m *WsAuthSessionServerFrame) MarshalToVT(dAtA []byte) (int, error)

func (*WsAuthSessionServerFrame) MarshalVT

func (m *WsAuthSessionServerFrame) MarshalVT() (dAtA []byte, err error)

func (*WsAuthSessionServerFrame) ProtoMessage

func (*WsAuthSessionServerFrame) ProtoMessage()

func (*WsAuthSessionServerFrame) Reset

func (x *WsAuthSessionServerFrame) Reset()

func (*WsAuthSessionServerFrame) SizeVT

func (m *WsAuthSessionServerFrame) SizeVT() (n int)

func (*WsAuthSessionServerFrame) String

func (x *WsAuthSessionServerFrame) String() string

func (*WsAuthSessionServerFrame) UnmarshalJSON

func (x *WsAuthSessionServerFrame) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the WsAuthSessionServerFrame from JSON.

func (*WsAuthSessionServerFrame) UnmarshalProtoJSON

func (x *WsAuthSessionServerFrame) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the WsAuthSessionServerFrame message from JSON.

func (*WsAuthSessionServerFrame) UnmarshalVT

func (m *WsAuthSessionServerFrame) UnmarshalVT(dAtA []byte) error

type WsAuthSessionServerFrame_Completion

type WsAuthSessionServerFrame_Completion struct {
	Completion *handoff.HandoffCompletion `protobuf:"bytes,1,opt,name=completion,proto3,oneof"`
}

func (*WsAuthSessionServerFrame_Completion) CloneOneofVT

func (m *WsAuthSessionServerFrame_Completion) CloneOneofVT() isWsAuthSessionServerFrame_Body

func (*WsAuthSessionServerFrame_Completion) CloneVT

func (*WsAuthSessionServerFrame_Completion) EqualVT

func (this *WsAuthSessionServerFrame_Completion) EqualVT(thatIface isWsAuthSessionServerFrame_Body) bool

func (*WsAuthSessionServerFrame_Completion) MarshalToSizedBufferVT

func (m *WsAuthSessionServerFrame_Completion) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*WsAuthSessionServerFrame_Completion) MarshalToVT

func (m *WsAuthSessionServerFrame_Completion) MarshalToVT(dAtA []byte) (int, error)

func (*WsAuthSessionServerFrame_Completion) SizeVT

func (m *WsAuthSessionServerFrame_Completion) SizeVT() (n int)

type WsAuthSessionServerFrame_PasskeyRelay

type WsAuthSessionServerFrame_PasskeyRelay struct {
	PasskeyRelay *PasskeyRelay `protobuf:"bytes,3,opt,name=passkey_relay,json=passkeyRelay,proto3,oneof"`
}

func (*WsAuthSessionServerFrame_PasskeyRelay) CloneOneofVT

func (m *WsAuthSessionServerFrame_PasskeyRelay) CloneOneofVT() isWsAuthSessionServerFrame_Body

func (*WsAuthSessionServerFrame_PasskeyRelay) CloneVT

func (*WsAuthSessionServerFrame_PasskeyRelay) EqualVT

func (this *WsAuthSessionServerFrame_PasskeyRelay) EqualVT(thatIface isWsAuthSessionServerFrame_Body) bool

func (*WsAuthSessionServerFrame_PasskeyRelay) MarshalToSizedBufferVT

func (m *WsAuthSessionServerFrame_PasskeyRelay) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*WsAuthSessionServerFrame_PasskeyRelay) MarshalToVT

func (m *WsAuthSessionServerFrame_PasskeyRelay) MarshalToVT(dAtA []byte) (int, error)

func (*WsAuthSessionServerFrame_PasskeyRelay) SizeVT

type WsAuthSessionServerFrame_SsoCallback

type WsAuthSessionServerFrame_SsoCallback struct {
	SsoCallback *SsoCallbackResult `protobuf:"bytes,2,opt,name=sso_callback,json=ssoCallback,proto3,oneof"`
}

func (*WsAuthSessionServerFrame_SsoCallback) CloneOneofVT

func (m *WsAuthSessionServerFrame_SsoCallback) CloneOneofVT() isWsAuthSessionServerFrame_Body

func (*WsAuthSessionServerFrame_SsoCallback) CloneVT

func (*WsAuthSessionServerFrame_SsoCallback) EqualVT

func (this *WsAuthSessionServerFrame_SsoCallback) EqualVT(thatIface isWsAuthSessionServerFrame_Body) bool

func (*WsAuthSessionServerFrame_SsoCallback) MarshalToSizedBufferVT

func (m *WsAuthSessionServerFrame_SsoCallback) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*WsAuthSessionServerFrame_SsoCallback) MarshalToVT

func (m *WsAuthSessionServerFrame_SsoCallback) MarshalToVT(dAtA []byte) (int, error)

func (*WsAuthSessionServerFrame_SsoCallback) SizeVT

func (m *WsAuthSessionServerFrame_SsoCallback) SizeVT() (n int)
type WsAuthSessionServerFrame_SsoLink struct {
	SsoLink *DesktopSSOLinkResult `protobuf:"bytes,4,opt,name=sso_link,json=ssoLink,proto3,oneof"`
}

func (*WsAuthSessionServerFrame_SsoLink) CloneOneofVT

func (m *WsAuthSessionServerFrame_SsoLink) CloneOneofVT() isWsAuthSessionServerFrame_Body

func (*WsAuthSessionServerFrame_SsoLink) CloneVT

func (*WsAuthSessionServerFrame_SsoLink) EqualVT

func (this *WsAuthSessionServerFrame_SsoLink) EqualVT(thatIface isWsAuthSessionServerFrame_Body) bool

func (*WsAuthSessionServerFrame_SsoLink) MarshalToSizedBufferVT

func (m *WsAuthSessionServerFrame_SsoLink) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*WsAuthSessionServerFrame_SsoLink) MarshalToVT

func (m *WsAuthSessionServerFrame_SsoLink) MarshalToVT(dAtA []byte) (int, error)

func (*WsAuthSessionServerFrame_SsoLink) SizeVT

func (m *WsAuthSessionServerFrame_SsoLink) SizeVT() (n int)

type WsBillingCheckoutServerFrame

type WsBillingCheckoutServerFrame struct {

	// Types that are assignable to Body:
	//
	//	*WsBillingCheckoutServerFrame_Status
	Body isWsBillingCheckoutServerFrame_Body `protobuf_oneof:"body"`
	// contains filtered or unexported fields
}

WsBillingCheckoutServerFrame is the server-to-client envelope for /api/billing/checkout/ws. Exactly one oneof case is populated per frame.

func (*WsBillingCheckoutServerFrame) CloneMessageVT

func (*WsBillingCheckoutServerFrame) CloneVT

func (*WsBillingCheckoutServerFrame) EqualMessageVT

func (this *WsBillingCheckoutServerFrame) EqualMessageVT(thatMsg any) bool

func (*WsBillingCheckoutServerFrame) EqualVT

func (*WsBillingCheckoutServerFrame) GetBody

func (m *WsBillingCheckoutServerFrame) GetBody() isWsBillingCheckoutServerFrame_Body

func (*WsBillingCheckoutServerFrame) GetStatus

func (*WsBillingCheckoutServerFrame) MarshalJSON

func (x *WsBillingCheckoutServerFrame) MarshalJSON() ([]byte, error)

MarshalJSON marshals the WsBillingCheckoutServerFrame to JSON.

func (*WsBillingCheckoutServerFrame) MarshalProtoJSON

func (x *WsBillingCheckoutServerFrame) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the WsBillingCheckoutServerFrame message to JSON.

func (*WsBillingCheckoutServerFrame) MarshalProtoText

func (x *WsBillingCheckoutServerFrame) MarshalProtoText() string

func (*WsBillingCheckoutServerFrame) MarshalToSizedBufferVT

func (m *WsBillingCheckoutServerFrame) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*WsBillingCheckoutServerFrame) MarshalToVT

func (m *WsBillingCheckoutServerFrame) MarshalToVT(dAtA []byte) (int, error)

func (*WsBillingCheckoutServerFrame) MarshalVT

func (m *WsBillingCheckoutServerFrame) MarshalVT() (dAtA []byte, err error)

func (*WsBillingCheckoutServerFrame) ProtoMessage

func (*WsBillingCheckoutServerFrame) ProtoMessage()

func (*WsBillingCheckoutServerFrame) Reset

func (x *WsBillingCheckoutServerFrame) Reset()

func (*WsBillingCheckoutServerFrame) SizeVT

func (m *WsBillingCheckoutServerFrame) SizeVT() (n int)

func (*WsBillingCheckoutServerFrame) String

func (*WsBillingCheckoutServerFrame) UnmarshalJSON

func (x *WsBillingCheckoutServerFrame) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the WsBillingCheckoutServerFrame from JSON.

func (*WsBillingCheckoutServerFrame) UnmarshalProtoJSON

func (x *WsBillingCheckoutServerFrame) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the WsBillingCheckoutServerFrame message from JSON.

func (*WsBillingCheckoutServerFrame) UnmarshalVT

func (m *WsBillingCheckoutServerFrame) UnmarshalVT(dAtA []byte) error

type WsBillingCheckoutServerFrame_Status

type WsBillingCheckoutServerFrame_Status struct {
	Status *CheckoutStatusMessage `protobuf:"bytes,1,opt,name=status,proto3,oneof"`
}

func (*WsBillingCheckoutServerFrame_Status) CloneOneofVT

func (m *WsBillingCheckoutServerFrame_Status) CloneOneofVT() isWsBillingCheckoutServerFrame_Body

func (*WsBillingCheckoutServerFrame_Status) CloneVT

func (*WsBillingCheckoutServerFrame_Status) EqualVT

func (this *WsBillingCheckoutServerFrame_Status) EqualVT(thatIface isWsBillingCheckoutServerFrame_Body) bool

func (*WsBillingCheckoutServerFrame_Status) MarshalToSizedBufferVT

func (m *WsBillingCheckoutServerFrame_Status) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*WsBillingCheckoutServerFrame_Status) MarshalToVT

func (m *WsBillingCheckoutServerFrame_Status) MarshalToVT(dAtA []byte) (int, error)

func (*WsBillingCheckoutServerFrame_Status) SizeVT

func (m *WsBillingCheckoutServerFrame_Status) SizeVT() (n int)

Jump to

Keyboard shortcuts

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