s4wave_session

package
v0.51.3 Latest Latest
Warning

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

Go to latest
Published: May 9, 2026 License: Apache-2.0 Imports: 34 Imported by: 0

Documentation

Index

Constants

View Source
const SRPCLocalSessionResourceServiceServiceID = "s4wave.session.LocalSessionResourceService"
View Source
const SRPCSessionResourceServiceServiceID = "s4wave.session.SessionResourceService"
View Source
const SRPCSharedObjectSelfEnrollmentResourceServiceServiceID = "s4wave.session.SharedObjectSelfEnrollmentResourceService"
View Source
const SRPCSpacewaveSessionResourceServiceServiceID = "s4wave.session.SpacewaveSessionResourceService"

Variables

View Source
var (
	SyncStatusState_name = map[int32]string{
		0: "SyncStatusState_SYNCED",
		1: "SyncStatusState_ACTIVE",
		2: "SyncStatusState_ERROR",
	}
	SyncStatusState_value = map[string]int32{
		"SyncStatusState_SYNCED": 0,
		"SyncStatusState_ACTIVE": 1,
		"SyncStatusState_ERROR":  2,
	}
)

Enum value maps for SyncStatusState.

View Source
var (
	SyncActivityDirection_name = map[int32]string{
		0: "SyncActivityDirection_NONE",
		1: "SyncActivityDirection_UPLOAD",
		2: "SyncActivityDirection_DOWNLOAD",
		3: "SyncActivityDirection_UPLOAD_DOWNLOAD",
	}
	SyncActivityDirection_value = map[string]int32{
		"SyncActivityDirection_NONE":            0,
		"SyncActivityDirection_UPLOAD":          1,
		"SyncActivityDirection_DOWNLOAD":        2,
		"SyncActivityDirection_UPLOAD_DOWNLOAD": 3,
	}
)

Enum value maps for SyncActivityDirection.

View Source
var (
	SyncTransportState_name = map[int32]string{
		0: "SyncTransportState_UNKNOWN",
		1: "SyncTransportState_UNAVAILABLE",
		2: "SyncTransportState_CONNECTING",
		3: "SyncTransportState_ONLINE",
		4: "SyncTransportState_ERROR",
	}
	SyncTransportState_value = map[string]int32{
		"SyncTransportState_UNKNOWN":     0,
		"SyncTransportState_UNAVAILABLE": 1,
		"SyncTransportState_CONNECTING":  2,
		"SyncTransportState_ONLINE":      3,
		"SyncTransportState_ERROR":       4,
	}
)

Enum value maps for SyncTransportState.

View Source
var (
	SyncP2PState_name = map[int32]string{
		0: "SyncP2PState_UNKNOWN",
		1: "SyncP2PState_NO_PEERS",
		2: "SyncP2PState_IDLE",
		3: "SyncP2PState_ACTIVE",
		4: "SyncP2PState_ERROR",
	}
	SyncP2PState_value = map[string]int32{
		"SyncP2PState_UNKNOWN":  0,
		"SyncP2PState_NO_PEERS": 1,
		"SyncP2PState_IDLE":     2,
		"SyncP2PState_ACTIVE":   3,
		"SyncP2PState_ERROR":    4,
	}
)

Enum value maps for SyncP2PState.

View Source
var (
	PairingStatus_name = map[int32]string{
		0:  "PairingStatus_IDLE",
		1:  "PairingStatus_CODE_GENERATED",
		2:  "PairingStatus_WAITING_FOR_PEER",
		3:  "PairingStatus_PEER_CONNECTED",
		4:  "PairingStatus_VERIFYING_EMOJI",
		5:  "PairingStatus_VERIFIED",
		6:  "PairingStatus_FAILED",
		7:  "PairingStatus_SIGNALING_FAILED",
		8:  "PairingStatus_CONNECTION_TIMEOUT",
		9:  "PairingStatus_WAITING_FOR_REMOTE_CONFIRM",
		10: "PairingStatus_BOTH_CONFIRMED",
		11: "PairingStatus_PAIRING_REJECTED",
		12: "PairingStatus_CONFIRMATION_TIMEOUT",
	}
	PairingStatus_value = map[string]int32{
		"PairingStatus_IDLE":                       0,
		"PairingStatus_CODE_GENERATED":             1,
		"PairingStatus_WAITING_FOR_PEER":           2,
		"PairingStatus_PEER_CONNECTED":             3,
		"PairingStatus_VERIFYING_EMOJI":            4,
		"PairingStatus_VERIFIED":                   5,
		"PairingStatus_FAILED":                     6,
		"PairingStatus_SIGNALING_FAILED":           7,
		"PairingStatus_CONNECTION_TIMEOUT":         8,
		"PairingStatus_WAITING_FOR_REMOTE_CONFIRM": 9,
		"PairingStatus_BOTH_CONFIRMED":             10,
		"PairingStatus_PAIRING_REJECTED":           11,
		"PairingStatus_CONFIRMATION_TIMEOUT":       12,
	}
)

Enum value maps for PairingStatus.

View Source
var (
	JoinSpaceViaInviteResult_name = map[int32]string{
		0: "JoinSpaceViaInviteResult_UNSPECIFIED",
		1: "JoinSpaceViaInviteResult_ACCEPTED",
		2: "JoinSpaceViaInviteResult_PENDING_OWNER_APPROVAL",
		3: "JoinSpaceViaInviteResult_REJECTED",
		4: "JoinSpaceViaInviteResult_OWNER_MUST_BE_ONLINE",
	}
	JoinSpaceViaInviteResult_value = map[string]int32{
		"JoinSpaceViaInviteResult_UNSPECIFIED":            0,
		"JoinSpaceViaInviteResult_ACCEPTED":               1,
		"JoinSpaceViaInviteResult_PENDING_OWNER_APPROVAL": 2,
		"JoinSpaceViaInviteResult_REJECTED":               3,
		"JoinSpaceViaInviteResult_OWNER_MUST_BE_ONLINE":   4,
	}
)

Enum value maps for JoinSpaceViaInviteResult.

View Source
var (
	SharedObjectSelfEnrollmentErrorCategory_name = map[int32]string{
		0: "SHARED_OBJECT_SELF_ENROLLMENT_ERROR_CATEGORY_UNKNOWN",
		1: "SHARED_OBJECT_SELF_ENROLLMENT_ERROR_CATEGORY_RETRY",
		2: "SHARED_OBJECT_SELF_ENROLLMENT_ERROR_CATEGORY_OPEN_OBJECT",
		3: "SHARED_OBJECT_SELF_ENROLLMENT_ERROR_CATEGORY_REPORT",
	}
	SharedObjectSelfEnrollmentErrorCategory_value = map[string]int32{
		"SHARED_OBJECT_SELF_ENROLLMENT_ERROR_CATEGORY_UNKNOWN":     0,
		"SHARED_OBJECT_SELF_ENROLLMENT_ERROR_CATEGORY_RETRY":       1,
		"SHARED_OBJECT_SELF_ENROLLMENT_ERROR_CATEGORY_OPEN_OBJECT": 2,
		"SHARED_OBJECT_SELF_ENROLLMENT_ERROR_CATEGORY_REPORT":      3,
	}
)

Enum value maps for SharedObjectSelfEnrollmentErrorCategory.

Functions

func EncodeLocalPairingAnswer

func EncodeLocalPairingAnswer(answer *LocalPairingAnswer) (string, error)

EncodeLocalPairingAnswer serializes, DEFLATE-compresses, and base58-encodes an answer.

func EncodeLocalPairingOffer

func EncodeLocalPairingOffer(offer *LocalPairingOffer) (string, error)

EncodeLocalPairingOffer serializes, DEFLATE-compresses, and base58-encodes an offer.

func MinifySDP

func MinifySDP(sdp string) string

MinifySDP strips SDP lines not needed for a data-channel-only WebRTC connection. Preserves session-level fields, ICE credentials, DTLS fingerprint, and candidate lines. Drops bandwidth, ssrc, rtpmap, fmtp, extmap, rtcp, and other media-specific attributes.

func NewSRPCLocalSessionResourceServiceHandler

func NewSRPCLocalSessionResourceServiceHandler(impl SRPCLocalSessionResourceServiceServer, serviceID string) srpc.Handler

NewSRPCLocalSessionResourceServiceHandler constructs a new RPC handler. serviceID: if empty, uses default: s4wave.session.LocalSessionResourceService

func NewSRPCSessionResourceServiceHandler

func NewSRPCSessionResourceServiceHandler(impl SRPCSessionResourceServiceServer, serviceID string) srpc.Handler

NewSRPCSessionResourceServiceHandler constructs a new RPC handler. serviceID: if empty, uses default: s4wave.session.SessionResourceService

func NewSRPCSharedObjectSelfEnrollmentResourceServiceHandler

func NewSRPCSharedObjectSelfEnrollmentResourceServiceHandler(impl SRPCSharedObjectSelfEnrollmentResourceServiceServer, serviceID string) srpc.Handler

NewSRPCSharedObjectSelfEnrollmentResourceServiceHandler constructs a new RPC handler. serviceID: if empty, uses default: s4wave.session.SharedObjectSelfEnrollmentResourceService

func NewSRPCSpacewaveSessionResourceServiceHandler

func NewSRPCSpacewaveSessionResourceServiceHandler(impl SRPCSpacewaveSessionResourceServiceServer, serviceID string) srpc.Handler

NewSRPCSpacewaveSessionResourceServiceHandler constructs a new RPC handler. serviceID: if empty, uses default: s4wave.session.SpacewaveSessionResourceService

func SRPCRegisterLocalSessionResourceService

func SRPCRegisterLocalSessionResourceService(mux srpc.Mux, impl SRPCLocalSessionResourceServiceServer) error

SRPCRegisterLocalSessionResourceService registers the implementation with the mux. Uses the default serviceID: s4wave.session.LocalSessionResourceService

func SRPCRegisterSessionResourceService

func SRPCRegisterSessionResourceService(mux srpc.Mux, impl SRPCSessionResourceServiceServer) error

SRPCRegisterSessionResourceService registers the implementation with the mux. Uses the default serviceID: s4wave.session.SessionResourceService

func SRPCRegisterSharedObjectSelfEnrollmentResourceService

func SRPCRegisterSharedObjectSelfEnrollmentResourceService(mux srpc.Mux, impl SRPCSharedObjectSelfEnrollmentResourceServiceServer) error

SRPCRegisterSharedObjectSelfEnrollmentResourceService registers the implementation with the mux. Uses the default serviceID: s4wave.session.SharedObjectSelfEnrollmentResourceService

func SRPCRegisterSpacewaveSessionResourceService

func SRPCRegisterSpacewaveSessionResourceService(mux srpc.Mux, impl SRPCSpacewaveSessionResourceServiceServer) error

SRPCRegisterSpacewaveSessionResourceService registers the implementation with the mux. Uses the default serviceID: s4wave.session.SpacewaveSessionResourceService

Types

type AcceptLocalPairingAnswerRequest

type AcceptLocalPairingAnswerRequest struct {

	// AnswerPayload is the compressed, base58-encoded answer string from the answerer.
	AnswerPayload string `protobuf:"bytes,1,opt,name=answer_payload,json=answerPayload,proto3" json:"answerPayload,omitempty"`
	// contains filtered or unexported fields
}

AcceptLocalPairingAnswerRequest is the request for AcceptLocalPairingAnswer.

func (*AcceptLocalPairingAnswerRequest) CloneMessageVT

func (*AcceptLocalPairingAnswerRequest) CloneVT

func (*AcceptLocalPairingAnswerRequest) EqualMessageVT

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

func (*AcceptLocalPairingAnswerRequest) EqualVT

func (*AcceptLocalPairingAnswerRequest) GetAnswerPayload

func (x *AcceptLocalPairingAnswerRequest) GetAnswerPayload() string

func (*AcceptLocalPairingAnswerRequest) MarshalJSON

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

MarshalJSON marshals the AcceptLocalPairingAnswerRequest to JSON.

func (*AcceptLocalPairingAnswerRequest) MarshalProtoJSON

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

MarshalProtoJSON marshals the AcceptLocalPairingAnswerRequest message to JSON.

func (*AcceptLocalPairingAnswerRequest) MarshalProtoText

func (x *AcceptLocalPairingAnswerRequest) MarshalProtoText() string

func (*AcceptLocalPairingAnswerRequest) MarshalToSizedBufferVT

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

func (*AcceptLocalPairingAnswerRequest) MarshalToVT

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

func (*AcceptLocalPairingAnswerRequest) MarshalVT

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

func (*AcceptLocalPairingAnswerRequest) ProtoMessage

func (*AcceptLocalPairingAnswerRequest) ProtoMessage()

func (*AcceptLocalPairingAnswerRequest) Reset

func (*AcceptLocalPairingAnswerRequest) SizeVT

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

func (*AcceptLocalPairingAnswerRequest) String

func (*AcceptLocalPairingAnswerRequest) UnmarshalJSON

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

UnmarshalJSON unmarshals the AcceptLocalPairingAnswerRequest from JSON.

func (*AcceptLocalPairingAnswerRequest) UnmarshalProtoJSON

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

UnmarshalProtoJSON unmarshals the AcceptLocalPairingAnswerRequest message from JSON.

func (*AcceptLocalPairingAnswerRequest) UnmarshalVT

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

type AcceptLocalPairingAnswerResponse

type AcceptLocalPairingAnswerResponse struct {

	// RemotePeerId is the base58 peer ID of the remote device.
	RemotePeerId string `protobuf:"bytes,1,opt,name=remote_peer_id,json=remotePeerId,proto3" json:"remotePeerId,omitempty"`
	// contains filtered or unexported fields
}

AcceptLocalPairingAnswerResponse is the response for AcceptLocalPairingAnswer.

func (*AcceptLocalPairingAnswerResponse) CloneMessageVT

func (*AcceptLocalPairingAnswerResponse) CloneVT

func (*AcceptLocalPairingAnswerResponse) EqualMessageVT

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

func (*AcceptLocalPairingAnswerResponse) EqualVT

func (*AcceptLocalPairingAnswerResponse) GetRemotePeerId

func (x *AcceptLocalPairingAnswerResponse) GetRemotePeerId() string

func (*AcceptLocalPairingAnswerResponse) MarshalJSON

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

MarshalJSON marshals the AcceptLocalPairingAnswerResponse to JSON.

func (*AcceptLocalPairingAnswerResponse) MarshalProtoJSON

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

MarshalProtoJSON marshals the AcceptLocalPairingAnswerResponse message to JSON.

func (*AcceptLocalPairingAnswerResponse) MarshalProtoText

func (x *AcceptLocalPairingAnswerResponse) MarshalProtoText() string

func (*AcceptLocalPairingAnswerResponse) MarshalToSizedBufferVT

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

func (*AcceptLocalPairingAnswerResponse) MarshalToVT

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

func (*AcceptLocalPairingAnswerResponse) MarshalVT

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

func (*AcceptLocalPairingAnswerResponse) ProtoMessage

func (*AcceptLocalPairingAnswerResponse) ProtoMessage()

func (*AcceptLocalPairingAnswerResponse) Reset

func (*AcceptLocalPairingAnswerResponse) SizeVT

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

func (*AcceptLocalPairingAnswerResponse) String

func (*AcceptLocalPairingAnswerResponse) UnmarshalJSON

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

UnmarshalJSON unmarshals the AcceptLocalPairingAnswerResponse from JSON.

func (*AcceptLocalPairingAnswerResponse) UnmarshalProtoJSON

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

UnmarshalProtoJSON unmarshals the AcceptLocalPairingAnswerResponse message from JSON.

func (*AcceptLocalPairingAnswerResponse) UnmarshalVT

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

type AcceptLocalPairingOfferRequest

type AcceptLocalPairingOfferRequest struct {

	// OfferPayload is the compressed, base58-encoded offer string from the offerer.
	OfferPayload string `protobuf:"bytes,1,opt,name=offer_payload,json=offerPayload,proto3" json:"offerPayload,omitempty"`
	// contains filtered or unexported fields
}

AcceptLocalPairingOfferRequest is the request for AcceptLocalPairingOffer.

func (*AcceptLocalPairingOfferRequest) CloneMessageVT

func (*AcceptLocalPairingOfferRequest) CloneVT

func (*AcceptLocalPairingOfferRequest) EqualMessageVT

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

func (*AcceptLocalPairingOfferRequest) EqualVT

func (*AcceptLocalPairingOfferRequest) GetOfferPayload

func (x *AcceptLocalPairingOfferRequest) GetOfferPayload() string

func (*AcceptLocalPairingOfferRequest) MarshalJSON

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

MarshalJSON marshals the AcceptLocalPairingOfferRequest to JSON.

func (*AcceptLocalPairingOfferRequest) MarshalProtoJSON

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

MarshalProtoJSON marshals the AcceptLocalPairingOfferRequest message to JSON.

func (*AcceptLocalPairingOfferRequest) MarshalProtoText

func (x *AcceptLocalPairingOfferRequest) MarshalProtoText() string

func (*AcceptLocalPairingOfferRequest) MarshalToSizedBufferVT

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

func (*AcceptLocalPairingOfferRequest) MarshalToVT

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

func (*AcceptLocalPairingOfferRequest) MarshalVT

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

func (*AcceptLocalPairingOfferRequest) ProtoMessage

func (*AcceptLocalPairingOfferRequest) ProtoMessage()

func (*AcceptLocalPairingOfferRequest) Reset

func (x *AcceptLocalPairingOfferRequest) Reset()

func (*AcceptLocalPairingOfferRequest) SizeVT

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

func (*AcceptLocalPairingOfferRequest) String

func (*AcceptLocalPairingOfferRequest) UnmarshalJSON

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

UnmarshalJSON unmarshals the AcceptLocalPairingOfferRequest from JSON.

func (*AcceptLocalPairingOfferRequest) UnmarshalProtoJSON

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

UnmarshalProtoJSON unmarshals the AcceptLocalPairingOfferRequest message from JSON.

func (*AcceptLocalPairingOfferRequest) UnmarshalVT

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

type AcceptLocalPairingOfferResponse

type AcceptLocalPairingOfferResponse struct {

	// AnswerPayload is the compressed, base58-encoded answer string.
	AnswerPayload string `protobuf:"bytes,1,opt,name=answer_payload,json=answerPayload,proto3" json:"answerPayload,omitempty"`
	// contains filtered or unexported fields
}

AcceptLocalPairingOfferResponse is the response for AcceptLocalPairingOffer.

func (*AcceptLocalPairingOfferResponse) CloneMessageVT

func (*AcceptLocalPairingOfferResponse) CloneVT

func (*AcceptLocalPairingOfferResponse) EqualMessageVT

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

func (*AcceptLocalPairingOfferResponse) EqualVT

func (*AcceptLocalPairingOfferResponse) GetAnswerPayload

func (x *AcceptLocalPairingOfferResponse) GetAnswerPayload() string

func (*AcceptLocalPairingOfferResponse) MarshalJSON

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

MarshalJSON marshals the AcceptLocalPairingOfferResponse to JSON.

func (*AcceptLocalPairingOfferResponse) MarshalProtoJSON

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

MarshalProtoJSON marshals the AcceptLocalPairingOfferResponse message to JSON.

func (*AcceptLocalPairingOfferResponse) MarshalProtoText

func (x *AcceptLocalPairingOfferResponse) MarshalProtoText() string

func (*AcceptLocalPairingOfferResponse) MarshalToSizedBufferVT

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

func (*AcceptLocalPairingOfferResponse) MarshalToVT

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

func (*AcceptLocalPairingOfferResponse) MarshalVT

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

func (*AcceptLocalPairingOfferResponse) ProtoMessage

func (*AcceptLocalPairingOfferResponse) ProtoMessage()

func (*AcceptLocalPairingOfferResponse) Reset

func (*AcceptLocalPairingOfferResponse) SizeVT

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

func (*AcceptLocalPairingOfferResponse) String

func (*AcceptLocalPairingOfferResponse) UnmarshalJSON

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

UnmarshalJSON unmarshals the AcceptLocalPairingOfferResponse from JSON.

func (*AcceptLocalPairingOfferResponse) UnmarshalProtoJSON

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

UnmarshalProtoJSON unmarshals the AcceptLocalPairingOfferResponse message from JSON.

func (*AcceptLocalPairingOfferResponse) UnmarshalVT

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

type AccessSessionStateAtomRequest

type AccessSessionStateAtomRequest struct {

	// StoreId is the identifier for the state store.
	// If empty, uses the default "ui-state" store.
	StoreId string `protobuf:"bytes,1,opt,name=store_id,json=storeId,proto3" json:"storeId,omitempty"`
	// contains filtered or unexported fields
}

AccessSessionStateAtomRequest is the request for AccessStateAtom.

func (*AccessSessionStateAtomRequest) CloneMessageVT

func (*AccessSessionStateAtomRequest) CloneVT

func (*AccessSessionStateAtomRequest) EqualMessageVT

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

func (*AccessSessionStateAtomRequest) EqualVT

func (*AccessSessionStateAtomRequest) GetStoreId

func (x *AccessSessionStateAtomRequest) GetStoreId() string

func (*AccessSessionStateAtomRequest) MarshalJSON

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

MarshalJSON marshals the AccessSessionStateAtomRequest to JSON.

func (*AccessSessionStateAtomRequest) MarshalProtoJSON

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

MarshalProtoJSON marshals the AccessSessionStateAtomRequest message to JSON.

func (*AccessSessionStateAtomRequest) MarshalProtoText

func (x *AccessSessionStateAtomRequest) MarshalProtoText() string

func (*AccessSessionStateAtomRequest) MarshalToSizedBufferVT

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

func (*AccessSessionStateAtomRequest) MarshalToVT

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

func (*AccessSessionStateAtomRequest) MarshalVT

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

func (*AccessSessionStateAtomRequest) ProtoMessage

func (*AccessSessionStateAtomRequest) ProtoMessage()

func (*AccessSessionStateAtomRequest) Reset

func (x *AccessSessionStateAtomRequest) Reset()

func (*AccessSessionStateAtomRequest) SizeVT

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

func (*AccessSessionStateAtomRequest) String

func (*AccessSessionStateAtomRequest) UnmarshalJSON

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

UnmarshalJSON unmarshals the AccessSessionStateAtomRequest from JSON.

func (*AccessSessionStateAtomRequest) UnmarshalProtoJSON

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

UnmarshalProtoJSON unmarshals the AccessSessionStateAtomRequest message from JSON.

func (*AccessSessionStateAtomRequest) UnmarshalVT

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

type AccessSessionStateAtomResponse

type AccessSessionStateAtomResponse struct {

	// ResourceId is the ID of the state atom resource.
	ResourceId uint32 `protobuf:"varint,1,opt,name=resource_id,json=resourceId,proto3" json:"resourceId,omitempty"`
	// contains filtered or unexported fields
}

AccessSessionStateAtomResponse is the response for AccessStateAtom.

func (*AccessSessionStateAtomResponse) CloneMessageVT

func (*AccessSessionStateAtomResponse) CloneVT

func (*AccessSessionStateAtomResponse) EqualMessageVT

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

func (*AccessSessionStateAtomResponse) EqualVT

func (*AccessSessionStateAtomResponse) GetResourceId

func (x *AccessSessionStateAtomResponse) GetResourceId() uint32

func (*AccessSessionStateAtomResponse) MarshalJSON

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

MarshalJSON marshals the AccessSessionStateAtomResponse to JSON.

func (*AccessSessionStateAtomResponse) MarshalProtoJSON

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

MarshalProtoJSON marshals the AccessSessionStateAtomResponse message to JSON.

func (*AccessSessionStateAtomResponse) MarshalProtoText

func (x *AccessSessionStateAtomResponse) MarshalProtoText() string

func (*AccessSessionStateAtomResponse) MarshalToSizedBufferVT

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

func (*AccessSessionStateAtomResponse) MarshalToVT

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

func (*AccessSessionStateAtomResponse) MarshalVT

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

func (*AccessSessionStateAtomResponse) ProtoMessage

func (*AccessSessionStateAtomResponse) ProtoMessage()

func (*AccessSessionStateAtomResponse) Reset

func (x *AccessSessionStateAtomResponse) Reset()

func (*AccessSessionStateAtomResponse) SizeVT

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

func (*AccessSessionStateAtomResponse) String

func (*AccessSessionStateAtomResponse) UnmarshalJSON

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

UnmarshalJSON unmarshals the AccessSessionStateAtomResponse from JSON.

func (*AccessSessionStateAtomResponse) UnmarshalProtoJSON

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

UnmarshalProtoJSON unmarshals the AccessSessionStateAtomResponse message from JSON.

func (*AccessSessionStateAtomResponse) UnmarshalVT

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

type AddLocalEntityKeypairRequest

type AddLocalEntityKeypairRequest struct {

	// Credential is the entity signing credential (password or PEM key).
	Credential *session.EntityCredential `protobuf:"bytes,1,opt,name=credential,proto3" json:"credential,omitempty"`
	// contains filtered or unexported fields
}

AddLocalEntityKeypairRequest is the request for AddEntityKeypair on local sessions.

func (*AddLocalEntityKeypairRequest) CloneMessageVT

func (*AddLocalEntityKeypairRequest) CloneVT

func (*AddLocalEntityKeypairRequest) EqualMessageVT

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

func (*AddLocalEntityKeypairRequest) EqualVT

func (*AddLocalEntityKeypairRequest) GetCredential

func (*AddLocalEntityKeypairRequest) MarshalJSON

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

MarshalJSON marshals the AddLocalEntityKeypairRequest to JSON.

func (*AddLocalEntityKeypairRequest) MarshalProtoJSON

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

MarshalProtoJSON marshals the AddLocalEntityKeypairRequest message to JSON.

func (*AddLocalEntityKeypairRequest) MarshalProtoText

func (x *AddLocalEntityKeypairRequest) MarshalProtoText() string

func (*AddLocalEntityKeypairRequest) MarshalToSizedBufferVT

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

func (*AddLocalEntityKeypairRequest) MarshalToVT

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

func (*AddLocalEntityKeypairRequest) MarshalVT

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

func (*AddLocalEntityKeypairRequest) ProtoMessage

func (*AddLocalEntityKeypairRequest) ProtoMessage()

func (*AddLocalEntityKeypairRequest) Reset

func (x *AddLocalEntityKeypairRequest) Reset()

func (*AddLocalEntityKeypairRequest) SizeVT

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

func (*AddLocalEntityKeypairRequest) String

func (*AddLocalEntityKeypairRequest) UnmarshalJSON

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

UnmarshalJSON unmarshals the AddLocalEntityKeypairRequest from JSON.

func (*AddLocalEntityKeypairRequest) UnmarshalProtoJSON

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

UnmarshalProtoJSON unmarshals the AddLocalEntityKeypairRequest message from JSON.

func (*AddLocalEntityKeypairRequest) UnmarshalVT

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

type AddLocalEntityKeypairResponse

type AddLocalEntityKeypairResponse struct {

	// PeerId is the peer ID of the added keypair.
	PeerId string `protobuf:"bytes,1,opt,name=peer_id,json=peerId,proto3" json:"peerId,omitempty"`
	// contains filtered or unexported fields
}

AddLocalEntityKeypairResponse is the response for AddEntityKeypair.

func (*AddLocalEntityKeypairResponse) CloneMessageVT

func (*AddLocalEntityKeypairResponse) CloneVT

func (*AddLocalEntityKeypairResponse) EqualMessageVT

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

func (*AddLocalEntityKeypairResponse) EqualVT

func (*AddLocalEntityKeypairResponse) GetPeerId

func (x *AddLocalEntityKeypairResponse) GetPeerId() string

func (*AddLocalEntityKeypairResponse) MarshalJSON

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

MarshalJSON marshals the AddLocalEntityKeypairResponse to JSON.

func (*AddLocalEntityKeypairResponse) MarshalProtoJSON

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

MarshalProtoJSON marshals the AddLocalEntityKeypairResponse message to JSON.

func (*AddLocalEntityKeypairResponse) MarshalProtoText

func (x *AddLocalEntityKeypairResponse) MarshalProtoText() string

func (*AddLocalEntityKeypairResponse) MarshalToSizedBufferVT

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

func (*AddLocalEntityKeypairResponse) MarshalToVT

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

func (*AddLocalEntityKeypairResponse) MarshalVT

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

func (*AddLocalEntityKeypairResponse) ProtoMessage

func (*AddLocalEntityKeypairResponse) ProtoMessage()

func (*AddLocalEntityKeypairResponse) Reset

func (x *AddLocalEntityKeypairResponse) Reset()

func (*AddLocalEntityKeypairResponse) SizeVT

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

func (*AddLocalEntityKeypairResponse) String

func (*AddLocalEntityKeypairResponse) UnmarshalJSON

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

UnmarshalJSON unmarshals the AddLocalEntityKeypairResponse from JSON.

func (*AddLocalEntityKeypairResponse) UnmarshalProtoJSON

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

UnmarshalProtoJSON unmarshals the AddLocalEntityKeypairResponse message from JSON.

func (*AddLocalEntityKeypairResponse) UnmarshalVT

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

type CancelTransferRequest

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

CancelTransferRequest is the request for CancelTransfer.

func (*CancelTransferRequest) CloneMessageVT

func (*CancelTransferRequest) CloneVT

func (*CancelTransferRequest) EqualMessageVT

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

func (*CancelTransferRequest) EqualVT

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

func (*CancelTransferRequest) MarshalJSON

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

MarshalJSON marshals the CancelTransferRequest to JSON.

func (*CancelTransferRequest) MarshalProtoJSON

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

MarshalProtoJSON marshals the CancelTransferRequest message to JSON.

func (*CancelTransferRequest) MarshalProtoText

func (x *CancelTransferRequest) MarshalProtoText() string

func (*CancelTransferRequest) MarshalToSizedBufferVT

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

func (*CancelTransferRequest) MarshalToVT

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

func (*CancelTransferRequest) MarshalVT

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

func (*CancelTransferRequest) ProtoMessage

func (*CancelTransferRequest) ProtoMessage()

func (*CancelTransferRequest) Reset

func (x *CancelTransferRequest) Reset()

func (*CancelTransferRequest) SizeVT

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

func (*CancelTransferRequest) String

func (x *CancelTransferRequest) String() string

func (*CancelTransferRequest) UnmarshalJSON

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

UnmarshalJSON unmarshals the CancelTransferRequest from JSON.

func (*CancelTransferRequest) UnmarshalProtoJSON

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

UnmarshalProtoJSON unmarshals the CancelTransferRequest message from JSON.

func (*CancelTransferRequest) UnmarshalVT

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

type CancelTransferResponse

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

CancelTransferResponse is the response for CancelTransfer.

func (*CancelTransferResponse) CloneMessageVT

func (*CancelTransferResponse) CloneVT

func (*CancelTransferResponse) EqualMessageVT

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

func (*CancelTransferResponse) EqualVT

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

func (*CancelTransferResponse) MarshalJSON

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

MarshalJSON marshals the CancelTransferResponse to JSON.

func (*CancelTransferResponse) MarshalProtoJSON

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

MarshalProtoJSON marshals the CancelTransferResponse message to JSON.

func (*CancelTransferResponse) MarshalProtoText

func (x *CancelTransferResponse) MarshalProtoText() string

func (*CancelTransferResponse) MarshalToSizedBufferVT

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

func (*CancelTransferResponse) MarshalToVT

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

func (*CancelTransferResponse) MarshalVT

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

func (*CancelTransferResponse) ProtoMessage

func (*CancelTransferResponse) ProtoMessage()

func (*CancelTransferResponse) Reset

func (x *CancelTransferResponse) Reset()

func (*CancelTransferResponse) SizeVT

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

func (*CancelTransferResponse) String

func (x *CancelTransferResponse) String() string

func (*CancelTransferResponse) UnmarshalJSON

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

UnmarshalJSON unmarshals the CancelTransferResponse from JSON.

func (*CancelTransferResponse) UnmarshalProtoJSON

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

UnmarshalProtoJSON unmarshals the CancelTransferResponse message from JSON.

func (*CancelTransferResponse) UnmarshalVT

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

type CompletePairingRequest

type CompletePairingRequest struct {

	// Code is the 8-char pairing code from the other device.
	Code string `protobuf:"bytes,1,opt,name=code,proto3" json:"code,omitempty"`
	// contains filtered or unexported fields
}

CompletePairingRequest is the request for CompletePairing.

func (*CompletePairingRequest) CloneMessageVT

func (*CompletePairingRequest) CloneVT

func (*CompletePairingRequest) EqualMessageVT

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

func (*CompletePairingRequest) EqualVT

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

func (*CompletePairingRequest) GetCode

func (x *CompletePairingRequest) GetCode() string

func (*CompletePairingRequest) MarshalJSON

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

MarshalJSON marshals the CompletePairingRequest to JSON.

func (*CompletePairingRequest) MarshalProtoJSON

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

MarshalProtoJSON marshals the CompletePairingRequest message to JSON.

func (*CompletePairingRequest) MarshalProtoText

func (x *CompletePairingRequest) MarshalProtoText() string

func (*CompletePairingRequest) MarshalToSizedBufferVT

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

func (*CompletePairingRequest) MarshalToVT

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

func (*CompletePairingRequest) MarshalVT

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

func (*CompletePairingRequest) ProtoMessage

func (*CompletePairingRequest) ProtoMessage()

func (*CompletePairingRequest) Reset

func (x *CompletePairingRequest) Reset()

func (*CompletePairingRequest) SizeVT

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

func (*CompletePairingRequest) String

func (x *CompletePairingRequest) String() string

func (*CompletePairingRequest) UnmarshalJSON

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

UnmarshalJSON unmarshals the CompletePairingRequest from JSON.

func (*CompletePairingRequest) UnmarshalProtoJSON

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

UnmarshalProtoJSON unmarshals the CompletePairingRequest message from JSON.

func (*CompletePairingRequest) UnmarshalVT

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

type CompletePairingResponse

type CompletePairingResponse struct {

	// RemotePeerId is the base58 peer ID of the linked device.
	RemotePeerId string `protobuf:"bytes,1,opt,name=remote_peer_id,json=remotePeerId,proto3" json:"remotePeerId,omitempty"`
	// contains filtered or unexported fields
}

CompletePairingResponse is the response for CompletePairing.

func (*CompletePairingResponse) CloneMessageVT

func (*CompletePairingResponse) CloneVT

func (*CompletePairingResponse) EqualMessageVT

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

func (*CompletePairingResponse) EqualVT

func (*CompletePairingResponse) GetRemotePeerId

func (x *CompletePairingResponse) GetRemotePeerId() string

func (*CompletePairingResponse) MarshalJSON

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

MarshalJSON marshals the CompletePairingResponse to JSON.

func (*CompletePairingResponse) MarshalProtoJSON

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

MarshalProtoJSON marshals the CompletePairingResponse message to JSON.

func (*CompletePairingResponse) MarshalProtoText

func (x *CompletePairingResponse) MarshalProtoText() string

func (*CompletePairingResponse) MarshalToSizedBufferVT

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

func (*CompletePairingResponse) MarshalToVT

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

func (*CompletePairingResponse) MarshalVT

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

func (*CompletePairingResponse) ProtoMessage

func (*CompletePairingResponse) ProtoMessage()

func (*CompletePairingResponse) Reset

func (x *CompletePairingResponse) Reset()

func (*CompletePairingResponse) SizeVT

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

func (*CompletePairingResponse) String

func (x *CompletePairingResponse) String() string

func (*CompletePairingResponse) UnmarshalJSON

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

UnmarshalJSON unmarshals the CompletePairingResponse from JSON.

func (*CompletePairingResponse) UnmarshalProtoJSON

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

UnmarshalProtoJSON unmarshals the CompletePairingResponse message from JSON.

func (*CompletePairingResponse) UnmarshalVT

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

type ConfirmPairingRequest

type ConfirmPairingRequest struct {

	// RemotePeerId is the base58 peer ID of the verified remote device.
	RemotePeerId string `protobuf:"bytes,1,opt,name=remote_peer_id,json=remotePeerId,proto3" json:"remotePeerId,omitempty"`
	// DisplayName is an optional display name for the paired device.
	DisplayName string `protobuf:"bytes,2,opt,name=display_name,json=displayName,proto3" json:"displayName,omitempty"`
	// contains filtered or unexported fields
}

ConfirmPairingRequest is the request for ConfirmPairing.

func (*ConfirmPairingRequest) CloneMessageVT

func (*ConfirmPairingRequest) CloneVT

func (*ConfirmPairingRequest) EqualMessageVT

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

func (*ConfirmPairingRequest) EqualVT

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

func (*ConfirmPairingRequest) GetDisplayName

func (x *ConfirmPairingRequest) GetDisplayName() string

func (*ConfirmPairingRequest) GetRemotePeerId

func (x *ConfirmPairingRequest) GetRemotePeerId() string

func (*ConfirmPairingRequest) MarshalJSON

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

MarshalJSON marshals the ConfirmPairingRequest to JSON.

func (*ConfirmPairingRequest) MarshalProtoJSON

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

MarshalProtoJSON marshals the ConfirmPairingRequest message to JSON.

func (*ConfirmPairingRequest) MarshalProtoText

func (x *ConfirmPairingRequest) MarshalProtoText() string

func (*ConfirmPairingRequest) MarshalToSizedBufferVT

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

func (*ConfirmPairingRequest) MarshalToVT

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

func (*ConfirmPairingRequest) MarshalVT

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

func (*ConfirmPairingRequest) ProtoMessage

func (*ConfirmPairingRequest) ProtoMessage()

func (*ConfirmPairingRequest) Reset

func (x *ConfirmPairingRequest) Reset()

func (*ConfirmPairingRequest) SizeVT

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

func (*ConfirmPairingRequest) String

func (x *ConfirmPairingRequest) String() string

func (*ConfirmPairingRequest) UnmarshalJSON

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

UnmarshalJSON unmarshals the ConfirmPairingRequest from JSON.

func (*ConfirmPairingRequest) UnmarshalProtoJSON

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

UnmarshalProtoJSON unmarshals the ConfirmPairingRequest message from JSON.

func (*ConfirmPairingRequest) UnmarshalVT

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

type ConfirmPairingResponse

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

ConfirmPairingResponse is the response for ConfirmPairing.

func (*ConfirmPairingResponse) CloneMessageVT

func (*ConfirmPairingResponse) CloneVT

func (*ConfirmPairingResponse) EqualMessageVT

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

func (*ConfirmPairingResponse) EqualVT

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

func (*ConfirmPairingResponse) MarshalJSON

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

MarshalJSON marshals the ConfirmPairingResponse to JSON.

func (*ConfirmPairingResponse) MarshalProtoJSON

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

MarshalProtoJSON marshals the ConfirmPairingResponse message to JSON.

func (*ConfirmPairingResponse) MarshalProtoText

func (x *ConfirmPairingResponse) MarshalProtoText() string

func (*ConfirmPairingResponse) MarshalToSizedBufferVT

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

func (*ConfirmPairingResponse) MarshalToVT

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

func (*ConfirmPairingResponse) MarshalVT

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

func (*ConfirmPairingResponse) ProtoMessage

func (*ConfirmPairingResponse) ProtoMessage()

func (*ConfirmPairingResponse) Reset

func (x *ConfirmPairingResponse) Reset()

func (*ConfirmPairingResponse) SizeVT

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

func (*ConfirmPairingResponse) String

func (x *ConfirmPairingResponse) String() string

func (*ConfirmPairingResponse) UnmarshalJSON

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

UnmarshalJSON unmarshals the ConfirmPairingResponse from JSON.

func (*ConfirmPairingResponse) UnmarshalProtoJSON

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

UnmarshalProtoJSON unmarshals the ConfirmPairingResponse message from JSON.

func (*ConfirmPairingResponse) UnmarshalVT

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

type ConfirmSASMatchRequest

type ConfirmSASMatchRequest struct {

	// Confirmed is true if the user confirms the emoji match, false to reject.
	Confirmed bool `protobuf:"varint,1,opt,name=confirmed,proto3" json:"confirmed,omitempty"`
	// contains filtered or unexported fields
}

ConfirmSASMatchRequest is the request for ConfirmSASMatch.

func (*ConfirmSASMatchRequest) CloneMessageVT

func (*ConfirmSASMatchRequest) CloneVT

func (*ConfirmSASMatchRequest) EqualMessageVT

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

func (*ConfirmSASMatchRequest) EqualVT

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

func (*ConfirmSASMatchRequest) GetConfirmed

func (x *ConfirmSASMatchRequest) GetConfirmed() bool

func (*ConfirmSASMatchRequest) MarshalJSON

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

MarshalJSON marshals the ConfirmSASMatchRequest to JSON.

func (*ConfirmSASMatchRequest) MarshalProtoJSON

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

MarshalProtoJSON marshals the ConfirmSASMatchRequest message to JSON.

func (*ConfirmSASMatchRequest) MarshalProtoText

func (x *ConfirmSASMatchRequest) MarshalProtoText() string

func (*ConfirmSASMatchRequest) MarshalToSizedBufferVT

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

func (*ConfirmSASMatchRequest) MarshalToVT

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

func (*ConfirmSASMatchRequest) MarshalVT

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

func (*ConfirmSASMatchRequest) ProtoMessage

func (*ConfirmSASMatchRequest) ProtoMessage()

func (*ConfirmSASMatchRequest) Reset

func (x *ConfirmSASMatchRequest) Reset()

func (*ConfirmSASMatchRequest) SizeVT

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

func (*ConfirmSASMatchRequest) String

func (x *ConfirmSASMatchRequest) String() string

func (*ConfirmSASMatchRequest) UnmarshalJSON

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

UnmarshalJSON unmarshals the ConfirmSASMatchRequest from JSON.

func (*ConfirmSASMatchRequest) UnmarshalProtoJSON

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

UnmarshalProtoJSON unmarshals the ConfirmSASMatchRequest message from JSON.

func (*ConfirmSASMatchRequest) UnmarshalVT

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

type ConfirmSASMatchResponse

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

ConfirmSASMatchResponse is the response for ConfirmSASMatch.

func (*ConfirmSASMatchResponse) CloneMessageVT

func (*ConfirmSASMatchResponse) CloneVT

func (*ConfirmSASMatchResponse) EqualMessageVT

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

func (*ConfirmSASMatchResponse) EqualVT

func (*ConfirmSASMatchResponse) MarshalJSON

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

MarshalJSON marshals the ConfirmSASMatchResponse to JSON.

func (*ConfirmSASMatchResponse) MarshalProtoJSON

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

MarshalProtoJSON marshals the ConfirmSASMatchResponse message to JSON.

func (*ConfirmSASMatchResponse) MarshalProtoText

func (x *ConfirmSASMatchResponse) MarshalProtoText() string

func (*ConfirmSASMatchResponse) MarshalToSizedBufferVT

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

func (*ConfirmSASMatchResponse) MarshalToVT

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

func (*ConfirmSASMatchResponse) MarshalVT

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

func (*ConfirmSASMatchResponse) ProtoMessage

func (*ConfirmSASMatchResponse) ProtoMessage()

func (*ConfirmSASMatchResponse) Reset

func (x *ConfirmSASMatchResponse) Reset()

func (*ConfirmSASMatchResponse) SizeVT

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

func (*ConfirmSASMatchResponse) String

func (x *ConfirmSASMatchResponse) String() string

func (*ConfirmSASMatchResponse) UnmarshalJSON

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

UnmarshalJSON unmarshals the ConfirmSASMatchResponse from JSON.

func (*ConfirmSASMatchResponse) UnmarshalProtoJSON

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

UnmarshalProtoJSON unmarshals the ConfirmSASMatchResponse message from JSON.

func (*ConfirmSASMatchResponse) UnmarshalVT

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

type CreateLocalPairingOfferRequest

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

CreateLocalPairingOfferRequest is the request for CreateLocalPairingOffer.

func (*CreateLocalPairingOfferRequest) CloneMessageVT

func (*CreateLocalPairingOfferRequest) CloneVT

func (*CreateLocalPairingOfferRequest) EqualMessageVT

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

func (*CreateLocalPairingOfferRequest) EqualVT

func (*CreateLocalPairingOfferRequest) MarshalJSON

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

MarshalJSON marshals the CreateLocalPairingOfferRequest to JSON.

func (*CreateLocalPairingOfferRequest) MarshalProtoJSON

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

MarshalProtoJSON marshals the CreateLocalPairingOfferRequest message to JSON.

func (*CreateLocalPairingOfferRequest) MarshalProtoText

func (x *CreateLocalPairingOfferRequest) MarshalProtoText() string

func (*CreateLocalPairingOfferRequest) MarshalToSizedBufferVT

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

func (*CreateLocalPairingOfferRequest) MarshalToVT

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

func (*CreateLocalPairingOfferRequest) MarshalVT

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

func (*CreateLocalPairingOfferRequest) ProtoMessage

func (*CreateLocalPairingOfferRequest) ProtoMessage()

func (*CreateLocalPairingOfferRequest) Reset

func (x *CreateLocalPairingOfferRequest) Reset()

func (*CreateLocalPairingOfferRequest) SizeVT

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

func (*CreateLocalPairingOfferRequest) String

func (*CreateLocalPairingOfferRequest) UnmarshalJSON

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

UnmarshalJSON unmarshals the CreateLocalPairingOfferRequest from JSON.

func (*CreateLocalPairingOfferRequest) UnmarshalProtoJSON

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

UnmarshalProtoJSON unmarshals the CreateLocalPairingOfferRequest message from JSON.

func (*CreateLocalPairingOfferRequest) UnmarshalVT

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

type CreateLocalPairingOfferResponse

type CreateLocalPairingOfferResponse struct {

	// OfferPayload is the compressed, base58-encoded offer string.
	OfferPayload string `protobuf:"bytes,1,opt,name=offer_payload,json=offerPayload,proto3" json:"offerPayload,omitempty"`
	// contains filtered or unexported fields
}

CreateLocalPairingOfferResponse is the response for CreateLocalPairingOffer.

func (*CreateLocalPairingOfferResponse) CloneMessageVT

func (*CreateLocalPairingOfferResponse) CloneVT

func (*CreateLocalPairingOfferResponse) EqualMessageVT

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

func (*CreateLocalPairingOfferResponse) EqualVT

func (*CreateLocalPairingOfferResponse) GetOfferPayload

func (x *CreateLocalPairingOfferResponse) GetOfferPayload() string

func (*CreateLocalPairingOfferResponse) MarshalJSON

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

MarshalJSON marshals the CreateLocalPairingOfferResponse to JSON.

func (*CreateLocalPairingOfferResponse) MarshalProtoJSON

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

MarshalProtoJSON marshals the CreateLocalPairingOfferResponse message to JSON.

func (*CreateLocalPairingOfferResponse) MarshalProtoText

func (x *CreateLocalPairingOfferResponse) MarshalProtoText() string

func (*CreateLocalPairingOfferResponse) MarshalToSizedBufferVT

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

func (*CreateLocalPairingOfferResponse) MarshalToVT

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

func (*CreateLocalPairingOfferResponse) MarshalVT

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

func (*CreateLocalPairingOfferResponse) ProtoMessage

func (*CreateLocalPairingOfferResponse) ProtoMessage()

func (*CreateLocalPairingOfferResponse) Reset

func (*CreateLocalPairingOfferResponse) SizeVT

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

func (*CreateLocalPairingOfferResponse) String

func (*CreateLocalPairingOfferResponse) UnmarshalJSON

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

UnmarshalJSON unmarshals the CreateLocalPairingOfferResponse from JSON.

func (*CreateLocalPairingOfferResponse) UnmarshalProtoJSON

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

UnmarshalProtoJSON unmarshals the CreateLocalPairingOfferResponse message from JSON.

func (*CreateLocalPairingOfferResponse) UnmarshalVT

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

type CreateSpaceInviteRequest

type CreateSpaceInviteRequest struct {

	// SpaceId is the shared object ULID for the space.
	SpaceId string `protobuf:"bytes,1,opt,name=space_id,json=spaceId,proto3" json:"spaceId,omitempty"`
	// Role is the participant role granted on acceptance.
	Role sobject.SOParticipantRole `protobuf:"varint,2,opt,name=role,proto3" json:"role,omitempty"`
	// TargetPeerId is the optional peer ID of the intended invitee (b58).
	// Empty means open invite (anyone with the token can join).
	TargetPeerId string `protobuf:"bytes,3,opt,name=target_peer_id,json=targetPeerId,proto3" json:"targetPeerId,omitempty"`
	// MaxUses is the maximum number of times the invite can be used.
	// 0 means unlimited.
	MaxUses uint32 `protobuf:"varint,4,opt,name=max_uses,json=maxUses,proto3" json:"maxUses,omitempty"`
	// ExpiresAt is the time after which the invite is invalid.
	// Unset means no expiry.
	ExpiresAt *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=expires_at,json=expiresAt,proto3" json:"expiresAt,omitempty"`
	// contains filtered or unexported fields
}

CreateSpaceInviteRequest is the request for CreateSpaceInvite.

func (*CreateSpaceInviteRequest) CloneMessageVT

func (*CreateSpaceInviteRequest) CloneVT

func (*CreateSpaceInviteRequest) EqualMessageVT

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

func (*CreateSpaceInviteRequest) EqualVT

func (*CreateSpaceInviteRequest) GetExpiresAt

func (x *CreateSpaceInviteRequest) GetExpiresAt() *timestamppb.Timestamp

func (*CreateSpaceInviteRequest) GetMaxUses

func (x *CreateSpaceInviteRequest) GetMaxUses() uint32

func (*CreateSpaceInviteRequest) GetRole

func (*CreateSpaceInviteRequest) GetSpaceId

func (x *CreateSpaceInviteRequest) GetSpaceId() string

func (*CreateSpaceInviteRequest) GetTargetPeerId

func (x *CreateSpaceInviteRequest) GetTargetPeerId() string

func (*CreateSpaceInviteRequest) MarshalJSON

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

MarshalJSON marshals the CreateSpaceInviteRequest to JSON.

func (*CreateSpaceInviteRequest) MarshalProtoJSON

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

MarshalProtoJSON marshals the CreateSpaceInviteRequest message to JSON.

func (*CreateSpaceInviteRequest) MarshalProtoText

func (x *CreateSpaceInviteRequest) MarshalProtoText() string

func (*CreateSpaceInviteRequest) MarshalToSizedBufferVT

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

func (*CreateSpaceInviteRequest) MarshalToVT

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

func (*CreateSpaceInviteRequest) MarshalVT

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

func (*CreateSpaceInviteRequest) ProtoMessage

func (*CreateSpaceInviteRequest) ProtoMessage()

func (*CreateSpaceInviteRequest) Reset

func (x *CreateSpaceInviteRequest) Reset()

func (*CreateSpaceInviteRequest) SizeVT

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

func (*CreateSpaceInviteRequest) String

func (x *CreateSpaceInviteRequest) String() string

func (*CreateSpaceInviteRequest) UnmarshalJSON

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

UnmarshalJSON unmarshals the CreateSpaceInviteRequest from JSON.

func (*CreateSpaceInviteRequest) UnmarshalProtoJSON

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

UnmarshalProtoJSON unmarshals the CreateSpaceInviteRequest message from JSON.

func (*CreateSpaceInviteRequest) UnmarshalVT

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

type CreateSpaceInviteResponse

type CreateSpaceInviteResponse struct {

	// InviteMessage is the signed invite message for out-of-band distribution.
	// Contains the raw token (not stored on-chain).
	InviteMessage *sobject.SOInviteMessage `protobuf:"bytes,1,opt,name=invite_message,json=inviteMessage,proto3" json:"inviteMessage,omitempty"`
	// ShortCode is an optional short code registered with the cloud.
	// Present for spacewave sessions, empty for local sessions.
	ShortCode string `protobuf:"bytes,2,opt,name=short_code,json=shortCode,proto3" json:"shortCode,omitempty"`
	// contains filtered or unexported fields
}

CreateSpaceInviteResponse is the response for CreateSpaceInvite.

func (*CreateSpaceInviteResponse) CloneMessageVT

func (*CreateSpaceInviteResponse) CloneVT

func (*CreateSpaceInviteResponse) EqualMessageVT

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

func (*CreateSpaceInviteResponse) EqualVT

func (*CreateSpaceInviteResponse) GetInviteMessage

func (x *CreateSpaceInviteResponse) GetInviteMessage() *sobject.SOInviteMessage

func (*CreateSpaceInviteResponse) GetShortCode

func (x *CreateSpaceInviteResponse) GetShortCode() string

func (*CreateSpaceInviteResponse) MarshalJSON

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

MarshalJSON marshals the CreateSpaceInviteResponse to JSON.

func (*CreateSpaceInviteResponse) MarshalProtoJSON

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

MarshalProtoJSON marshals the CreateSpaceInviteResponse message to JSON.

func (*CreateSpaceInviteResponse) MarshalProtoText

func (x *CreateSpaceInviteResponse) MarshalProtoText() string

func (*CreateSpaceInviteResponse) MarshalToSizedBufferVT

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

func (*CreateSpaceInviteResponse) MarshalToVT

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

func (*CreateSpaceInviteResponse) MarshalVT

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

func (*CreateSpaceInviteResponse) ProtoMessage

func (*CreateSpaceInviteResponse) ProtoMessage()

func (*CreateSpaceInviteResponse) Reset

func (x *CreateSpaceInviteResponse) Reset()

func (*CreateSpaceInviteResponse) SizeVT

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

func (*CreateSpaceInviteResponse) String

func (x *CreateSpaceInviteResponse) String() string

func (*CreateSpaceInviteResponse) UnmarshalJSON

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

UnmarshalJSON unmarshals the CreateSpaceInviteResponse from JSON.

func (*CreateSpaceInviteResponse) UnmarshalProtoJSON

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

UnmarshalProtoJSON unmarshals the CreateSpaceInviteResponse message from JSON.

func (*CreateSpaceInviteResponse) UnmarshalVT

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

type CreateSpaceRequest

type CreateSpaceRequest struct {

	// SpaceName is the human readable name for the new space.
	SpaceName string `protobuf:"bytes,1,opt,name=space_name,json=spaceName,proto3" json:"spaceName,omitempty"`
	// OwnerType is the owner principal type ("account" or "organization").
	OwnerType string `protobuf:"bytes,2,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,3,opt,name=owner_id,json=ownerId,proto3" json:"ownerId,omitempty"`
	// contains filtered or unexported fields
}

CreateSpaceRequest is the request type for CreateSpace.

func (*CreateSpaceRequest) CloneMessageVT

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

func (*CreateSpaceRequest) CloneVT

func (m *CreateSpaceRequest) CloneVT() *CreateSpaceRequest

func (*CreateSpaceRequest) EqualMessageVT

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

func (*CreateSpaceRequest) EqualVT

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

func (*CreateSpaceRequest) GetOwnerId

func (x *CreateSpaceRequest) GetOwnerId() string

func (*CreateSpaceRequest) GetOwnerType

func (x *CreateSpaceRequest) GetOwnerType() string

func (*CreateSpaceRequest) GetSpaceName

func (x *CreateSpaceRequest) GetSpaceName() string

func (*CreateSpaceRequest) MarshalJSON

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

MarshalJSON marshals the CreateSpaceRequest to JSON.

func (*CreateSpaceRequest) MarshalProtoJSON

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

MarshalProtoJSON marshals the CreateSpaceRequest message to JSON.

func (*CreateSpaceRequest) MarshalProtoText

func (x *CreateSpaceRequest) MarshalProtoText() string

func (*CreateSpaceRequest) MarshalToSizedBufferVT

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

func (*CreateSpaceRequest) MarshalToVT

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

func (*CreateSpaceRequest) MarshalVT

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

func (*CreateSpaceRequest) ProtoMessage

func (*CreateSpaceRequest) ProtoMessage()

func (*CreateSpaceRequest) Reset

func (x *CreateSpaceRequest) Reset()

func (*CreateSpaceRequest) SizeVT

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

func (*CreateSpaceRequest) String

func (x *CreateSpaceRequest) String() string

func (*CreateSpaceRequest) UnmarshalJSON

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

UnmarshalJSON unmarshals the CreateSpaceRequest from JSON.

func (*CreateSpaceRequest) UnmarshalProtoJSON

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

UnmarshalProtoJSON unmarshals the CreateSpaceRequest message from JSON.

func (*CreateSpaceRequest) UnmarshalVT

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

type CreateSpaceResponse

type CreateSpaceResponse struct {

	// SharedObjectRef is the reference to the created SharedObject.
	SharedObjectRef *sobject.SharedObjectRef `protobuf:"bytes,1,opt,name=shared_object_ref,json=sharedObjectRef,proto3" json:"sharedObjectRef,omitempty"`
	// SharedObjectMeta is the metadata for the created SharedObject.
	SharedObjectMeta *sobject.SharedObjectMeta `protobuf:"bytes,2,opt,name=shared_object_meta,json=sharedObjectMeta,proto3" json:"sharedObjectMeta,omitempty"`
	// contains filtered or unexported fields
}

CreateSpaceResponse is the response type for CreateSpace.

func (*CreateSpaceResponse) CloneMessageVT

func (*CreateSpaceResponse) CloneVT

func (*CreateSpaceResponse) EqualMessageVT

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

func (*CreateSpaceResponse) EqualVT

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

func (*CreateSpaceResponse) GetSharedObjectMeta

func (x *CreateSpaceResponse) GetSharedObjectMeta() *sobject.SharedObjectMeta

func (*CreateSpaceResponse) GetSharedObjectRef

func (x *CreateSpaceResponse) GetSharedObjectRef() *sobject.SharedObjectRef

func (*CreateSpaceResponse) MarshalJSON

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

MarshalJSON marshals the CreateSpaceResponse to JSON.

func (*CreateSpaceResponse) MarshalProtoJSON

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

MarshalProtoJSON marshals the CreateSpaceResponse message to JSON.

func (*CreateSpaceResponse) MarshalProtoText

func (x *CreateSpaceResponse) MarshalProtoText() string

func (*CreateSpaceResponse) MarshalToSizedBufferVT

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

func (*CreateSpaceResponse) MarshalToVT

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

func (*CreateSpaceResponse) MarshalVT

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

func (*CreateSpaceResponse) ProtoMessage

func (*CreateSpaceResponse) ProtoMessage()

func (*CreateSpaceResponse) Reset

func (x *CreateSpaceResponse) Reset()

func (*CreateSpaceResponse) SizeVT

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

func (*CreateSpaceResponse) String

func (x *CreateSpaceResponse) String() string

func (*CreateSpaceResponse) UnmarshalJSON

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

UnmarshalJSON unmarshals the CreateSpaceResponse from JSON.

func (*CreateSpaceResponse) UnmarshalProtoJSON

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

UnmarshalProtoJSON unmarshals the CreateSpaceResponse message from JSON.

func (*CreateSpaceResponse) UnmarshalVT

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

type DeleteAccountRequest

type DeleteAccountRequest struct {

	// SessionIdx is the session index to delete.
	SessionIdx uint32 `protobuf:"varint,1,opt,name=session_idx,json=sessionIdx,proto3" json:"sessionIdx,omitempty"`
	// contains filtered or unexported fields
}

DeleteAccountRequest is the request type for DeleteAccount.

func (*DeleteAccountRequest) CloneMessageVT

func (*DeleteAccountRequest) CloneVT

func (*DeleteAccountRequest) EqualMessageVT

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

func (*DeleteAccountRequest) EqualVT

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

func (*DeleteAccountRequest) GetSessionIdx

func (x *DeleteAccountRequest) GetSessionIdx() uint32

func (*DeleteAccountRequest) MarshalJSON

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

MarshalJSON marshals the DeleteAccountRequest to JSON.

func (*DeleteAccountRequest) MarshalProtoJSON

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

MarshalProtoJSON marshals the DeleteAccountRequest message to JSON.

func (*DeleteAccountRequest) MarshalProtoText

func (x *DeleteAccountRequest) MarshalProtoText() string

func (*DeleteAccountRequest) MarshalToSizedBufferVT

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

func (*DeleteAccountRequest) MarshalToVT

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

func (*DeleteAccountRequest) MarshalVT

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

func (*DeleteAccountRequest) ProtoMessage

func (*DeleteAccountRequest) ProtoMessage()

func (*DeleteAccountRequest) Reset

func (x *DeleteAccountRequest) Reset()

func (*DeleteAccountRequest) SizeVT

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

func (*DeleteAccountRequest) String

func (x *DeleteAccountRequest) String() string

func (*DeleteAccountRequest) UnmarshalJSON

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

UnmarshalJSON unmarshals the DeleteAccountRequest from JSON.

func (*DeleteAccountRequest) UnmarshalProtoJSON

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

UnmarshalProtoJSON unmarshals the DeleteAccountRequest message from JSON.

func (*DeleteAccountRequest) UnmarshalVT

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

type DeleteAccountResponse

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

DeleteAccountResponse is the response type for DeleteAccount.

func (*DeleteAccountResponse) CloneMessageVT

func (*DeleteAccountResponse) CloneVT

func (*DeleteAccountResponse) EqualMessageVT

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

func (*DeleteAccountResponse) EqualVT

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

func (*DeleteAccountResponse) MarshalJSON

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

MarshalJSON marshals the DeleteAccountResponse to JSON.

func (*DeleteAccountResponse) MarshalProtoJSON

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

MarshalProtoJSON marshals the DeleteAccountResponse message to JSON.

func (*DeleteAccountResponse) MarshalProtoText

func (x *DeleteAccountResponse) MarshalProtoText() string

func (*DeleteAccountResponse) MarshalToSizedBufferVT

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

func (*DeleteAccountResponse) MarshalToVT

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

func (*DeleteAccountResponse) MarshalVT

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

func (*DeleteAccountResponse) ProtoMessage

func (*DeleteAccountResponse) ProtoMessage()

func (*DeleteAccountResponse) Reset

func (x *DeleteAccountResponse) Reset()

func (*DeleteAccountResponse) SizeVT

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

func (*DeleteAccountResponse) String

func (x *DeleteAccountResponse) String() string

func (*DeleteAccountResponse) UnmarshalJSON

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

UnmarshalJSON unmarshals the DeleteAccountResponse from JSON.

func (*DeleteAccountResponse) UnmarshalProtoJSON

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

UnmarshalProtoJSON unmarshals the DeleteAccountResponse message from JSON.

func (*DeleteAccountResponse) UnmarshalVT

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

type DeleteSpaceRequest

type DeleteSpaceRequest struct {

	// SharedObjectId is the id of the shared object (space) to delete.
	SharedObjectId string `protobuf:"bytes,1,opt,name=shared_object_id,json=sharedObjectId,proto3" json:"sharedObjectId,omitempty"`
	// contains filtered or unexported fields
}

DeleteSpaceRequest is the request type for DeleteSpace.

func (*DeleteSpaceRequest) CloneMessageVT

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

func (*DeleteSpaceRequest) CloneVT

func (m *DeleteSpaceRequest) CloneVT() *DeleteSpaceRequest

func (*DeleteSpaceRequest) EqualMessageVT

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

func (*DeleteSpaceRequest) EqualVT

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

func (*DeleteSpaceRequest) GetSharedObjectId

func (x *DeleteSpaceRequest) GetSharedObjectId() string

func (*DeleteSpaceRequest) MarshalJSON

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

MarshalJSON marshals the DeleteSpaceRequest to JSON.

func (*DeleteSpaceRequest) MarshalProtoJSON

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

MarshalProtoJSON marshals the DeleteSpaceRequest message to JSON.

func (*DeleteSpaceRequest) MarshalProtoText

func (x *DeleteSpaceRequest) MarshalProtoText() string

func (*DeleteSpaceRequest) MarshalToSizedBufferVT

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

func (*DeleteSpaceRequest) MarshalToVT

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

func (*DeleteSpaceRequest) MarshalVT

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

func (*DeleteSpaceRequest) ProtoMessage

func (*DeleteSpaceRequest) ProtoMessage()

func (*DeleteSpaceRequest) Reset

func (x *DeleteSpaceRequest) Reset()

func (*DeleteSpaceRequest) SizeVT

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

func (*DeleteSpaceRequest) String

func (x *DeleteSpaceRequest) String() string

func (*DeleteSpaceRequest) UnmarshalJSON

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

UnmarshalJSON unmarshals the DeleteSpaceRequest from JSON.

func (*DeleteSpaceRequest) UnmarshalProtoJSON

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

UnmarshalProtoJSON unmarshals the DeleteSpaceRequest message from JSON.

func (*DeleteSpaceRequest) UnmarshalVT

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

type DeleteSpaceResponse

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

DeleteSpaceResponse is the response type for DeleteSpace.

func (*DeleteSpaceResponse) CloneMessageVT

func (*DeleteSpaceResponse) CloneVT

func (*DeleteSpaceResponse) EqualMessageVT

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

func (*DeleteSpaceResponse) EqualVT

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

func (*DeleteSpaceResponse) MarshalJSON

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

MarshalJSON marshals the DeleteSpaceResponse to JSON.

func (*DeleteSpaceResponse) MarshalProtoJSON

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

MarshalProtoJSON marshals the DeleteSpaceResponse message to JSON.

func (*DeleteSpaceResponse) MarshalProtoText

func (x *DeleteSpaceResponse) MarshalProtoText() string

func (*DeleteSpaceResponse) MarshalToSizedBufferVT

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

func (*DeleteSpaceResponse) MarshalToVT

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

func (*DeleteSpaceResponse) MarshalVT

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

func (*DeleteSpaceResponse) ProtoMessage

func (*DeleteSpaceResponse) ProtoMessage()

func (*DeleteSpaceResponse) Reset

func (x *DeleteSpaceResponse) Reset()

func (*DeleteSpaceResponse) SizeVT

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

func (*DeleteSpaceResponse) String

func (x *DeleteSpaceResponse) String() string

func (*DeleteSpaceResponse) UnmarshalJSON

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

UnmarshalJSON unmarshals the DeleteSpaceResponse from JSON.

func (*DeleteSpaceResponse) UnmarshalProtoJSON

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

UnmarshalProtoJSON unmarshals the DeleteSpaceResponse message from JSON.

func (*DeleteSpaceResponse) UnmarshalVT

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

type ExportBackupKeyRequest

type ExportBackupKeyRequest struct {

	// Password encrypts the PEM output. Required.
	Password string `protobuf:"bytes,1,opt,name=password,proto3" json:"password,omitempty"`
	// contains filtered or unexported fields
}

ExportBackupKeyRequest is the request for ExportBackupKey.

func (*ExportBackupKeyRequest) CloneMessageVT

func (*ExportBackupKeyRequest) CloneVT

func (*ExportBackupKeyRequest) EqualMessageVT

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

func (*ExportBackupKeyRequest) EqualVT

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

func (*ExportBackupKeyRequest) GetPassword

func (x *ExportBackupKeyRequest) GetPassword() string

func (*ExportBackupKeyRequest) MarshalJSON

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

MarshalJSON marshals the ExportBackupKeyRequest to JSON.

func (*ExportBackupKeyRequest) MarshalProtoJSON

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

MarshalProtoJSON marshals the ExportBackupKeyRequest message to JSON.

func (*ExportBackupKeyRequest) MarshalProtoText

func (x *ExportBackupKeyRequest) MarshalProtoText() string

func (*ExportBackupKeyRequest) MarshalToSizedBufferVT

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

func (*ExportBackupKeyRequest) MarshalToVT

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

func (*ExportBackupKeyRequest) MarshalVT

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

func (*ExportBackupKeyRequest) ProtoMessage

func (*ExportBackupKeyRequest) ProtoMessage()

func (*ExportBackupKeyRequest) Reset

func (x *ExportBackupKeyRequest) Reset()

func (*ExportBackupKeyRequest) SizeVT

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

func (*ExportBackupKeyRequest) String

func (x *ExportBackupKeyRequest) String() string

func (*ExportBackupKeyRequest) UnmarshalJSON

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

UnmarshalJSON unmarshals the ExportBackupKeyRequest from JSON.

func (*ExportBackupKeyRequest) UnmarshalProtoJSON

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

UnmarshalProtoJSON unmarshals the ExportBackupKeyRequest message from JSON.

func (*ExportBackupKeyRequest) UnmarshalVT

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

type ExportBackupKeyResponse

type ExportBackupKeyResponse struct {

	// PemData is the PEM-encoded private key.
	PemData []byte `protobuf:"bytes,1,opt,name=pem_data,json=pemData,proto3" json:"pemData,omitempty"`
	// PeerId is the base58 peer ID derived from the key.
	PeerId string `protobuf:"bytes,2,opt,name=peer_id,json=peerId,proto3" json:"peerId,omitempty"`
	// contains filtered or unexported fields
}

ExportBackupKeyResponse is the response for ExportBackupKey.

func (*ExportBackupKeyResponse) CloneMessageVT

func (*ExportBackupKeyResponse) CloneVT

func (*ExportBackupKeyResponse) EqualMessageVT

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

func (*ExportBackupKeyResponse) EqualVT

func (*ExportBackupKeyResponse) GetPeerId

func (x *ExportBackupKeyResponse) GetPeerId() string

func (*ExportBackupKeyResponse) GetPemData

func (x *ExportBackupKeyResponse) GetPemData() []byte

func (*ExportBackupKeyResponse) MarshalJSON

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

MarshalJSON marshals the ExportBackupKeyResponse to JSON.

func (*ExportBackupKeyResponse) MarshalProtoJSON

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

MarshalProtoJSON marshals the ExportBackupKeyResponse message to JSON.

func (*ExportBackupKeyResponse) MarshalProtoText

func (x *ExportBackupKeyResponse) MarshalProtoText() string

func (*ExportBackupKeyResponse) MarshalToSizedBufferVT

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

func (*ExportBackupKeyResponse) MarshalToVT

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

func (*ExportBackupKeyResponse) MarshalVT

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

func (*ExportBackupKeyResponse) ProtoMessage

func (*ExportBackupKeyResponse) ProtoMessage()

func (*ExportBackupKeyResponse) Reset

func (x *ExportBackupKeyResponse) Reset()

func (*ExportBackupKeyResponse) SizeVT

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

func (*ExportBackupKeyResponse) String

func (x *ExportBackupKeyResponse) String() string

func (*ExportBackupKeyResponse) UnmarshalJSON

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

UnmarshalJSON unmarshals the ExportBackupKeyResponse from JSON.

func (*ExportBackupKeyResponse) UnmarshalProtoJSON

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

UnmarshalProtoJSON unmarshals the ExportBackupKeyResponse message from JSON.

func (*ExportBackupKeyResponse) UnmarshalVT

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

type GeneratePairingCodeRequest

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

GeneratePairingCodeRequest is the request for GeneratePairingCode.

func (*GeneratePairingCodeRequest) CloneMessageVT

func (*GeneratePairingCodeRequest) CloneVT

func (*GeneratePairingCodeRequest) EqualMessageVT

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

func (*GeneratePairingCodeRequest) EqualVT

func (*GeneratePairingCodeRequest) MarshalJSON

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

MarshalJSON marshals the GeneratePairingCodeRequest to JSON.

func (*GeneratePairingCodeRequest) MarshalProtoJSON

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

MarshalProtoJSON marshals the GeneratePairingCodeRequest message to JSON.

func (*GeneratePairingCodeRequest) MarshalProtoText

func (x *GeneratePairingCodeRequest) MarshalProtoText() string

func (*GeneratePairingCodeRequest) MarshalToSizedBufferVT

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

func (*GeneratePairingCodeRequest) MarshalToVT

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

func (*GeneratePairingCodeRequest) MarshalVT

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

func (*GeneratePairingCodeRequest) ProtoMessage

func (*GeneratePairingCodeRequest) ProtoMessage()

func (*GeneratePairingCodeRequest) Reset

func (x *GeneratePairingCodeRequest) Reset()

func (*GeneratePairingCodeRequest) SizeVT

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

func (*GeneratePairingCodeRequest) String

func (x *GeneratePairingCodeRequest) String() string

func (*GeneratePairingCodeRequest) UnmarshalJSON

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

UnmarshalJSON unmarshals the GeneratePairingCodeRequest from JSON.

func (*GeneratePairingCodeRequest) UnmarshalProtoJSON

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

UnmarshalProtoJSON unmarshals the GeneratePairingCodeRequest message from JSON.

func (*GeneratePairingCodeRequest) UnmarshalVT

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

type GeneratePairingCodeResponse

type GeneratePairingCodeResponse struct {

	// Code is the 8-char alphanumeric pairing code.
	Code string `protobuf:"bytes,1,opt,name=code,proto3" json:"code,omitempty"`
	// contains filtered or unexported fields
}

GeneratePairingCodeResponse is the response for GeneratePairingCode.

func (*GeneratePairingCodeResponse) CloneMessageVT

func (*GeneratePairingCodeResponse) CloneVT

func (*GeneratePairingCodeResponse) EqualMessageVT

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

func (*GeneratePairingCodeResponse) EqualVT

func (*GeneratePairingCodeResponse) GetCode

func (x *GeneratePairingCodeResponse) GetCode() string

func (*GeneratePairingCodeResponse) MarshalJSON

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

MarshalJSON marshals the GeneratePairingCodeResponse to JSON.

func (*GeneratePairingCodeResponse) MarshalProtoJSON

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

MarshalProtoJSON marshals the GeneratePairingCodeResponse message to JSON.

func (*GeneratePairingCodeResponse) MarshalProtoText

func (x *GeneratePairingCodeResponse) MarshalProtoText() string

func (*GeneratePairingCodeResponse) MarshalToSizedBufferVT

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

func (*GeneratePairingCodeResponse) MarshalToVT

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

func (*GeneratePairingCodeResponse) MarshalVT

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

func (*GeneratePairingCodeResponse) ProtoMessage

func (*GeneratePairingCodeResponse) ProtoMessage()

func (*GeneratePairingCodeResponse) Reset

func (x *GeneratePairingCodeResponse) Reset()

func (*GeneratePairingCodeResponse) SizeVT

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

func (*GeneratePairingCodeResponse) String

func (x *GeneratePairingCodeResponse) String() string

func (*GeneratePairingCodeResponse) UnmarshalJSON

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

UnmarshalJSON unmarshals the GeneratePairingCodeResponse from JSON.

func (*GeneratePairingCodeResponse) UnmarshalProtoJSON

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

UnmarshalProtoJSON unmarshals the GeneratePairingCodeResponse message from JSON.

func (*GeneratePairingCodeResponse) UnmarshalVT

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

type GetSASEmojiRequest

type GetSASEmojiRequest struct {

	// RemotePeerId is the base58 peer ID of the remote device.
	RemotePeerId string `protobuf:"bytes,1,opt,name=remote_peer_id,json=remotePeerId,proto3" json:"remotePeerId,omitempty"`
	// contains filtered or unexported fields
}

GetSASEmojiRequest is the request for GetSASEmoji.

func (*GetSASEmojiRequest) CloneMessageVT

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

func (*GetSASEmojiRequest) CloneVT

func (m *GetSASEmojiRequest) CloneVT() *GetSASEmojiRequest

func (*GetSASEmojiRequest) EqualMessageVT

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

func (*GetSASEmojiRequest) EqualVT

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

func (*GetSASEmojiRequest) GetRemotePeerId

func (x *GetSASEmojiRequest) GetRemotePeerId() string

func (*GetSASEmojiRequest) MarshalJSON

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

MarshalJSON marshals the GetSASEmojiRequest to JSON.

func (*GetSASEmojiRequest) MarshalProtoJSON

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

MarshalProtoJSON marshals the GetSASEmojiRequest message to JSON.

func (*GetSASEmojiRequest) MarshalProtoText

func (x *GetSASEmojiRequest) MarshalProtoText() string

func (*GetSASEmojiRequest) MarshalToSizedBufferVT

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

func (*GetSASEmojiRequest) MarshalToVT

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

func (*GetSASEmojiRequest) MarshalVT

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

func (*GetSASEmojiRequest) ProtoMessage

func (*GetSASEmojiRequest) ProtoMessage()

func (*GetSASEmojiRequest) Reset

func (x *GetSASEmojiRequest) Reset()

func (*GetSASEmojiRequest) SizeVT

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

func (*GetSASEmojiRequest) String

func (x *GetSASEmojiRequest) String() string

func (*GetSASEmojiRequest) UnmarshalJSON

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

UnmarshalJSON unmarshals the GetSASEmojiRequest from JSON.

func (*GetSASEmojiRequest) UnmarshalProtoJSON

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

UnmarshalProtoJSON unmarshals the GetSASEmojiRequest message from JSON.

func (*GetSASEmojiRequest) UnmarshalVT

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

type GetSASEmojiResponse

type GetSASEmojiResponse struct {

	// Emoji is the 6-emoji verification sequence.
	Emoji []string `protobuf:"bytes,1,rep,name=emoji,proto3" json:"emoji,omitempty"`
	// contains filtered or unexported fields
}

GetSASEmojiResponse is the response for GetSASEmoji.

func (*GetSASEmojiResponse) CloneMessageVT

func (*GetSASEmojiResponse) CloneVT

func (*GetSASEmojiResponse) EqualMessageVT

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

func (*GetSASEmojiResponse) EqualVT

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

func (*GetSASEmojiResponse) GetEmoji

func (x *GetSASEmojiResponse) GetEmoji() []string

func (*GetSASEmojiResponse) MarshalJSON

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

MarshalJSON marshals the GetSASEmojiResponse to JSON.

func (*GetSASEmojiResponse) MarshalProtoJSON

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

MarshalProtoJSON marshals the GetSASEmojiResponse message to JSON.

func (*GetSASEmojiResponse) MarshalProtoText

func (x *GetSASEmojiResponse) MarshalProtoText() string

func (*GetSASEmojiResponse) MarshalToSizedBufferVT

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

func (*GetSASEmojiResponse) MarshalToVT

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

func (*GetSASEmojiResponse) MarshalVT

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

func (*GetSASEmojiResponse) ProtoMessage

func (*GetSASEmojiResponse) ProtoMessage()

func (*GetSASEmojiResponse) Reset

func (x *GetSASEmojiResponse) Reset()

func (*GetSASEmojiResponse) SizeVT

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

func (*GetSASEmojiResponse) String

func (x *GetSASEmojiResponse) String() string

func (*GetSASEmojiResponse) UnmarshalJSON

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

UnmarshalJSON unmarshals the GetSASEmojiResponse from JSON.

func (*GetSASEmojiResponse) UnmarshalProtoJSON

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

UnmarshalProtoJSON unmarshals the GetSASEmojiResponse message from JSON.

func (*GetSASEmojiResponse) UnmarshalVT

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

type GetSessionInfoRequest

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

GetSessionInfoRequest is the request type for GetSessionInfo.

func (*GetSessionInfoRequest) CloneMessageVT

func (*GetSessionInfoRequest) CloneVT

func (*GetSessionInfoRequest) EqualMessageVT

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

func (*GetSessionInfoRequest) EqualVT

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

func (*GetSessionInfoRequest) MarshalJSON

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

MarshalJSON marshals the GetSessionInfoRequest to JSON.

func (*GetSessionInfoRequest) MarshalProtoJSON

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

MarshalProtoJSON marshals the GetSessionInfoRequest message to JSON.

func (*GetSessionInfoRequest) MarshalProtoText

func (x *GetSessionInfoRequest) MarshalProtoText() string

func (*GetSessionInfoRequest) MarshalToSizedBufferVT

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

func (*GetSessionInfoRequest) MarshalToVT

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

func (*GetSessionInfoRequest) MarshalVT

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

func (*GetSessionInfoRequest) ProtoMessage

func (*GetSessionInfoRequest) ProtoMessage()

func (*GetSessionInfoRequest) Reset

func (x *GetSessionInfoRequest) Reset()

func (*GetSessionInfoRequest) SizeVT

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

func (*GetSessionInfoRequest) String

func (x *GetSessionInfoRequest) String() string

func (*GetSessionInfoRequest) UnmarshalJSON

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

UnmarshalJSON unmarshals the GetSessionInfoRequest from JSON.

func (*GetSessionInfoRequest) UnmarshalProtoJSON

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

UnmarshalProtoJSON unmarshals the GetSessionInfoRequest message from JSON.

func (*GetSessionInfoRequest) UnmarshalVT

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

type GetSessionInfoResponse

type GetSessionInfoResponse struct {

	// SessionRef is the session reference.
	SessionRef *session.SessionRef `protobuf:"bytes,1,opt,name=session_ref,json=sessionRef,proto3" json:"sessionRef,omitempty"`
	// PeerId is the session peer id.
	PeerId string `protobuf:"bytes,2,opt,name=peer_id,json=peerId,proto3" json:"peerId,omitempty"`
	// CryptoInfo contains the session's cryptographic identity info.
	CryptoInfo *SessionCryptoInfo `protobuf:"bytes,3,opt,name=crypto_info,json=cryptoInfo,proto3" json:"cryptoInfo,omitempty"`
	// contains filtered or unexported fields
}

GetSessionInfoResponse is the response type for GetSessionInfo.

func (*GetSessionInfoResponse) CloneMessageVT

func (*GetSessionInfoResponse) CloneVT

func (*GetSessionInfoResponse) EqualMessageVT

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

func (*GetSessionInfoResponse) EqualVT

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

func (*GetSessionInfoResponse) GetCryptoInfo

func (x *GetSessionInfoResponse) GetCryptoInfo() *SessionCryptoInfo

func (*GetSessionInfoResponse) GetPeerId

func (x *GetSessionInfoResponse) GetPeerId() string

func (*GetSessionInfoResponse) GetSessionRef

func (x *GetSessionInfoResponse) GetSessionRef() *session.SessionRef

func (*GetSessionInfoResponse) MarshalJSON

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

MarshalJSON marshals the GetSessionInfoResponse to JSON.

func (*GetSessionInfoResponse) MarshalProtoJSON

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

MarshalProtoJSON marshals the GetSessionInfoResponse message to JSON.

func (*GetSessionInfoResponse) MarshalProtoText

func (x *GetSessionInfoResponse) MarshalProtoText() string

func (*GetSessionInfoResponse) MarshalToSizedBufferVT

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

func (*GetSessionInfoResponse) MarshalToVT

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

func (*GetSessionInfoResponse) MarshalVT

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

func (*GetSessionInfoResponse) ProtoMessage

func (*GetSessionInfoResponse) ProtoMessage()

func (*GetSessionInfoResponse) Reset

func (x *GetSessionInfoResponse) Reset()

func (*GetSessionInfoResponse) SizeVT

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

func (*GetSessionInfoResponse) String

func (x *GetSessionInfoResponse) String() string

func (*GetSessionInfoResponse) UnmarshalJSON

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

UnmarshalJSON unmarshals the GetSessionInfoResponse from JSON.

func (*GetSessionInfoResponse) UnmarshalProtoJSON

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

UnmarshalProtoJSON unmarshals the GetSessionInfoResponse message from JSON.

func (*GetSessionInfoResponse) UnmarshalVT

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

type GetTransferInventoryRequest

type GetTransferInventoryRequest struct {

	// SessionIndex is the session index to inventory.
	SessionIndex uint32 `protobuf:"varint,1,opt,name=session_index,json=sessionIndex,proto3" json:"sessionIndex,omitempty"`
	// contains filtered or unexported fields
}

GetTransferInventoryRequest is the request for GetTransferInventory.

func (*GetTransferInventoryRequest) CloneMessageVT

func (*GetTransferInventoryRequest) CloneVT

func (*GetTransferInventoryRequest) EqualMessageVT

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

func (*GetTransferInventoryRequest) EqualVT

func (*GetTransferInventoryRequest) GetSessionIndex

func (x *GetTransferInventoryRequest) GetSessionIndex() uint32

func (*GetTransferInventoryRequest) MarshalJSON

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

MarshalJSON marshals the GetTransferInventoryRequest to JSON.

func (*GetTransferInventoryRequest) MarshalProtoJSON

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

MarshalProtoJSON marshals the GetTransferInventoryRequest message to JSON.

func (*GetTransferInventoryRequest) MarshalProtoText

func (x *GetTransferInventoryRequest) MarshalProtoText() string

func (*GetTransferInventoryRequest) MarshalToSizedBufferVT

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

func (*GetTransferInventoryRequest) MarshalToVT

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

func (*GetTransferInventoryRequest) MarshalVT

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

func (*GetTransferInventoryRequest) ProtoMessage

func (*GetTransferInventoryRequest) ProtoMessage()

func (*GetTransferInventoryRequest) Reset

func (x *GetTransferInventoryRequest) Reset()

func (*GetTransferInventoryRequest) SizeVT

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

func (*GetTransferInventoryRequest) String

func (x *GetTransferInventoryRequest) String() string

func (*GetTransferInventoryRequest) UnmarshalJSON

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

UnmarshalJSON unmarshals the GetTransferInventoryRequest from JSON.

func (*GetTransferInventoryRequest) UnmarshalProtoJSON

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

UnmarshalProtoJSON unmarshals the GetTransferInventoryRequest message from JSON.

func (*GetTransferInventoryRequest) UnmarshalVT

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

type GetTransferInventoryResponse

type GetTransferInventoryResponse struct {

	// Spaces is the list of spaces available for transfer.
	Spaces []*space.SpaceSoListEntry `protobuf:"bytes,1,rep,name=spaces,proto3" json:"spaces,omitempty"`
	// contains filtered or unexported fields
}

GetTransferInventoryResponse is the response for GetTransferInventory.

func (*GetTransferInventoryResponse) CloneMessageVT

func (*GetTransferInventoryResponse) CloneVT

func (*GetTransferInventoryResponse) EqualMessageVT

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

func (*GetTransferInventoryResponse) EqualVT

func (*GetTransferInventoryResponse) GetSpaces

func (*GetTransferInventoryResponse) MarshalJSON

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

MarshalJSON marshals the GetTransferInventoryResponse to JSON.

func (*GetTransferInventoryResponse) MarshalProtoJSON

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

MarshalProtoJSON marshals the GetTransferInventoryResponse message to JSON.

func (*GetTransferInventoryResponse) MarshalProtoText

func (x *GetTransferInventoryResponse) MarshalProtoText() string

func (*GetTransferInventoryResponse) MarshalToSizedBufferVT

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

func (*GetTransferInventoryResponse) MarshalToVT

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

func (*GetTransferInventoryResponse) MarshalVT

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

func (*GetTransferInventoryResponse) ProtoMessage

func (*GetTransferInventoryResponse) ProtoMessage()

func (*GetTransferInventoryResponse) Reset

func (x *GetTransferInventoryResponse) Reset()

func (*GetTransferInventoryResponse) SizeVT

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

func (*GetTransferInventoryResponse) String

func (*GetTransferInventoryResponse) UnmarshalJSON

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

UnmarshalJSON unmarshals the GetTransferInventoryResponse from JSON.

func (*GetTransferInventoryResponse) UnmarshalProtoJSON

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

UnmarshalProtoJSON unmarshals the GetTransferInventoryResponse message from JSON.

func (*GetTransferInventoryResponse) UnmarshalVT

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

type GetTransferStatusRequest

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

GetTransferStatusRequest is the request for GetTransferStatus.

func (*GetTransferStatusRequest) CloneMessageVT

func (*GetTransferStatusRequest) CloneVT

func (*GetTransferStatusRequest) EqualMessageVT

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

func (*GetTransferStatusRequest) EqualVT

func (*GetTransferStatusRequest) MarshalJSON

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

MarshalJSON marshals the GetTransferStatusRequest to JSON.

func (*GetTransferStatusRequest) MarshalProtoJSON

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

MarshalProtoJSON marshals the GetTransferStatusRequest message to JSON.

func (*GetTransferStatusRequest) MarshalProtoText

func (x *GetTransferStatusRequest) MarshalProtoText() string

func (*GetTransferStatusRequest) MarshalToSizedBufferVT

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

func (*GetTransferStatusRequest) MarshalToVT

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

func (*GetTransferStatusRequest) MarshalVT

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

func (*GetTransferStatusRequest) ProtoMessage

func (*GetTransferStatusRequest) ProtoMessage()

func (*GetTransferStatusRequest) Reset

func (x *GetTransferStatusRequest) Reset()

func (*GetTransferStatusRequest) SizeVT

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

func (*GetTransferStatusRequest) String

func (x *GetTransferStatusRequest) String() string

func (*GetTransferStatusRequest) UnmarshalJSON

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

UnmarshalJSON unmarshals the GetTransferStatusRequest from JSON.

func (*GetTransferStatusRequest) UnmarshalProtoJSON

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

UnmarshalProtoJSON unmarshals the GetTransferStatusRequest message from JSON.

func (*GetTransferStatusRequest) UnmarshalVT

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

type GetTransferStatusResponse

type GetTransferStatusResponse struct {

	// Active is true if a transfer is currently running in memory.
	Active bool `protobuf:"varint,1,opt,name=active,proto3" json:"active,omitempty"`
	// HasCheckpoint is true if a checkpoint exists from an interrupted transfer.
	HasCheckpoint bool `protobuf:"varint,2,opt,name=has_checkpoint,json=hasCheckpoint,proto3" json:"hasCheckpoint,omitempty"`
	// State is the transfer state (from active transfer or checkpoint).
	State *transfer.TransferState `protobuf:"bytes,3,opt,name=state,proto3" json:"state,omitempty"`
	// contains filtered or unexported fields
}

GetTransferStatusResponse is the response for GetTransferStatus.

func (*GetTransferStatusResponse) CloneMessageVT

func (*GetTransferStatusResponse) CloneVT

func (*GetTransferStatusResponse) EqualMessageVT

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

func (*GetTransferStatusResponse) EqualVT

func (*GetTransferStatusResponse) GetActive

func (x *GetTransferStatusResponse) GetActive() bool

func (*GetTransferStatusResponse) GetHasCheckpoint

func (x *GetTransferStatusResponse) GetHasCheckpoint() bool

func (*GetTransferStatusResponse) GetState

func (*GetTransferStatusResponse) MarshalJSON

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

MarshalJSON marshals the GetTransferStatusResponse to JSON.

func (*GetTransferStatusResponse) MarshalProtoJSON

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

MarshalProtoJSON marshals the GetTransferStatusResponse message to JSON.

func (*GetTransferStatusResponse) MarshalProtoText

func (x *GetTransferStatusResponse) MarshalProtoText() string

func (*GetTransferStatusResponse) MarshalToSizedBufferVT

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

func (*GetTransferStatusResponse) MarshalToVT

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

func (*GetTransferStatusResponse) MarshalVT

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

func (*GetTransferStatusResponse) ProtoMessage

func (*GetTransferStatusResponse) ProtoMessage()

func (*GetTransferStatusResponse) Reset

func (x *GetTransferStatusResponse) Reset()

func (*GetTransferStatusResponse) SizeVT

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

func (*GetTransferStatusResponse) String

func (x *GetTransferStatusResponse) String() string

func (*GetTransferStatusResponse) UnmarshalJSON

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

UnmarshalJSON unmarshals the GetTransferStatusResponse from JSON.

func (*GetTransferStatusResponse) UnmarshalProtoJSON

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

UnmarshalProtoJSON unmarshals the GetTransferStatusResponse message from JSON.

func (*GetTransferStatusResponse) UnmarshalVT

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

type JoinSpaceViaInviteRequest

type JoinSpaceViaInviteRequest struct {

	// InviteMessage is the out-of-band SOInviteMessage from the space owner.
	InviteMessage *sobject.SOInviteMessage `protobuf:"bytes,1,opt,name=invite_message,json=inviteMessage,proto3" json:"inviteMessage,omitempty"`
	// TargetedInvitationEnvelope is the optional serialized
	// provider.spacewave.api.TargetedInvitationEnvelope proof for
	// username-addressed invites.
	TargetedInvitationEnvelope []byte `` /* 139-byte string literal not displayed */
	// contains filtered or unexported fields
}

JoinSpaceViaInviteRequest is the request for JoinSpaceViaInvite.

func (*JoinSpaceViaInviteRequest) CloneMessageVT

func (*JoinSpaceViaInviteRequest) CloneVT

func (*JoinSpaceViaInviteRequest) EqualMessageVT

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

func (*JoinSpaceViaInviteRequest) EqualVT

func (*JoinSpaceViaInviteRequest) GetInviteMessage

func (x *JoinSpaceViaInviteRequest) GetInviteMessage() *sobject.SOInviteMessage

func (*JoinSpaceViaInviteRequest) GetTargetedInvitationEnvelope added in v0.51.2

func (x *JoinSpaceViaInviteRequest) GetTargetedInvitationEnvelope() []byte

func (*JoinSpaceViaInviteRequest) MarshalJSON

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

MarshalJSON marshals the JoinSpaceViaInviteRequest to JSON.

func (*JoinSpaceViaInviteRequest) MarshalProtoJSON

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

MarshalProtoJSON marshals the JoinSpaceViaInviteRequest message to JSON.

func (*JoinSpaceViaInviteRequest) MarshalProtoText

func (x *JoinSpaceViaInviteRequest) MarshalProtoText() string

func (*JoinSpaceViaInviteRequest) MarshalToSizedBufferVT

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

func (*JoinSpaceViaInviteRequest) MarshalToVT

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

func (*JoinSpaceViaInviteRequest) MarshalVT

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

func (*JoinSpaceViaInviteRequest) ProtoMessage

func (*JoinSpaceViaInviteRequest) ProtoMessage()

func (*JoinSpaceViaInviteRequest) Reset

func (x *JoinSpaceViaInviteRequest) Reset()

func (*JoinSpaceViaInviteRequest) SizeVT

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

func (*JoinSpaceViaInviteRequest) String

func (x *JoinSpaceViaInviteRequest) String() string

func (*JoinSpaceViaInviteRequest) UnmarshalJSON

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

UnmarshalJSON unmarshals the JoinSpaceViaInviteRequest from JSON.

func (*JoinSpaceViaInviteRequest) UnmarshalProtoJSON

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

UnmarshalProtoJSON unmarshals the JoinSpaceViaInviteRequest message from JSON.

func (*JoinSpaceViaInviteRequest) UnmarshalVT

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

type JoinSpaceViaInviteResponse

type JoinSpaceViaInviteResponse struct {

	// SharedObjectId is the invited space ID when known.
	SharedObjectId string `protobuf:"bytes,1,opt,name=shared_object_id,json=sharedObjectId,proto3" json:"sharedObjectId,omitempty"`
	// Result describes whether the join completed immediately or only submitted.
	Result JoinSpaceViaInviteResult `protobuf:"varint,2,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

JoinSpaceViaInviteResponse is the response for JoinSpaceViaInvite.

func (*JoinSpaceViaInviteResponse) CloneMessageVT

func (*JoinSpaceViaInviteResponse) CloneVT

func (*JoinSpaceViaInviteResponse) EqualMessageVT

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

func (*JoinSpaceViaInviteResponse) EqualVT

func (*JoinSpaceViaInviteResponse) GetResult

func (*JoinSpaceViaInviteResponse) GetSharedObjectId

func (x *JoinSpaceViaInviteResponse) GetSharedObjectId() string

func (*JoinSpaceViaInviteResponse) MarshalJSON

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

MarshalJSON marshals the JoinSpaceViaInviteResponse to JSON.

func (*JoinSpaceViaInviteResponse) MarshalProtoJSON

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

MarshalProtoJSON marshals the JoinSpaceViaInviteResponse message to JSON.

func (*JoinSpaceViaInviteResponse) MarshalProtoText

func (x *JoinSpaceViaInviteResponse) MarshalProtoText() string

func (*JoinSpaceViaInviteResponse) MarshalToSizedBufferVT

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

func (*JoinSpaceViaInviteResponse) MarshalToVT

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

func (*JoinSpaceViaInviteResponse) MarshalVT

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

func (*JoinSpaceViaInviteResponse) ProtoMessage

func (*JoinSpaceViaInviteResponse) ProtoMessage()

func (*JoinSpaceViaInviteResponse) Reset

func (x *JoinSpaceViaInviteResponse) Reset()

func (*JoinSpaceViaInviteResponse) SizeVT

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

func (*JoinSpaceViaInviteResponse) String

func (x *JoinSpaceViaInviteResponse) String() string

func (*JoinSpaceViaInviteResponse) UnmarshalJSON

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

UnmarshalJSON unmarshals the JoinSpaceViaInviteResponse from JSON.

func (*JoinSpaceViaInviteResponse) UnmarshalProtoJSON

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

UnmarshalProtoJSON unmarshals the JoinSpaceViaInviteResponse message from JSON.

func (*JoinSpaceViaInviteResponse) UnmarshalVT

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

type JoinSpaceViaInviteResult

type JoinSpaceViaInviteResult int32

JoinSpaceViaInviteResult describes the immediate outcome of an invite join.

const (
	// JoinSpaceViaInviteResult_UNSPECIFIED means the join outcome was not set.
	JoinSpaceViaInviteResult_JoinSpaceViaInviteResult_UNSPECIFIED JoinSpaceViaInviteResult = 0
	// JoinSpaceViaInviteResult_ACCEPTED means the invite was accepted and the
	// shared object was joined immediately.
	JoinSpaceViaInviteResult_JoinSpaceViaInviteResult_ACCEPTED JoinSpaceViaInviteResult = 1
	// JoinSpaceViaInviteResult_PENDING_OWNER_APPROVAL means the invite request is
	// waiting for owner-side mailbox processing.
	JoinSpaceViaInviteResult_JoinSpaceViaInviteResult_PENDING_OWNER_APPROVAL JoinSpaceViaInviteResult = 2
	// JoinSpaceViaInviteResult_REJECTED means the invite request was denied or is
	// otherwise not eligible to join.
	JoinSpaceViaInviteResult_JoinSpaceViaInviteResult_REJECTED JoinSpaceViaInviteResult = 3
	// JoinSpaceViaInviteResult_OWNER_MUST_BE_ONLINE means this invite path
	// requires a live direct owner session and no owner was reachable.
	JoinSpaceViaInviteResult_JoinSpaceViaInviteResult_OWNER_MUST_BE_ONLINE JoinSpaceViaInviteResult = 4
)

func (JoinSpaceViaInviteResult) Enum

func (JoinSpaceViaInviteResult) MarshalJSON

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

MarshalJSON marshals the JoinSpaceViaInviteResult to JSON.

func (JoinSpaceViaInviteResult) MarshalProtoJSON

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

MarshalProtoJSON marshals the JoinSpaceViaInviteResult to JSON.

func (JoinSpaceViaInviteResult) MarshalProtoText

func (x JoinSpaceViaInviteResult) MarshalProtoText() string

func (JoinSpaceViaInviteResult) MarshalText

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

MarshalText marshals the JoinSpaceViaInviteResult to text.

func (JoinSpaceViaInviteResult) String

func (x JoinSpaceViaInviteResult) String() string

func (*JoinSpaceViaInviteResult) UnmarshalJSON

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

UnmarshalJSON unmarshals the JoinSpaceViaInviteResult from JSON.

func (*JoinSpaceViaInviteResult) UnmarshalProtoJSON

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

UnmarshalProtoJSON unmarshals the JoinSpaceViaInviteResult from JSON.

func (*JoinSpaceViaInviteResult) UnmarshalText

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

UnmarshalText unmarshals the JoinSpaceViaInviteResult from text.

type ListSpaceInvitesRequest

type ListSpaceInvitesRequest struct {

	// SpaceId is the shared object ULID for the space.
	SpaceId string `protobuf:"bytes,1,opt,name=space_id,json=spaceId,proto3" json:"spaceId,omitempty"`
	// contains filtered or unexported fields
}

ListSpaceInvitesRequest is the request for ListSpaceInvites.

func (*ListSpaceInvitesRequest) CloneMessageVT

func (*ListSpaceInvitesRequest) CloneVT

func (*ListSpaceInvitesRequest) EqualMessageVT

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

func (*ListSpaceInvitesRequest) EqualVT

func (*ListSpaceInvitesRequest) GetSpaceId

func (x *ListSpaceInvitesRequest) GetSpaceId() string

func (*ListSpaceInvitesRequest) MarshalJSON

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

MarshalJSON marshals the ListSpaceInvitesRequest to JSON.

func (*ListSpaceInvitesRequest) MarshalProtoJSON

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

MarshalProtoJSON marshals the ListSpaceInvitesRequest message to JSON.

func (*ListSpaceInvitesRequest) MarshalProtoText

func (x *ListSpaceInvitesRequest) MarshalProtoText() string

func (*ListSpaceInvitesRequest) MarshalToSizedBufferVT

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

func (*ListSpaceInvitesRequest) MarshalToVT

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

func (*ListSpaceInvitesRequest) MarshalVT

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

func (*ListSpaceInvitesRequest) ProtoMessage

func (*ListSpaceInvitesRequest) ProtoMessage()

func (*ListSpaceInvitesRequest) Reset

func (x *ListSpaceInvitesRequest) Reset()

func (*ListSpaceInvitesRequest) SizeVT

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

func (*ListSpaceInvitesRequest) String

func (x *ListSpaceInvitesRequest) String() string

func (*ListSpaceInvitesRequest) UnmarshalJSON

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

UnmarshalJSON unmarshals the ListSpaceInvitesRequest from JSON.

func (*ListSpaceInvitesRequest) UnmarshalProtoJSON

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

UnmarshalProtoJSON unmarshals the ListSpaceInvitesRequest message from JSON.

func (*ListSpaceInvitesRequest) UnmarshalVT

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

type ListSpaceInvitesResponse

type ListSpaceInvitesResponse struct {

	// Invites is the list of invites on the space.
	Invites []*sobject.SOInvite `protobuf:"bytes,1,rep,name=invites,proto3" json:"invites,omitempty"`
	// contains filtered or unexported fields
}

ListSpaceInvitesResponse is the response for ListSpaceInvites.

func (*ListSpaceInvitesResponse) CloneMessageVT

func (*ListSpaceInvitesResponse) CloneVT

func (*ListSpaceInvitesResponse) EqualMessageVT

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

func (*ListSpaceInvitesResponse) EqualVT

func (*ListSpaceInvitesResponse) GetInvites

func (x *ListSpaceInvitesResponse) GetInvites() []*sobject.SOInvite

func (*ListSpaceInvitesResponse) MarshalJSON

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

MarshalJSON marshals the ListSpaceInvitesResponse to JSON.

func (*ListSpaceInvitesResponse) MarshalProtoJSON

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

MarshalProtoJSON marshals the ListSpaceInvitesResponse message to JSON.

func (*ListSpaceInvitesResponse) MarshalProtoText

func (x *ListSpaceInvitesResponse) MarshalProtoText() string

func (*ListSpaceInvitesResponse) MarshalToSizedBufferVT

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

func (*ListSpaceInvitesResponse) MarshalToVT

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

func (*ListSpaceInvitesResponse) MarshalVT

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

func (*ListSpaceInvitesResponse) ProtoMessage

func (*ListSpaceInvitesResponse) ProtoMessage()

func (*ListSpaceInvitesResponse) Reset

func (x *ListSpaceInvitesResponse) Reset()

func (*ListSpaceInvitesResponse) SizeVT

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

func (*ListSpaceInvitesResponse) String

func (x *ListSpaceInvitesResponse) String() string

func (*ListSpaceInvitesResponse) UnmarshalJSON

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

UnmarshalJSON unmarshals the ListSpaceInvitesResponse from JSON.

func (*ListSpaceInvitesResponse) UnmarshalProtoJSON

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

UnmarshalProtoJSON unmarshals the ListSpaceInvitesResponse message from JSON.

func (*ListSpaceInvitesResponse) UnmarshalVT

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

type ListSpaceParticipantsRequest

type ListSpaceParticipantsRequest struct {

	// SpaceId is the shared object ULID for the space.
	SpaceId string `protobuf:"bytes,1,opt,name=space_id,json=spaceId,proto3" json:"spaceId,omitempty"`
	// contains filtered or unexported fields
}

ListSpaceParticipantsRequest is the request for ListSpaceParticipants.

func (*ListSpaceParticipantsRequest) CloneMessageVT

func (*ListSpaceParticipantsRequest) CloneVT

func (*ListSpaceParticipantsRequest) EqualMessageVT

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

func (*ListSpaceParticipantsRequest) EqualVT

func (*ListSpaceParticipantsRequest) GetSpaceId

func (x *ListSpaceParticipantsRequest) GetSpaceId() string

func (*ListSpaceParticipantsRequest) MarshalJSON

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

MarshalJSON marshals the ListSpaceParticipantsRequest to JSON.

func (*ListSpaceParticipantsRequest) MarshalProtoJSON

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

MarshalProtoJSON marshals the ListSpaceParticipantsRequest message to JSON.

func (*ListSpaceParticipantsRequest) MarshalProtoText

func (x *ListSpaceParticipantsRequest) MarshalProtoText() string

func (*ListSpaceParticipantsRequest) MarshalToSizedBufferVT

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

func (*ListSpaceParticipantsRequest) MarshalToVT

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

func (*ListSpaceParticipantsRequest) MarshalVT

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

func (*ListSpaceParticipantsRequest) ProtoMessage

func (*ListSpaceParticipantsRequest) ProtoMessage()

func (*ListSpaceParticipantsRequest) Reset

func (x *ListSpaceParticipantsRequest) Reset()

func (*ListSpaceParticipantsRequest) SizeVT

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

func (*ListSpaceParticipantsRequest) String

func (*ListSpaceParticipantsRequest) UnmarshalJSON

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

UnmarshalJSON unmarshals the ListSpaceParticipantsRequest from JSON.

func (*ListSpaceParticipantsRequest) UnmarshalProtoJSON

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

UnmarshalProtoJSON unmarshals the ListSpaceParticipantsRequest message from JSON.

func (*ListSpaceParticipantsRequest) UnmarshalVT

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

type ListSpaceParticipantsResponse

type ListSpaceParticipantsResponse struct {

	// Participants is the list of participants on the space.
	Participants []*sobject.SOParticipantConfig `protobuf:"bytes,1,rep,name=participants,proto3" json:"participants,omitempty"`
	// contains filtered or unexported fields
}

ListSpaceParticipantsResponse is the response for ListSpaceParticipants.

func (*ListSpaceParticipantsResponse) CloneMessageVT

func (*ListSpaceParticipantsResponse) CloneVT

func (*ListSpaceParticipantsResponse) EqualMessageVT

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

func (*ListSpaceParticipantsResponse) EqualVT

func (*ListSpaceParticipantsResponse) GetParticipants

func (*ListSpaceParticipantsResponse) MarshalJSON

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

MarshalJSON marshals the ListSpaceParticipantsResponse to JSON.

func (*ListSpaceParticipantsResponse) MarshalProtoJSON

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

MarshalProtoJSON marshals the ListSpaceParticipantsResponse message to JSON.

func (*ListSpaceParticipantsResponse) MarshalProtoText

func (x *ListSpaceParticipantsResponse) MarshalProtoText() string

func (*ListSpaceParticipantsResponse) MarshalToSizedBufferVT

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

func (*ListSpaceParticipantsResponse) MarshalToVT

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

func (*ListSpaceParticipantsResponse) MarshalVT

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

func (*ListSpaceParticipantsResponse) ProtoMessage

func (*ListSpaceParticipantsResponse) ProtoMessage()

func (*ListSpaceParticipantsResponse) Reset

func (x *ListSpaceParticipantsResponse) Reset()

func (*ListSpaceParticipantsResponse) SizeVT

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

func (*ListSpaceParticipantsResponse) String

func (*ListSpaceParticipantsResponse) UnmarshalJSON

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

UnmarshalJSON unmarshals the ListSpaceParticipantsResponse from JSON.

func (*ListSpaceParticipantsResponse) UnmarshalProtoJSON

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

UnmarshalProtoJSON unmarshals the ListSpaceParticipantsResponse message from JSON.

func (*ListSpaceParticipantsResponse) UnmarshalVT

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

type LocalPairingAnswer

type LocalPairingAnswer struct {

	// Sdp is the complete SDP answer string (with ICE candidates gathered).
	Sdp string `protobuf:"bytes,1,opt,name=sdp,proto3" json:"sdp,omitempty"`
	// PeerId is the base58 peer ID of the answerer.
	PeerId string `protobuf:"bytes,2,opt,name=peer_id,json=peerId,proto3" json:"peerId,omitempty"`
	// contains filtered or unexported fields
}

LocalPairingAnswer is the SDP answer for no-cloud device pairing. Same encoding: proto binary -> DEFLATE compress -> base58.

func DecodeLocalPairingAnswer

func DecodeLocalPairingAnswer(encoded string) (*LocalPairingAnswer, error)

DecodeLocalPairingAnswer decodes a base58 string into a LocalPairingAnswer.

func (*LocalPairingAnswer) CloneMessageVT

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

func (*LocalPairingAnswer) CloneVT

func (m *LocalPairingAnswer) CloneVT() *LocalPairingAnswer

func (*LocalPairingAnswer) EqualMessageVT

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

func (*LocalPairingAnswer) EqualVT

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

func (*LocalPairingAnswer) GetPeerId

func (x *LocalPairingAnswer) GetPeerId() string

func (*LocalPairingAnswer) GetSdp

func (x *LocalPairingAnswer) GetSdp() string

func (*LocalPairingAnswer) MarshalJSON

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

MarshalJSON marshals the LocalPairingAnswer to JSON.

func (*LocalPairingAnswer) MarshalProtoJSON

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

MarshalProtoJSON marshals the LocalPairingAnswer message to JSON.

func (*LocalPairingAnswer) MarshalProtoText

func (x *LocalPairingAnswer) MarshalProtoText() string

func (*LocalPairingAnswer) MarshalToSizedBufferVT

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

func (*LocalPairingAnswer) MarshalToVT

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

func (*LocalPairingAnswer) MarshalVT

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

func (*LocalPairingAnswer) ParsePeerID

func (a *LocalPairingAnswer) ParsePeerID() (peer.ID, error)

ParsePeerID parses the peer ID from a LocalPairingAnswer.

func (*LocalPairingAnswer) ProtoMessage

func (*LocalPairingAnswer) ProtoMessage()

func (*LocalPairingAnswer) Reset

func (x *LocalPairingAnswer) Reset()

func (*LocalPairingAnswer) SizeVT

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

func (*LocalPairingAnswer) String

func (x *LocalPairingAnswer) String() string

func (*LocalPairingAnswer) UnmarshalJSON

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

UnmarshalJSON unmarshals the LocalPairingAnswer from JSON.

func (*LocalPairingAnswer) UnmarshalProtoJSON

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

UnmarshalProtoJSON unmarshals the LocalPairingAnswer message from JSON.

func (*LocalPairingAnswer) UnmarshalVT

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

type LocalPairingOffer

type LocalPairingOffer struct {

	// Sdp is the complete SDP offer string (with ICE candidates gathered).
	Sdp string `protobuf:"bytes,1,opt,name=sdp,proto3" json:"sdp,omitempty"`
	// PeerId is the base58 peer ID of the offerer.
	PeerId string `protobuf:"bytes,2,opt,name=peer_id,json=peerId,proto3" json:"peerId,omitempty"`
	// contains filtered or unexported fields
}

LocalPairingOffer is the SDP offer for no-cloud device pairing. Serialized as proto binary, compressed with DEFLATE, then base58 encoded for display as QR code or copyable string. The public key is extracted from the peer ID (which embeds the multihash of the public key).

func DecodeLocalPairingOffer

func DecodeLocalPairingOffer(encoded string) (*LocalPairingOffer, error)

DecodeLocalPairingOffer decodes a base58 string into a LocalPairingOffer.

func (*LocalPairingOffer) CloneMessageVT

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

func (*LocalPairingOffer) CloneVT

func (m *LocalPairingOffer) CloneVT() *LocalPairingOffer

func (*LocalPairingOffer) EqualMessageVT

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

func (*LocalPairingOffer) EqualVT

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

func (*LocalPairingOffer) GetPeerId

func (x *LocalPairingOffer) GetPeerId() string

func (*LocalPairingOffer) GetSdp

func (x *LocalPairingOffer) GetSdp() string

func (*LocalPairingOffer) MarshalJSON

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

MarshalJSON marshals the LocalPairingOffer to JSON.

func (*LocalPairingOffer) MarshalProtoJSON

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

MarshalProtoJSON marshals the LocalPairingOffer message to JSON.

func (*LocalPairingOffer) MarshalProtoText

func (x *LocalPairingOffer) MarshalProtoText() string

func (*LocalPairingOffer) MarshalToSizedBufferVT

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

func (*LocalPairingOffer) MarshalToVT

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

func (*LocalPairingOffer) MarshalVT

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

func (*LocalPairingOffer) ParsePeerID

func (o *LocalPairingOffer) ParsePeerID() (peer.ID, error)

ParsePeerID parses the peer ID from a LocalPairingOffer.

func (*LocalPairingOffer) ProtoMessage

func (*LocalPairingOffer) ProtoMessage()

func (*LocalPairingOffer) Reset

func (x *LocalPairingOffer) Reset()

func (*LocalPairingOffer) SizeVT

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

func (*LocalPairingOffer) String

func (x *LocalPairingOffer) String() string

func (*LocalPairingOffer) UnmarshalJSON

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

UnmarshalJSON unmarshals the LocalPairingOffer from JSON.

func (*LocalPairingOffer) UnmarshalProtoJSON

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

UnmarshalProtoJSON unmarshals the LocalPairingOffer message from JSON.

func (*LocalPairingOffer) UnmarshalVT

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

type LockSessionRequest

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

LockSessionRequest is the request type for LockSession.

func (*LockSessionRequest) CloneMessageVT

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

func (*LockSessionRequest) CloneVT

func (m *LockSessionRequest) CloneVT() *LockSessionRequest

func (*LockSessionRequest) EqualMessageVT

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

func (*LockSessionRequest) EqualVT

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

func (*LockSessionRequest) MarshalJSON

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

MarshalJSON marshals the LockSessionRequest to JSON.

func (*LockSessionRequest) MarshalProtoJSON

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

MarshalProtoJSON marshals the LockSessionRequest message to JSON.

func (*LockSessionRequest) MarshalProtoText

func (x *LockSessionRequest) MarshalProtoText() string

func (*LockSessionRequest) MarshalToSizedBufferVT

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

func (*LockSessionRequest) MarshalToVT

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

func (*LockSessionRequest) MarshalVT

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

func (*LockSessionRequest) ProtoMessage

func (*LockSessionRequest) ProtoMessage()

func (*LockSessionRequest) Reset

func (x *LockSessionRequest) Reset()

func (*LockSessionRequest) SizeVT

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

func (*LockSessionRequest) String

func (x *LockSessionRequest) String() string

func (*LockSessionRequest) UnmarshalJSON

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

UnmarshalJSON unmarshals the LockSessionRequest from JSON.

func (*LockSessionRequest) UnmarshalProtoJSON

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

UnmarshalProtoJSON unmarshals the LockSessionRequest message from JSON.

func (*LockSessionRequest) UnmarshalVT

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

type LockSessionResponse

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

LockSessionResponse is the response type for LockSession.

func (*LockSessionResponse) CloneMessageVT

func (*LockSessionResponse) CloneVT

func (*LockSessionResponse) EqualMessageVT

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

func (*LockSessionResponse) EqualVT

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

func (*LockSessionResponse) MarshalJSON

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

MarshalJSON marshals the LockSessionResponse to JSON.

func (*LockSessionResponse) MarshalProtoJSON

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

MarshalProtoJSON marshals the LockSessionResponse message to JSON.

func (*LockSessionResponse) MarshalProtoText

func (x *LockSessionResponse) MarshalProtoText() string

func (*LockSessionResponse) MarshalToSizedBufferVT

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

func (*LockSessionResponse) MarshalToVT

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

func (*LockSessionResponse) MarshalVT

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

func (*LockSessionResponse) ProtoMessage

func (*LockSessionResponse) ProtoMessage()

func (*LockSessionResponse) Reset

func (x *LockSessionResponse) Reset()

func (*LockSessionResponse) SizeVT

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

func (*LockSessionResponse) String

func (x *LockSessionResponse) String() string

func (*LockSessionResponse) UnmarshalJSON

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

UnmarshalJSON unmarshals the LockSessionResponse from JSON.

func (*LockSessionResponse) UnmarshalProtoJSON

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

UnmarshalProtoJSON unmarshals the LockSessionResponse message from JSON.

func (*LockSessionResponse) UnmarshalVT

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

type ManualSignalTransport

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

ManualSignalTransport manages a WebRTC peer connection for manual SDP exchange. Unlike the bifrost WebRTC transport which uses trickle ICE via a signaling channel, this gathers all ICE candidates before producing the SDP, suitable for QR code or paste-based exchange.

func NewManualSignalTransport

func NewManualSignalTransport(
	le *logrus.Entry,
	identity *p2ptls.Identity,
	localPeerID peer.ID,
	iceServers []webrtc.ICEServer,
) (*ManualSignalTransport, error)

NewManualSignalTransport creates a new transport with the given identity and ICE server configuration. The datachannel is pre-created in negotiated mode.

func (*ManualSignalTransport) AcceptAnswer

func (m *ManualSignalTransport) AcceptAnswer(answerSDP string) error

AcceptAnswer sets the remote SDP answer to complete the WebRTC connection.

func (*ManualSignalTransport) AcceptOffer

func (m *ManualSignalTransport) AcceptOffer(ctx context.Context, offerSDP string) (string, error)

AcceptOffer accepts a remote SDP offer and returns a complete SDP answer with all ICE candidates gathered. The caller is marked as the answerer.

func (*ManualSignalTransport) Close

func (m *ManualSignalTransport) Close() error

Close closes the peer connection and releases resources.

func (*ManualSignalTransport) CreateOffer

func (m *ManualSignalTransport) CreateOffer(ctx context.Context) (string, error)

CreateOffer generates a complete SDP offer with all ICE candidates gathered. The caller is marked as the offerer for subsequent QUIC role selection.

func (*ManualSignalTransport) IsOfferer

func (m *ManualSignalTransport) IsOfferer() bool

IsOfferer returns true if this transport created the WebRTC offer (QUIC server).

func (m *ManualSignalTransport) WaitLink(
	ctx context.Context,
	linkCtx context.Context,
	remotePeerID peer.ID,
) (*transport_quic.Link, error)

WaitLink waits for the datachannel to open and establishes a bifrost QUIC link over the WebRTC datachannel. The offerer listens for QUIC and the answerer dials, matching the bifrost convention.

type MountSharedObjectRequest

type MountSharedObjectRequest struct {

	// SharedObjectId is the id of the shared object to mount.
	SharedObjectId string `protobuf:"bytes,1,opt,name=shared_object_id,json=sharedObjectId,proto3" json:"sharedObjectId,omitempty"`
	// contains filtered or unexported fields
}

MountSharedObjectRequest is the request type for MountSharedObject.

func (*MountSharedObjectRequest) CloneMessageVT

func (*MountSharedObjectRequest) CloneVT

func (*MountSharedObjectRequest) EqualMessageVT

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

func (*MountSharedObjectRequest) EqualVT

func (*MountSharedObjectRequest) GetSharedObjectId

func (x *MountSharedObjectRequest) GetSharedObjectId() string

func (*MountSharedObjectRequest) MarshalJSON

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

MarshalJSON marshals the MountSharedObjectRequest to JSON.

func (*MountSharedObjectRequest) MarshalProtoJSON

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

MarshalProtoJSON marshals the MountSharedObjectRequest message to JSON.

func (*MountSharedObjectRequest) MarshalProtoText

func (x *MountSharedObjectRequest) MarshalProtoText() string

func (*MountSharedObjectRequest) MarshalToSizedBufferVT

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

func (*MountSharedObjectRequest) MarshalToVT

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

func (*MountSharedObjectRequest) MarshalVT

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

func (*MountSharedObjectRequest) ProtoMessage

func (*MountSharedObjectRequest) ProtoMessage()

func (*MountSharedObjectRequest) Reset

func (x *MountSharedObjectRequest) Reset()

func (*MountSharedObjectRequest) SizeVT

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

func (*MountSharedObjectRequest) String

func (x *MountSharedObjectRequest) String() string

func (*MountSharedObjectRequest) UnmarshalJSON

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

UnmarshalJSON unmarshals the MountSharedObjectRequest from JSON.

func (*MountSharedObjectRequest) UnmarshalProtoJSON

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

UnmarshalProtoJSON unmarshals the MountSharedObjectRequest message from JSON.

func (*MountSharedObjectRequest) UnmarshalVT

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

type MountSharedObjectResponse

type MountSharedObjectResponse struct {

	// ResourceId is the ID of the mounted shared object resource.
	ResourceId uint32 `protobuf:"varint,1,opt,name=resource_id,json=resourceId,proto3" json:"resourceId,omitempty"`
	// SharedObjectMeta is the metadata for the SharedObject.
	// Contains the body type and body metadata.
	SharedObjectMeta *sobject.SharedObjectMeta `protobuf:"bytes,2,opt,name=shared_object_meta,json=sharedObjectMeta,proto3" json:"sharedObjectMeta,omitempty"`
	// PeerId is the peer id of our local participant for the shared object.
	PeerId string `protobuf:"bytes,3,opt,name=peer_id,json=peerId,proto3" json:"peerId,omitempty"`
	// SharedObjectId is the id of the shared object.
	SharedObjectId string `protobuf:"bytes,4,opt,name=shared_object_id,json=sharedObjectId,proto3" json:"sharedObjectId,omitempty"`
	// BlockStoreId is the id of the block store used for the shared object.
	BlockStoreId string `protobuf:"bytes,5,opt,name=block_store_id,json=blockStoreId,proto3" json:"blockStoreId,omitempty"`
	// HashType is the hash type preferred by the block store used for the shared object.
	// The zero value (0) indicates any.
	HashType hash.HashType `protobuf:"varint,6,opt,name=hash_type,json=hashType,proto3" json:"hashType,omitempty"`
	// contains filtered or unexported fields
}

MountSharedObjectResponse is the response type for MountSharedObject.

func (*MountSharedObjectResponse) CloneMessageVT

func (*MountSharedObjectResponse) CloneVT

func (*MountSharedObjectResponse) EqualMessageVT

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

func (*MountSharedObjectResponse) EqualVT

func (*MountSharedObjectResponse) GetBlockStoreId

func (x *MountSharedObjectResponse) GetBlockStoreId() string

func (*MountSharedObjectResponse) GetHashType

func (x *MountSharedObjectResponse) GetHashType() hash.HashType

func (*MountSharedObjectResponse) GetPeerId

func (x *MountSharedObjectResponse) GetPeerId() string

func (*MountSharedObjectResponse) GetResourceId

func (x *MountSharedObjectResponse) GetResourceId() uint32

func (*MountSharedObjectResponse) GetSharedObjectId

func (x *MountSharedObjectResponse) GetSharedObjectId() string

func (*MountSharedObjectResponse) GetSharedObjectMeta

func (x *MountSharedObjectResponse) GetSharedObjectMeta() *sobject.SharedObjectMeta

func (*MountSharedObjectResponse) MarshalJSON

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

MarshalJSON marshals the MountSharedObjectResponse to JSON.

func (*MountSharedObjectResponse) MarshalProtoJSON

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

MarshalProtoJSON marshals the MountSharedObjectResponse message to JSON.

func (*MountSharedObjectResponse) MarshalProtoText

func (x *MountSharedObjectResponse) MarshalProtoText() string

func (*MountSharedObjectResponse) MarshalToSizedBufferVT

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

func (*MountSharedObjectResponse) MarshalToVT

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

func (*MountSharedObjectResponse) MarshalVT

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

func (*MountSharedObjectResponse) ProtoMessage

func (*MountSharedObjectResponse) ProtoMessage()

func (*MountSharedObjectResponse) Reset

func (x *MountSharedObjectResponse) Reset()

func (*MountSharedObjectResponse) SizeVT

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

func (*MountSharedObjectResponse) String

func (x *MountSharedObjectResponse) String() string

func (*MountSharedObjectResponse) UnmarshalJSON

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

UnmarshalJSON unmarshals the MountSharedObjectResponse from JSON.

func (*MountSharedObjectResponse) UnmarshalProtoJSON

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

UnmarshalProtoJSON unmarshals the MountSharedObjectResponse message from JSON.

func (*MountSharedObjectResponse) UnmarshalVT

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

type MountSharedObjectSelfEnrollmentRequest

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

MountSharedObjectSelfEnrollmentRequest is the request for MountSharedObjectSelfEnrollment.

func (*MountSharedObjectSelfEnrollmentRequest) CloneMessageVT

func (*MountSharedObjectSelfEnrollmentRequest) CloneVT

func (*MountSharedObjectSelfEnrollmentRequest) EqualMessageVT

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

func (*MountSharedObjectSelfEnrollmentRequest) EqualVT

func (*MountSharedObjectSelfEnrollmentRequest) MarshalJSON

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

MarshalJSON marshals the MountSharedObjectSelfEnrollmentRequest to JSON.

func (*MountSharedObjectSelfEnrollmentRequest) MarshalProtoJSON

MarshalProtoJSON marshals the MountSharedObjectSelfEnrollmentRequest message to JSON.

func (*MountSharedObjectSelfEnrollmentRequest) MarshalProtoText

func (x *MountSharedObjectSelfEnrollmentRequest) MarshalProtoText() string

func (*MountSharedObjectSelfEnrollmentRequest) MarshalToSizedBufferVT

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

func (*MountSharedObjectSelfEnrollmentRequest) MarshalToVT

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

func (*MountSharedObjectSelfEnrollmentRequest) MarshalVT

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

func (*MountSharedObjectSelfEnrollmentRequest) ProtoMessage

func (*MountSharedObjectSelfEnrollmentRequest) Reset

func (*MountSharedObjectSelfEnrollmentRequest) SizeVT

func (*MountSharedObjectSelfEnrollmentRequest) String

func (*MountSharedObjectSelfEnrollmentRequest) UnmarshalJSON

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

UnmarshalJSON unmarshals the MountSharedObjectSelfEnrollmentRequest from JSON.

func (*MountSharedObjectSelfEnrollmentRequest) UnmarshalProtoJSON

UnmarshalProtoJSON unmarshals the MountSharedObjectSelfEnrollmentRequest message from JSON.

func (*MountSharedObjectSelfEnrollmentRequest) UnmarshalVT

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

type MountSharedObjectSelfEnrollmentResponse

type MountSharedObjectSelfEnrollmentResponse struct {

	// ResourceId is the mounted shared-object self-enrollment resource id.
	ResourceId uint32 `protobuf:"varint,1,opt,name=resource_id,json=resourceId,proto3" json:"resourceId,omitempty"`
	// contains filtered or unexported fields
}

MountSharedObjectSelfEnrollmentResponse is the response for MountSharedObjectSelfEnrollment.

func (*MountSharedObjectSelfEnrollmentResponse) CloneMessageVT

func (*MountSharedObjectSelfEnrollmentResponse) CloneVT

func (*MountSharedObjectSelfEnrollmentResponse) EqualMessageVT

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

func (*MountSharedObjectSelfEnrollmentResponse) EqualVT

func (*MountSharedObjectSelfEnrollmentResponse) GetResourceId

func (*MountSharedObjectSelfEnrollmentResponse) MarshalJSON

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

MarshalJSON marshals the MountSharedObjectSelfEnrollmentResponse to JSON.

func (*MountSharedObjectSelfEnrollmentResponse) MarshalProtoJSON

MarshalProtoJSON marshals the MountSharedObjectSelfEnrollmentResponse message to JSON.

func (*MountSharedObjectSelfEnrollmentResponse) MarshalProtoText

func (x *MountSharedObjectSelfEnrollmentResponse) MarshalProtoText() string

func (*MountSharedObjectSelfEnrollmentResponse) MarshalToSizedBufferVT

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

func (*MountSharedObjectSelfEnrollmentResponse) MarshalToVT

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

func (*MountSharedObjectSelfEnrollmentResponse) MarshalVT

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

func (*MountSharedObjectSelfEnrollmentResponse) ProtoMessage

func (*MountSharedObjectSelfEnrollmentResponse) Reset

func (*MountSharedObjectSelfEnrollmentResponse) SizeVT

func (*MountSharedObjectSelfEnrollmentResponse) String

func (*MountSharedObjectSelfEnrollmentResponse) UnmarshalJSON

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

UnmarshalJSON unmarshals the MountSharedObjectSelfEnrollmentResponse from JSON.

func (*MountSharedObjectSelfEnrollmentResponse) UnmarshalProtoJSON

UnmarshalProtoJSON unmarshals the MountSharedObjectSelfEnrollmentResponse message from JSON.

func (*MountSharedObjectSelfEnrollmentResponse) UnmarshalVT

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

type PairingStatus

type PairingStatus int32

PairingStatus describes the current phase of a device pairing flow.

const (
	// PairingStatus_IDLE means no pairing is in progress.
	PairingStatus_PairingStatus_IDLE PairingStatus = 0
	// PairingStatus_CODE_GENERATED means a pairing code was created and posted.
	PairingStatus_PairingStatus_CODE_GENERATED PairingStatus = 1
	// PairingStatus_WAITING_FOR_PEER means the code was resolved and waiting for link.
	PairingStatus_PairingStatus_WAITING_FOR_PEER PairingStatus = 2
	// PairingStatus_PEER_CONNECTED means bifrost link established with remote peer.
	PairingStatus_PairingStatus_PEER_CONNECTED PairingStatus = 3
	// PairingStatus_VERIFYING_EMOJI means SAS emoji verification is in progress.
	PairingStatus_PairingStatus_VERIFYING_EMOJI PairingStatus = 4
	// PairingStatus_VERIFIED means SAS verification succeeded.
	PairingStatus_PairingStatus_VERIFIED PairingStatus = 5
	// PairingStatus_FAILED means the pairing flow failed.
	PairingStatus_PairingStatus_FAILED PairingStatus = 6
	// PairingStatus_SIGNALING_FAILED means the signaling connection failed.
	PairingStatus_PairingStatus_SIGNALING_FAILED PairingStatus = 7
	// PairingStatus_CONNECTION_TIMEOUT means the peer connection timed out.
	PairingStatus_PairingStatus_CONNECTION_TIMEOUT PairingStatus = 8
	// PairingStatus_WAITING_FOR_REMOTE_CONFIRM means local user confirmed SAS
	// match and is waiting for the remote device to confirm.
	PairingStatus_PairingStatus_WAITING_FOR_REMOTE_CONFIRM PairingStatus = 9
	// PairingStatus_BOTH_CONFIRMED means both devices confirmed the SAS match.
	PairingStatus_PairingStatus_BOTH_CONFIRMED PairingStatus = 10
	// PairingStatus_PAIRING_REJECTED means one side rejected the SAS match.
	PairingStatus_PairingStatus_PAIRING_REJECTED PairingStatus = 11
	// PairingStatus_CONFIRMATION_TIMEOUT means remote confirmation was not
	// received within the timeout period.
	PairingStatus_PairingStatus_CONFIRMATION_TIMEOUT PairingStatus = 12
)

func (PairingStatus) Enum

func (x PairingStatus) Enum() *PairingStatus

func (PairingStatus) MarshalJSON

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

MarshalJSON marshals the PairingStatus to JSON.

func (PairingStatus) MarshalProtoJSON

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

MarshalProtoJSON marshals the PairingStatus to JSON.

func (PairingStatus) MarshalProtoText

func (x PairingStatus) MarshalProtoText() string

func (PairingStatus) MarshalText

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

MarshalText marshals the PairingStatus to text.

func (PairingStatus) String

func (x PairingStatus) String() string

func (*PairingStatus) UnmarshalJSON

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

UnmarshalJSON unmarshals the PairingStatus from JSON.

func (*PairingStatus) UnmarshalProtoJSON

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

UnmarshalProtoJSON unmarshals the PairingStatus from JSON.

func (*PairingStatus) UnmarshalText

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

UnmarshalText unmarshals the PairingStatus from text.

type RemoveLocalEntityKeypairRequest

type RemoveLocalEntityKeypairRequest struct {

	// PeerId is the peer ID of the entity keypair to remove.
	PeerId string `protobuf:"bytes,1,opt,name=peer_id,json=peerId,proto3" json:"peerId,omitempty"`
	// contains filtered or unexported fields
}

RemoveLocalEntityKeypairRequest is the request for RemoveEntityKeypair on local sessions.

func (*RemoveLocalEntityKeypairRequest) CloneMessageVT

func (*RemoveLocalEntityKeypairRequest) CloneVT

func (*RemoveLocalEntityKeypairRequest) EqualMessageVT

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

func (*RemoveLocalEntityKeypairRequest) EqualVT

func (*RemoveLocalEntityKeypairRequest) GetPeerId

func (x *RemoveLocalEntityKeypairRequest) GetPeerId() string

func (*RemoveLocalEntityKeypairRequest) MarshalJSON

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

MarshalJSON marshals the RemoveLocalEntityKeypairRequest to JSON.

func (*RemoveLocalEntityKeypairRequest) MarshalProtoJSON

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

MarshalProtoJSON marshals the RemoveLocalEntityKeypairRequest message to JSON.

func (*RemoveLocalEntityKeypairRequest) MarshalProtoText

func (x *RemoveLocalEntityKeypairRequest) MarshalProtoText() string

func (*RemoveLocalEntityKeypairRequest) MarshalToSizedBufferVT

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

func (*RemoveLocalEntityKeypairRequest) MarshalToVT

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

func (*RemoveLocalEntityKeypairRequest) MarshalVT

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

func (*RemoveLocalEntityKeypairRequest) ProtoMessage

func (*RemoveLocalEntityKeypairRequest) ProtoMessage()

func (*RemoveLocalEntityKeypairRequest) Reset

func (*RemoveLocalEntityKeypairRequest) SizeVT

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

func (*RemoveLocalEntityKeypairRequest) String

func (*RemoveLocalEntityKeypairRequest) UnmarshalJSON

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

UnmarshalJSON unmarshals the RemoveLocalEntityKeypairRequest from JSON.

func (*RemoveLocalEntityKeypairRequest) UnmarshalProtoJSON

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

UnmarshalProtoJSON unmarshals the RemoveLocalEntityKeypairRequest message from JSON.

func (*RemoveLocalEntityKeypairRequest) UnmarshalVT

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

type RemoveLocalEntityKeypairResponse

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

RemoveLocalEntityKeypairResponse is the response for RemoveEntityKeypair.

func (*RemoveLocalEntityKeypairResponse) CloneMessageVT

func (*RemoveLocalEntityKeypairResponse) CloneVT

func (*RemoveLocalEntityKeypairResponse) EqualMessageVT

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

func (*RemoveLocalEntityKeypairResponse) EqualVT

func (*RemoveLocalEntityKeypairResponse) MarshalJSON

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

MarshalJSON marshals the RemoveLocalEntityKeypairResponse to JSON.

func (*RemoveLocalEntityKeypairResponse) MarshalProtoJSON

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

MarshalProtoJSON marshals the RemoveLocalEntityKeypairResponse message to JSON.

func (*RemoveLocalEntityKeypairResponse) MarshalProtoText

func (x *RemoveLocalEntityKeypairResponse) MarshalProtoText() string

func (*RemoveLocalEntityKeypairResponse) MarshalToSizedBufferVT

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

func (*RemoveLocalEntityKeypairResponse) MarshalToVT

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

func (*RemoveLocalEntityKeypairResponse) MarshalVT

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

func (*RemoveLocalEntityKeypairResponse) ProtoMessage

func (*RemoveLocalEntityKeypairResponse) ProtoMessage()

func (*RemoveLocalEntityKeypairResponse) Reset

func (*RemoveLocalEntityKeypairResponse) SizeVT

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

func (*RemoveLocalEntityKeypairResponse) String

func (*RemoveLocalEntityKeypairResponse) UnmarshalJSON

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

UnmarshalJSON unmarshals the RemoveLocalEntityKeypairResponse from JSON.

func (*RemoveLocalEntityKeypairResponse) UnmarshalProtoJSON

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

UnmarshalProtoJSON unmarshals the RemoveLocalEntityKeypairResponse message from JSON.

func (*RemoveLocalEntityKeypairResponse) UnmarshalVT

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

type RemoveSpaceParticipantRequest

type RemoveSpaceParticipantRequest struct {

	// SpaceId is the shared object ULID for the space.
	SpaceId string `protobuf:"bytes,1,opt,name=space_id,json=spaceId,proto3" json:"spaceId,omitempty"`
	// PeerId is the peer ID of the participant to remove.
	PeerId string `protobuf:"bytes,2,opt,name=peer_id,json=peerId,proto3" json:"peerId,omitempty"`
	// contains filtered or unexported fields
}

RemoveSpaceParticipantRequest is the request for RemoveSpaceParticipant.

func (*RemoveSpaceParticipantRequest) CloneMessageVT

func (*RemoveSpaceParticipantRequest) CloneVT

func (*RemoveSpaceParticipantRequest) EqualMessageVT

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

func (*RemoveSpaceParticipantRequest) EqualVT

func (*RemoveSpaceParticipantRequest) GetPeerId

func (x *RemoveSpaceParticipantRequest) GetPeerId() string

func (*RemoveSpaceParticipantRequest) GetSpaceId

func (x *RemoveSpaceParticipantRequest) GetSpaceId() string

func (*RemoveSpaceParticipantRequest) MarshalJSON

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

MarshalJSON marshals the RemoveSpaceParticipantRequest to JSON.

func (*RemoveSpaceParticipantRequest) MarshalProtoJSON

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

MarshalProtoJSON marshals the RemoveSpaceParticipantRequest message to JSON.

func (*RemoveSpaceParticipantRequest) MarshalProtoText

func (x *RemoveSpaceParticipantRequest) MarshalProtoText() string

func (*RemoveSpaceParticipantRequest) MarshalToSizedBufferVT

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

func (*RemoveSpaceParticipantRequest) MarshalToVT

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

func (*RemoveSpaceParticipantRequest) MarshalVT

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

func (*RemoveSpaceParticipantRequest) ProtoMessage

func (*RemoveSpaceParticipantRequest) ProtoMessage()

func (*RemoveSpaceParticipantRequest) Reset

func (x *RemoveSpaceParticipantRequest) Reset()

func (*RemoveSpaceParticipantRequest) SizeVT

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

func (*RemoveSpaceParticipantRequest) String

func (*RemoveSpaceParticipantRequest) UnmarshalJSON

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

UnmarshalJSON unmarshals the RemoveSpaceParticipantRequest from JSON.

func (*RemoveSpaceParticipantRequest) UnmarshalProtoJSON

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

UnmarshalProtoJSON unmarshals the RemoveSpaceParticipantRequest message from JSON.

func (*RemoveSpaceParticipantRequest) UnmarshalVT

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

type RemoveSpaceParticipantResponse

type RemoveSpaceParticipantResponse struct {

	// Removed indicates whether the participant was found and removed.
	Removed bool `protobuf:"varint,1,opt,name=removed,proto3" json:"removed,omitempty"`
	// contains filtered or unexported fields
}

RemoveSpaceParticipantResponse is the response for RemoveSpaceParticipant.

func (*RemoveSpaceParticipantResponse) CloneMessageVT

func (*RemoveSpaceParticipantResponse) CloneVT

func (*RemoveSpaceParticipantResponse) EqualMessageVT

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

func (*RemoveSpaceParticipantResponse) EqualVT

func (*RemoveSpaceParticipantResponse) GetRemoved

func (x *RemoveSpaceParticipantResponse) GetRemoved() bool

func (*RemoveSpaceParticipantResponse) MarshalJSON

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

MarshalJSON marshals the RemoveSpaceParticipantResponse to JSON.

func (*RemoveSpaceParticipantResponse) MarshalProtoJSON

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

MarshalProtoJSON marshals the RemoveSpaceParticipantResponse message to JSON.

func (*RemoveSpaceParticipantResponse) MarshalProtoText

func (x *RemoveSpaceParticipantResponse) MarshalProtoText() string

func (*RemoveSpaceParticipantResponse) MarshalToSizedBufferVT

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

func (*RemoveSpaceParticipantResponse) MarshalToVT

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

func (*RemoveSpaceParticipantResponse) MarshalVT

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

func (*RemoveSpaceParticipantResponse) ProtoMessage

func (*RemoveSpaceParticipantResponse) ProtoMessage()

func (*RemoveSpaceParticipantResponse) Reset

func (x *RemoveSpaceParticipantResponse) Reset()

func (*RemoveSpaceParticipantResponse) SizeVT

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

func (*RemoveSpaceParticipantResponse) String

func (*RemoveSpaceParticipantResponse) UnmarshalJSON

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

UnmarshalJSON unmarshals the RemoveSpaceParticipantResponse from JSON.

func (*RemoveSpaceParticipantResponse) UnmarshalProtoJSON

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

UnmarshalProtoJSON unmarshals the RemoveSpaceParticipantResponse message from JSON.

func (*RemoveSpaceParticipantResponse) UnmarshalVT

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

type RenameSpaceRequest

type RenameSpaceRequest struct {

	// SharedObjectId is the id of the shared object (space) to rename.
	SharedObjectId string `protobuf:"bytes,1,opt,name=shared_object_id,json=sharedObjectId,proto3" json:"sharedObjectId,omitempty"`
	// DisplayName is the new human-readable display name.
	DisplayName string `protobuf:"bytes,2,opt,name=display_name,json=displayName,proto3" json:"displayName,omitempty"`
	// contains filtered or unexported fields
}

RenameSpaceRequest is the request type for RenameSpace.

func (*RenameSpaceRequest) CloneMessageVT

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

func (*RenameSpaceRequest) CloneVT

func (m *RenameSpaceRequest) CloneVT() *RenameSpaceRequest

func (*RenameSpaceRequest) EqualMessageVT

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

func (*RenameSpaceRequest) EqualVT

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

func (*RenameSpaceRequest) GetDisplayName

func (x *RenameSpaceRequest) GetDisplayName() string

func (*RenameSpaceRequest) GetSharedObjectId

func (x *RenameSpaceRequest) GetSharedObjectId() string

func (*RenameSpaceRequest) MarshalJSON

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

MarshalJSON marshals the RenameSpaceRequest to JSON.

func (*RenameSpaceRequest) MarshalProtoJSON

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

MarshalProtoJSON marshals the RenameSpaceRequest message to JSON.

func (*RenameSpaceRequest) MarshalProtoText

func (x *RenameSpaceRequest) MarshalProtoText() string

func (*RenameSpaceRequest) MarshalToSizedBufferVT

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

func (*RenameSpaceRequest) MarshalToVT

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

func (*RenameSpaceRequest) MarshalVT

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

func (*RenameSpaceRequest) ProtoMessage

func (*RenameSpaceRequest) ProtoMessage()

func (*RenameSpaceRequest) Reset

func (x *RenameSpaceRequest) Reset()

func (*RenameSpaceRequest) SizeVT

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

func (*RenameSpaceRequest) String

func (x *RenameSpaceRequest) String() string

func (*RenameSpaceRequest) UnmarshalJSON

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

UnmarshalJSON unmarshals the RenameSpaceRequest from JSON.

func (*RenameSpaceRequest) UnmarshalProtoJSON

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

UnmarshalProtoJSON unmarshals the RenameSpaceRequest message from JSON.

func (*RenameSpaceRequest) UnmarshalVT

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

type RenameSpaceResponse

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

RenameSpaceResponse is the response type for RenameSpace.

func (*RenameSpaceResponse) CloneMessageVT

func (*RenameSpaceResponse) CloneVT

func (*RenameSpaceResponse) EqualMessageVT

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

func (*RenameSpaceResponse) EqualVT

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

func (*RenameSpaceResponse) MarshalJSON

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

MarshalJSON marshals the RenameSpaceResponse to JSON.

func (*RenameSpaceResponse) MarshalProtoJSON

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

MarshalProtoJSON marshals the RenameSpaceResponse message to JSON.

func (*RenameSpaceResponse) MarshalProtoText

func (x *RenameSpaceResponse) MarshalProtoText() string

func (*RenameSpaceResponse) MarshalToSizedBufferVT

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

func (*RenameSpaceResponse) MarshalToVT

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

func (*RenameSpaceResponse) MarshalVT

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

func (*RenameSpaceResponse) ProtoMessage

func (*RenameSpaceResponse) ProtoMessage()

func (*RenameSpaceResponse) Reset

func (x *RenameSpaceResponse) Reset()

func (*RenameSpaceResponse) SizeVT

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

func (*RenameSpaceResponse) String

func (x *RenameSpaceResponse) String() string

func (*RenameSpaceResponse) UnmarshalJSON

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

UnmarshalJSON unmarshals the RenameSpaceResponse from JSON.

func (*RenameSpaceResponse) UnmarshalProtoJSON

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

UnmarshalProtoJSON unmarshals the RenameSpaceResponse message from JSON.

func (*RenameSpaceResponse) UnmarshalVT

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

type RevokeSpaceInviteRequest

type RevokeSpaceInviteRequest struct {

	// SpaceId is the shared object ULID for the space.
	SpaceId string `protobuf:"bytes,1,opt,name=space_id,json=spaceId,proto3" json:"spaceId,omitempty"`
	// InviteId is the invite to revoke.
	InviteId string `protobuf:"bytes,2,opt,name=invite_id,json=inviteId,proto3" json:"inviteId,omitempty"`
	// contains filtered or unexported fields
}

RevokeSpaceInviteRequest is the request for RevokeSpaceInvite.

func (*RevokeSpaceInviteRequest) CloneMessageVT

func (*RevokeSpaceInviteRequest) CloneVT

func (*RevokeSpaceInviteRequest) EqualMessageVT

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

func (*RevokeSpaceInviteRequest) EqualVT

func (*RevokeSpaceInviteRequest) GetInviteId

func (x *RevokeSpaceInviteRequest) GetInviteId() string

func (*RevokeSpaceInviteRequest) GetSpaceId

func (x *RevokeSpaceInviteRequest) GetSpaceId() string

func (*RevokeSpaceInviteRequest) MarshalJSON

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

MarshalJSON marshals the RevokeSpaceInviteRequest to JSON.

func (*RevokeSpaceInviteRequest) MarshalProtoJSON

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

MarshalProtoJSON marshals the RevokeSpaceInviteRequest message to JSON.

func (*RevokeSpaceInviteRequest) MarshalProtoText

func (x *RevokeSpaceInviteRequest) MarshalProtoText() string

func (*RevokeSpaceInviteRequest) MarshalToSizedBufferVT

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

func (*RevokeSpaceInviteRequest) MarshalToVT

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

func (*RevokeSpaceInviteRequest) MarshalVT

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

func (*RevokeSpaceInviteRequest) ProtoMessage

func (*RevokeSpaceInviteRequest) ProtoMessage()

func (*RevokeSpaceInviteRequest) Reset

func (x *RevokeSpaceInviteRequest) Reset()

func (*RevokeSpaceInviteRequest) SizeVT

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

func (*RevokeSpaceInviteRequest) String

func (x *RevokeSpaceInviteRequest) String() string

func (*RevokeSpaceInviteRequest) UnmarshalJSON

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

UnmarshalJSON unmarshals the RevokeSpaceInviteRequest from JSON.

func (*RevokeSpaceInviteRequest) UnmarshalProtoJSON

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

UnmarshalProtoJSON unmarshals the RevokeSpaceInviteRequest message from JSON.

func (*RevokeSpaceInviteRequest) UnmarshalVT

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

type RevokeSpaceInviteResponse

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

RevokeSpaceInviteResponse is the response for RevokeSpaceInvite.

func (*RevokeSpaceInviteResponse) CloneMessageVT

func (*RevokeSpaceInviteResponse) CloneVT

func (*RevokeSpaceInviteResponse) EqualMessageVT

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

func (*RevokeSpaceInviteResponse) EqualVT

func (*RevokeSpaceInviteResponse) MarshalJSON

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

MarshalJSON marshals the RevokeSpaceInviteResponse to JSON.

func (*RevokeSpaceInviteResponse) MarshalProtoJSON

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

MarshalProtoJSON marshals the RevokeSpaceInviteResponse message to JSON.

func (*RevokeSpaceInviteResponse) MarshalProtoText

func (x *RevokeSpaceInviteResponse) MarshalProtoText() string

func (*RevokeSpaceInviteResponse) MarshalToSizedBufferVT

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

func (*RevokeSpaceInviteResponse) MarshalToVT

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

func (*RevokeSpaceInviteResponse) MarshalVT

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

func (*RevokeSpaceInviteResponse) ProtoMessage

func (*RevokeSpaceInviteResponse) ProtoMessage()

func (*RevokeSpaceInviteResponse) Reset

func (x *RevokeSpaceInviteResponse) Reset()

func (*RevokeSpaceInviteResponse) SizeVT

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

func (*RevokeSpaceInviteResponse) String

func (x *RevokeSpaceInviteResponse) String() string

func (*RevokeSpaceInviteResponse) UnmarshalJSON

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

UnmarshalJSON unmarshals the RevokeSpaceInviteResponse from JSON.

func (*RevokeSpaceInviteResponse) UnmarshalProtoJSON

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

UnmarshalProtoJSON unmarshals the RevokeSpaceInviteResponse message from JSON.

func (*RevokeSpaceInviteResponse) UnmarshalVT

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

type SRPCLocalSessionResourceServiceHandler

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

func (SRPCLocalSessionResourceServiceHandler) GetMethodIDs

func (*SRPCLocalSessionResourceServiceHandler) GetServiceID

func (*SRPCLocalSessionResourceServiceHandler) InvokeMethod

func (d *SRPCLocalSessionResourceServiceHandler) InvokeMethod(
	serviceID, methodID string,
	strm srpc.Stream,
) (bool, error)

func (SRPCLocalSessionResourceServiceHandler) InvokeMethod_AddEntityKeypair

func (SRPCLocalSessionResourceServiceHandler) InvokeMethod_ExportBackupKey

func (SRPCLocalSessionResourceServiceHandler) InvokeMethod_RemoveEntityKeypair

func (SRPCLocalSessionResourceServiceHandler) InvokeMethod_SetDisplayName

func (SRPCLocalSessionResourceServiceHandler) InvokeMethod_WatchDisplayName

func (SRPCLocalSessionResourceServiceHandler) InvokeMethod_WatchEntityKeypairs

type SRPCLocalSessionResourceService_AddEntityKeypairStream

type SRPCLocalSessionResourceService_AddEntityKeypairStream interface {
	srpc.Stream
}

type SRPCLocalSessionResourceService_ExportBackupKeyStream

type SRPCLocalSessionResourceService_ExportBackupKeyStream interface {
	srpc.Stream
}

type SRPCLocalSessionResourceService_RemoveEntityKeypairStream

type SRPCLocalSessionResourceService_RemoveEntityKeypairStream interface {
	srpc.Stream
}

type SRPCLocalSessionResourceService_SetDisplayNameStream

type SRPCLocalSessionResourceService_SetDisplayNameStream interface {
	srpc.Stream
}

type SRPCLocalSessionResourceService_WatchDisplayNameClient

type SRPCLocalSessionResourceService_WatchDisplayNameClient interface {
	srpc.Stream
	Recv() (*WatchLocalDisplayNameResponse, error)
	RecvTo(*WatchLocalDisplayNameResponse) error
}

type SRPCLocalSessionResourceService_WatchDisplayNameStream

type SRPCLocalSessionResourceService_WatchDisplayNameStream interface {
	srpc.Stream
	Send(*WatchLocalDisplayNameResponse) error
	SendAndClose(*WatchLocalDisplayNameResponse) error
}

type SRPCLocalSessionResourceService_WatchEntityKeypairsClient

type SRPCLocalSessionResourceService_WatchEntityKeypairsClient interface {
	srpc.Stream
	Recv() (*WatchLocalEntityKeypairsResponse, error)
	RecvTo(*WatchLocalEntityKeypairsResponse) error
}

type SRPCLocalSessionResourceService_WatchEntityKeypairsStream

type SRPCLocalSessionResourceService_WatchEntityKeypairsStream interface {
	srpc.Stream
	Send(*WatchLocalEntityKeypairsResponse) error
	SendAndClose(*WatchLocalEntityKeypairsResponse) error
}

type SRPCSessionResourceServiceClient

type SRPCSessionResourceServiceClient interface {
	// SRPCClient returns the underlying SRPC client.
	SRPCClient() srpc.Client

	GetSessionInfo(ctx context.Context, in *GetSessionInfoRequest) (*GetSessionInfoResponse, error)

	WatchResourcesList(ctx context.Context, in *WatchResourcesListRequest) (SRPCSessionResourceService_WatchResourcesListClient, error)

	CreateSpace(ctx context.Context, in *CreateSpaceRequest) (*CreateSpaceResponse, error)

	MountSharedObject(ctx context.Context, in *MountSharedObjectRequest) (*MountSharedObjectResponse, error)

	WatchSharedObjectHealth(ctx context.Context, in *WatchSharedObjectHealthRequest) (SRPCSessionResourceService_WatchSharedObjectHealthClient, error)

	WatchSyncStatus(ctx context.Context, in *WatchSyncStatusRequest) (SRPCSessionResourceService_WatchSyncStatusClient, error)

	DeleteSpace(ctx context.Context, in *DeleteSpaceRequest) (*DeleteSpaceResponse, error)

	RenameSpace(ctx context.Context, in *RenameSpaceRequest) (*RenameSpaceResponse, error)

	WatchLockState(ctx context.Context, in *WatchLockStateRequest) (SRPCSessionResourceService_WatchLockStateClient, error)

	SetLockMode(ctx context.Context, in *SetLockModeRequest) (*SetLockModeResponse, error)

	UnlockSession(ctx context.Context, in *UnlockSessionRequest) (*UnlockSessionResponse, error)

	LockSession(ctx context.Context, in *LockSessionRequest) (*LockSessionResponse, error)

	GeneratePairingCode(ctx context.Context, in *GeneratePairingCodeRequest) (*GeneratePairingCodeResponse, error)

	CompletePairing(ctx context.Context, in *CompletePairingRequest) (*CompletePairingResponse, error)

	GetSASEmoji(ctx context.Context, in *GetSASEmojiRequest) (*GetSASEmojiResponse, error)

	ConfirmSASMatch(ctx context.Context, in *ConfirmSASMatchRequest) (*ConfirmSASMatchResponse, error)

	ConfirmPairing(ctx context.Context, in *ConfirmPairingRequest) (*ConfirmPairingResponse, error)

	DeleteAccount(ctx context.Context, in *DeleteAccountRequest) (*DeleteAccountResponse, error)

	AccessStateAtom(ctx context.Context, in *AccessSessionStateAtomRequest) (*AccessSessionStateAtomResponse, error)

	WatchStateAtoms(ctx context.Context, in *WatchSessionStateAtomsRequest) (SRPCSessionResourceService_WatchStateAtomsClient, error)

	GetTransferInventory(ctx context.Context, in *GetTransferInventoryRequest) (*GetTransferInventoryResponse, error)

	StartTransfer(ctx context.Context, in *StartTransferRequest) (*StartTransferResponse, error)

	WatchTransferProgress(ctx context.Context, in *WatchTransferProgressRequest) (SRPCSessionResourceService_WatchTransferProgressClient, error)

	CancelTransfer(ctx context.Context, in *CancelTransferRequest) (*CancelTransferResponse, error)

	GetTransferStatus(ctx context.Context, in *GetTransferStatusRequest) (*GetTransferStatusResponse, error)

	WatchPairedDevices(ctx context.Context, in *WatchPairedDevicesRequest) (SRPCSessionResourceService_WatchPairedDevicesClient, error)

	WatchPairingStatus(ctx context.Context, in *WatchPairingStatusRequest) (SRPCSessionResourceService_WatchPairingStatusClient, error)

	UnlinkDevice(ctx context.Context, in *UnlinkDeviceRequest) (*UnlinkDeviceResponse, error)

	CreateSpaceInvite(ctx context.Context, in *CreateSpaceInviteRequest) (*CreateSpaceInviteResponse, error)

	ListSpaceInvites(ctx context.Context, in *ListSpaceInvitesRequest) (*ListSpaceInvitesResponse, error)

	ListSpaceParticipants(ctx context.Context, in *ListSpaceParticipantsRequest) (*ListSpaceParticipantsResponse, error)

	RemoveSpaceParticipant(ctx context.Context, in *RemoveSpaceParticipantRequest) (*RemoveSpaceParticipantResponse, error)

	RevokeSpaceInvite(ctx context.Context, in *RevokeSpaceInviteRequest) (*RevokeSpaceInviteResponse, error)

	JoinSpaceViaInvite(ctx context.Context, in *JoinSpaceViaInviteRequest) (*JoinSpaceViaInviteResponse, error)

	CreateLocalPairingOffer(ctx context.Context, in *CreateLocalPairingOfferRequest) (*CreateLocalPairingOfferResponse, error)

	AcceptLocalPairingOffer(ctx context.Context, in *AcceptLocalPairingOfferRequest) (*AcceptLocalPairingOfferResponse, error)

	AcceptLocalPairingAnswer(ctx context.Context, in *AcceptLocalPairingAnswerRequest) (*AcceptLocalPairingAnswerResponse, error)
}

func NewSRPCSessionResourceServiceClient

func NewSRPCSessionResourceServiceClient(cc srpc.Client) SRPCSessionResourceServiceClient

func NewSRPCSessionResourceServiceClientWithServiceID

func NewSRPCSessionResourceServiceClientWithServiceID(cc srpc.Client, serviceID string) SRPCSessionResourceServiceClient

type SRPCSessionResourceServiceHandler

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

func (SRPCSessionResourceServiceHandler) GetMethodIDs

func (SRPCSessionResourceServiceHandler) GetMethodIDs() []string

func (*SRPCSessionResourceServiceHandler) GetServiceID

func (d *SRPCSessionResourceServiceHandler) GetServiceID() string

func (*SRPCSessionResourceServiceHandler) InvokeMethod

func (d *SRPCSessionResourceServiceHandler) InvokeMethod(
	serviceID, methodID string,
	strm srpc.Stream,
) (bool, error)

func (SRPCSessionResourceServiceHandler) InvokeMethod_AcceptLocalPairingAnswer

func (SRPCSessionResourceServiceHandler) InvokeMethod_AcceptLocalPairingAnswer(impl SRPCSessionResourceServiceServer, strm srpc.Stream) error

func (SRPCSessionResourceServiceHandler) InvokeMethod_AcceptLocalPairingOffer

func (SRPCSessionResourceServiceHandler) InvokeMethod_AcceptLocalPairingOffer(impl SRPCSessionResourceServiceServer, strm srpc.Stream) error

func (SRPCSessionResourceServiceHandler) InvokeMethod_AccessStateAtom

func (SRPCSessionResourceServiceHandler) InvokeMethod_AccessStateAtom(impl SRPCSessionResourceServiceServer, strm srpc.Stream) error

func (SRPCSessionResourceServiceHandler) InvokeMethod_CancelTransfer

func (SRPCSessionResourceServiceHandler) InvokeMethod_CompletePairing

func (SRPCSessionResourceServiceHandler) InvokeMethod_CompletePairing(impl SRPCSessionResourceServiceServer, strm srpc.Stream) error

func (SRPCSessionResourceServiceHandler) InvokeMethod_ConfirmPairing

func (SRPCSessionResourceServiceHandler) InvokeMethod_ConfirmSASMatch

func (SRPCSessionResourceServiceHandler) InvokeMethod_ConfirmSASMatch(impl SRPCSessionResourceServiceServer, strm srpc.Stream) error

func (SRPCSessionResourceServiceHandler) InvokeMethod_CreateLocalPairingOffer

func (SRPCSessionResourceServiceHandler) InvokeMethod_CreateLocalPairingOffer(impl SRPCSessionResourceServiceServer, strm srpc.Stream) error

func (SRPCSessionResourceServiceHandler) InvokeMethod_CreateSpace

func (SRPCSessionResourceServiceHandler) InvokeMethod_CreateSpaceInvite

func (SRPCSessionResourceServiceHandler) InvokeMethod_CreateSpaceInvite(impl SRPCSessionResourceServiceServer, strm srpc.Stream) error

func (SRPCSessionResourceServiceHandler) InvokeMethod_DeleteAccount

func (SRPCSessionResourceServiceHandler) InvokeMethod_DeleteSpace

func (SRPCSessionResourceServiceHandler) InvokeMethod_GeneratePairingCode

func (SRPCSessionResourceServiceHandler) InvokeMethod_GeneratePairingCode(impl SRPCSessionResourceServiceServer, strm srpc.Stream) error

func (SRPCSessionResourceServiceHandler) InvokeMethod_GetSASEmoji

func (SRPCSessionResourceServiceHandler) InvokeMethod_GetSessionInfo

func (SRPCSessionResourceServiceHandler) InvokeMethod_GetTransferInventory

func (SRPCSessionResourceServiceHandler) InvokeMethod_GetTransferInventory(impl SRPCSessionResourceServiceServer, strm srpc.Stream) error

func (SRPCSessionResourceServiceHandler) InvokeMethod_GetTransferStatus

func (SRPCSessionResourceServiceHandler) InvokeMethod_GetTransferStatus(impl SRPCSessionResourceServiceServer, strm srpc.Stream) error

func (SRPCSessionResourceServiceHandler) InvokeMethod_JoinSpaceViaInvite

func (SRPCSessionResourceServiceHandler) InvokeMethod_JoinSpaceViaInvite(impl SRPCSessionResourceServiceServer, strm srpc.Stream) error

func (SRPCSessionResourceServiceHandler) InvokeMethod_ListSpaceInvites

func (SRPCSessionResourceServiceHandler) InvokeMethod_ListSpaceInvites(impl SRPCSessionResourceServiceServer, strm srpc.Stream) error

func (SRPCSessionResourceServiceHandler) InvokeMethod_ListSpaceParticipants

func (SRPCSessionResourceServiceHandler) InvokeMethod_ListSpaceParticipants(impl SRPCSessionResourceServiceServer, strm srpc.Stream) error

func (SRPCSessionResourceServiceHandler) InvokeMethod_LockSession

func (SRPCSessionResourceServiceHandler) InvokeMethod_MountSharedObject

func (SRPCSessionResourceServiceHandler) InvokeMethod_MountSharedObject(impl SRPCSessionResourceServiceServer, strm srpc.Stream) error

func (SRPCSessionResourceServiceHandler) InvokeMethod_RemoveSpaceParticipant

func (SRPCSessionResourceServiceHandler) InvokeMethod_RemoveSpaceParticipant(impl SRPCSessionResourceServiceServer, strm srpc.Stream) error

func (SRPCSessionResourceServiceHandler) InvokeMethod_RenameSpace

func (SRPCSessionResourceServiceHandler) InvokeMethod_RevokeSpaceInvite

func (SRPCSessionResourceServiceHandler) InvokeMethod_RevokeSpaceInvite(impl SRPCSessionResourceServiceServer, strm srpc.Stream) error

func (SRPCSessionResourceServiceHandler) InvokeMethod_SetLockMode

func (SRPCSessionResourceServiceHandler) InvokeMethod_StartTransfer

func (SRPCSessionResourceServiceHandler) InvokeMethod_UnlinkDevice

func (SRPCSessionResourceServiceHandler) InvokeMethod_UnlockSession

func (SRPCSessionResourceServiceHandler) InvokeMethod_WatchLockState

func (SRPCSessionResourceServiceHandler) InvokeMethod_WatchPairedDevices

func (SRPCSessionResourceServiceHandler) InvokeMethod_WatchPairedDevices(impl SRPCSessionResourceServiceServer, strm srpc.Stream) error

func (SRPCSessionResourceServiceHandler) InvokeMethod_WatchPairingStatus

func (SRPCSessionResourceServiceHandler) InvokeMethod_WatchPairingStatus(impl SRPCSessionResourceServiceServer, strm srpc.Stream) error

func (SRPCSessionResourceServiceHandler) InvokeMethod_WatchResourcesList

func (SRPCSessionResourceServiceHandler) InvokeMethod_WatchResourcesList(impl SRPCSessionResourceServiceServer, strm srpc.Stream) error

func (SRPCSessionResourceServiceHandler) InvokeMethod_WatchSharedObjectHealth

func (SRPCSessionResourceServiceHandler) InvokeMethod_WatchSharedObjectHealth(impl SRPCSessionResourceServiceServer, strm srpc.Stream) error

func (SRPCSessionResourceServiceHandler) InvokeMethod_WatchStateAtoms

func (SRPCSessionResourceServiceHandler) InvokeMethod_WatchStateAtoms(impl SRPCSessionResourceServiceServer, strm srpc.Stream) error

func (SRPCSessionResourceServiceHandler) InvokeMethod_WatchSyncStatus

func (SRPCSessionResourceServiceHandler) InvokeMethod_WatchSyncStatus(impl SRPCSessionResourceServiceServer, strm srpc.Stream) error

func (SRPCSessionResourceServiceHandler) InvokeMethod_WatchTransferProgress

func (SRPCSessionResourceServiceHandler) InvokeMethod_WatchTransferProgress(impl SRPCSessionResourceServiceServer, strm srpc.Stream) error

type SRPCSessionResourceServiceServer

type SRPCSessionResourceServiceServer interface {
	GetSessionInfo(context.Context, *GetSessionInfoRequest) (*GetSessionInfoResponse, error)

	WatchResourcesList(*WatchResourcesListRequest, SRPCSessionResourceService_WatchResourcesListStream) error

	CreateSpace(context.Context, *CreateSpaceRequest) (*CreateSpaceResponse, error)

	MountSharedObject(context.Context, *MountSharedObjectRequest) (*MountSharedObjectResponse, error)

	WatchSharedObjectHealth(*WatchSharedObjectHealthRequest, SRPCSessionResourceService_WatchSharedObjectHealthStream) error

	WatchSyncStatus(*WatchSyncStatusRequest, SRPCSessionResourceService_WatchSyncStatusStream) error

	DeleteSpace(context.Context, *DeleteSpaceRequest) (*DeleteSpaceResponse, error)

	RenameSpace(context.Context, *RenameSpaceRequest) (*RenameSpaceResponse, error)

	WatchLockState(*WatchLockStateRequest, SRPCSessionResourceService_WatchLockStateStream) error

	SetLockMode(context.Context, *SetLockModeRequest) (*SetLockModeResponse, error)

	UnlockSession(context.Context, *UnlockSessionRequest) (*UnlockSessionResponse, error)

	LockSession(context.Context, *LockSessionRequest) (*LockSessionResponse, error)

	GeneratePairingCode(context.Context, *GeneratePairingCodeRequest) (*GeneratePairingCodeResponse, error)

	CompletePairing(context.Context, *CompletePairingRequest) (*CompletePairingResponse, error)

	GetSASEmoji(context.Context, *GetSASEmojiRequest) (*GetSASEmojiResponse, error)

	ConfirmSASMatch(context.Context, *ConfirmSASMatchRequest) (*ConfirmSASMatchResponse, error)

	ConfirmPairing(context.Context, *ConfirmPairingRequest) (*ConfirmPairingResponse, error)

	DeleteAccount(context.Context, *DeleteAccountRequest) (*DeleteAccountResponse, error)

	AccessStateAtom(context.Context, *AccessSessionStateAtomRequest) (*AccessSessionStateAtomResponse, error)

	WatchStateAtoms(*WatchSessionStateAtomsRequest, SRPCSessionResourceService_WatchStateAtomsStream) error

	GetTransferInventory(context.Context, *GetTransferInventoryRequest) (*GetTransferInventoryResponse, error)

	StartTransfer(context.Context, *StartTransferRequest) (*StartTransferResponse, error)

	WatchTransferProgress(*WatchTransferProgressRequest, SRPCSessionResourceService_WatchTransferProgressStream) error

	CancelTransfer(context.Context, *CancelTransferRequest) (*CancelTransferResponse, error)

	GetTransferStatus(context.Context, *GetTransferStatusRequest) (*GetTransferStatusResponse, error)

	WatchPairedDevices(*WatchPairedDevicesRequest, SRPCSessionResourceService_WatchPairedDevicesStream) error

	WatchPairingStatus(*WatchPairingStatusRequest, SRPCSessionResourceService_WatchPairingStatusStream) error

	UnlinkDevice(context.Context, *UnlinkDeviceRequest) (*UnlinkDeviceResponse, error)

	CreateSpaceInvite(context.Context, *CreateSpaceInviteRequest) (*CreateSpaceInviteResponse, error)

	ListSpaceInvites(context.Context, *ListSpaceInvitesRequest) (*ListSpaceInvitesResponse, error)

	ListSpaceParticipants(context.Context, *ListSpaceParticipantsRequest) (*ListSpaceParticipantsResponse, error)

	RemoveSpaceParticipant(context.Context, *RemoveSpaceParticipantRequest) (*RemoveSpaceParticipantResponse, error)

	RevokeSpaceInvite(context.Context, *RevokeSpaceInviteRequest) (*RevokeSpaceInviteResponse, error)

	JoinSpaceViaInvite(context.Context, *JoinSpaceViaInviteRequest) (*JoinSpaceViaInviteResponse, error)

	CreateLocalPairingOffer(context.Context, *CreateLocalPairingOfferRequest) (*CreateLocalPairingOfferResponse, error)

	AcceptLocalPairingOffer(context.Context, *AcceptLocalPairingOfferRequest) (*AcceptLocalPairingOfferResponse, error)

	AcceptLocalPairingAnswer(context.Context, *AcceptLocalPairingAnswerRequest) (*AcceptLocalPairingAnswerResponse, error)
}

type SRPCSessionResourceService_AcceptLocalPairingAnswerStream

type SRPCSessionResourceService_AcceptLocalPairingAnswerStream interface {
	srpc.Stream
}

type SRPCSessionResourceService_AcceptLocalPairingOfferStream

type SRPCSessionResourceService_AcceptLocalPairingOfferStream interface {
	srpc.Stream
}

type SRPCSessionResourceService_AccessStateAtomStream

type SRPCSessionResourceService_AccessStateAtomStream interface {
	srpc.Stream
}

type SRPCSessionResourceService_CancelTransferStream

type SRPCSessionResourceService_CancelTransferStream interface {
	srpc.Stream
}

type SRPCSessionResourceService_CompletePairingStream

type SRPCSessionResourceService_CompletePairingStream interface {
	srpc.Stream
}

type SRPCSessionResourceService_ConfirmPairingStream

type SRPCSessionResourceService_ConfirmPairingStream interface {
	srpc.Stream
}

type SRPCSessionResourceService_ConfirmSASMatchStream

type SRPCSessionResourceService_ConfirmSASMatchStream interface {
	srpc.Stream
}

type SRPCSessionResourceService_CreateLocalPairingOfferStream

type SRPCSessionResourceService_CreateLocalPairingOfferStream interface {
	srpc.Stream
}

type SRPCSessionResourceService_CreateSpaceInviteStream

type SRPCSessionResourceService_CreateSpaceInviteStream interface {
	srpc.Stream
}

type SRPCSessionResourceService_CreateSpaceStream

type SRPCSessionResourceService_CreateSpaceStream interface {
	srpc.Stream
}

type SRPCSessionResourceService_DeleteAccountStream

type SRPCSessionResourceService_DeleteAccountStream interface {
	srpc.Stream
}

type SRPCSessionResourceService_DeleteSpaceStream

type SRPCSessionResourceService_DeleteSpaceStream interface {
	srpc.Stream
}

type SRPCSessionResourceService_GeneratePairingCodeStream

type SRPCSessionResourceService_GeneratePairingCodeStream interface {
	srpc.Stream
}

type SRPCSessionResourceService_GetSASEmojiStream

type SRPCSessionResourceService_GetSASEmojiStream interface {
	srpc.Stream
}

type SRPCSessionResourceService_GetSessionInfoStream

type SRPCSessionResourceService_GetSessionInfoStream interface {
	srpc.Stream
}

type SRPCSessionResourceService_GetTransferInventoryStream

type SRPCSessionResourceService_GetTransferInventoryStream interface {
	srpc.Stream
}

type SRPCSessionResourceService_GetTransferStatusStream

type SRPCSessionResourceService_GetTransferStatusStream interface {
	srpc.Stream
}

type SRPCSessionResourceService_JoinSpaceViaInviteStream

type SRPCSessionResourceService_JoinSpaceViaInviteStream interface {
	srpc.Stream
}

type SRPCSessionResourceService_ListSpaceInvitesStream

type SRPCSessionResourceService_ListSpaceInvitesStream interface {
	srpc.Stream
}

type SRPCSessionResourceService_ListSpaceParticipantsStream

type SRPCSessionResourceService_ListSpaceParticipantsStream interface {
	srpc.Stream
}

type SRPCSessionResourceService_LockSessionStream

type SRPCSessionResourceService_LockSessionStream interface {
	srpc.Stream
}

type SRPCSessionResourceService_MountSharedObjectStream

type SRPCSessionResourceService_MountSharedObjectStream interface {
	srpc.Stream
}

type SRPCSessionResourceService_RemoveSpaceParticipantStream

type SRPCSessionResourceService_RemoveSpaceParticipantStream interface {
	srpc.Stream
}

type SRPCSessionResourceService_RenameSpaceStream

type SRPCSessionResourceService_RenameSpaceStream interface {
	srpc.Stream
}

type SRPCSessionResourceService_RevokeSpaceInviteStream

type SRPCSessionResourceService_RevokeSpaceInviteStream interface {
	srpc.Stream
}

type SRPCSessionResourceService_SetLockModeStream

type SRPCSessionResourceService_SetLockModeStream interface {
	srpc.Stream
}

type SRPCSessionResourceService_StartTransferStream

type SRPCSessionResourceService_StartTransferStream interface {
	srpc.Stream
}

type SRPCSessionResourceService_UnlinkDeviceStream

type SRPCSessionResourceService_UnlinkDeviceStream interface {
	srpc.Stream
}

type SRPCSessionResourceService_UnlockSessionStream

type SRPCSessionResourceService_UnlockSessionStream interface {
	srpc.Stream
}

type SRPCSessionResourceService_WatchLockStateClient

type SRPCSessionResourceService_WatchLockStateClient interface {
	srpc.Stream
	Recv() (*WatchLockStateResponse, error)
	RecvTo(*WatchLockStateResponse) error
}

type SRPCSessionResourceService_WatchLockStateStream

type SRPCSessionResourceService_WatchLockStateStream interface {
	srpc.Stream
	Send(*WatchLockStateResponse) error
	SendAndClose(*WatchLockStateResponse) error
}

type SRPCSessionResourceService_WatchPairedDevicesClient

type SRPCSessionResourceService_WatchPairedDevicesClient interface {
	srpc.Stream
	Recv() (*WatchPairedDevicesResponse, error)
	RecvTo(*WatchPairedDevicesResponse) error
}

type SRPCSessionResourceService_WatchPairedDevicesStream

type SRPCSessionResourceService_WatchPairedDevicesStream interface {
	srpc.Stream
	Send(*WatchPairedDevicesResponse) error
	SendAndClose(*WatchPairedDevicesResponse) error
}

type SRPCSessionResourceService_WatchPairingStatusClient

type SRPCSessionResourceService_WatchPairingStatusClient interface {
	srpc.Stream
	Recv() (*WatchPairingStatusResponse, error)
	RecvTo(*WatchPairingStatusResponse) error
}

type SRPCSessionResourceService_WatchPairingStatusStream

type SRPCSessionResourceService_WatchPairingStatusStream interface {
	srpc.Stream
	Send(*WatchPairingStatusResponse) error
	SendAndClose(*WatchPairingStatusResponse) error
}

type SRPCSessionResourceService_WatchResourcesListClient

type SRPCSessionResourceService_WatchResourcesListClient interface {
	srpc.Stream
	Recv() (*WatchResourcesListResponse, error)
	RecvTo(*WatchResourcesListResponse) error
}

type SRPCSessionResourceService_WatchResourcesListStream

type SRPCSessionResourceService_WatchResourcesListStream interface {
	srpc.Stream
	Send(*WatchResourcesListResponse) error
	SendAndClose(*WatchResourcesListResponse) error
}

type SRPCSessionResourceService_WatchSharedObjectHealthClient

type SRPCSessionResourceService_WatchSharedObjectHealthClient interface {
	srpc.Stream
	Recv() (*WatchSharedObjectHealthResponse, error)
	RecvTo(*WatchSharedObjectHealthResponse) error
}

type SRPCSessionResourceService_WatchSharedObjectHealthStream

type SRPCSessionResourceService_WatchSharedObjectHealthStream interface {
	srpc.Stream
	Send(*WatchSharedObjectHealthResponse) error
	SendAndClose(*WatchSharedObjectHealthResponse) error
}

type SRPCSessionResourceService_WatchStateAtomsClient

type SRPCSessionResourceService_WatchStateAtomsClient interface {
	srpc.Stream
	Recv() (*WatchSessionStateAtomsResponse, error)
	RecvTo(*WatchSessionStateAtomsResponse) error
}

type SRPCSessionResourceService_WatchStateAtomsStream

type SRPCSessionResourceService_WatchStateAtomsStream interface {
	srpc.Stream
	Send(*WatchSessionStateAtomsResponse) error
	SendAndClose(*WatchSessionStateAtomsResponse) error
}

type SRPCSessionResourceService_WatchSyncStatusClient

type SRPCSessionResourceService_WatchSyncStatusClient interface {
	srpc.Stream
	Recv() (*WatchSyncStatusResponse, error)
	RecvTo(*WatchSyncStatusResponse) error
}

type SRPCSessionResourceService_WatchSyncStatusStream

type SRPCSessionResourceService_WatchSyncStatusStream interface {
	srpc.Stream
	Send(*WatchSyncStatusResponse) error
	SendAndClose(*WatchSyncStatusResponse) error
}

type SRPCSessionResourceService_WatchTransferProgressClient

type SRPCSessionResourceService_WatchTransferProgressClient interface {
	srpc.Stream
	Recv() (*WatchTransferProgressResponse, error)
	RecvTo(*WatchTransferProgressResponse) error
}

type SRPCSessionResourceService_WatchTransferProgressStream

type SRPCSessionResourceService_WatchTransferProgressStream interface {
	srpc.Stream
	Send(*WatchTransferProgressResponse) error
	SendAndClose(*WatchTransferProgressResponse) error
}

type SRPCSharedObjectSelfEnrollmentResourceServiceClient

type SRPCSharedObjectSelfEnrollmentResourceServiceClient interface {
	// SRPCClient returns the underlying SRPC client.
	SRPCClient() srpc.Client

	// WatchState streams self-enrollment state changes.
	WatchState(ctx context.Context, in *WatchSharedObjectSelfEnrollmentStateRequest) (SRPCSharedObjectSelfEnrollmentResourceService_WatchStateClient, error)
	// Start runs self-enrollment for the current pending set.
	Start(ctx context.Context, in *StartSharedObjectSelfEnrollmentRequest) (*StartSharedObjectSelfEnrollmentResponse, error)
	// Skip records the user's skip choice for the current generation.
	Skip(ctx context.Context, in *SkipSharedObjectSelfEnrollmentRequest) (*SkipSharedObjectSelfEnrollmentResponse, error)
}

func NewSRPCSharedObjectSelfEnrollmentResourceServiceClientWithServiceID

func NewSRPCSharedObjectSelfEnrollmentResourceServiceClientWithServiceID(cc srpc.Client, serviceID string) SRPCSharedObjectSelfEnrollmentResourceServiceClient

type SRPCSharedObjectSelfEnrollmentResourceServiceHandler

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

func (SRPCSharedObjectSelfEnrollmentResourceServiceHandler) GetMethodIDs

func (*SRPCSharedObjectSelfEnrollmentResourceServiceHandler) GetServiceID

func (*SRPCSharedObjectSelfEnrollmentResourceServiceHandler) InvokeMethod

func (d *SRPCSharedObjectSelfEnrollmentResourceServiceHandler) InvokeMethod(
	serviceID, methodID string,
	strm srpc.Stream,
) (bool, error)

func (SRPCSharedObjectSelfEnrollmentResourceServiceHandler) InvokeMethod_Skip

func (SRPCSharedObjectSelfEnrollmentResourceServiceHandler) InvokeMethod_Start

func (SRPCSharedObjectSelfEnrollmentResourceServiceHandler) InvokeMethod_WatchState

type SRPCSharedObjectSelfEnrollmentResourceServiceServer

type SRPCSharedObjectSelfEnrollmentResourceServiceServer interface {
	// WatchState streams self-enrollment state changes.
	WatchState(*WatchSharedObjectSelfEnrollmentStateRequest, SRPCSharedObjectSelfEnrollmentResourceService_WatchStateStream) error
	// Start runs self-enrollment for the current pending set.
	Start(context.Context, *StartSharedObjectSelfEnrollmentRequest) (*StartSharedObjectSelfEnrollmentResponse, error)
	// Skip records the user's skip choice for the current generation.
	Skip(context.Context, *SkipSharedObjectSelfEnrollmentRequest) (*SkipSharedObjectSelfEnrollmentResponse, error)
}

type SRPCSharedObjectSelfEnrollmentResourceService_SkipStream

type SRPCSharedObjectSelfEnrollmentResourceService_SkipStream interface {
	srpc.Stream
}

type SRPCSharedObjectSelfEnrollmentResourceService_StartStream

type SRPCSharedObjectSelfEnrollmentResourceService_StartStream interface {
	srpc.Stream
}

type SRPCSharedObjectSelfEnrollmentResourceService_WatchStateClient

type SRPCSharedObjectSelfEnrollmentResourceService_WatchStateClient interface {
	srpc.Stream
	Recv() (*WatchSharedObjectSelfEnrollmentStateResponse, error)
	RecvTo(*WatchSharedObjectSelfEnrollmentStateResponse) error
}

type SRPCSharedObjectSelfEnrollmentResourceService_WatchStateStream

type SRPCSharedObjectSelfEnrollmentResourceService_WatchStateStream interface {
	srpc.Stream
	Send(*WatchSharedObjectSelfEnrollmentStateResponse) error
	SendAndClose(*WatchSharedObjectSelfEnrollmentStateResponse) error
}

type SRPCSpacewaveSessionResourceServiceClient

type SRPCSpacewaveSessionResourceServiceClient interface {
	// SRPCClient returns the underlying SRPC client.
	SRPCClient() srpc.Client

	WatchOnboardingStatus(ctx context.Context, in *s4wave_provider_spacewave.WatchOnboardingStatusRequest) (SRPCSpacewaveSessionResourceService_WatchOnboardingStatusClient, error)

	CreateLinkedLocalSession(ctx context.Context, in *s4wave_provider_spacewave.CreateLinkedLocalSessionRequest) (*s4wave_provider_spacewave.CreateLinkedLocalSessionResponse, error)

	GetLinkedLocalSession(ctx context.Context, in *s4wave_provider_spacewave.GetLinkedLocalSessionRequest) (*s4wave_provider_spacewave.GetLinkedLocalSessionResponse, error)

	UnlinkLocalSession(ctx context.Context, in *s4wave_provider_spacewave.UnlinkLocalSessionRequest) (*s4wave_provider_spacewave.UnlinkLocalSessionResponse, error)

	CreateCheckoutSession(ctx context.Context, in *s4wave_provider_spacewave.CreateCheckoutSessionRequest) (*s4wave_provider_spacewave.CreateCheckoutSessionResponse, error)

	CancelCheckoutSession(ctx context.Context, in *s4wave_provider_spacewave.CancelCheckoutSessionRequest) (*s4wave_provider_spacewave.CancelCheckoutSessionResponse, error)

	WatchSubscriptionStatus(ctx context.Context, in *s4wave_provider_spacewave.WatchSubscriptionStatusRequest) (SRPCSpacewaveSessionResourceService_WatchSubscriptionStatusClient, error)

	WatchBillingState(ctx context.Context, in *s4wave_provider_spacewave.WatchBillingStateRequest) (SRPCSpacewaveSessionResourceService_WatchBillingStateClient, error)

	WatchCheckoutStatus(ctx context.Context, in *s4wave_provider_spacewave.WatchCheckoutStatusRequest) (SRPCSpacewaveSessionResourceService_WatchCheckoutStatusClient, error)

	RefreshBillingState(ctx context.Context, in *s4wave_provider_spacewave.RefreshBillingStateRequest) (*s4wave_provider_spacewave.RefreshBillingStateResponse, error)

	CancelSubscription(ctx context.Context, in *s4wave_provider_spacewave.CancelSubscriptionRequest) (*s4wave_provider_spacewave.CancelSubscriptionResponse, error)

	ReactivateSubscription(ctx context.Context, in *s4wave_provider_spacewave.ReactivateSubscriptionRequest) (*s4wave_provider_spacewave.ReactivateSubscriptionResponse, error)

	SwitchBillingInterval(ctx context.Context, in *s4wave_provider_spacewave.SwitchBillingIntervalRequest) (*s4wave_provider_spacewave.SwitchBillingIntervalResponse, error)

	CreateBillingPortal(ctx context.Context, in *s4wave_provider_spacewave.CreateBillingPortalRequest) (*s4wave_provider_spacewave.CreateBillingPortalResponse, error)

	CreateBillingAccount(ctx context.Context, in *s4wave_provider_spacewave.CreateBillingAccountRequest) (*s4wave_provider_spacewave.CreateBillingAccountResponse, error)

	ListManagedBillingAccounts(ctx context.Context, in *s4wave_provider_spacewave.ListManagedBillingAccountsRequest) (*s4wave_provider_spacewave.ListManagedBillingAccountsResponse, error)

	AssignBillingAccount(ctx context.Context, in *s4wave_provider_spacewave.AssignBillingAccountRequest) (*s4wave_provider_spacewave.AssignBillingAccountResponse, error)

	DetachBillingAccount(ctx context.Context, in *s4wave_provider_spacewave.DetachBillingAccountRequest) (*s4wave_provider_spacewave.DetachBillingAccountResponse, error)

	RenameBillingAccount(ctx context.Context, in *s4wave_provider_spacewave.RenameBillingAccountRequest) (*s4wave_provider_spacewave.RenameBillingAccountResponse, error)

	DeleteBillingAccount(ctx context.Context, in *s4wave_provider_spacewave.DeleteBillingAccountRequest) (*s4wave_provider_spacewave.DeleteBillingAccountResponse, error)

	RequestDeleteNowEmail(ctx context.Context, in *s4wave_provider_spacewave.RequestDeleteNowEmailRequest) (*s4wave_provider_spacewave.RequestDeleteNowEmailResponse, error)

	ConfirmDeleteNowCode(ctx context.Context, in *s4wave_provider_spacewave.ConfirmDeleteNowCodeRequest) (*s4wave_provider_spacewave.ConfirmDeleteNowCodeResponse, error)

	UndoDeleteNow(ctx context.Context, in *s4wave_provider_spacewave.UndoDeleteNowRequest) (*s4wave_provider_spacewave.UndoDeleteNowResponse, error)

	WatchOrganizations(ctx context.Context, in *s4wave_provider_spacewave.WatchOrganizationsRequest) (SRPCSpacewaveSessionResourceService_WatchOrganizationsClient, error)

	CreateOrganization(ctx context.Context, in *s4wave_provider_spacewave.CreateOrganizationRequest) (*s4wave_provider_spacewave.CreateOrganizationResponse, error)

	WatchOrganizationState(ctx context.Context, in *s4wave_provider_spacewave.WatchOrganizationStateRequest) (SRPCSpacewaveSessionResourceService_WatchOrganizationStateClient, error)

	DeleteOrganization(ctx context.Context, in *s4wave_provider_spacewave.DeleteOrganizationRequest) (*s4wave_provider_spacewave.DeleteOrganizationResponse, error)

	CreateTargetedInviteDraftByUsername(ctx context.Context, in *s4wave_provider_spacewave.CreateTargetedInviteDraftByUsernameRequest) (*s4wave_provider_spacewave.CreateTargetedInviteDraftByUsernameResponse, error)

	ResolveUsername(ctx context.Context, in *s4wave_provider_spacewave.ResolveUsernameRequest) (*s4wave_provider_spacewave.ResolveUsernameResponse, error)

	CreateTargetedInvitation(ctx context.Context, in *s4wave_provider_spacewave.CreateTargetedInvitationRequest) (*s4wave_provider_spacewave.CreateTargetedInvitationResponse, error)

	CreateSpaceTargetedInvitationByUsername(ctx context.Context, in *s4wave_provider_spacewave.CreateSpaceTargetedInvitationByUsernameRequest) (*s4wave_provider_spacewave.CreateSpaceTargetedInvitationByUsernameResponse, error)

	AcceptSpaceTargetedInvitation(ctx context.Context, in *s4wave_provider_spacewave.AcceptSpaceTargetedInvitationRequest) (*s4wave_provider_spacewave.AcceptSpaceTargetedInvitationResponse, error)

	CreateOrganizationTargetedInvitationByUsername(ctx context.Context, in *s4wave_provider_spacewave.CreateOrganizationTargetedInvitationByUsernameRequest) (*s4wave_provider_spacewave.CreateOrganizationTargetedInvitationByUsernameResponse, error)

	AcceptOrganizationTargetedInvitation(ctx context.Context, in *s4wave_provider_spacewave.AcceptOrganizationTargetedInvitationRequest) (*s4wave_provider_spacewave.AcceptOrganizationTargetedInvitationResponse, error)

	ListTargetedInvitations(ctx context.Context, in *s4wave_provider_spacewave.ListTargetedInvitationsRequest) (*s4wave_provider_spacewave.ListTargetedInvitationsResponse, error)

	WatchTargetedInvitations(ctx context.Context, in *s4wave_provider_spacewave.ListTargetedInvitationsRequest) (SRPCSpacewaveSessionResourceService_WatchTargetedInvitationsClient, error)

	GetTargetedInvitation(ctx context.Context, in *s4wave_provider_spacewave.GetTargetedInvitationRequest) (*s4wave_provider_spacewave.GetTargetedInvitationResponse, error)

	RevokeTargetedInvitation(ctx context.Context, in *s4wave_provider_spacewave.RevokeTargetedInvitationRequest) (*s4wave_provider_spacewave.RevokeTargetedInvitationResponse, error)

	ProcessTargetedInvitation(ctx context.Context, in *s4wave_provider_spacewave.ProcessTargetedInvitationRequest) (*s4wave_provider_spacewave.ProcessTargetedInvitationResponse, error)

	CreateOrgInvite(ctx context.Context, in *s4wave_provider_spacewave.CreateOrgInviteRequest) (*s4wave_provider_spacewave.CreateOrgInviteResponse, error)

	JoinOrganization(ctx context.Context, in *s4wave_provider_spacewave.JoinOrganizationRequest) (*s4wave_provider_spacewave.JoinOrganizationResponse, error)

	RevokeOrgInvite(ctx context.Context, in *s4wave_provider_spacewave.RevokeOrgInviteRequest) (*s4wave_provider_spacewave.RevokeOrgInviteResponse, error)

	LeaveOrganization(ctx context.Context, in *s4wave_provider_spacewave.LeaveOrganizationRequest) (*s4wave_provider_spacewave.LeaveOrganizationResponse, error)

	RemoveOrgMember(ctx context.Context, in *s4wave_provider_spacewave.RemoveOrgMemberRequest) (*s4wave_provider_spacewave.RemoveOrgMemberResponse, error)

	UpdateOrganization(ctx context.Context, in *s4wave_provider_spacewave.UpdateOrganizationRequest) (*s4wave_provider_spacewave.UpdateOrganizationResponse, error)

	TransferResource(ctx context.Context, in *s4wave_provider_spacewave.TransferResourceRequest) (*s4wave_provider_spacewave.TransferResourceResponse, error)

	RepairSharedObject(ctx context.Context, in *s4wave_provider_spacewave.RepairSharedObjectRequest) (*s4wave_provider_spacewave.RepairSharedObjectResponse, error)

	ReinitializeSharedObject(ctx context.Context, in *s4wave_provider_spacewave.ReinitializeSharedObjectRequest) (*s4wave_provider_spacewave.ReinitializeSharedObjectResponse, error)

	MountSharedObjectSelfEnrollment(ctx context.Context, in *MountSharedObjectSelfEnrollmentRequest) (*MountSharedObjectSelfEnrollmentResponse, error)

	WatchEmails(ctx context.Context, in *s4wave_provider_spacewave.WatchEmailsRequest) (SRPCSpacewaveSessionResourceService_WatchEmailsClient, error)

	SendVerificationEmail(ctx context.Context, in *s4wave_provider_spacewave.SendVerificationEmailRequest) (*s4wave_provider_spacewave.SendVerificationEmailResponse, error)

	VerifyEmailCode(ctx context.Context, in *s4wave_provider_spacewave.VerifyEmailCodeRequest) (*s4wave_provider_spacewave.VerifyEmailCodeResponse, error)

	AddEmail(ctx context.Context, in *s4wave_provider_spacewave.AddEmailRequest) (*s4wave_provider_spacewave.AddEmailResponse, error)

	RemoveEmail(ctx context.Context, in *s4wave_provider_spacewave.RemoveEmailRequest) (*s4wave_provider_spacewave.RemoveEmailResponse, error)

	SetPrimaryEmail(ctx context.Context, in *s4wave_provider_spacewave.SetPrimaryEmailRequest) (*s4wave_provider_spacewave.SetPrimaryEmailResponse, error)

	EnrollSpaceMember(ctx context.Context, in *s4wave_provider_spacewave.EnrollSpaceMemberRequest) (*s4wave_provider_spacewave.EnrollSpaceMemberResponse, error)

	RemoveSpaceMember(ctx context.Context, in *s4wave_provider_spacewave.RemoveSpaceMemberRequest) (*s4wave_provider_spacewave.RemoveSpaceMemberResponse, error)

	LookupInviteCode(ctx context.Context, in *s4wave_provider_spacewave.LookupInviteCodeRequest) (*s4wave_provider_spacewave.LookupInviteCodeResponse, error)

	ProcessMailboxEntry(ctx context.Context, in *s4wave_provider_spacewave.ProcessMailboxEntryRequest) (*s4wave_provider_spacewave.ProcessMailboxEntryResponse, error)

	StartDesktopSSOLink(ctx context.Context, in *s4wave_provider_spacewave.StartDesktopSSOLinkRequest) (*s4wave_provider_spacewave.StartDesktopSSOLinkResponse, error)

	StartDesktopPasskeyReauth(ctx context.Context, in *s4wave_provider_spacewave.StartDesktopPasskeyReauthRequest) (*s4wave_provider_spacewave.StartDesktopPasskeyReauthResponse, error)

	EncryptForHandoff(ctx context.Context, in *s4wave_provider_spacewave.EncryptForHandoffRequest) (*s4wave_provider_spacewave.EncryptForHandoffResponse, error)
	// PreviewSpaceLink verifies a SpaceLink ticket for trusted UI display.
	PreviewSpaceLink(ctx context.Context, in *s4wave_provider_spacewave.PreviewSpaceLinkRequest) (*s4wave_provider_spacewave.PreviewSpaceLinkResponse, error)
	// ApproveSpaceLink approves a SpaceLink ticket for a target Space.
	ApproveSpaceLink(ctx context.Context, in *s4wave_provider_spacewave.ApproveSpaceLinkRequest) (*s4wave_provider_spacewave.ApproveSpaceLinkResponse, error)

	ResetSession(ctx context.Context, in *s4wave_provider_spacewave.ResetSessionRequest) (*s4wave_provider_spacewave.ResetSessionResponse, error)
}

func NewSRPCSpacewaveSessionResourceServiceClient

func NewSRPCSpacewaveSessionResourceServiceClient(cc srpc.Client) SRPCSpacewaveSessionResourceServiceClient

func NewSRPCSpacewaveSessionResourceServiceClientWithServiceID

func NewSRPCSpacewaveSessionResourceServiceClientWithServiceID(cc srpc.Client, serviceID string) SRPCSpacewaveSessionResourceServiceClient

type SRPCSpacewaveSessionResourceServiceHandler

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

func (SRPCSpacewaveSessionResourceServiceHandler) GetMethodIDs

func (*SRPCSpacewaveSessionResourceServiceHandler) GetServiceID

func (*SRPCSpacewaveSessionResourceServiceHandler) InvokeMethod

func (d *SRPCSpacewaveSessionResourceServiceHandler) InvokeMethod(
	serviceID, methodID string,
	strm srpc.Stream,
) (bool, error)

func (SRPCSpacewaveSessionResourceServiceHandler) InvokeMethod_AcceptOrganizationTargetedInvitation added in v0.51.2

func (SRPCSpacewaveSessionResourceServiceHandler) InvokeMethod_AcceptOrganizationTargetedInvitation(impl SRPCSpacewaveSessionResourceServiceServer, strm srpc.Stream) error

func (SRPCSpacewaveSessionResourceServiceHandler) InvokeMethod_AcceptSpaceTargetedInvitation added in v0.51.2

func (SRPCSpacewaveSessionResourceServiceHandler) InvokeMethod_AcceptSpaceTargetedInvitation(impl SRPCSpacewaveSessionResourceServiceServer, strm srpc.Stream) error

func (SRPCSpacewaveSessionResourceServiceHandler) InvokeMethod_AddEmail

func (SRPCSpacewaveSessionResourceServiceHandler) InvokeMethod_AssignBillingAccount

func (SRPCSpacewaveSessionResourceServiceHandler) InvokeMethod_CancelCheckoutSession

func (SRPCSpacewaveSessionResourceServiceHandler) InvokeMethod_CancelSubscription

func (SRPCSpacewaveSessionResourceServiceHandler) InvokeMethod_ConfirmDeleteNowCode

func (SRPCSpacewaveSessionResourceServiceHandler) InvokeMethod_CreateBillingAccount

func (SRPCSpacewaveSessionResourceServiceHandler) InvokeMethod_CreateBillingPortal

func (SRPCSpacewaveSessionResourceServiceHandler) InvokeMethod_CreateCheckoutSession

func (SRPCSpacewaveSessionResourceServiceHandler) InvokeMethod_CreateLinkedLocalSession

func (SRPCSpacewaveSessionResourceServiceHandler) InvokeMethod_CreateOrgInvite

func (SRPCSpacewaveSessionResourceServiceHandler) InvokeMethod_CreateOrganization

func (SRPCSpacewaveSessionResourceServiceHandler) InvokeMethod_CreateOrganizationTargetedInvitationByUsername added in v0.51.2

func (SRPCSpacewaveSessionResourceServiceHandler) InvokeMethod_CreateOrganizationTargetedInvitationByUsername(impl SRPCSpacewaveSessionResourceServiceServer, strm srpc.Stream) error

func (SRPCSpacewaveSessionResourceServiceHandler) InvokeMethod_CreateSpaceTargetedInvitationByUsername added in v0.51.2

func (SRPCSpacewaveSessionResourceServiceHandler) InvokeMethod_CreateSpaceTargetedInvitationByUsername(impl SRPCSpacewaveSessionResourceServiceServer, strm srpc.Stream) error

func (SRPCSpacewaveSessionResourceServiceHandler) InvokeMethod_CreateTargetedInvitation added in v0.51.2

func (SRPCSpacewaveSessionResourceServiceHandler) InvokeMethod_CreateTargetedInviteDraftByUsername added in v0.51.2

func (SRPCSpacewaveSessionResourceServiceHandler) InvokeMethod_CreateTargetedInviteDraftByUsername(impl SRPCSpacewaveSessionResourceServiceServer, strm srpc.Stream) error

func (SRPCSpacewaveSessionResourceServiceHandler) InvokeMethod_DeleteBillingAccount

func (SRPCSpacewaveSessionResourceServiceHandler) InvokeMethod_DeleteOrganization

func (SRPCSpacewaveSessionResourceServiceHandler) InvokeMethod_DetachBillingAccount

func (SRPCSpacewaveSessionResourceServiceHandler) InvokeMethod_EncryptForHandoff

func (SRPCSpacewaveSessionResourceServiceHandler) InvokeMethod_EnrollSpaceMember

func (SRPCSpacewaveSessionResourceServiceHandler) InvokeMethod_GetLinkedLocalSession

func (SRPCSpacewaveSessionResourceServiceHandler) InvokeMethod_GetTargetedInvitation added in v0.51.2

func (SRPCSpacewaveSessionResourceServiceHandler) InvokeMethod_JoinOrganization

func (SRPCSpacewaveSessionResourceServiceHandler) InvokeMethod_LeaveOrganization

func (SRPCSpacewaveSessionResourceServiceHandler) InvokeMethod_ListManagedBillingAccounts

func (SRPCSpacewaveSessionResourceServiceHandler) InvokeMethod_ListTargetedInvitations added in v0.51.2

func (SRPCSpacewaveSessionResourceServiceHandler) InvokeMethod_LookupInviteCode

func (SRPCSpacewaveSessionResourceServiceHandler) InvokeMethod_MountSharedObjectSelfEnrollment

func (SRPCSpacewaveSessionResourceServiceHandler) InvokeMethod_MountSharedObjectSelfEnrollment(impl SRPCSpacewaveSessionResourceServiceServer, strm srpc.Stream) error

func (SRPCSpacewaveSessionResourceServiceHandler) InvokeMethod_ProcessMailboxEntry

func (SRPCSpacewaveSessionResourceServiceHandler) InvokeMethod_ProcessTargetedInvitation added in v0.51.2

func (SRPCSpacewaveSessionResourceServiceHandler) InvokeMethod_ReactivateSubscription

func (SRPCSpacewaveSessionResourceServiceHandler) InvokeMethod_RefreshBillingState

func (SRPCSpacewaveSessionResourceServiceHandler) InvokeMethod_ReinitializeSharedObject

func (SRPCSpacewaveSessionResourceServiceHandler) InvokeMethod_RemoveEmail

func (SRPCSpacewaveSessionResourceServiceHandler) InvokeMethod_RemoveOrgMember

func (SRPCSpacewaveSessionResourceServiceHandler) InvokeMethod_RemoveSpaceMember

func (SRPCSpacewaveSessionResourceServiceHandler) InvokeMethod_RenameBillingAccount

func (SRPCSpacewaveSessionResourceServiceHandler) InvokeMethod_RepairSharedObject

func (SRPCSpacewaveSessionResourceServiceHandler) InvokeMethod_RequestDeleteNowEmail

func (SRPCSpacewaveSessionResourceServiceHandler) InvokeMethod_ResetSession

func (SRPCSpacewaveSessionResourceServiceHandler) InvokeMethod_ResolveUsername added in v0.51.2

func (SRPCSpacewaveSessionResourceServiceHandler) InvokeMethod_RevokeOrgInvite

func (SRPCSpacewaveSessionResourceServiceHandler) InvokeMethod_RevokeTargetedInvitation added in v0.51.2

func (SRPCSpacewaveSessionResourceServiceHandler) InvokeMethod_SendVerificationEmail

func (SRPCSpacewaveSessionResourceServiceHandler) InvokeMethod_SetPrimaryEmail

func (SRPCSpacewaveSessionResourceServiceHandler) InvokeMethod_StartDesktopPasskeyReauth

func (SRPCSpacewaveSessionResourceServiceHandler) InvokeMethod_SwitchBillingInterval

func (SRPCSpacewaveSessionResourceServiceHandler) InvokeMethod_TransferResource

func (SRPCSpacewaveSessionResourceServiceHandler) InvokeMethod_UndoDeleteNow

func (SRPCSpacewaveSessionResourceServiceHandler) InvokeMethod_UnlinkLocalSession

func (SRPCSpacewaveSessionResourceServiceHandler) InvokeMethod_UpdateOrganization

func (SRPCSpacewaveSessionResourceServiceHandler) InvokeMethod_VerifyEmailCode

func (SRPCSpacewaveSessionResourceServiceHandler) InvokeMethod_WatchBillingState

func (SRPCSpacewaveSessionResourceServiceHandler) InvokeMethod_WatchCheckoutStatus

func (SRPCSpacewaveSessionResourceServiceHandler) InvokeMethod_WatchEmails

func (SRPCSpacewaveSessionResourceServiceHandler) InvokeMethod_WatchOnboardingStatus

func (SRPCSpacewaveSessionResourceServiceHandler) InvokeMethod_WatchOrganizationState

func (SRPCSpacewaveSessionResourceServiceHandler) InvokeMethod_WatchOrganizations

func (SRPCSpacewaveSessionResourceServiceHandler) InvokeMethod_WatchSubscriptionStatus

func (SRPCSpacewaveSessionResourceServiceHandler) InvokeMethod_WatchTargetedInvitations added in v0.51.2

type SRPCSpacewaveSessionResourceServiceServer

type SRPCSpacewaveSessionResourceServiceServer interface {
	WatchOnboardingStatus(*s4wave_provider_spacewave.WatchOnboardingStatusRequest, SRPCSpacewaveSessionResourceService_WatchOnboardingStatusStream) error

	CreateLinkedLocalSession(context.Context, *s4wave_provider_spacewave.CreateLinkedLocalSessionRequest) (*s4wave_provider_spacewave.CreateLinkedLocalSessionResponse, error)

	GetLinkedLocalSession(context.Context, *s4wave_provider_spacewave.GetLinkedLocalSessionRequest) (*s4wave_provider_spacewave.GetLinkedLocalSessionResponse, error)

	UnlinkLocalSession(context.Context, *s4wave_provider_spacewave.UnlinkLocalSessionRequest) (*s4wave_provider_spacewave.UnlinkLocalSessionResponse, error)

	CreateCheckoutSession(context.Context, *s4wave_provider_spacewave.CreateCheckoutSessionRequest) (*s4wave_provider_spacewave.CreateCheckoutSessionResponse, error)

	CancelCheckoutSession(context.Context, *s4wave_provider_spacewave.CancelCheckoutSessionRequest) (*s4wave_provider_spacewave.CancelCheckoutSessionResponse, error)

	WatchSubscriptionStatus(*s4wave_provider_spacewave.WatchSubscriptionStatusRequest, SRPCSpacewaveSessionResourceService_WatchSubscriptionStatusStream) error

	WatchBillingState(*s4wave_provider_spacewave.WatchBillingStateRequest, SRPCSpacewaveSessionResourceService_WatchBillingStateStream) error

	WatchCheckoutStatus(*s4wave_provider_spacewave.WatchCheckoutStatusRequest, SRPCSpacewaveSessionResourceService_WatchCheckoutStatusStream) error

	RefreshBillingState(context.Context, *s4wave_provider_spacewave.RefreshBillingStateRequest) (*s4wave_provider_spacewave.RefreshBillingStateResponse, error)

	CancelSubscription(context.Context, *s4wave_provider_spacewave.CancelSubscriptionRequest) (*s4wave_provider_spacewave.CancelSubscriptionResponse, error)

	ReactivateSubscription(context.Context, *s4wave_provider_spacewave.ReactivateSubscriptionRequest) (*s4wave_provider_spacewave.ReactivateSubscriptionResponse, error)

	SwitchBillingInterval(context.Context, *s4wave_provider_spacewave.SwitchBillingIntervalRequest) (*s4wave_provider_spacewave.SwitchBillingIntervalResponse, error)

	CreateBillingPortal(context.Context, *s4wave_provider_spacewave.CreateBillingPortalRequest) (*s4wave_provider_spacewave.CreateBillingPortalResponse, error)

	CreateBillingAccount(context.Context, *s4wave_provider_spacewave.CreateBillingAccountRequest) (*s4wave_provider_spacewave.CreateBillingAccountResponse, error)

	ListManagedBillingAccounts(context.Context, *s4wave_provider_spacewave.ListManagedBillingAccountsRequest) (*s4wave_provider_spacewave.ListManagedBillingAccountsResponse, error)

	AssignBillingAccount(context.Context, *s4wave_provider_spacewave.AssignBillingAccountRequest) (*s4wave_provider_spacewave.AssignBillingAccountResponse, error)

	DetachBillingAccount(context.Context, *s4wave_provider_spacewave.DetachBillingAccountRequest) (*s4wave_provider_spacewave.DetachBillingAccountResponse, error)

	RenameBillingAccount(context.Context, *s4wave_provider_spacewave.RenameBillingAccountRequest) (*s4wave_provider_spacewave.RenameBillingAccountResponse, error)

	DeleteBillingAccount(context.Context, *s4wave_provider_spacewave.DeleteBillingAccountRequest) (*s4wave_provider_spacewave.DeleteBillingAccountResponse, error)

	RequestDeleteNowEmail(context.Context, *s4wave_provider_spacewave.RequestDeleteNowEmailRequest) (*s4wave_provider_spacewave.RequestDeleteNowEmailResponse, error)

	ConfirmDeleteNowCode(context.Context, *s4wave_provider_spacewave.ConfirmDeleteNowCodeRequest) (*s4wave_provider_spacewave.ConfirmDeleteNowCodeResponse, error)

	UndoDeleteNow(context.Context, *s4wave_provider_spacewave.UndoDeleteNowRequest) (*s4wave_provider_spacewave.UndoDeleteNowResponse, error)

	WatchOrganizations(*s4wave_provider_spacewave.WatchOrganizationsRequest, SRPCSpacewaveSessionResourceService_WatchOrganizationsStream) error

	CreateOrganization(context.Context, *s4wave_provider_spacewave.CreateOrganizationRequest) (*s4wave_provider_spacewave.CreateOrganizationResponse, error)

	WatchOrganizationState(*s4wave_provider_spacewave.WatchOrganizationStateRequest, SRPCSpacewaveSessionResourceService_WatchOrganizationStateStream) error

	DeleteOrganization(context.Context, *s4wave_provider_spacewave.DeleteOrganizationRequest) (*s4wave_provider_spacewave.DeleteOrganizationResponse, error)

	CreateTargetedInviteDraftByUsername(context.Context, *s4wave_provider_spacewave.CreateTargetedInviteDraftByUsernameRequest) (*s4wave_provider_spacewave.CreateTargetedInviteDraftByUsernameResponse, error)

	ResolveUsername(context.Context, *s4wave_provider_spacewave.ResolveUsernameRequest) (*s4wave_provider_spacewave.ResolveUsernameResponse, error)

	CreateTargetedInvitation(context.Context, *s4wave_provider_spacewave.CreateTargetedInvitationRequest) (*s4wave_provider_spacewave.CreateTargetedInvitationResponse, error)

	CreateSpaceTargetedInvitationByUsername(context.Context, *s4wave_provider_spacewave.CreateSpaceTargetedInvitationByUsernameRequest) (*s4wave_provider_spacewave.CreateSpaceTargetedInvitationByUsernameResponse, error)

	AcceptSpaceTargetedInvitation(context.Context, *s4wave_provider_spacewave.AcceptSpaceTargetedInvitationRequest) (*s4wave_provider_spacewave.AcceptSpaceTargetedInvitationResponse, error)

	CreateOrganizationTargetedInvitationByUsername(context.Context, *s4wave_provider_spacewave.CreateOrganizationTargetedInvitationByUsernameRequest) (*s4wave_provider_spacewave.CreateOrganizationTargetedInvitationByUsernameResponse, error)

	AcceptOrganizationTargetedInvitation(context.Context, *s4wave_provider_spacewave.AcceptOrganizationTargetedInvitationRequest) (*s4wave_provider_spacewave.AcceptOrganizationTargetedInvitationResponse, error)

	ListTargetedInvitations(context.Context, *s4wave_provider_spacewave.ListTargetedInvitationsRequest) (*s4wave_provider_spacewave.ListTargetedInvitationsResponse, error)

	WatchTargetedInvitations(*s4wave_provider_spacewave.ListTargetedInvitationsRequest, SRPCSpacewaveSessionResourceService_WatchTargetedInvitationsStream) error

	GetTargetedInvitation(context.Context, *s4wave_provider_spacewave.GetTargetedInvitationRequest) (*s4wave_provider_spacewave.GetTargetedInvitationResponse, error)

	RevokeTargetedInvitation(context.Context, *s4wave_provider_spacewave.RevokeTargetedInvitationRequest) (*s4wave_provider_spacewave.RevokeTargetedInvitationResponse, error)

	ProcessTargetedInvitation(context.Context, *s4wave_provider_spacewave.ProcessTargetedInvitationRequest) (*s4wave_provider_spacewave.ProcessTargetedInvitationResponse, error)

	CreateOrgInvite(context.Context, *s4wave_provider_spacewave.CreateOrgInviteRequest) (*s4wave_provider_spacewave.CreateOrgInviteResponse, error)

	JoinOrganization(context.Context, *s4wave_provider_spacewave.JoinOrganizationRequest) (*s4wave_provider_spacewave.JoinOrganizationResponse, error)

	RevokeOrgInvite(context.Context, *s4wave_provider_spacewave.RevokeOrgInviteRequest) (*s4wave_provider_spacewave.RevokeOrgInviteResponse, error)

	LeaveOrganization(context.Context, *s4wave_provider_spacewave.LeaveOrganizationRequest) (*s4wave_provider_spacewave.LeaveOrganizationResponse, error)

	RemoveOrgMember(context.Context, *s4wave_provider_spacewave.RemoveOrgMemberRequest) (*s4wave_provider_spacewave.RemoveOrgMemberResponse, error)

	UpdateOrganization(context.Context, *s4wave_provider_spacewave.UpdateOrganizationRequest) (*s4wave_provider_spacewave.UpdateOrganizationResponse, error)

	TransferResource(context.Context, *s4wave_provider_spacewave.TransferResourceRequest) (*s4wave_provider_spacewave.TransferResourceResponse, error)

	RepairSharedObject(context.Context, *s4wave_provider_spacewave.RepairSharedObjectRequest) (*s4wave_provider_spacewave.RepairSharedObjectResponse, error)

	ReinitializeSharedObject(context.Context, *s4wave_provider_spacewave.ReinitializeSharedObjectRequest) (*s4wave_provider_spacewave.ReinitializeSharedObjectResponse, error)

	MountSharedObjectSelfEnrollment(context.Context, *MountSharedObjectSelfEnrollmentRequest) (*MountSharedObjectSelfEnrollmentResponse, error)

	WatchEmails(*s4wave_provider_spacewave.WatchEmailsRequest, SRPCSpacewaveSessionResourceService_WatchEmailsStream) error

	SendVerificationEmail(context.Context, *s4wave_provider_spacewave.SendVerificationEmailRequest) (*s4wave_provider_spacewave.SendVerificationEmailResponse, error)

	VerifyEmailCode(context.Context, *s4wave_provider_spacewave.VerifyEmailCodeRequest) (*s4wave_provider_spacewave.VerifyEmailCodeResponse, error)

	AddEmail(context.Context, *s4wave_provider_spacewave.AddEmailRequest) (*s4wave_provider_spacewave.AddEmailResponse, error)

	RemoveEmail(context.Context, *s4wave_provider_spacewave.RemoveEmailRequest) (*s4wave_provider_spacewave.RemoveEmailResponse, error)

	SetPrimaryEmail(context.Context, *s4wave_provider_spacewave.SetPrimaryEmailRequest) (*s4wave_provider_spacewave.SetPrimaryEmailResponse, error)

	EnrollSpaceMember(context.Context, *s4wave_provider_spacewave.EnrollSpaceMemberRequest) (*s4wave_provider_spacewave.EnrollSpaceMemberResponse, error)

	RemoveSpaceMember(context.Context, *s4wave_provider_spacewave.RemoveSpaceMemberRequest) (*s4wave_provider_spacewave.RemoveSpaceMemberResponse, error)

	LookupInviteCode(context.Context, *s4wave_provider_spacewave.LookupInviteCodeRequest) (*s4wave_provider_spacewave.LookupInviteCodeResponse, error)

	ProcessMailboxEntry(context.Context, *s4wave_provider_spacewave.ProcessMailboxEntryRequest) (*s4wave_provider_spacewave.ProcessMailboxEntryResponse, error)

	StartDesktopSSOLink(context.Context, *s4wave_provider_spacewave.StartDesktopSSOLinkRequest) (*s4wave_provider_spacewave.StartDesktopSSOLinkResponse, error)

	StartDesktopPasskeyReauth(context.Context, *s4wave_provider_spacewave.StartDesktopPasskeyReauthRequest) (*s4wave_provider_spacewave.StartDesktopPasskeyReauthResponse, error)

	EncryptForHandoff(context.Context, *s4wave_provider_spacewave.EncryptForHandoffRequest) (*s4wave_provider_spacewave.EncryptForHandoffResponse, error)
	// PreviewSpaceLink verifies a SpaceLink ticket for trusted UI display.
	PreviewSpaceLink(context.Context, *s4wave_provider_spacewave.PreviewSpaceLinkRequest) (*s4wave_provider_spacewave.PreviewSpaceLinkResponse, error)
	// ApproveSpaceLink approves a SpaceLink ticket for a target Space.
	ApproveSpaceLink(context.Context, *s4wave_provider_spacewave.ApproveSpaceLinkRequest) (*s4wave_provider_spacewave.ApproveSpaceLinkResponse, error)

	ResetSession(context.Context, *s4wave_provider_spacewave.ResetSessionRequest) (*s4wave_provider_spacewave.ResetSessionResponse, error)
}

type SRPCSpacewaveSessionResourceService_AcceptOrganizationTargetedInvitationStream added in v0.51.2

type SRPCSpacewaveSessionResourceService_AcceptOrganizationTargetedInvitationStream interface {
	srpc.Stream
}

type SRPCSpacewaveSessionResourceService_AcceptSpaceTargetedInvitationStream added in v0.51.2

type SRPCSpacewaveSessionResourceService_AcceptSpaceTargetedInvitationStream interface {
	srpc.Stream
}

type SRPCSpacewaveSessionResourceService_AddEmailStream

type SRPCSpacewaveSessionResourceService_AddEmailStream interface {
	srpc.Stream
}

type SRPCSpacewaveSessionResourceService_ApproveSpaceLinkStream

type SRPCSpacewaveSessionResourceService_ApproveSpaceLinkStream interface {
	srpc.Stream
}

type SRPCSpacewaveSessionResourceService_AssignBillingAccountStream

type SRPCSpacewaveSessionResourceService_AssignBillingAccountStream interface {
	srpc.Stream
}

type SRPCSpacewaveSessionResourceService_CancelCheckoutSessionStream

type SRPCSpacewaveSessionResourceService_CancelCheckoutSessionStream interface {
	srpc.Stream
}

type SRPCSpacewaveSessionResourceService_CancelSubscriptionStream

type SRPCSpacewaveSessionResourceService_CancelSubscriptionStream interface {
	srpc.Stream
}

type SRPCSpacewaveSessionResourceService_ConfirmDeleteNowCodeStream

type SRPCSpacewaveSessionResourceService_ConfirmDeleteNowCodeStream interface {
	srpc.Stream
}

type SRPCSpacewaveSessionResourceService_CreateBillingAccountStream

type SRPCSpacewaveSessionResourceService_CreateBillingAccountStream interface {
	srpc.Stream
}

type SRPCSpacewaveSessionResourceService_CreateBillingPortalStream

type SRPCSpacewaveSessionResourceService_CreateBillingPortalStream interface {
	srpc.Stream
}

type SRPCSpacewaveSessionResourceService_CreateCheckoutSessionStream

type SRPCSpacewaveSessionResourceService_CreateCheckoutSessionStream interface {
	srpc.Stream
}

type SRPCSpacewaveSessionResourceService_CreateLinkedLocalSessionStream

type SRPCSpacewaveSessionResourceService_CreateLinkedLocalSessionStream interface {
	srpc.Stream
}

type SRPCSpacewaveSessionResourceService_CreateOrgInviteStream

type SRPCSpacewaveSessionResourceService_CreateOrgInviteStream interface {
	srpc.Stream
}

type SRPCSpacewaveSessionResourceService_CreateOrganizationStream

type SRPCSpacewaveSessionResourceService_CreateOrganizationStream interface {
	srpc.Stream
}

type SRPCSpacewaveSessionResourceService_CreateOrganizationTargetedInvitationByUsernameStream added in v0.51.2

type SRPCSpacewaveSessionResourceService_CreateOrganizationTargetedInvitationByUsernameStream interface {
	srpc.Stream
}

type SRPCSpacewaveSessionResourceService_CreateSpaceTargetedInvitationByUsernameStream added in v0.51.2

type SRPCSpacewaveSessionResourceService_CreateSpaceTargetedInvitationByUsernameStream interface {
	srpc.Stream
}

type SRPCSpacewaveSessionResourceService_CreateTargetedInvitationStream added in v0.51.2

type SRPCSpacewaveSessionResourceService_CreateTargetedInvitationStream interface {
	srpc.Stream
}

type SRPCSpacewaveSessionResourceService_CreateTargetedInviteDraftByUsernameStream added in v0.51.2

type SRPCSpacewaveSessionResourceService_CreateTargetedInviteDraftByUsernameStream interface {
	srpc.Stream
}

type SRPCSpacewaveSessionResourceService_DeleteBillingAccountStream

type SRPCSpacewaveSessionResourceService_DeleteBillingAccountStream interface {
	srpc.Stream
}

type SRPCSpacewaveSessionResourceService_DeleteOrganizationStream

type SRPCSpacewaveSessionResourceService_DeleteOrganizationStream interface {
	srpc.Stream
}

type SRPCSpacewaveSessionResourceService_DetachBillingAccountStream

type SRPCSpacewaveSessionResourceService_DetachBillingAccountStream interface {
	srpc.Stream
}

type SRPCSpacewaveSessionResourceService_EncryptForHandoffStream

type SRPCSpacewaveSessionResourceService_EncryptForHandoffStream interface {
	srpc.Stream
}

type SRPCSpacewaveSessionResourceService_EnrollSpaceMemberStream

type SRPCSpacewaveSessionResourceService_EnrollSpaceMemberStream interface {
	srpc.Stream
}

type SRPCSpacewaveSessionResourceService_GetLinkedLocalSessionStream

type SRPCSpacewaveSessionResourceService_GetLinkedLocalSessionStream interface {
	srpc.Stream
}

type SRPCSpacewaveSessionResourceService_GetTargetedInvitationStream added in v0.51.2

type SRPCSpacewaveSessionResourceService_GetTargetedInvitationStream interface {
	srpc.Stream
}

type SRPCSpacewaveSessionResourceService_JoinOrganizationStream

type SRPCSpacewaveSessionResourceService_JoinOrganizationStream interface {
	srpc.Stream
}

type SRPCSpacewaveSessionResourceService_LeaveOrganizationStream

type SRPCSpacewaveSessionResourceService_LeaveOrganizationStream interface {
	srpc.Stream
}

type SRPCSpacewaveSessionResourceService_ListManagedBillingAccountsStream

type SRPCSpacewaveSessionResourceService_ListManagedBillingAccountsStream interface {
	srpc.Stream
}

type SRPCSpacewaveSessionResourceService_ListTargetedInvitationsStream added in v0.51.2

type SRPCSpacewaveSessionResourceService_ListTargetedInvitationsStream interface {
	srpc.Stream
}

type SRPCSpacewaveSessionResourceService_LookupInviteCodeStream

type SRPCSpacewaveSessionResourceService_LookupInviteCodeStream interface {
	srpc.Stream
}

type SRPCSpacewaveSessionResourceService_MountSharedObjectSelfEnrollmentStream

type SRPCSpacewaveSessionResourceService_MountSharedObjectSelfEnrollmentStream interface {
	srpc.Stream
}

type SRPCSpacewaveSessionResourceService_PreviewSpaceLinkStream

type SRPCSpacewaveSessionResourceService_PreviewSpaceLinkStream interface {
	srpc.Stream
}

type SRPCSpacewaveSessionResourceService_ProcessMailboxEntryStream

type SRPCSpacewaveSessionResourceService_ProcessMailboxEntryStream interface {
	srpc.Stream
}

type SRPCSpacewaveSessionResourceService_ProcessTargetedInvitationStream added in v0.51.2

type SRPCSpacewaveSessionResourceService_ProcessTargetedInvitationStream interface {
	srpc.Stream
}

type SRPCSpacewaveSessionResourceService_ReactivateSubscriptionStream

type SRPCSpacewaveSessionResourceService_ReactivateSubscriptionStream interface {
	srpc.Stream
}

type SRPCSpacewaveSessionResourceService_RefreshBillingStateStream

type SRPCSpacewaveSessionResourceService_RefreshBillingStateStream interface {
	srpc.Stream
}

type SRPCSpacewaveSessionResourceService_ReinitializeSharedObjectStream

type SRPCSpacewaveSessionResourceService_ReinitializeSharedObjectStream interface {
	srpc.Stream
}

type SRPCSpacewaveSessionResourceService_RemoveEmailStream

type SRPCSpacewaveSessionResourceService_RemoveEmailStream interface {
	srpc.Stream
}

type SRPCSpacewaveSessionResourceService_RemoveOrgMemberStream

type SRPCSpacewaveSessionResourceService_RemoveOrgMemberStream interface {
	srpc.Stream
}

type SRPCSpacewaveSessionResourceService_RemoveSpaceMemberStream

type SRPCSpacewaveSessionResourceService_RemoveSpaceMemberStream interface {
	srpc.Stream
}

type SRPCSpacewaveSessionResourceService_RenameBillingAccountStream

type SRPCSpacewaveSessionResourceService_RenameBillingAccountStream interface {
	srpc.Stream
}

type SRPCSpacewaveSessionResourceService_RepairSharedObjectStream

type SRPCSpacewaveSessionResourceService_RepairSharedObjectStream interface {
	srpc.Stream
}

type SRPCSpacewaveSessionResourceService_RequestDeleteNowEmailStream

type SRPCSpacewaveSessionResourceService_RequestDeleteNowEmailStream interface {
	srpc.Stream
}

type SRPCSpacewaveSessionResourceService_ResetSessionStream

type SRPCSpacewaveSessionResourceService_ResetSessionStream interface {
	srpc.Stream
}

type SRPCSpacewaveSessionResourceService_ResolveUsernameStream added in v0.51.2

type SRPCSpacewaveSessionResourceService_ResolveUsernameStream interface {
	srpc.Stream
}

type SRPCSpacewaveSessionResourceService_RevokeOrgInviteStream

type SRPCSpacewaveSessionResourceService_RevokeOrgInviteStream interface {
	srpc.Stream
}

type SRPCSpacewaveSessionResourceService_RevokeTargetedInvitationStream added in v0.51.2

type SRPCSpacewaveSessionResourceService_RevokeTargetedInvitationStream interface {
	srpc.Stream
}

type SRPCSpacewaveSessionResourceService_SendVerificationEmailStream

type SRPCSpacewaveSessionResourceService_SendVerificationEmailStream interface {
	srpc.Stream
}

type SRPCSpacewaveSessionResourceService_SetPrimaryEmailStream

type SRPCSpacewaveSessionResourceService_SetPrimaryEmailStream interface {
	srpc.Stream
}

type SRPCSpacewaveSessionResourceService_StartDesktopPasskeyReauthStream

type SRPCSpacewaveSessionResourceService_StartDesktopPasskeyReauthStream interface {
	srpc.Stream
}

type SRPCSpacewaveSessionResourceService_StartDesktopSSOLinkStream

type SRPCSpacewaveSessionResourceService_StartDesktopSSOLinkStream interface {
	srpc.Stream
}

type SRPCSpacewaveSessionResourceService_SwitchBillingIntervalStream

type SRPCSpacewaveSessionResourceService_SwitchBillingIntervalStream interface {
	srpc.Stream
}

type SRPCSpacewaveSessionResourceService_TransferResourceStream

type SRPCSpacewaveSessionResourceService_TransferResourceStream interface {
	srpc.Stream
}

type SRPCSpacewaveSessionResourceService_UndoDeleteNowStream

type SRPCSpacewaveSessionResourceService_UndoDeleteNowStream interface {
	srpc.Stream
}

type SRPCSpacewaveSessionResourceService_UnlinkLocalSessionStream

type SRPCSpacewaveSessionResourceService_UnlinkLocalSessionStream interface {
	srpc.Stream
}

type SRPCSpacewaveSessionResourceService_UpdateOrganizationStream

type SRPCSpacewaveSessionResourceService_UpdateOrganizationStream interface {
	srpc.Stream
}

type SRPCSpacewaveSessionResourceService_VerifyEmailCodeStream

type SRPCSpacewaveSessionResourceService_VerifyEmailCodeStream interface {
	srpc.Stream
}

type SRPCSpacewaveSessionResourceService_WatchEmailsClient

type SRPCSpacewaveSessionResourceService_WatchEmailsClient interface {
	srpc.Stream
	Recv() (*s4wave_provider_spacewave.WatchEmailsResponse, error)
	RecvTo(*s4wave_provider_spacewave.WatchEmailsResponse) error
}

type SRPCSpacewaveSessionResourceService_WatchEmailsStream

type SRPCSpacewaveSessionResourceService_WatchEmailsStream interface {
	srpc.Stream
	Send(*s4wave_provider_spacewave.WatchEmailsResponse) error
	SendAndClose(*s4wave_provider_spacewave.WatchEmailsResponse) error
}

type SRPCSpacewaveSessionResourceService_WatchTargetedInvitationsClient added in v0.51.2

type SRPCSpacewaveSessionResourceService_WatchTargetedInvitationsClient interface {
	srpc.Stream
	Recv() (*s4wave_provider_spacewave.ListTargetedInvitationsResponse, error)
	RecvTo(*s4wave_provider_spacewave.ListTargetedInvitationsResponse) error
}

type SRPCSpacewaveSessionResourceService_WatchTargetedInvitationsStream added in v0.51.2

type SRPCSpacewaveSessionResourceService_WatchTargetedInvitationsStream interface {
	srpc.Stream
	Send(*s4wave_provider_spacewave.ListTargetedInvitationsResponse) error
	SendAndClose(*s4wave_provider_spacewave.ListTargetedInvitationsResponse) error
}

type Session

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

Session is a session resource that provides access to session functionality. The MountSession directive will remain active until this resource is released.

This Go SDK implementation wraps SessionResourceService.

func NewSession

func NewSession(client *resource_client.Client, ref resource_client.ResourceRef) (*Session, error)

NewSession creates a new Session resource wrapper.

func (*Session) AcceptLocalPairingAnswer

func (s *Session) AcceptLocalPairingAnswer(ctx context.Context, answerPayload string) (*AcceptLocalPairingAnswerResponse, error)

AcceptLocalPairingAnswer accepts a remote answer to complete the connection.

func (*Session) AcceptLocalPairingOffer

func (s *Session) AcceptLocalPairingOffer(ctx context.Context, offerPayload string) (*AcceptLocalPairingOfferResponse, error)

AcceptLocalPairingOffer accepts a remote offer and returns an answer.

func (*Session) CancelTransfer

func (s *Session) CancelTransfer(ctx context.Context) error

CancelTransfer stops an in-progress transfer.

func (*Session) CompletePairing

func (s *Session) CompletePairing(ctx context.Context, code string) (*CompletePairingResponse, error)

CompletePairing resolves a pairing code from the other device to link.

func (*Session) ConfirmPairing

func (s *Session) ConfirmPairing(ctx context.Context, remotePeerID string, displayName string) error

ConfirmPairing finalizes a verified pairing and persists the remote peer.

func (*Session) ConfirmSASMatch

func (s *Session) ConfirmSASMatch(ctx context.Context, confirmed bool) error

ConfirmSASMatch sends the user's SAS verification decision to the remote peer.

func (*Session) CreateLocalPairingOffer

func (s *Session) CreateLocalPairingOffer(ctx context.Context) (*CreateLocalPairingOfferResponse, error)

CreateLocalPairingOffer generates a WebRTC SDP offer for no-cloud pairing.

func (*Session) CreateSpace

func (s *Session) CreateSpace(ctx context.Context, spaceName, ownerType, ownerID string) (*CreateSpaceResponse, error)

CreateSpace creates a new Space as a SharedObject within the Session. ownerType is "account" or "organization"; ownerID is the principal id (account id or organization id).

func (*Session) CreateSpaceInvite

func (s *Session) CreateSpaceInvite(ctx context.Context, req *CreateSpaceInviteRequest) (*CreateSpaceInviteResponse, error)

CreateSpaceInvite creates an invite for a space shared object.

func (*Session) DeleteSpace

func (s *Session) DeleteSpace(ctx context.Context, sharedObjectID string) (*DeleteSpaceResponse, error)

DeleteSpace deletes a space and its associated storage.

func (*Session) GeneratePairingCode

func (s *Session) GeneratePairingCode(ctx context.Context) (*GeneratePairingCodeResponse, error)

GeneratePairingCode generates a short pairing code for cloud-relay device linking.

func (*Session) GetResourceRef

func (s *Session) GetResourceRef() resource_client.ResourceRef

GetResourceRef returns the resource reference.

func (*Session) GetSASEmoji

func (s *Session) GetSASEmoji(ctx context.Context, remotePeerID string) (*GetSASEmojiResponse, error)

GetSASEmoji derives the 6-emoji SAS verification sequence for a remote peer.

func (*Session) GetSessionInfo

func (s *Session) GetSessionInfo(ctx context.Context) (*GetSessionInfoResponse, error)

GetSessionInfo returns information about this session.

func (*Session) GetTransferInventory

func (s *Session) GetTransferInventory(ctx context.Context, sessionIdx uint32) (*GetTransferInventoryResponse, error)

GetTransferInventory returns the list of spaces on a session for transfer planning.

func (*Session) JoinSpaceViaInvite

JoinSpaceViaInvite joins a space using an out-of-band invite message.

func (*Session) LockSession

func (s *Session) LockSession(ctx context.Context) error

LockSession locks a running session, scrubbing the privkey and requiring PIN re-entry.

func (*Session) MountSharedObject

func (s *Session) MountSharedObject(ctx context.Context, sharedObjectID string) (*MountSharedObjectResponse, error)

MountSharedObject mounts a shared object within the session by ID. Returns the response containing the resource ID and shared object metadata.

func (*Session) Release

func (s *Session) Release()

Release releases the resource reference.

func (*Session) RenameSpace added in v0.51.2

func (s *Session) RenameSpace(ctx context.Context, sharedObjectID, displayName string) (*RenameSpaceResponse, error)

RenameSpace updates a space display name.

func (*Session) RevokeSpaceInvite

func (s *Session) RevokeSpaceInvite(ctx context.Context, spaceID string, inviteID string) error

RevokeSpaceInvite revokes an invite on a space shared object.

func (*Session) SetLockMode

func (s *Session) SetLockMode(ctx context.Context, mode session.SessionLockMode, pin []byte) error

SetLockMode changes the session lock mode.

func (*Session) StartTransfer

func (s *Session) StartTransfer(ctx context.Context, req *StartTransferRequest) error

StartTransfer starts a transfer operation between two sessions.

func (*Session) UnlockSession

func (s *Session) UnlockSession(ctx context.Context, pin []byte) error

UnlockSession unlocks a PIN-locked session with the given PIN.

func (*Session) WatchLockState

WatchLockState returns a stream of the current lock state and updates on changes.

func (*Session) WatchPairingStatus

WatchPairingStatus streams pairing state changes during device linking.

func (*Session) WatchResourcesList

WatchResourcesList returns a stream of the full spaces list snapshots.

func (*Session) WatchSharedObjectHealth

func (s *Session) WatchSharedObjectHealth(ctx context.Context, sharedObjectID string) (SRPCSessionResourceService_WatchSharedObjectHealthClient, error)

WatchSharedObjectHealth returns a stream of SharedObject health by SharedObject ID.

func (*Session) WatchSyncStatus

WatchSyncStatus returns a stream of session sync status snapshots.

func (*Session) WatchTransferProgress

WatchTransferProgress streams transfer state updates for an active transfer.

type SessionCryptoInfo

type SessionCryptoInfo struct {

	// KeyType is the session key type (e.g. "Ed25519").
	KeyType string `protobuf:"bytes,1,opt,name=key_type,json=keyType,proto3" json:"keyType,omitempty"`
	// PublicKeyBase58 is the session public key encoded as base58.
	PublicKeyBase58 string `protobuf:"bytes,2,opt,name=public_key_base58,json=publicKeyBase58,proto3" json:"publicKeyBase58,omitempty"`
	// SpaceCount is the number of spaces in the session.
	SpaceCount uint32 `protobuf:"varint,3,opt,name=space_count,json=spaceCount,proto3" json:"spaceCount,omitempty"`
	// TotalStorageBytes is the aggregate storage size across all spaces.
	TotalStorageBytes uint64 `protobuf:"varint,4,opt,name=total_storage_bytes,json=totalStorageBytes,proto3" json:"totalStorageBytes,omitempty"`
	// PublicKeyPem is the session public key in PEM format.
	PublicKeyPem string `protobuf:"bytes,5,opt,name=public_key_pem,json=publicKeyPem,proto3" json:"publicKeyPem,omitempty"`
	// contains filtered or unexported fields
}

SessionCryptoInfo contains session crypto identity and storage summary.

func (*SessionCryptoInfo) CloneMessageVT

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

func (*SessionCryptoInfo) CloneVT

func (m *SessionCryptoInfo) CloneVT() *SessionCryptoInfo

func (*SessionCryptoInfo) EqualMessageVT

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

func (*SessionCryptoInfo) EqualVT

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

func (*SessionCryptoInfo) GetKeyType

func (x *SessionCryptoInfo) GetKeyType() string

func (*SessionCryptoInfo) GetPublicKeyBase58

func (x *SessionCryptoInfo) GetPublicKeyBase58() string

func (*SessionCryptoInfo) GetPublicKeyPem

func (x *SessionCryptoInfo) GetPublicKeyPem() string

func (*SessionCryptoInfo) GetSpaceCount

func (x *SessionCryptoInfo) GetSpaceCount() uint32

func (*SessionCryptoInfo) GetTotalStorageBytes

func (x *SessionCryptoInfo) GetTotalStorageBytes() uint64

func (*SessionCryptoInfo) MarshalJSON

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

MarshalJSON marshals the SessionCryptoInfo to JSON.

func (*SessionCryptoInfo) MarshalProtoJSON

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

MarshalProtoJSON marshals the SessionCryptoInfo message to JSON.

func (*SessionCryptoInfo) MarshalProtoText

func (x *SessionCryptoInfo) MarshalProtoText() string

func (*SessionCryptoInfo) MarshalToSizedBufferVT

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

func (*SessionCryptoInfo) MarshalToVT

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

func (*SessionCryptoInfo) MarshalVT

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

func (*SessionCryptoInfo) ProtoMessage

func (*SessionCryptoInfo) ProtoMessage()

func (*SessionCryptoInfo) Reset

func (x *SessionCryptoInfo) Reset()

func (*SessionCryptoInfo) SizeVT

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

func (*SessionCryptoInfo) String

func (x *SessionCryptoInfo) String() string

func (*SessionCryptoInfo) UnmarshalJSON

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

UnmarshalJSON unmarshals the SessionCryptoInfo from JSON.

func (*SessionCryptoInfo) UnmarshalProtoJSON

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

UnmarshalProtoJSON unmarshals the SessionCryptoInfo message from JSON.

func (*SessionCryptoInfo) UnmarshalVT

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

type SetLocalDisplayNameRequest

type SetLocalDisplayNameRequest struct {

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

SetLocalDisplayNameRequest is the request for SetDisplayName on local sessions.

func (*SetLocalDisplayNameRequest) CloneMessageVT

func (*SetLocalDisplayNameRequest) CloneVT

func (*SetLocalDisplayNameRequest) EqualMessageVT

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

func (*SetLocalDisplayNameRequest) EqualVT

func (*SetLocalDisplayNameRequest) GetDisplayName

func (x *SetLocalDisplayNameRequest) GetDisplayName() string

func (*SetLocalDisplayNameRequest) MarshalJSON

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

MarshalJSON marshals the SetLocalDisplayNameRequest to JSON.

func (*SetLocalDisplayNameRequest) MarshalProtoJSON

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

MarshalProtoJSON marshals the SetLocalDisplayNameRequest message to JSON.

func (*SetLocalDisplayNameRequest) MarshalProtoText

func (x *SetLocalDisplayNameRequest) MarshalProtoText() string

func (*SetLocalDisplayNameRequest) MarshalToSizedBufferVT

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

func (*SetLocalDisplayNameRequest) MarshalToVT

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

func (*SetLocalDisplayNameRequest) MarshalVT

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

func (*SetLocalDisplayNameRequest) ProtoMessage

func (*SetLocalDisplayNameRequest) ProtoMessage()

func (*SetLocalDisplayNameRequest) Reset

func (x *SetLocalDisplayNameRequest) Reset()

func (*SetLocalDisplayNameRequest) SizeVT

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

func (*SetLocalDisplayNameRequest) String

func (x *SetLocalDisplayNameRequest) String() string

func (*SetLocalDisplayNameRequest) UnmarshalJSON

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

UnmarshalJSON unmarshals the SetLocalDisplayNameRequest from JSON.

func (*SetLocalDisplayNameRequest) UnmarshalProtoJSON

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

UnmarshalProtoJSON unmarshals the SetLocalDisplayNameRequest message from JSON.

func (*SetLocalDisplayNameRequest) UnmarshalVT

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

type SetLocalDisplayNameResponse

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

SetLocalDisplayNameResponse is the response for SetDisplayName.

func (*SetLocalDisplayNameResponse) CloneMessageVT

func (*SetLocalDisplayNameResponse) CloneVT

func (*SetLocalDisplayNameResponse) EqualMessageVT

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

func (*SetLocalDisplayNameResponse) EqualVT

func (*SetLocalDisplayNameResponse) MarshalJSON

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

MarshalJSON marshals the SetLocalDisplayNameResponse to JSON.

func (*SetLocalDisplayNameResponse) MarshalProtoJSON

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

MarshalProtoJSON marshals the SetLocalDisplayNameResponse message to JSON.

func (*SetLocalDisplayNameResponse) MarshalProtoText

func (x *SetLocalDisplayNameResponse) MarshalProtoText() string

func (*SetLocalDisplayNameResponse) MarshalToSizedBufferVT

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

func (*SetLocalDisplayNameResponse) MarshalToVT

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

func (*SetLocalDisplayNameResponse) MarshalVT

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

func (*SetLocalDisplayNameResponse) ProtoMessage

func (*SetLocalDisplayNameResponse) ProtoMessage()

func (*SetLocalDisplayNameResponse) Reset

func (x *SetLocalDisplayNameResponse) Reset()

func (*SetLocalDisplayNameResponse) SizeVT

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

func (*SetLocalDisplayNameResponse) String

func (x *SetLocalDisplayNameResponse) String() string

func (*SetLocalDisplayNameResponse) UnmarshalJSON

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

UnmarshalJSON unmarshals the SetLocalDisplayNameResponse from JSON.

func (*SetLocalDisplayNameResponse) UnmarshalProtoJSON

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

UnmarshalProtoJSON unmarshals the SetLocalDisplayNameResponse message from JSON.

func (*SetLocalDisplayNameResponse) UnmarshalVT

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

type SetLockModeRequest

type SetLockModeRequest struct {

	// Mode is the desired lock mode.
	Mode session.SessionLockMode `protobuf:"varint,1,opt,name=mode,proto3" json:"mode,omitempty"`
	// Pin is required when mode is PIN_ENCRYPTED.
	Pin []byte `protobuf:"bytes,2,opt,name=pin,proto3" json:"pin,omitempty"`
	// contains filtered or unexported fields
}

SetLockModeRequest is the request type for SetLockMode.

func (*SetLockModeRequest) CloneMessageVT

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

func (*SetLockModeRequest) CloneVT

func (m *SetLockModeRequest) CloneVT() *SetLockModeRequest

func (*SetLockModeRequest) EqualMessageVT

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

func (*SetLockModeRequest) EqualVT

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

func (*SetLockModeRequest) GetMode

func (*SetLockModeRequest) GetPin

func (x *SetLockModeRequest) GetPin() []byte

func (*SetLockModeRequest) MarshalJSON

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

MarshalJSON marshals the SetLockModeRequest to JSON.

func (*SetLockModeRequest) MarshalProtoJSON

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

MarshalProtoJSON marshals the SetLockModeRequest message to JSON.

func (*SetLockModeRequest) MarshalProtoText

func (x *SetLockModeRequest) MarshalProtoText() string

func (*SetLockModeRequest) MarshalToSizedBufferVT

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

func (*SetLockModeRequest) MarshalToVT

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

func (*SetLockModeRequest) MarshalVT

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

func (*SetLockModeRequest) ProtoMessage

func (*SetLockModeRequest) ProtoMessage()

func (*SetLockModeRequest) Reset

func (x *SetLockModeRequest) Reset()

func (*SetLockModeRequest) SizeVT

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

func (*SetLockModeRequest) String

func (x *SetLockModeRequest) String() string

func (*SetLockModeRequest) UnmarshalJSON

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

UnmarshalJSON unmarshals the SetLockModeRequest from JSON.

func (*SetLockModeRequest) UnmarshalProtoJSON

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

UnmarshalProtoJSON unmarshals the SetLockModeRequest message from JSON.

func (*SetLockModeRequest) UnmarshalVT

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

type SetLockModeResponse

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

SetLockModeResponse is the response type for SetLockMode.

func (*SetLockModeResponse) CloneMessageVT

func (*SetLockModeResponse) CloneVT

func (*SetLockModeResponse) EqualMessageVT

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

func (*SetLockModeResponse) EqualVT

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

func (*SetLockModeResponse) MarshalJSON

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

MarshalJSON marshals the SetLockModeResponse to JSON.

func (*SetLockModeResponse) MarshalProtoJSON

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

MarshalProtoJSON marshals the SetLockModeResponse message to JSON.

func (*SetLockModeResponse) MarshalProtoText

func (x *SetLockModeResponse) MarshalProtoText() string

func (*SetLockModeResponse) MarshalToSizedBufferVT

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

func (*SetLockModeResponse) MarshalToVT

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

func (*SetLockModeResponse) MarshalVT

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

func (*SetLockModeResponse) ProtoMessage

func (*SetLockModeResponse) ProtoMessage()

func (*SetLockModeResponse) Reset

func (x *SetLockModeResponse) Reset()

func (*SetLockModeResponse) SizeVT

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

func (*SetLockModeResponse) String

func (x *SetLockModeResponse) String() string

func (*SetLockModeResponse) UnmarshalJSON

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

UnmarshalJSON unmarshals the SetLockModeResponse from JSON.

func (*SetLockModeResponse) UnmarshalProtoJSON

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

UnmarshalProtoJSON unmarshals the SetLockModeResponse message from JSON.

func (*SetLockModeResponse) UnmarshalVT

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

type SharedObjectSelfEnrollmentErrorCategory

type SharedObjectSelfEnrollmentErrorCategory int32

SharedObjectSelfEnrollmentErrorCategory classifies per-object failures.

const (
	// SHARED_OBJECT_SELF_ENROLLMENT_ERROR_CATEGORY_UNKNOWN is unset.
	SharedObjectSelfEnrollmentErrorCategory_SHARED_OBJECT_SELF_ENROLLMENT_ERROR_CATEGORY_UNKNOWN SharedObjectSelfEnrollmentErrorCategory = 0
	// SHARED_OBJECT_SELF_ENROLLMENT_ERROR_CATEGORY_RETRY means retry can run in place.
	SharedObjectSelfEnrollmentErrorCategory_SHARED_OBJECT_SELF_ENROLLMENT_ERROR_CATEGORY_RETRY SharedObjectSelfEnrollmentErrorCategory = 1
	// SHARED_OBJECT_SELF_ENROLLMENT_ERROR_CATEGORY_OPEN_OBJECT means the object route owns repair.
	SharedObjectSelfEnrollmentErrorCategory_SHARED_OBJECT_SELF_ENROLLMENT_ERROR_CATEGORY_OPEN_OBJECT SharedObjectSelfEnrollmentErrorCategory = 2
	// SHARED_OBJECT_SELF_ENROLLMENT_ERROR_CATEGORY_REPORT means the issue needs reporting.
	SharedObjectSelfEnrollmentErrorCategory_SHARED_OBJECT_SELF_ENROLLMENT_ERROR_CATEGORY_REPORT SharedObjectSelfEnrollmentErrorCategory = 3
)

func (SharedObjectSelfEnrollmentErrorCategory) Enum

func (SharedObjectSelfEnrollmentErrorCategory) MarshalJSON

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

MarshalJSON marshals the SharedObjectSelfEnrollmentErrorCategory to JSON.

func (SharedObjectSelfEnrollmentErrorCategory) MarshalProtoJSON

MarshalProtoJSON marshals the SharedObjectSelfEnrollmentErrorCategory to JSON.

func (SharedObjectSelfEnrollmentErrorCategory) MarshalProtoText

func (x SharedObjectSelfEnrollmentErrorCategory) MarshalProtoText() string

func (SharedObjectSelfEnrollmentErrorCategory) MarshalText

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

MarshalText marshals the SharedObjectSelfEnrollmentErrorCategory to text.

func (SharedObjectSelfEnrollmentErrorCategory) String

func (*SharedObjectSelfEnrollmentErrorCategory) UnmarshalJSON

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

UnmarshalJSON unmarshals the SharedObjectSelfEnrollmentErrorCategory from JSON.

func (*SharedObjectSelfEnrollmentErrorCategory) UnmarshalProtoJSON

UnmarshalProtoJSON unmarshals the SharedObjectSelfEnrollmentErrorCategory from JSON.

func (*SharedObjectSelfEnrollmentErrorCategory) UnmarshalText

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

UnmarshalText unmarshals the SharedObjectSelfEnrollmentErrorCategory from text.

type SharedObjectSelfEnrollmentFailure

type SharedObjectSelfEnrollmentFailure struct {

	// SharedObjectId is the shared object that failed.
	SharedObjectId string `protobuf:"bytes,1,opt,name=shared_object_id,json=sharedObjectId,proto3" json:"sharedObjectId,omitempty"`
	// Category is the UI routing category for the failure.
	Category SharedObjectSelfEnrollmentErrorCategory `protobuf:"varint,2,opt,name=category,proto3" json:"category,omitempty"`
	// Message is the operator-facing error summary.
	Message string `protobuf:"bytes,3,opt,name=message,proto3" json:"message,omitempty"`
	// contains filtered or unexported fields
}

SharedObjectSelfEnrollmentFailure describes a failed per-object enrollment.

func (*SharedObjectSelfEnrollmentFailure) CloneMessageVT

func (*SharedObjectSelfEnrollmentFailure) CloneVT

func (*SharedObjectSelfEnrollmentFailure) EqualMessageVT

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

func (*SharedObjectSelfEnrollmentFailure) EqualVT

func (*SharedObjectSelfEnrollmentFailure) GetCategory

func (*SharedObjectSelfEnrollmentFailure) GetMessage

func (x *SharedObjectSelfEnrollmentFailure) GetMessage() string

func (*SharedObjectSelfEnrollmentFailure) GetSharedObjectId

func (x *SharedObjectSelfEnrollmentFailure) GetSharedObjectId() string

func (*SharedObjectSelfEnrollmentFailure) MarshalJSON

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

MarshalJSON marshals the SharedObjectSelfEnrollmentFailure to JSON.

func (*SharedObjectSelfEnrollmentFailure) MarshalProtoJSON

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

MarshalProtoJSON marshals the SharedObjectSelfEnrollmentFailure message to JSON.

func (*SharedObjectSelfEnrollmentFailure) MarshalProtoText

func (x *SharedObjectSelfEnrollmentFailure) MarshalProtoText() string

func (*SharedObjectSelfEnrollmentFailure) MarshalToSizedBufferVT

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

func (*SharedObjectSelfEnrollmentFailure) MarshalToVT

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

func (*SharedObjectSelfEnrollmentFailure) MarshalVT

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

func (*SharedObjectSelfEnrollmentFailure) ProtoMessage

func (*SharedObjectSelfEnrollmentFailure) ProtoMessage()

func (*SharedObjectSelfEnrollmentFailure) Reset

func (*SharedObjectSelfEnrollmentFailure) SizeVT

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

func (*SharedObjectSelfEnrollmentFailure) String

func (*SharedObjectSelfEnrollmentFailure) UnmarshalJSON

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

UnmarshalJSON unmarshals the SharedObjectSelfEnrollmentFailure from JSON.

func (*SharedObjectSelfEnrollmentFailure) UnmarshalProtoJSON

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

UnmarshalProtoJSON unmarshals the SharedObjectSelfEnrollmentFailure message from JSON.

func (*SharedObjectSelfEnrollmentFailure) UnmarshalVT

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

type SkipSharedObjectSelfEnrollmentRequest

type SkipSharedObjectSelfEnrollmentRequest struct {

	// GenerationKey is the generation to skip.
	GenerationKey string `protobuf:"bytes,1,opt,name=generation_key,json=generationKey,proto3" json:"generationKey,omitempty"`
	// contains filtered or unexported fields
}

SkipSharedObjectSelfEnrollmentRequest is the request for Skip.

func (*SkipSharedObjectSelfEnrollmentRequest) CloneMessageVT

func (*SkipSharedObjectSelfEnrollmentRequest) CloneVT

func (*SkipSharedObjectSelfEnrollmentRequest) EqualMessageVT

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

func (*SkipSharedObjectSelfEnrollmentRequest) EqualVT

func (*SkipSharedObjectSelfEnrollmentRequest) GetGenerationKey

func (x *SkipSharedObjectSelfEnrollmentRequest) GetGenerationKey() string

func (*SkipSharedObjectSelfEnrollmentRequest) MarshalJSON

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

MarshalJSON marshals the SkipSharedObjectSelfEnrollmentRequest to JSON.

func (*SkipSharedObjectSelfEnrollmentRequest) MarshalProtoJSON

MarshalProtoJSON marshals the SkipSharedObjectSelfEnrollmentRequest message to JSON.

func (*SkipSharedObjectSelfEnrollmentRequest) MarshalProtoText

func (x *SkipSharedObjectSelfEnrollmentRequest) MarshalProtoText() string

func (*SkipSharedObjectSelfEnrollmentRequest) MarshalToSizedBufferVT

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

func (*SkipSharedObjectSelfEnrollmentRequest) MarshalToVT

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

func (*SkipSharedObjectSelfEnrollmentRequest) MarshalVT

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

func (*SkipSharedObjectSelfEnrollmentRequest) ProtoMessage

func (*SkipSharedObjectSelfEnrollmentRequest) ProtoMessage()

func (*SkipSharedObjectSelfEnrollmentRequest) Reset

func (*SkipSharedObjectSelfEnrollmentRequest) SizeVT

func (*SkipSharedObjectSelfEnrollmentRequest) String

func (*SkipSharedObjectSelfEnrollmentRequest) UnmarshalJSON

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

UnmarshalJSON unmarshals the SkipSharedObjectSelfEnrollmentRequest from JSON.

func (*SkipSharedObjectSelfEnrollmentRequest) UnmarshalProtoJSON

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

UnmarshalProtoJSON unmarshals the SkipSharedObjectSelfEnrollmentRequest message from JSON.

func (*SkipSharedObjectSelfEnrollmentRequest) UnmarshalVT

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

type SkipSharedObjectSelfEnrollmentResponse

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

SkipSharedObjectSelfEnrollmentResponse is the response for Skip.

func (*SkipSharedObjectSelfEnrollmentResponse) CloneMessageVT

func (*SkipSharedObjectSelfEnrollmentResponse) CloneVT

func (*SkipSharedObjectSelfEnrollmentResponse) EqualMessageVT

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

func (*SkipSharedObjectSelfEnrollmentResponse) EqualVT

func (*SkipSharedObjectSelfEnrollmentResponse) MarshalJSON

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

MarshalJSON marshals the SkipSharedObjectSelfEnrollmentResponse to JSON.

func (*SkipSharedObjectSelfEnrollmentResponse) MarshalProtoJSON

MarshalProtoJSON marshals the SkipSharedObjectSelfEnrollmentResponse message to JSON.

func (*SkipSharedObjectSelfEnrollmentResponse) MarshalProtoText

func (x *SkipSharedObjectSelfEnrollmentResponse) MarshalProtoText() string

func (*SkipSharedObjectSelfEnrollmentResponse) MarshalToSizedBufferVT

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

func (*SkipSharedObjectSelfEnrollmentResponse) MarshalToVT

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

func (*SkipSharedObjectSelfEnrollmentResponse) MarshalVT

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

func (*SkipSharedObjectSelfEnrollmentResponse) ProtoMessage

func (*SkipSharedObjectSelfEnrollmentResponse) Reset

func (*SkipSharedObjectSelfEnrollmentResponse) SizeVT

func (*SkipSharedObjectSelfEnrollmentResponse) String

func (*SkipSharedObjectSelfEnrollmentResponse) UnmarshalJSON

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

UnmarshalJSON unmarshals the SkipSharedObjectSelfEnrollmentResponse from JSON.

func (*SkipSharedObjectSelfEnrollmentResponse) UnmarshalProtoJSON

UnmarshalProtoJSON unmarshals the SkipSharedObjectSelfEnrollmentResponse message from JSON.

func (*SkipSharedObjectSelfEnrollmentResponse) UnmarshalVT

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

type StartSharedObjectSelfEnrollmentRequest

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

StartSharedObjectSelfEnrollmentRequest is the request for Start.

func (*StartSharedObjectSelfEnrollmentRequest) CloneMessageVT

func (*StartSharedObjectSelfEnrollmentRequest) CloneVT

func (*StartSharedObjectSelfEnrollmentRequest) EqualMessageVT

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

func (*StartSharedObjectSelfEnrollmentRequest) EqualVT

func (*StartSharedObjectSelfEnrollmentRequest) MarshalJSON

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

MarshalJSON marshals the StartSharedObjectSelfEnrollmentRequest to JSON.

func (*StartSharedObjectSelfEnrollmentRequest) MarshalProtoJSON

MarshalProtoJSON marshals the StartSharedObjectSelfEnrollmentRequest message to JSON.

func (*StartSharedObjectSelfEnrollmentRequest) MarshalProtoText

func (x *StartSharedObjectSelfEnrollmentRequest) MarshalProtoText() string

func (*StartSharedObjectSelfEnrollmentRequest) MarshalToSizedBufferVT

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

func (*StartSharedObjectSelfEnrollmentRequest) MarshalToVT

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

func (*StartSharedObjectSelfEnrollmentRequest) MarshalVT

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

func (*StartSharedObjectSelfEnrollmentRequest) ProtoMessage

func (*StartSharedObjectSelfEnrollmentRequest) Reset

func (*StartSharedObjectSelfEnrollmentRequest) SizeVT

func (*StartSharedObjectSelfEnrollmentRequest) String

func (*StartSharedObjectSelfEnrollmentRequest) UnmarshalJSON

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

UnmarshalJSON unmarshals the StartSharedObjectSelfEnrollmentRequest from JSON.

func (*StartSharedObjectSelfEnrollmentRequest) UnmarshalProtoJSON

UnmarshalProtoJSON unmarshals the StartSharedObjectSelfEnrollmentRequest message from JSON.

func (*StartSharedObjectSelfEnrollmentRequest) UnmarshalVT

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

type StartSharedObjectSelfEnrollmentResponse

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

StartSharedObjectSelfEnrollmentResponse is the response for Start.

func (*StartSharedObjectSelfEnrollmentResponse) CloneMessageVT

func (*StartSharedObjectSelfEnrollmentResponse) CloneVT

func (*StartSharedObjectSelfEnrollmentResponse) EqualMessageVT

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

func (*StartSharedObjectSelfEnrollmentResponse) EqualVT

func (*StartSharedObjectSelfEnrollmentResponse) MarshalJSON

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

MarshalJSON marshals the StartSharedObjectSelfEnrollmentResponse to JSON.

func (*StartSharedObjectSelfEnrollmentResponse) MarshalProtoJSON

MarshalProtoJSON marshals the StartSharedObjectSelfEnrollmentResponse message to JSON.

func (*StartSharedObjectSelfEnrollmentResponse) MarshalProtoText

func (x *StartSharedObjectSelfEnrollmentResponse) MarshalProtoText() string

func (*StartSharedObjectSelfEnrollmentResponse) MarshalToSizedBufferVT

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

func (*StartSharedObjectSelfEnrollmentResponse) MarshalToVT

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

func (*StartSharedObjectSelfEnrollmentResponse) MarshalVT

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

func (*StartSharedObjectSelfEnrollmentResponse) ProtoMessage

func (*StartSharedObjectSelfEnrollmentResponse) Reset

func (*StartSharedObjectSelfEnrollmentResponse) SizeVT

func (*StartSharedObjectSelfEnrollmentResponse) String

func (*StartSharedObjectSelfEnrollmentResponse) UnmarshalJSON

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

UnmarshalJSON unmarshals the StartSharedObjectSelfEnrollmentResponse from JSON.

func (*StartSharedObjectSelfEnrollmentResponse) UnmarshalProtoJSON

UnmarshalProtoJSON unmarshals the StartSharedObjectSelfEnrollmentResponse message from JSON.

func (*StartSharedObjectSelfEnrollmentResponse) UnmarshalVT

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

type StartTransferRequest

type StartTransferRequest struct {

	// SourceSessionIndex is the source session index.
	SourceSessionIndex uint32 `protobuf:"varint,1,opt,name=source_session_index,json=sourceSessionIndex,proto3" json:"sourceSessionIndex,omitempty"`
	// TargetSessionIndex is the target session index.
	TargetSessionIndex uint32 `protobuf:"varint,2,opt,name=target_session_index,json=targetSessionIndex,proto3" json:"targetSessionIndex,omitempty"`
	// Mode is the transfer mode.
	Mode transfer.TransferMode `protobuf:"varint,3,opt,name=mode,proto3" json:"mode,omitempty"`
	// SpaceIds is the optional list of space IDs to transfer.
	// If empty, all spaces are transferred.
	SpaceIds []string `protobuf:"bytes,4,rep,name=space_ids,json=spaceIds,proto3" json:"spaceIds,omitempty"`
	// contains filtered or unexported fields
}

StartTransferRequest is the request for StartTransfer.

func (*StartTransferRequest) CloneMessageVT

func (*StartTransferRequest) CloneVT

func (*StartTransferRequest) EqualMessageVT

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

func (*StartTransferRequest) EqualVT

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

func (*StartTransferRequest) GetMode

func (*StartTransferRequest) GetSourceSessionIndex

func (x *StartTransferRequest) GetSourceSessionIndex() uint32

func (*StartTransferRequest) GetSpaceIds

func (x *StartTransferRequest) GetSpaceIds() []string

func (*StartTransferRequest) GetTargetSessionIndex

func (x *StartTransferRequest) GetTargetSessionIndex() uint32

func (*StartTransferRequest) MarshalJSON

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

MarshalJSON marshals the StartTransferRequest to JSON.

func (*StartTransferRequest) MarshalProtoJSON

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

MarshalProtoJSON marshals the StartTransferRequest message to JSON.

func (*StartTransferRequest) MarshalProtoText

func (x *StartTransferRequest) MarshalProtoText() string

func (*StartTransferRequest) MarshalToSizedBufferVT

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

func (*StartTransferRequest) MarshalToVT

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

func (*StartTransferRequest) MarshalVT

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

func (*StartTransferRequest) ProtoMessage

func (*StartTransferRequest) ProtoMessage()

func (*StartTransferRequest) Reset

func (x *StartTransferRequest) Reset()

func (*StartTransferRequest) SizeVT

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

func (*StartTransferRequest) String

func (x *StartTransferRequest) String() string

func (*StartTransferRequest) UnmarshalJSON

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

UnmarshalJSON unmarshals the StartTransferRequest from JSON.

func (*StartTransferRequest) UnmarshalProtoJSON

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

UnmarshalProtoJSON unmarshals the StartTransferRequest message from JSON.

func (*StartTransferRequest) UnmarshalVT

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

type StartTransferResponse

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

StartTransferResponse is the response for StartTransfer.

func (*StartTransferResponse) CloneMessageVT

func (*StartTransferResponse) CloneVT

func (*StartTransferResponse) EqualMessageVT

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

func (*StartTransferResponse) EqualVT

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

func (*StartTransferResponse) MarshalJSON

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

MarshalJSON marshals the StartTransferResponse to JSON.

func (*StartTransferResponse) MarshalProtoJSON

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

MarshalProtoJSON marshals the StartTransferResponse message to JSON.

func (*StartTransferResponse) MarshalProtoText

func (x *StartTransferResponse) MarshalProtoText() string

func (*StartTransferResponse) MarshalToSizedBufferVT

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

func (*StartTransferResponse) MarshalToVT

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

func (*StartTransferResponse) MarshalVT

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

func (*StartTransferResponse) ProtoMessage

func (*StartTransferResponse) ProtoMessage()

func (*StartTransferResponse) Reset

func (x *StartTransferResponse) Reset()

func (*StartTransferResponse) SizeVT

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

func (*StartTransferResponse) String

func (x *StartTransferResponse) String() string

func (*StartTransferResponse) UnmarshalJSON

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

UnmarshalJSON unmarshals the StartTransferResponse from JSON.

func (*StartTransferResponse) UnmarshalProtoJSON

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

UnmarshalProtoJSON unmarshals the StartTransferResponse message from JSON.

func (*StartTransferResponse) UnmarshalVT

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

type SyncActivityDirection

type SyncActivityDirection int32

SyncActivityDirection describes the direction of active sync work.

const (
	// SyncActivityDirection_NONE means no active transfer direction is known.
	SyncActivityDirection_SyncActivityDirection_NONE SyncActivityDirection = 0
	// SyncActivityDirection_UPLOAD means upload work is active.
	SyncActivityDirection_SyncActivityDirection_UPLOAD SyncActivityDirection = 1
	// SyncActivityDirection_DOWNLOAD means download work is active.
	SyncActivityDirection_SyncActivityDirection_DOWNLOAD SyncActivityDirection = 2
	// SyncActivityDirection_UPLOAD_DOWNLOAD means upload and download work are active.
	SyncActivityDirection_SyncActivityDirection_UPLOAD_DOWNLOAD SyncActivityDirection = 3
)

func (SyncActivityDirection) Enum

func (SyncActivityDirection) MarshalJSON

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

MarshalJSON marshals the SyncActivityDirection to JSON.

func (SyncActivityDirection) MarshalProtoJSON

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

MarshalProtoJSON marshals the SyncActivityDirection to JSON.

func (SyncActivityDirection) MarshalProtoText

func (x SyncActivityDirection) MarshalProtoText() string

func (SyncActivityDirection) MarshalText

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

MarshalText marshals the SyncActivityDirection to text.

func (SyncActivityDirection) String

func (x SyncActivityDirection) String() string

func (*SyncActivityDirection) UnmarshalJSON

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

UnmarshalJSON unmarshals the SyncActivityDirection from JSON.

func (*SyncActivityDirection) UnmarshalProtoJSON

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

UnmarshalProtoJSON unmarshals the SyncActivityDirection from JSON.

func (*SyncActivityDirection) UnmarshalText

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

UnmarshalText unmarshals the SyncActivityDirection from text.

type SyncP2PState

type SyncP2PState int32

SyncP2PState describes p2p lifecycle state for the session.

const (
	// SyncP2PState_UNKNOWN means p2p state has not been reported.
	SyncP2PState_SyncP2PState_UNKNOWN SyncP2PState = 0
	// SyncP2PState_NO_PEERS means p2p is ready but has no connected peers.
	SyncP2PState_SyncP2PState_NO_PEERS SyncP2PState = 1
	// SyncP2PState_IDLE means p2p peers are present with no active work.
	SyncP2PState_SyncP2PState_IDLE SyncP2PState = 2
	// SyncP2PState_ACTIVE means p2p lifecycle activity is active.
	SyncP2PState_SyncP2PState_ACTIVE SyncP2PState = 3
	// SyncP2PState_ERROR means p2p lifecycle state has an error.
	SyncP2PState_SyncP2PState_ERROR SyncP2PState = 4
)

func (SyncP2PState) Enum

func (x SyncP2PState) Enum() *SyncP2PState

func (SyncP2PState) MarshalJSON

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

MarshalJSON marshals the SyncP2PState to JSON.

func (SyncP2PState) MarshalProtoJSON

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

MarshalProtoJSON marshals the SyncP2PState to JSON.

func (SyncP2PState) MarshalProtoText

func (x SyncP2PState) MarshalProtoText() string

func (SyncP2PState) MarshalText

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

MarshalText marshals the SyncP2PState to text.

func (SyncP2PState) String

func (x SyncP2PState) String() string

func (*SyncP2PState) UnmarshalJSON

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

UnmarshalJSON unmarshals the SyncP2PState from JSON.

func (*SyncP2PState) UnmarshalProtoJSON

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

UnmarshalProtoJSON unmarshals the SyncP2PState from JSON.

func (*SyncP2PState) UnmarshalText

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

UnmarshalText unmarshals the SyncP2PState from text.

type SyncStatusState

type SyncStatusState int32

SyncStatusState describes the aggregate session sync state.

const (
	// SyncStatusState_SYNCED means no sync work or sync error is known.
	SyncStatusState_SyncStatusState_SYNCED SyncStatusState = 0
	// SyncStatusState_ACTIVE means upload or download sync work is active.
	SyncStatusState_SyncStatusState_ACTIVE SyncStatusState = 1
	// SyncStatusState_ERROR means sync is blocked by the last recorded error.
	SyncStatusState_SyncStatusState_ERROR SyncStatusState = 2
)

func (SyncStatusState) Enum

func (x SyncStatusState) Enum() *SyncStatusState

func (SyncStatusState) MarshalJSON

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

MarshalJSON marshals the SyncStatusState to JSON.

func (SyncStatusState) MarshalProtoJSON

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

MarshalProtoJSON marshals the SyncStatusState to JSON.

func (SyncStatusState) MarshalProtoText

func (x SyncStatusState) MarshalProtoText() string

func (SyncStatusState) MarshalText

func (x SyncStatusState) MarshalText() ([]byte, error)

MarshalText marshals the SyncStatusState to text.

func (SyncStatusState) String

func (x SyncStatusState) String() string

func (*SyncStatusState) UnmarshalJSON

func (x *SyncStatusState) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the SyncStatusState from JSON.

func (*SyncStatusState) UnmarshalProtoJSON

func (x *SyncStatusState) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the SyncStatusState from JSON.

func (*SyncStatusState) UnmarshalText

func (x *SyncStatusState) UnmarshalText(b []byte) error

UnmarshalText unmarshals the SyncStatusState from text.

type SyncTransportState

type SyncTransportState int32

SyncTransportState describes cloud transport availability for the session.

const (
	// SyncTransportState_UNKNOWN means transport availability has not been reported.
	SyncTransportState_SyncTransportState_UNKNOWN SyncTransportState = 0
	// SyncTransportState_UNAVAILABLE means no cloud transport is configured.
	SyncTransportState_SyncTransportState_UNAVAILABLE SyncTransportState = 1
	// SyncTransportState_CONNECTING means cloud transport is connecting.
	SyncTransportState_SyncTransportState_CONNECTING SyncTransportState = 2
	// SyncTransportState_ONLINE means cloud transport is online.
	SyncTransportState_SyncTransportState_ONLINE SyncTransportState = 3
	// SyncTransportState_ERROR means cloud transport is in an error state.
	SyncTransportState_SyncTransportState_ERROR SyncTransportState = 4
)

func (SyncTransportState) Enum

func (SyncTransportState) MarshalJSON

func (x SyncTransportState) MarshalJSON() ([]byte, error)

MarshalJSON marshals the SyncTransportState to JSON.

func (SyncTransportState) MarshalProtoJSON

func (x SyncTransportState) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the SyncTransportState to JSON.

func (SyncTransportState) MarshalProtoText

func (x SyncTransportState) MarshalProtoText() string

func (SyncTransportState) MarshalText

func (x SyncTransportState) MarshalText() ([]byte, error)

MarshalText marshals the SyncTransportState to text.

func (SyncTransportState) String

func (x SyncTransportState) String() string

func (*SyncTransportState) UnmarshalJSON

func (x *SyncTransportState) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the SyncTransportState from JSON.

func (*SyncTransportState) UnmarshalProtoJSON

func (x *SyncTransportState) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the SyncTransportState from JSON.

func (*SyncTransportState) UnmarshalText

func (x *SyncTransportState) UnmarshalText(b []byte) error

UnmarshalText unmarshals the SyncTransportState from text.

type UnlinkDeviceRequest

type UnlinkDeviceRequest struct {

	// PeerId is the base58 peer ID of the device to unlink.
	PeerId string `protobuf:"bytes,1,opt,name=peer_id,json=peerId,proto3" json:"peerId,omitempty"`
	// contains filtered or unexported fields
}

UnlinkDeviceRequest is the request for UnlinkDevice.

func (*UnlinkDeviceRequest) CloneMessageVT

func (*UnlinkDeviceRequest) CloneVT

func (*UnlinkDeviceRequest) EqualMessageVT

func (this *UnlinkDeviceRequest) EqualMessageVT(thatMsg any) bool

func (*UnlinkDeviceRequest) EqualVT

func (this *UnlinkDeviceRequest) EqualVT(that *UnlinkDeviceRequest) bool

func (*UnlinkDeviceRequest) GetPeerId

func (x *UnlinkDeviceRequest) GetPeerId() string

func (*UnlinkDeviceRequest) MarshalJSON

func (x *UnlinkDeviceRequest) MarshalJSON() ([]byte, error)

MarshalJSON marshals the UnlinkDeviceRequest to JSON.

func (*UnlinkDeviceRequest) MarshalProtoJSON

func (x *UnlinkDeviceRequest) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the UnlinkDeviceRequest message to JSON.

func (*UnlinkDeviceRequest) MarshalProtoText

func (x *UnlinkDeviceRequest) MarshalProtoText() string

func (*UnlinkDeviceRequest) MarshalToSizedBufferVT

func (m *UnlinkDeviceRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*UnlinkDeviceRequest) MarshalToVT

func (m *UnlinkDeviceRequest) MarshalToVT(dAtA []byte) (int, error)

func (*UnlinkDeviceRequest) MarshalVT

func (m *UnlinkDeviceRequest) MarshalVT() (dAtA []byte, err error)

func (*UnlinkDeviceRequest) ProtoMessage

func (*UnlinkDeviceRequest) ProtoMessage()

func (*UnlinkDeviceRequest) Reset

func (x *UnlinkDeviceRequest) Reset()

func (*UnlinkDeviceRequest) SizeVT

func (m *UnlinkDeviceRequest) SizeVT() (n int)

func (*UnlinkDeviceRequest) String

func (x *UnlinkDeviceRequest) String() string

func (*UnlinkDeviceRequest) UnmarshalJSON

func (x *UnlinkDeviceRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the UnlinkDeviceRequest from JSON.

func (*UnlinkDeviceRequest) UnmarshalProtoJSON

func (x *UnlinkDeviceRequest) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the UnlinkDeviceRequest message from JSON.

func (*UnlinkDeviceRequest) UnmarshalVT

func (m *UnlinkDeviceRequest) UnmarshalVT(dAtA []byte) error

type UnlinkDeviceResponse

type UnlinkDeviceResponse struct {
	// contains filtered or unexported fields
}

UnlinkDeviceResponse is the response for UnlinkDevice.

func (*UnlinkDeviceResponse) CloneMessageVT

func (*UnlinkDeviceResponse) CloneVT

func (*UnlinkDeviceResponse) EqualMessageVT

func (this *UnlinkDeviceResponse) EqualMessageVT(thatMsg any) bool

func (*UnlinkDeviceResponse) EqualVT

func (this *UnlinkDeviceResponse) EqualVT(that *UnlinkDeviceResponse) bool

func (*UnlinkDeviceResponse) MarshalJSON

func (x *UnlinkDeviceResponse) MarshalJSON() ([]byte, error)

MarshalJSON marshals the UnlinkDeviceResponse to JSON.

func (*UnlinkDeviceResponse) MarshalProtoJSON

func (x *UnlinkDeviceResponse) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the UnlinkDeviceResponse message to JSON.

func (*UnlinkDeviceResponse) MarshalProtoText

func (x *UnlinkDeviceResponse) MarshalProtoText() string

func (*UnlinkDeviceResponse) MarshalToSizedBufferVT

func (m *UnlinkDeviceResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*UnlinkDeviceResponse) MarshalToVT

func (m *UnlinkDeviceResponse) MarshalToVT(dAtA []byte) (int, error)

func (*UnlinkDeviceResponse) MarshalVT

func (m *UnlinkDeviceResponse) MarshalVT() (dAtA []byte, err error)

func (*UnlinkDeviceResponse) ProtoMessage

func (*UnlinkDeviceResponse) ProtoMessage()

func (*UnlinkDeviceResponse) Reset

func (x *UnlinkDeviceResponse) Reset()

func (*UnlinkDeviceResponse) SizeVT

func (m *UnlinkDeviceResponse) SizeVT() (n int)

func (*UnlinkDeviceResponse) String

func (x *UnlinkDeviceResponse) String() string

func (*UnlinkDeviceResponse) UnmarshalJSON

func (x *UnlinkDeviceResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the UnlinkDeviceResponse from JSON.

func (*UnlinkDeviceResponse) UnmarshalProtoJSON

func (x *UnlinkDeviceResponse) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the UnlinkDeviceResponse message from JSON.

func (*UnlinkDeviceResponse) UnmarshalVT

func (m *UnlinkDeviceResponse) UnmarshalVT(dAtA []byte) error

type UnlockSessionRequest

type UnlockSessionRequest struct {

	// Pin is the PIN to unlock the session.
	Pin []byte `protobuf:"bytes,1,opt,name=pin,proto3" json:"pin,omitempty"`
	// contains filtered or unexported fields
}

UnlockSessionRequest is the request type for UnlockSession.

func (*UnlockSessionRequest) CloneMessageVT

func (*UnlockSessionRequest) CloneVT

func (*UnlockSessionRequest) EqualMessageVT

func (this *UnlockSessionRequest) EqualMessageVT(thatMsg any) bool

func (*UnlockSessionRequest) EqualVT

func (this *UnlockSessionRequest) EqualVT(that *UnlockSessionRequest) bool

func (*UnlockSessionRequest) GetPin

func (x *UnlockSessionRequest) GetPin() []byte

func (*UnlockSessionRequest) MarshalJSON

func (x *UnlockSessionRequest) MarshalJSON() ([]byte, error)

MarshalJSON marshals the UnlockSessionRequest to JSON.

func (*UnlockSessionRequest) MarshalProtoJSON

func (x *UnlockSessionRequest) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the UnlockSessionRequest message to JSON.

func (*UnlockSessionRequest) MarshalProtoText

func (x *UnlockSessionRequest) MarshalProtoText() string

func (*UnlockSessionRequest) MarshalToSizedBufferVT

func (m *UnlockSessionRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*UnlockSessionRequest) MarshalToVT

func (m *UnlockSessionRequest) MarshalToVT(dAtA []byte) (int, error)

func (*UnlockSessionRequest) MarshalVT

func (m *UnlockSessionRequest) MarshalVT() (dAtA []byte, err error)

func (*UnlockSessionRequest) ProtoMessage

func (*UnlockSessionRequest) ProtoMessage()

func (*UnlockSessionRequest) Reset

func (x *UnlockSessionRequest) Reset()

func (*UnlockSessionRequest) SizeVT

func (m *UnlockSessionRequest) SizeVT() (n int)

func (*UnlockSessionRequest) String

func (x *UnlockSessionRequest) String() string

func (*UnlockSessionRequest) UnmarshalJSON

func (x *UnlockSessionRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the UnlockSessionRequest from JSON.

func (*UnlockSessionRequest) UnmarshalProtoJSON

func (x *UnlockSessionRequest) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the UnlockSessionRequest message from JSON.

func (*UnlockSessionRequest) UnmarshalVT

func (m *UnlockSessionRequest) UnmarshalVT(dAtA []byte) error

type UnlockSessionResponse

type UnlockSessionResponse struct {
	// contains filtered or unexported fields
}

UnlockSessionResponse is the response type for UnlockSession.

func (*UnlockSessionResponse) CloneMessageVT

func (*UnlockSessionResponse) CloneVT

func (*UnlockSessionResponse) EqualMessageVT

func (this *UnlockSessionResponse) EqualMessageVT(thatMsg any) bool

func (*UnlockSessionResponse) EqualVT

func (this *UnlockSessionResponse) EqualVT(that *UnlockSessionResponse) bool

func (*UnlockSessionResponse) MarshalJSON

func (x *UnlockSessionResponse) MarshalJSON() ([]byte, error)

MarshalJSON marshals the UnlockSessionResponse to JSON.

func (*UnlockSessionResponse) MarshalProtoJSON

func (x *UnlockSessionResponse) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the UnlockSessionResponse message to JSON.

func (*UnlockSessionResponse) MarshalProtoText

func (x *UnlockSessionResponse) MarshalProtoText() string

func (*UnlockSessionResponse) MarshalToSizedBufferVT

func (m *UnlockSessionResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*UnlockSessionResponse) MarshalToVT

func (m *UnlockSessionResponse) MarshalToVT(dAtA []byte) (int, error)

func (*UnlockSessionResponse) MarshalVT

func (m *UnlockSessionResponse) MarshalVT() (dAtA []byte, err error)

func (*UnlockSessionResponse) ProtoMessage

func (*UnlockSessionResponse) ProtoMessage()

func (*UnlockSessionResponse) Reset

func (x *UnlockSessionResponse) Reset()

func (*UnlockSessionResponse) SizeVT

func (m *UnlockSessionResponse) SizeVT() (n int)

func (*UnlockSessionResponse) String

func (x *UnlockSessionResponse) String() string

func (*UnlockSessionResponse) UnmarshalJSON

func (x *UnlockSessionResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the UnlockSessionResponse from JSON.

func (*UnlockSessionResponse) UnmarshalProtoJSON

func (x *UnlockSessionResponse) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the UnlockSessionResponse message from JSON.

func (*UnlockSessionResponse) UnmarshalVT

func (m *UnlockSessionResponse) UnmarshalVT(dAtA []byte) error

type WatchLocalDisplayNameRequest

type WatchLocalDisplayNameRequest struct {
	// contains filtered or unexported fields
}

WatchLocalDisplayNameRequest is the request for WatchDisplayName on local sessions.

func (*WatchLocalDisplayNameRequest) CloneMessageVT

func (*WatchLocalDisplayNameRequest) CloneVT

func (*WatchLocalDisplayNameRequest) EqualMessageVT

func (this *WatchLocalDisplayNameRequest) EqualMessageVT(thatMsg any) bool

func (*WatchLocalDisplayNameRequest) EqualVT

func (*WatchLocalDisplayNameRequest) MarshalJSON

func (x *WatchLocalDisplayNameRequest) MarshalJSON() ([]byte, error)

MarshalJSON marshals the WatchLocalDisplayNameRequest to JSON.

func (*WatchLocalDisplayNameRequest) MarshalProtoJSON

func (x *WatchLocalDisplayNameRequest) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the WatchLocalDisplayNameRequest message to JSON.

func (*WatchLocalDisplayNameRequest) MarshalProtoText

func (x *WatchLocalDisplayNameRequest) MarshalProtoText() string

func (*WatchLocalDisplayNameRequest) MarshalToSizedBufferVT

func (m *WatchLocalDisplayNameRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*WatchLocalDisplayNameRequest) MarshalToVT

func (m *WatchLocalDisplayNameRequest) MarshalToVT(dAtA []byte) (int, error)

func (*WatchLocalDisplayNameRequest) MarshalVT

func (m *WatchLocalDisplayNameRequest) MarshalVT() (dAtA []byte, err error)

func (*WatchLocalDisplayNameRequest) ProtoMessage

func (*WatchLocalDisplayNameRequest) ProtoMessage()

func (*WatchLocalDisplayNameRequest) Reset

func (x *WatchLocalDisplayNameRequest) Reset()

func (*WatchLocalDisplayNameRequest) SizeVT

func (m *WatchLocalDisplayNameRequest) SizeVT() (n int)

func (*WatchLocalDisplayNameRequest) String

func (*WatchLocalDisplayNameRequest) UnmarshalJSON

func (x *WatchLocalDisplayNameRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the WatchLocalDisplayNameRequest from JSON.

func (*WatchLocalDisplayNameRequest) UnmarshalProtoJSON

func (x *WatchLocalDisplayNameRequest) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the WatchLocalDisplayNameRequest message from JSON.

func (*WatchLocalDisplayNameRequest) UnmarshalVT

func (m *WatchLocalDisplayNameRequest) UnmarshalVT(dAtA []byte) error

type WatchLocalDisplayNameResponse

type WatchLocalDisplayNameResponse struct {

	// DisplayName is the current local provider account display name.
	DisplayName string `protobuf:"bytes,1,opt,name=display_name,json=displayName,proto3" json:"displayName,omitempty"`
	// contains filtered or unexported fields
}

WatchLocalDisplayNameResponse is the response for WatchDisplayName on local sessions.

func (*WatchLocalDisplayNameResponse) CloneMessageVT

func (*WatchLocalDisplayNameResponse) CloneVT

func (*WatchLocalDisplayNameResponse) EqualMessageVT

func (this *WatchLocalDisplayNameResponse) EqualMessageVT(thatMsg any) bool

func (*WatchLocalDisplayNameResponse) EqualVT

func (*WatchLocalDisplayNameResponse) GetDisplayName

func (x *WatchLocalDisplayNameResponse) GetDisplayName() string

func (*WatchLocalDisplayNameResponse) MarshalJSON

func (x *WatchLocalDisplayNameResponse) MarshalJSON() ([]byte, error)

MarshalJSON marshals the WatchLocalDisplayNameResponse to JSON.

func (*WatchLocalDisplayNameResponse) MarshalProtoJSON

func (x *WatchLocalDisplayNameResponse) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the WatchLocalDisplayNameResponse message to JSON.

func (*WatchLocalDisplayNameResponse) MarshalProtoText

func (x *WatchLocalDisplayNameResponse) MarshalProtoText() string

func (*WatchLocalDisplayNameResponse) MarshalToSizedBufferVT

func (m *WatchLocalDisplayNameResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*WatchLocalDisplayNameResponse) MarshalToVT

func (m *WatchLocalDisplayNameResponse) MarshalToVT(dAtA []byte) (int, error)

func (*WatchLocalDisplayNameResponse) MarshalVT

func (m *WatchLocalDisplayNameResponse) MarshalVT() (dAtA []byte, err error)

func (*WatchLocalDisplayNameResponse) ProtoMessage

func (*WatchLocalDisplayNameResponse) ProtoMessage()

func (*WatchLocalDisplayNameResponse) Reset

func (x *WatchLocalDisplayNameResponse) Reset()

func (*WatchLocalDisplayNameResponse) SizeVT

func (m *WatchLocalDisplayNameResponse) SizeVT() (n int)

func (*WatchLocalDisplayNameResponse) String

func (*WatchLocalDisplayNameResponse) UnmarshalJSON

func (x *WatchLocalDisplayNameResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the WatchLocalDisplayNameResponse from JSON.

func (*WatchLocalDisplayNameResponse) UnmarshalProtoJSON

func (x *WatchLocalDisplayNameResponse) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the WatchLocalDisplayNameResponse message from JSON.

func (*WatchLocalDisplayNameResponse) UnmarshalVT

func (m *WatchLocalDisplayNameResponse) UnmarshalVT(dAtA []byte) error

type WatchLocalEntityKeypairsRequest

type WatchLocalEntityKeypairsRequest struct {
	// contains filtered or unexported fields
}

WatchLocalEntityKeypairsRequest is the request for WatchEntityKeypairs on local sessions.

func (*WatchLocalEntityKeypairsRequest) CloneMessageVT

func (*WatchLocalEntityKeypairsRequest) CloneVT

func (*WatchLocalEntityKeypairsRequest) EqualMessageVT

func (this *WatchLocalEntityKeypairsRequest) EqualMessageVT(thatMsg any) bool

func (*WatchLocalEntityKeypairsRequest) EqualVT

func (*WatchLocalEntityKeypairsRequest) MarshalJSON

func (x *WatchLocalEntityKeypairsRequest) MarshalJSON() ([]byte, error)

MarshalJSON marshals the WatchLocalEntityKeypairsRequest to JSON.

func (*WatchLocalEntityKeypairsRequest) MarshalProtoJSON

func (x *WatchLocalEntityKeypairsRequest) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the WatchLocalEntityKeypairsRequest message to JSON.

func (*WatchLocalEntityKeypairsRequest) MarshalProtoText

func (x *WatchLocalEntityKeypairsRequest) MarshalProtoText() string

func (*WatchLocalEntityKeypairsRequest) MarshalToSizedBufferVT

func (m *WatchLocalEntityKeypairsRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*WatchLocalEntityKeypairsRequest) MarshalToVT

func (m *WatchLocalEntityKeypairsRequest) MarshalToVT(dAtA []byte) (int, error)

func (*WatchLocalEntityKeypairsRequest) MarshalVT

func (m *WatchLocalEntityKeypairsRequest) MarshalVT() (dAtA []byte, err error)

func (*WatchLocalEntityKeypairsRequest) ProtoMessage

func (*WatchLocalEntityKeypairsRequest) ProtoMessage()

func (*WatchLocalEntityKeypairsRequest) Reset

func (*WatchLocalEntityKeypairsRequest) SizeVT

func (m *WatchLocalEntityKeypairsRequest) SizeVT() (n int)

func (*WatchLocalEntityKeypairsRequest) String

func (*WatchLocalEntityKeypairsRequest) UnmarshalJSON

func (x *WatchLocalEntityKeypairsRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the WatchLocalEntityKeypairsRequest from JSON.

func (*WatchLocalEntityKeypairsRequest) UnmarshalProtoJSON

func (x *WatchLocalEntityKeypairsRequest) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the WatchLocalEntityKeypairsRequest message from JSON.

func (*WatchLocalEntityKeypairsRequest) UnmarshalVT

func (m *WatchLocalEntityKeypairsRequest) UnmarshalVT(dAtA []byte) error

type WatchLocalEntityKeypairsResponse

type WatchLocalEntityKeypairsResponse struct {

	// Keypairs is the list of entity keypairs from AccountSettings.
	Keypairs []*session.EntityKeypair `protobuf:"bytes,1,rep,name=keypairs,proto3" json:"keypairs,omitempty"`
	// contains filtered or unexported fields
}

WatchLocalEntityKeypairsResponse is the response for WatchEntityKeypairs on local sessions.

func (*WatchLocalEntityKeypairsResponse) CloneMessageVT

func (*WatchLocalEntityKeypairsResponse) CloneVT

func (*WatchLocalEntityKeypairsResponse) EqualMessageVT

func (this *WatchLocalEntityKeypairsResponse) EqualMessageVT(thatMsg any) bool

func (*WatchLocalEntityKeypairsResponse) EqualVT

func (*WatchLocalEntityKeypairsResponse) GetKeypairs

func (*WatchLocalEntityKeypairsResponse) MarshalJSON

func (x *WatchLocalEntityKeypairsResponse) MarshalJSON() ([]byte, error)

MarshalJSON marshals the WatchLocalEntityKeypairsResponse to JSON.

func (*WatchLocalEntityKeypairsResponse) MarshalProtoJSON

func (x *WatchLocalEntityKeypairsResponse) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the WatchLocalEntityKeypairsResponse message to JSON.

func (*WatchLocalEntityKeypairsResponse) MarshalProtoText

func (x *WatchLocalEntityKeypairsResponse) MarshalProtoText() string

func (*WatchLocalEntityKeypairsResponse) MarshalToSizedBufferVT

func (m *WatchLocalEntityKeypairsResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*WatchLocalEntityKeypairsResponse) MarshalToVT

func (m *WatchLocalEntityKeypairsResponse) MarshalToVT(dAtA []byte) (int, error)

func (*WatchLocalEntityKeypairsResponse) MarshalVT

func (m *WatchLocalEntityKeypairsResponse) MarshalVT() (dAtA []byte, err error)

func (*WatchLocalEntityKeypairsResponse) ProtoMessage

func (*WatchLocalEntityKeypairsResponse) ProtoMessage()

func (*WatchLocalEntityKeypairsResponse) Reset

func (*WatchLocalEntityKeypairsResponse) SizeVT

func (m *WatchLocalEntityKeypairsResponse) SizeVT() (n int)

func (*WatchLocalEntityKeypairsResponse) String

func (*WatchLocalEntityKeypairsResponse) UnmarshalJSON

func (x *WatchLocalEntityKeypairsResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the WatchLocalEntityKeypairsResponse from JSON.

func (*WatchLocalEntityKeypairsResponse) UnmarshalProtoJSON

func (x *WatchLocalEntityKeypairsResponse) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the WatchLocalEntityKeypairsResponse message from JSON.

func (*WatchLocalEntityKeypairsResponse) UnmarshalVT

func (m *WatchLocalEntityKeypairsResponse) UnmarshalVT(dAtA []byte) error

type WatchLockStateRequest

type WatchLockStateRequest struct {
	// contains filtered or unexported fields
}

WatchLockStateRequest is the request type for WatchLockState.

func (*WatchLockStateRequest) CloneMessageVT

func (*WatchLockStateRequest) CloneVT

func (*WatchLockStateRequest) EqualMessageVT

func (this *WatchLockStateRequest) EqualMessageVT(thatMsg any) bool

func (*WatchLockStateRequest) EqualVT

func (this *WatchLockStateRequest) EqualVT(that *WatchLockStateRequest) bool

func (*WatchLockStateRequest) MarshalJSON

func (x *WatchLockStateRequest) MarshalJSON() ([]byte, error)

MarshalJSON marshals the WatchLockStateRequest to JSON.

func (*WatchLockStateRequest) MarshalProtoJSON

func (x *WatchLockStateRequest) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the WatchLockStateRequest message to JSON.

func (*WatchLockStateRequest) MarshalProtoText

func (x *WatchLockStateRequest) MarshalProtoText() string

func (*WatchLockStateRequest) MarshalToSizedBufferVT

func (m *WatchLockStateRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*WatchLockStateRequest) MarshalToVT

func (m *WatchLockStateRequest) MarshalToVT(dAtA []byte) (int, error)

func (*WatchLockStateRequest) MarshalVT

func (m *WatchLockStateRequest) MarshalVT() (dAtA []byte, err error)

func (*WatchLockStateRequest) ProtoMessage

func (*WatchLockStateRequest) ProtoMessage()

func (*WatchLockStateRequest) Reset

func (x *WatchLockStateRequest) Reset()

func (*WatchLockStateRequest) SizeVT

func (m *WatchLockStateRequest) SizeVT() (n int)

func (*WatchLockStateRequest) String

func (x *WatchLockStateRequest) String() string

func (*WatchLockStateRequest) UnmarshalJSON

func (x *WatchLockStateRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the WatchLockStateRequest from JSON.

func (*WatchLockStateRequest) UnmarshalProtoJSON

func (x *WatchLockStateRequest) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the WatchLockStateRequest message from JSON.

func (*WatchLockStateRequest) UnmarshalVT

func (m *WatchLockStateRequest) UnmarshalVT(dAtA []byte) error

type WatchLockStateResponse

type WatchLockStateResponse struct {

	// Mode is the current lock mode.
	Mode session.SessionLockMode `protobuf:"varint,1,opt,name=mode,proto3" json:"mode,omitempty"`
	// Locked is true if the session is currently locked (PIN mode and not yet unlocked).
	Locked bool `protobuf:"varint,2,opt,name=locked,proto3" json:"locked,omitempty"`
	// contains filtered or unexported fields
}

WatchLockStateResponse is the response type for WatchLockState.

func (*WatchLockStateResponse) CloneMessageVT

func (*WatchLockStateResponse) CloneVT

func (*WatchLockStateResponse) EqualMessageVT

func (this *WatchLockStateResponse) EqualMessageVT(thatMsg any) bool

func (*WatchLockStateResponse) EqualVT

func (this *WatchLockStateResponse) EqualVT(that *WatchLockStateResponse) bool

func (*WatchLockStateResponse) GetLocked

func (x *WatchLockStateResponse) GetLocked() bool

func (*WatchLockStateResponse) GetMode

func (*WatchLockStateResponse) MarshalJSON

func (x *WatchLockStateResponse) MarshalJSON() ([]byte, error)

MarshalJSON marshals the WatchLockStateResponse to JSON.

func (*WatchLockStateResponse) MarshalProtoJSON

func (x *WatchLockStateResponse) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the WatchLockStateResponse message to JSON.

func (*WatchLockStateResponse) MarshalProtoText

func (x *WatchLockStateResponse) MarshalProtoText() string

func (*WatchLockStateResponse) MarshalToSizedBufferVT

func (m *WatchLockStateResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*WatchLockStateResponse) MarshalToVT

func (m *WatchLockStateResponse) MarshalToVT(dAtA []byte) (int, error)

func (*WatchLockStateResponse) MarshalVT

func (m *WatchLockStateResponse) MarshalVT() (dAtA []byte, err error)

func (*WatchLockStateResponse) ProtoMessage

func (*WatchLockStateResponse) ProtoMessage()

func (*WatchLockStateResponse) Reset

func (x *WatchLockStateResponse) Reset()

func (*WatchLockStateResponse) SizeVT

func (m *WatchLockStateResponse) SizeVT() (n int)

func (*WatchLockStateResponse) String

func (x *WatchLockStateResponse) String() string

func (*WatchLockStateResponse) UnmarshalJSON

func (x *WatchLockStateResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the WatchLockStateResponse from JSON.

func (*WatchLockStateResponse) UnmarshalProtoJSON

func (x *WatchLockStateResponse) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the WatchLockStateResponse message from JSON.

func (*WatchLockStateResponse) UnmarshalVT

func (m *WatchLockStateResponse) UnmarshalVT(dAtA []byte) error

type WatchPairedDevicesRequest

type WatchPairedDevicesRequest struct {
	// contains filtered or unexported fields
}

WatchPairedDevicesRequest is the request for WatchPairedDevices.

func (*WatchPairedDevicesRequest) CloneMessageVT

func (*WatchPairedDevicesRequest) CloneVT

func (*WatchPairedDevicesRequest) EqualMessageVT

func (this *WatchPairedDevicesRequest) EqualMessageVT(thatMsg any) bool

func (*WatchPairedDevicesRequest) EqualVT

func (*WatchPairedDevicesRequest) MarshalJSON

func (x *WatchPairedDevicesRequest) MarshalJSON() ([]byte, error)

MarshalJSON marshals the WatchPairedDevicesRequest to JSON.

func (*WatchPairedDevicesRequest) MarshalProtoJSON

func (x *WatchPairedDevicesRequest) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the WatchPairedDevicesRequest message to JSON.

func (*WatchPairedDevicesRequest) MarshalProtoText

func (x *WatchPairedDevicesRequest) MarshalProtoText() string

func (*WatchPairedDevicesRequest) MarshalToSizedBufferVT

func (m *WatchPairedDevicesRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*WatchPairedDevicesRequest) MarshalToVT

func (m *WatchPairedDevicesRequest) MarshalToVT(dAtA []byte) (int, error)

func (*WatchPairedDevicesRequest) MarshalVT

func (m *WatchPairedDevicesRequest) MarshalVT() (dAtA []byte, err error)

func (*WatchPairedDevicesRequest) ProtoMessage

func (*WatchPairedDevicesRequest) ProtoMessage()

func (*WatchPairedDevicesRequest) Reset

func (x *WatchPairedDevicesRequest) Reset()

func (*WatchPairedDevicesRequest) SizeVT

func (m *WatchPairedDevicesRequest) SizeVT() (n int)

func (*WatchPairedDevicesRequest) String

func (x *WatchPairedDevicesRequest) String() string

func (*WatchPairedDevicesRequest) UnmarshalJSON

func (x *WatchPairedDevicesRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the WatchPairedDevicesRequest from JSON.

func (*WatchPairedDevicesRequest) UnmarshalProtoJSON

func (x *WatchPairedDevicesRequest) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the WatchPairedDevicesRequest message from JSON.

func (*WatchPairedDevicesRequest) UnmarshalVT

func (m *WatchPairedDevicesRequest) UnmarshalVT(dAtA []byte) error

type WatchPairedDevicesResponse

type WatchPairedDevicesResponse struct {

	// PairedDevices is the current list of paired devices.
	PairedDevices []*settings.PairedDevice `protobuf:"bytes,1,rep,name=paired_devices,json=pairedDevices,proto3" json:"pairedDevices,omitempty"`
	// OnlinePeerIds contains the base58 peer IDs of paired devices that
	// currently have an active bifrost link via the session transport.
	OnlinePeerIds []string `protobuf:"bytes,2,rep,name=online_peer_ids,json=onlinePeerIds,proto3" json:"onlinePeerIds,omitempty"`
	// contains filtered or unexported fields
}

WatchPairedDevicesResponse is the response for WatchPairedDevices.

func (*WatchPairedDevicesResponse) CloneMessageVT

func (*WatchPairedDevicesResponse) CloneVT

func (*WatchPairedDevicesResponse) EqualMessageVT

func (this *WatchPairedDevicesResponse) EqualMessageVT(thatMsg any) bool

func (*WatchPairedDevicesResponse) EqualVT

func (*WatchPairedDevicesResponse) GetOnlinePeerIds

func (x *WatchPairedDevicesResponse) GetOnlinePeerIds() []string

func (*WatchPairedDevicesResponse) GetPairedDevices

func (x *WatchPairedDevicesResponse) GetPairedDevices() []*settings.PairedDevice

func (*WatchPairedDevicesResponse) MarshalJSON

func (x *WatchPairedDevicesResponse) MarshalJSON() ([]byte, error)

MarshalJSON marshals the WatchPairedDevicesResponse to JSON.

func (*WatchPairedDevicesResponse) MarshalProtoJSON

func (x *WatchPairedDevicesResponse) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the WatchPairedDevicesResponse message to JSON.

func (*WatchPairedDevicesResponse) MarshalProtoText

func (x *WatchPairedDevicesResponse) MarshalProtoText() string

func (*WatchPairedDevicesResponse) MarshalToSizedBufferVT

func (m *WatchPairedDevicesResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*WatchPairedDevicesResponse) MarshalToVT

func (m *WatchPairedDevicesResponse) MarshalToVT(dAtA []byte) (int, error)

func (*WatchPairedDevicesResponse) MarshalVT

func (m *WatchPairedDevicesResponse) MarshalVT() (dAtA []byte, err error)

func (*WatchPairedDevicesResponse) ProtoMessage

func (*WatchPairedDevicesResponse) ProtoMessage()

func (*WatchPairedDevicesResponse) Reset

func (x *WatchPairedDevicesResponse) Reset()

func (*WatchPairedDevicesResponse) SizeVT

func (m *WatchPairedDevicesResponse) SizeVT() (n int)

func (*WatchPairedDevicesResponse) String

func (x *WatchPairedDevicesResponse) String() string

func (*WatchPairedDevicesResponse) UnmarshalJSON

func (x *WatchPairedDevicesResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the WatchPairedDevicesResponse from JSON.

func (*WatchPairedDevicesResponse) UnmarshalProtoJSON

func (x *WatchPairedDevicesResponse) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the WatchPairedDevicesResponse message from JSON.

func (*WatchPairedDevicesResponse) UnmarshalVT

func (m *WatchPairedDevicesResponse) UnmarshalVT(dAtA []byte) error

type WatchPairingStatusRequest

type WatchPairingStatusRequest struct {
	// contains filtered or unexported fields
}

WatchPairingStatusRequest is the request for WatchPairingStatus.

func (*WatchPairingStatusRequest) CloneMessageVT

func (*WatchPairingStatusRequest) CloneVT

func (*WatchPairingStatusRequest) EqualMessageVT

func (this *WatchPairingStatusRequest) EqualMessageVT(thatMsg any) bool

func (*WatchPairingStatusRequest) EqualVT

func (*WatchPairingStatusRequest) MarshalJSON

func (x *WatchPairingStatusRequest) MarshalJSON() ([]byte, error)

MarshalJSON marshals the WatchPairingStatusRequest to JSON.

func (*WatchPairingStatusRequest) MarshalProtoJSON

func (x *WatchPairingStatusRequest) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the WatchPairingStatusRequest message to JSON.

func (*WatchPairingStatusRequest) MarshalProtoText

func (x *WatchPairingStatusRequest) MarshalProtoText() string

func (*WatchPairingStatusRequest) MarshalToSizedBufferVT

func (m *WatchPairingStatusRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*WatchPairingStatusRequest) MarshalToVT

func (m *WatchPairingStatusRequest) MarshalToVT(dAtA []byte) (int, error)

func (*WatchPairingStatusRequest) MarshalVT

func (m *WatchPairingStatusRequest) MarshalVT() (dAtA []byte, err error)

func (*WatchPairingStatusRequest) ProtoMessage

func (*WatchPairingStatusRequest) ProtoMessage()

func (*WatchPairingStatusRequest) Reset

func (x *WatchPairingStatusRequest) Reset()

func (*WatchPairingStatusRequest) SizeVT

func (m *WatchPairingStatusRequest) SizeVT() (n int)

func (*WatchPairingStatusRequest) String

func (x *WatchPairingStatusRequest) String() string

func (*WatchPairingStatusRequest) UnmarshalJSON

func (x *WatchPairingStatusRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the WatchPairingStatusRequest from JSON.

func (*WatchPairingStatusRequest) UnmarshalProtoJSON

func (x *WatchPairingStatusRequest) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the WatchPairingStatusRequest message from JSON.

func (*WatchPairingStatusRequest) UnmarshalVT

func (m *WatchPairingStatusRequest) UnmarshalVT(dAtA []byte) error

type WatchPairingStatusResponse

type WatchPairingStatusResponse struct {

	// Status is the current pairing status.
	Status PairingStatus `protobuf:"varint,1,opt,name=status,proto3" json:"status,omitempty"`
	// RemotePeerId is the base58 peer ID of the remote device (set after code resolved).
	RemotePeerId string `protobuf:"bytes,2,opt,name=remote_peer_id,json=remotePeerId,proto3" json:"remotePeerId,omitempty"`
	// Code is the pairing code (set after code generated).
	Code string `protobuf:"bytes,3,opt,name=code,proto3" json:"code,omitempty"`
	// Emoji is the SAS emoji sequence (set during verification).
	Emoji []string `protobuf:"bytes,4,rep,name=emoji,proto3" json:"emoji,omitempty"`
	// ErrorMessage describes what went wrong (set when status is FAILED).
	ErrorMessage string `protobuf:"bytes,5,opt,name=error_message,json=errorMessage,proto3" json:"errorMessage,omitempty"`
	// contains filtered or unexported fields
}

WatchPairingStatusResponse is the response for WatchPairingStatus.

func (*WatchPairingStatusResponse) CloneMessageVT

func (*WatchPairingStatusResponse) CloneVT

func (*WatchPairingStatusResponse) EqualMessageVT

func (this *WatchPairingStatusResponse) EqualMessageVT(thatMsg any) bool

func (*WatchPairingStatusResponse) EqualVT

func (*WatchPairingStatusResponse) GetCode

func (x *WatchPairingStatusResponse) GetCode() string

func (*WatchPairingStatusResponse) GetEmoji

func (x *WatchPairingStatusResponse) GetEmoji() []string

func (*WatchPairingStatusResponse) GetErrorMessage

func (x *WatchPairingStatusResponse) GetErrorMessage() string

func (*WatchPairingStatusResponse) GetRemotePeerId

func (x *WatchPairingStatusResponse) GetRemotePeerId() string

func (*WatchPairingStatusResponse) GetStatus

func (*WatchPairingStatusResponse) MarshalJSON

func (x *WatchPairingStatusResponse) MarshalJSON() ([]byte, error)

MarshalJSON marshals the WatchPairingStatusResponse to JSON.

func (*WatchPairingStatusResponse) MarshalProtoJSON

func (x *WatchPairingStatusResponse) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the WatchPairingStatusResponse message to JSON.

func (*WatchPairingStatusResponse) MarshalProtoText

func (x *WatchPairingStatusResponse) MarshalProtoText() string

func (*WatchPairingStatusResponse) MarshalToSizedBufferVT

func (m *WatchPairingStatusResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*WatchPairingStatusResponse) MarshalToVT

func (m *WatchPairingStatusResponse) MarshalToVT(dAtA []byte) (int, error)

func (*WatchPairingStatusResponse) MarshalVT

func (m *WatchPairingStatusResponse) MarshalVT() (dAtA []byte, err error)

func (*WatchPairingStatusResponse) ProtoMessage

func (*WatchPairingStatusResponse) ProtoMessage()

func (*WatchPairingStatusResponse) Reset

func (x *WatchPairingStatusResponse) Reset()

func (*WatchPairingStatusResponse) SizeVT

func (m *WatchPairingStatusResponse) SizeVT() (n int)

func (*WatchPairingStatusResponse) String

func (x *WatchPairingStatusResponse) String() string

func (*WatchPairingStatusResponse) UnmarshalJSON

func (x *WatchPairingStatusResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the WatchPairingStatusResponse from JSON.

func (*WatchPairingStatusResponse) UnmarshalProtoJSON

func (x *WatchPairingStatusResponse) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the WatchPairingStatusResponse message from JSON.

func (*WatchPairingStatusResponse) UnmarshalVT

func (m *WatchPairingStatusResponse) UnmarshalVT(dAtA []byte) error

type WatchResourcesListRequest

type WatchResourcesListRequest struct {
	// contains filtered or unexported fields
}

WatchResourcesListRequest is the request type for WatchResourcesList.

func (*WatchResourcesListRequest) CloneMessageVT

func (*WatchResourcesListRequest) CloneVT

func (*WatchResourcesListRequest) EqualMessageVT

func (this *WatchResourcesListRequest) EqualMessageVT(thatMsg any) bool

func (*WatchResourcesListRequest) EqualVT

func (*WatchResourcesListRequest) MarshalJSON

func (x *WatchResourcesListRequest) MarshalJSON() ([]byte, error)

MarshalJSON marshals the WatchResourcesListRequest to JSON.

func (*WatchResourcesListRequest) MarshalProtoJSON

func (x *WatchResourcesListRequest) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the WatchResourcesListRequest message to JSON.

func (*WatchResourcesListRequest) MarshalProtoText

func (x *WatchResourcesListRequest) MarshalProtoText() string

func (*WatchResourcesListRequest) MarshalToSizedBufferVT

func (m *WatchResourcesListRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*WatchResourcesListRequest) MarshalToVT

func (m *WatchResourcesListRequest) MarshalToVT(dAtA []byte) (int, error)

func (*WatchResourcesListRequest) MarshalVT

func (m *WatchResourcesListRequest) MarshalVT() (dAtA []byte, err error)

func (*WatchResourcesListRequest) ProtoMessage

func (*WatchResourcesListRequest) ProtoMessage()

func (*WatchResourcesListRequest) Reset

func (x *WatchResourcesListRequest) Reset()

func (*WatchResourcesListRequest) SizeVT

func (m *WatchResourcesListRequest) SizeVT() (n int)

func (*WatchResourcesListRequest) String

func (x *WatchResourcesListRequest) String() string

func (*WatchResourcesListRequest) UnmarshalJSON

func (x *WatchResourcesListRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the WatchResourcesListRequest from JSON.

func (*WatchResourcesListRequest) UnmarshalProtoJSON

func (x *WatchResourcesListRequest) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the WatchResourcesListRequest message from JSON.

func (*WatchResourcesListRequest) UnmarshalVT

func (m *WatchResourcesListRequest) UnmarshalVT(dAtA []byte) error

type WatchResourcesListResponse

type WatchResourcesListResponse struct {

	// SpacesList is the snapshot of the full spaces list.
	SpacesList []*space.SpaceSoListEntry `protobuf:"bytes,1,rep,name=spaces_list,json=spacesList,proto3" json:"spacesList,omitempty"`
	// contains filtered or unexported fields
}

WatchResourcesListResponse is the response type for WatchResourcesList.

func (*WatchResourcesListResponse) CloneMessageVT

func (*WatchResourcesListResponse) CloneVT

func (*WatchResourcesListResponse) EqualMessageVT

func (this *WatchResourcesListResponse) EqualMessageVT(thatMsg any) bool

func (*WatchResourcesListResponse) EqualVT

func (*WatchResourcesListResponse) GetSpacesList

func (x *WatchResourcesListResponse) GetSpacesList() []*space.SpaceSoListEntry

func (*WatchResourcesListResponse) MarshalJSON

func (x *WatchResourcesListResponse) MarshalJSON() ([]byte, error)

MarshalJSON marshals the WatchResourcesListResponse to JSON.

func (*WatchResourcesListResponse) MarshalProtoJSON

func (x *WatchResourcesListResponse) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the WatchResourcesListResponse message to JSON.

func (*WatchResourcesListResponse) MarshalProtoText

func (x *WatchResourcesListResponse) MarshalProtoText() string

func (*WatchResourcesListResponse) MarshalToSizedBufferVT

func (m *WatchResourcesListResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*WatchResourcesListResponse) MarshalToVT

func (m *WatchResourcesListResponse) MarshalToVT(dAtA []byte) (int, error)

func (*WatchResourcesListResponse) MarshalVT

func (m *WatchResourcesListResponse) MarshalVT() (dAtA []byte, err error)

func (*WatchResourcesListResponse) ProtoMessage

func (*WatchResourcesListResponse) ProtoMessage()

func (*WatchResourcesListResponse) Reset

func (x *WatchResourcesListResponse) Reset()

func (*WatchResourcesListResponse) SizeVT

func (m *WatchResourcesListResponse) SizeVT() (n int)

func (*WatchResourcesListResponse) String

func (x *WatchResourcesListResponse) String() string

func (*WatchResourcesListResponse) UnmarshalJSON

func (x *WatchResourcesListResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the WatchResourcesListResponse from JSON.

func (*WatchResourcesListResponse) UnmarshalProtoJSON

func (x *WatchResourcesListResponse) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the WatchResourcesListResponse message from JSON.

func (*WatchResourcesListResponse) UnmarshalVT

func (m *WatchResourcesListResponse) UnmarshalVT(dAtA []byte) error

type WatchSessionStateAtomsRequest

type WatchSessionStateAtomsRequest struct {
	// contains filtered or unexported fields
}

WatchSessionStateAtomsRequest is the request for WatchStateAtoms.

func (*WatchSessionStateAtomsRequest) CloneMessageVT

func (*WatchSessionStateAtomsRequest) CloneVT

func (*WatchSessionStateAtomsRequest) EqualMessageVT

func (this *WatchSessionStateAtomsRequest) EqualMessageVT(thatMsg any) bool

func (*WatchSessionStateAtomsRequest) EqualVT

func (*WatchSessionStateAtomsRequest) MarshalJSON

func (x *WatchSessionStateAtomsRequest) MarshalJSON() ([]byte, error)

MarshalJSON marshals the WatchSessionStateAtomsRequest to JSON.

func (*WatchSessionStateAtomsRequest) MarshalProtoJSON

func (x *WatchSessionStateAtomsRequest) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the WatchSessionStateAtomsRequest message to JSON.

func (*WatchSessionStateAtomsRequest) MarshalProtoText

func (x *WatchSessionStateAtomsRequest) MarshalProtoText() string

func (*WatchSessionStateAtomsRequest) MarshalToSizedBufferVT

func (m *WatchSessionStateAtomsRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*WatchSessionStateAtomsRequest) MarshalToVT

func (m *WatchSessionStateAtomsRequest) MarshalToVT(dAtA []byte) (int, error)

func (*WatchSessionStateAtomsRequest) MarshalVT

func (m *WatchSessionStateAtomsRequest) MarshalVT() (dAtA []byte, err error)

func (*WatchSessionStateAtomsRequest) ProtoMessage

func (*WatchSessionStateAtomsRequest) ProtoMessage()

func (*WatchSessionStateAtomsRequest) Reset

func (x *WatchSessionStateAtomsRequest) Reset()

func (*WatchSessionStateAtomsRequest) SizeVT

func (m *WatchSessionStateAtomsRequest) SizeVT() (n int)

func (*WatchSessionStateAtomsRequest) String

func (*WatchSessionStateAtomsRequest) UnmarshalJSON

func (x *WatchSessionStateAtomsRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the WatchSessionStateAtomsRequest from JSON.

func (*WatchSessionStateAtomsRequest) UnmarshalProtoJSON

func (x *WatchSessionStateAtomsRequest) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the WatchSessionStateAtomsRequest message from JSON.

func (*WatchSessionStateAtomsRequest) UnmarshalVT

func (m *WatchSessionStateAtomsRequest) UnmarshalVT(dAtA []byte) error

type WatchSessionStateAtomsResponse

type WatchSessionStateAtomsResponse struct {

	// StoreIds is the current list of known session state atom store ids.
	StoreIds []string `protobuf:"bytes,1,rep,name=store_ids,json=storeIds,proto3" json:"storeIds,omitempty"`
	// StoreCount is the total number of known session state atom stores.
	StoreCount uint32 `protobuf:"varint,2,opt,name=store_count,json=storeCount,proto3" json:"storeCount,omitempty"`
	// contains filtered or unexported fields
}

WatchSessionStateAtomsResponse is the response for WatchStateAtoms.

func (*WatchSessionStateAtomsResponse) CloneMessageVT

func (*WatchSessionStateAtomsResponse) CloneVT

func (*WatchSessionStateAtomsResponse) EqualMessageVT

func (this *WatchSessionStateAtomsResponse) EqualMessageVT(thatMsg any) bool

func (*WatchSessionStateAtomsResponse) EqualVT

func (*WatchSessionStateAtomsResponse) GetStoreCount

func (x *WatchSessionStateAtomsResponse) GetStoreCount() uint32

func (*WatchSessionStateAtomsResponse) GetStoreIds

func (x *WatchSessionStateAtomsResponse) GetStoreIds() []string

func (*WatchSessionStateAtomsResponse) MarshalJSON

func (x *WatchSessionStateAtomsResponse) MarshalJSON() ([]byte, error)

MarshalJSON marshals the WatchSessionStateAtomsResponse to JSON.

func (*WatchSessionStateAtomsResponse) MarshalProtoJSON

func (x *WatchSessionStateAtomsResponse) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the WatchSessionStateAtomsResponse message to JSON.

func (*WatchSessionStateAtomsResponse) MarshalProtoText

func (x *WatchSessionStateAtomsResponse) MarshalProtoText() string

func (*WatchSessionStateAtomsResponse) MarshalToSizedBufferVT

func (m *WatchSessionStateAtomsResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*WatchSessionStateAtomsResponse) MarshalToVT

func (m *WatchSessionStateAtomsResponse) MarshalToVT(dAtA []byte) (int, error)

func (*WatchSessionStateAtomsResponse) MarshalVT

func (m *WatchSessionStateAtomsResponse) MarshalVT() (dAtA []byte, err error)

func (*WatchSessionStateAtomsResponse) ProtoMessage

func (*WatchSessionStateAtomsResponse) ProtoMessage()

func (*WatchSessionStateAtomsResponse) Reset

func (x *WatchSessionStateAtomsResponse) Reset()

func (*WatchSessionStateAtomsResponse) SizeVT

func (m *WatchSessionStateAtomsResponse) SizeVT() (n int)

func (*WatchSessionStateAtomsResponse) String

func (*WatchSessionStateAtomsResponse) UnmarshalJSON

func (x *WatchSessionStateAtomsResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the WatchSessionStateAtomsResponse from JSON.

func (*WatchSessionStateAtomsResponse) UnmarshalProtoJSON

func (x *WatchSessionStateAtomsResponse) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the WatchSessionStateAtomsResponse message from JSON.

func (*WatchSessionStateAtomsResponse) UnmarshalVT

func (m *WatchSessionStateAtomsResponse) UnmarshalVT(dAtA []byte) error

type WatchSharedObjectHealthRequest

type WatchSharedObjectHealthRequest struct {

	// SharedObjectId is the id of the shared object to watch.
	SharedObjectId string `protobuf:"bytes,1,opt,name=shared_object_id,json=sharedObjectId,proto3" json:"sharedObjectId,omitempty"`
	// contains filtered or unexported fields
}

WatchSharedObjectHealthRequest is the request type for WatchSharedObjectHealth.

func (*WatchSharedObjectHealthRequest) CloneMessageVT

func (*WatchSharedObjectHealthRequest) CloneVT

func (*WatchSharedObjectHealthRequest) EqualMessageVT

func (this *WatchSharedObjectHealthRequest) EqualMessageVT(thatMsg any) bool

func (*WatchSharedObjectHealthRequest) EqualVT

func (*WatchSharedObjectHealthRequest) GetSharedObjectId

func (x *WatchSharedObjectHealthRequest) GetSharedObjectId() string

func (*WatchSharedObjectHealthRequest) MarshalJSON

func (x *WatchSharedObjectHealthRequest) MarshalJSON() ([]byte, error)

MarshalJSON marshals the WatchSharedObjectHealthRequest to JSON.

func (*WatchSharedObjectHealthRequest) MarshalProtoJSON

func (x *WatchSharedObjectHealthRequest) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the WatchSharedObjectHealthRequest message to JSON.

func (*WatchSharedObjectHealthRequest) MarshalProtoText

func (x *WatchSharedObjectHealthRequest) MarshalProtoText() string

func (*WatchSharedObjectHealthRequest) MarshalToSizedBufferVT

func (m *WatchSharedObjectHealthRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*WatchSharedObjectHealthRequest) MarshalToVT

func (m *WatchSharedObjectHealthRequest) MarshalToVT(dAtA []byte) (int, error)

func (*WatchSharedObjectHealthRequest) MarshalVT

func (m *WatchSharedObjectHealthRequest) MarshalVT() (dAtA []byte, err error)

func (*WatchSharedObjectHealthRequest) ProtoMessage

func (*WatchSharedObjectHealthRequest) ProtoMessage()

func (*WatchSharedObjectHealthRequest) Reset

func (x *WatchSharedObjectHealthRequest) Reset()

func (*WatchSharedObjectHealthRequest) SizeVT

func (m *WatchSharedObjectHealthRequest) SizeVT() (n int)

func (*WatchSharedObjectHealthRequest) String

func (*WatchSharedObjectHealthRequest) UnmarshalJSON

func (x *WatchSharedObjectHealthRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the WatchSharedObjectHealthRequest from JSON.

func (*WatchSharedObjectHealthRequest) UnmarshalProtoJSON

func (x *WatchSharedObjectHealthRequest) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the WatchSharedObjectHealthRequest message from JSON.

func (*WatchSharedObjectHealthRequest) UnmarshalVT

func (m *WatchSharedObjectHealthRequest) UnmarshalVT(dAtA []byte) error

type WatchSharedObjectHealthResponse

type WatchSharedObjectHealthResponse struct {

	// Health is the current SharedObject health snapshot.
	Health *sobject.SharedObjectHealth `protobuf:"bytes,1,opt,name=health,proto3" json:"health,omitempty"`
	// contains filtered or unexported fields
}

WatchSharedObjectHealthResponse is the response type for WatchSharedObjectHealth.

func (*WatchSharedObjectHealthResponse) CloneMessageVT

func (*WatchSharedObjectHealthResponse) CloneVT

func (*WatchSharedObjectHealthResponse) EqualMessageVT

func (this *WatchSharedObjectHealthResponse) EqualMessageVT(thatMsg any) bool

func (*WatchSharedObjectHealthResponse) EqualVT

func (*WatchSharedObjectHealthResponse) GetHealth

func (*WatchSharedObjectHealthResponse) MarshalJSON

func (x *WatchSharedObjectHealthResponse) MarshalJSON() ([]byte, error)

MarshalJSON marshals the WatchSharedObjectHealthResponse to JSON.

func (*WatchSharedObjectHealthResponse) MarshalProtoJSON

func (x *WatchSharedObjectHealthResponse) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the WatchSharedObjectHealthResponse message to JSON.

func (*WatchSharedObjectHealthResponse) MarshalProtoText

func (x *WatchSharedObjectHealthResponse) MarshalProtoText() string

func (*WatchSharedObjectHealthResponse) MarshalToSizedBufferVT

func (m *WatchSharedObjectHealthResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*WatchSharedObjectHealthResponse) MarshalToVT

func (m *WatchSharedObjectHealthResponse) MarshalToVT(dAtA []byte) (int, error)

func (*WatchSharedObjectHealthResponse) MarshalVT

func (m *WatchSharedObjectHealthResponse) MarshalVT() (dAtA []byte, err error)

func (*WatchSharedObjectHealthResponse) ProtoMessage

func (*WatchSharedObjectHealthResponse) ProtoMessage()

func (*WatchSharedObjectHealthResponse) Reset

func (*WatchSharedObjectHealthResponse) SizeVT

func (m *WatchSharedObjectHealthResponse) SizeVT() (n int)

func (*WatchSharedObjectHealthResponse) String

func (*WatchSharedObjectHealthResponse) UnmarshalJSON

func (x *WatchSharedObjectHealthResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the WatchSharedObjectHealthResponse from JSON.

func (*WatchSharedObjectHealthResponse) UnmarshalProtoJSON

func (x *WatchSharedObjectHealthResponse) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the WatchSharedObjectHealthResponse message from JSON.

func (*WatchSharedObjectHealthResponse) UnmarshalVT

func (m *WatchSharedObjectHealthResponse) UnmarshalVT(dAtA []byte) error

type WatchSharedObjectSelfEnrollmentStateRequest

type WatchSharedObjectSelfEnrollmentStateRequest struct {
	// contains filtered or unexported fields
}

WatchSharedObjectSelfEnrollmentStateRequest is the request for WatchState.

func (*WatchSharedObjectSelfEnrollmentStateRequest) CloneMessageVT

func (*WatchSharedObjectSelfEnrollmentStateRequest) CloneVT

func (*WatchSharedObjectSelfEnrollmentStateRequest) EqualMessageVT

func (this *WatchSharedObjectSelfEnrollmentStateRequest) EqualMessageVT(thatMsg any) bool

func (*WatchSharedObjectSelfEnrollmentStateRequest) EqualVT

func (*WatchSharedObjectSelfEnrollmentStateRequest) MarshalJSON

MarshalJSON marshals the WatchSharedObjectSelfEnrollmentStateRequest to JSON.

func (*WatchSharedObjectSelfEnrollmentStateRequest) MarshalProtoJSON

MarshalProtoJSON marshals the WatchSharedObjectSelfEnrollmentStateRequest message to JSON.

func (*WatchSharedObjectSelfEnrollmentStateRequest) MarshalProtoText

func (*WatchSharedObjectSelfEnrollmentStateRequest) MarshalToSizedBufferVT

func (m *WatchSharedObjectSelfEnrollmentStateRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*WatchSharedObjectSelfEnrollmentStateRequest) MarshalToVT

func (m *WatchSharedObjectSelfEnrollmentStateRequest) MarshalToVT(dAtA []byte) (int, error)

func (*WatchSharedObjectSelfEnrollmentStateRequest) MarshalVT

func (m *WatchSharedObjectSelfEnrollmentStateRequest) MarshalVT() (dAtA []byte, err error)

func (*WatchSharedObjectSelfEnrollmentStateRequest) ProtoMessage

func (*WatchSharedObjectSelfEnrollmentStateRequest) Reset

func (*WatchSharedObjectSelfEnrollmentStateRequest) SizeVT

func (*WatchSharedObjectSelfEnrollmentStateRequest) String

func (*WatchSharedObjectSelfEnrollmentStateRequest) UnmarshalJSON

UnmarshalJSON unmarshals the WatchSharedObjectSelfEnrollmentStateRequest from JSON.

func (*WatchSharedObjectSelfEnrollmentStateRequest) UnmarshalProtoJSON

UnmarshalProtoJSON unmarshals the WatchSharedObjectSelfEnrollmentStateRequest message from JSON.

func (*WatchSharedObjectSelfEnrollmentStateRequest) UnmarshalVT

type WatchSharedObjectSelfEnrollmentStateResponse

type WatchSharedObjectSelfEnrollmentStateResponse struct {

	// SharedObjectIds is the sorted set of shared objects needing
	// self-enrollment for the current session peer.
	SharedObjectIds []string `protobuf:"bytes,1,rep,name=shared_object_ids,json=sharedObjectIds,proto3" json:"sharedObjectIds,omitempty"`
	// GenerationKey identifies the current pending self-enrollment set.
	GenerationKey string `protobuf:"bytes,2,opt,name=generation_key,json=generationKey,proto3" json:"generationKey,omitempty"`
	// Count is the number of shared objects pending self-enrollment.
	Count uint32 `protobuf:"varint,3,opt,name=count,proto3" json:"count,omitempty"`
	// CredentialRequired indicates Start needs an unlocked entity keypair.
	CredentialRequired bool `protobuf:"varint,4,opt,name=credential_required,json=credentialRequired,proto3" json:"credentialRequired,omitempty"`
	// Running indicates Start is currently processing the pending set.
	Running bool `protobuf:"varint,5,opt,name=running,proto3" json:"running,omitempty"`
	// CurrentSharedObjectId is the shared object currently being processed.
	CurrentSharedObjectId string `protobuf:"bytes,6,opt,name=current_shared_object_id,json=currentSharedObjectId,proto3" json:"currentSharedObjectId,omitempty"`
	// CompletedSharedObjectIds is the set completed by the current run.
	CompletedSharedObjectIds []string `` /* 134-byte string literal not displayed */
	// Skipped indicates the current generation is skipped on the backend.
	Skipped bool `protobuf:"varint,8,opt,name=skipped,proto3" json:"skipped,omitempty"`
	// SkippedGenerationKey is the backend skip generation key, if any.
	SkippedGenerationKey string `protobuf:"bytes,9,opt,name=skipped_generation_key,json=skippedGenerationKey,proto3" json:"skippedGenerationKey,omitempty"`
	// Failures is the set of per-object failures from the current run.
	Failures []*SharedObjectSelfEnrollmentFailure `protobuf:"bytes,10,rep,name=failures,proto3" json:"failures,omitempty"`
	// contains filtered or unexported fields
}

WatchSharedObjectSelfEnrollmentStateResponse contains the current session self-enrollment sweep state.

func (*WatchSharedObjectSelfEnrollmentStateResponse) CloneMessageVT

func (*WatchSharedObjectSelfEnrollmentStateResponse) CloneVT

func (*WatchSharedObjectSelfEnrollmentStateResponse) EqualMessageVT

func (this *WatchSharedObjectSelfEnrollmentStateResponse) EqualMessageVT(thatMsg any) bool

func (*WatchSharedObjectSelfEnrollmentStateResponse) EqualVT

func (*WatchSharedObjectSelfEnrollmentStateResponse) GetCompletedSharedObjectIds

func (x *WatchSharedObjectSelfEnrollmentStateResponse) GetCompletedSharedObjectIds() []string

func (*WatchSharedObjectSelfEnrollmentStateResponse) GetCount

func (*WatchSharedObjectSelfEnrollmentStateResponse) GetCredentialRequired

func (x *WatchSharedObjectSelfEnrollmentStateResponse) GetCredentialRequired() bool

func (*WatchSharedObjectSelfEnrollmentStateResponse) GetCurrentSharedObjectId

func (x *WatchSharedObjectSelfEnrollmentStateResponse) GetCurrentSharedObjectId() string

func (*WatchSharedObjectSelfEnrollmentStateResponse) GetFailures

func (*WatchSharedObjectSelfEnrollmentStateResponse) GetGenerationKey

func (*WatchSharedObjectSelfEnrollmentStateResponse) GetRunning

func (*WatchSharedObjectSelfEnrollmentStateResponse) GetSharedObjectIds

func (x *WatchSharedObjectSelfEnrollmentStateResponse) GetSharedObjectIds() []string

func (*WatchSharedObjectSelfEnrollmentStateResponse) GetSkipped

func (*WatchSharedObjectSelfEnrollmentStateResponse) GetSkippedGenerationKey

func (x *WatchSharedObjectSelfEnrollmentStateResponse) GetSkippedGenerationKey() string

func (*WatchSharedObjectSelfEnrollmentStateResponse) MarshalJSON

MarshalJSON marshals the WatchSharedObjectSelfEnrollmentStateResponse to JSON.

func (*WatchSharedObjectSelfEnrollmentStateResponse) MarshalProtoJSON

MarshalProtoJSON marshals the WatchSharedObjectSelfEnrollmentStateResponse message to JSON.

func (*WatchSharedObjectSelfEnrollmentStateResponse) MarshalProtoText

func (*WatchSharedObjectSelfEnrollmentStateResponse) MarshalToSizedBufferVT

func (m *WatchSharedObjectSelfEnrollmentStateResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*WatchSharedObjectSelfEnrollmentStateResponse) MarshalToVT

func (m *WatchSharedObjectSelfEnrollmentStateResponse) MarshalToVT(dAtA []byte) (int, error)

func (*WatchSharedObjectSelfEnrollmentStateResponse) MarshalVT

func (m *WatchSharedObjectSelfEnrollmentStateResponse) MarshalVT() (dAtA []byte, err error)

func (*WatchSharedObjectSelfEnrollmentStateResponse) ProtoMessage

func (*WatchSharedObjectSelfEnrollmentStateResponse) Reset

func (*WatchSharedObjectSelfEnrollmentStateResponse) SizeVT

func (*WatchSharedObjectSelfEnrollmentStateResponse) String

func (*WatchSharedObjectSelfEnrollmentStateResponse) UnmarshalJSON

UnmarshalJSON unmarshals the WatchSharedObjectSelfEnrollmentStateResponse from JSON.

func (*WatchSharedObjectSelfEnrollmentStateResponse) UnmarshalProtoJSON

UnmarshalProtoJSON unmarshals the WatchSharedObjectSelfEnrollmentStateResponse message from JSON.

func (*WatchSharedObjectSelfEnrollmentStateResponse) UnmarshalVT

type WatchSyncStatusRequest

type WatchSyncStatusRequest struct {
	// contains filtered or unexported fields
}

WatchSyncStatusRequest is the request type for WatchSyncStatus.

func (*WatchSyncStatusRequest) CloneMessageVT

func (*WatchSyncStatusRequest) CloneVT

func (*WatchSyncStatusRequest) EqualMessageVT

func (this *WatchSyncStatusRequest) EqualMessageVT(thatMsg any) bool

func (*WatchSyncStatusRequest) EqualVT

func (this *WatchSyncStatusRequest) EqualVT(that *WatchSyncStatusRequest) bool

func (*WatchSyncStatusRequest) MarshalJSON

func (x *WatchSyncStatusRequest) MarshalJSON() ([]byte, error)

MarshalJSON marshals the WatchSyncStatusRequest to JSON.

func (*WatchSyncStatusRequest) MarshalProtoJSON

func (x *WatchSyncStatusRequest) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the WatchSyncStatusRequest message to JSON.

func (*WatchSyncStatusRequest) MarshalProtoText

func (x *WatchSyncStatusRequest) MarshalProtoText() string

func (*WatchSyncStatusRequest) MarshalToSizedBufferVT

func (m *WatchSyncStatusRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*WatchSyncStatusRequest) MarshalToVT

func (m *WatchSyncStatusRequest) MarshalToVT(dAtA []byte) (int, error)

func (*WatchSyncStatusRequest) MarshalVT

func (m *WatchSyncStatusRequest) MarshalVT() (dAtA []byte, err error)

func (*WatchSyncStatusRequest) ProtoMessage

func (*WatchSyncStatusRequest) ProtoMessage()

func (*WatchSyncStatusRequest) Reset

func (x *WatchSyncStatusRequest) Reset()

func (*WatchSyncStatusRequest) SizeVT

func (m *WatchSyncStatusRequest) SizeVT() (n int)

func (*WatchSyncStatusRequest) String

func (x *WatchSyncStatusRequest) String() string

func (*WatchSyncStatusRequest) UnmarshalJSON

func (x *WatchSyncStatusRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the WatchSyncStatusRequest from JSON.

func (*WatchSyncStatusRequest) UnmarshalProtoJSON

func (x *WatchSyncStatusRequest) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the WatchSyncStatusRequest message from JSON.

func (*WatchSyncStatusRequest) UnmarshalVT

func (m *WatchSyncStatusRequest) UnmarshalVT(dAtA []byte) error

type WatchSyncStatusResponse

type WatchSyncStatusResponse struct {

	// State is the aggregate sync state.
	State SyncStatusState `protobuf:"varint,1,opt,name=state,proto3" json:"state,omitempty"`
	// Direction is the active transfer direction, when any.
	Direction SyncActivityDirection `protobuf:"varint,2,opt,name=direction,proto3" json:"direction,omitempty"`
	// TransportState is the cloud transport state.
	TransportState SyncTransportState `protobuf:"varint,3,opt,name=transport_state,json=transportState,proto3" json:"transportState,omitempty"`
	// P2PState is the p2p lifecycle state.
	P2PState SyncP2PState `protobuf:"varint,4,opt,name=p2p_state,json=p2pState,proto3" json:"p2pState,omitempty"`
	// PendingUploadBytes is the approximate upload backlog in bytes.
	PendingUploadBytes uint64 `protobuf:"varint,5,opt,name=pending_upload_bytes,json=pendingUploadBytes,proto3" json:"pendingUploadBytes,omitempty"`
	// PendingDownloadBytes is the approximate download backlog in bytes.
	PendingDownloadBytes uint64 `protobuf:"varint,6,opt,name=pending_download_bytes,json=pendingDownloadBytes,proto3" json:"pendingDownloadBytes,omitempty"`
	// PendingUploadCount is the approximate number of pending upload items.
	PendingUploadCount uint32 `protobuf:"varint,7,opt,name=pending_upload_count,json=pendingUploadCount,proto3" json:"pendingUploadCount,omitempty"`
	// PendingDownloadCount is the approximate number of pending download items.
	PendingDownloadCount uint32 `protobuf:"varint,8,opt,name=pending_download_count,json=pendingDownloadCount,proto3" json:"pendingDownloadCount,omitempty"`
	// UploadBytesPerSecond is the approximate current upload rate.
	UploadBytesPerSecond uint64 `protobuf:"varint,9,opt,name=upload_bytes_per_second,json=uploadBytesPerSecond,proto3" json:"uploadBytesPerSecond,omitempty"`
	// DownloadBytesPerSecond is the approximate current download rate.
	DownloadBytesPerSecond uint64 `` /* 130-byte string literal not displayed */
	// ActiveUploadBytes is the approximate byte size of upload work in flight.
	ActiveUploadBytes uint64 `protobuf:"varint,52,opt,name=active_upload_bytes,json=activeUploadBytes,proto3" json:"activeUploadBytes,omitempty"`
	// ActiveUploadTransferredBytes is the approximate in-flight upload bytes sent.
	ActiveUploadTransferredBytes uint64 `` /* 148-byte string literal not displayed */
	// InFlightUploadCount is the number of active upload requests.
	InFlightUploadCount uint32 `protobuf:"varint,54,opt,name=in_flight_upload_count,json=inFlightUploadCount,proto3" json:"inFlightUploadCount,omitempty"`
	// ActiveStoreCount is the number of stores currently contributing activity.
	ActiveStoreCount uint32 `protobuf:"varint,11,opt,name=active_store_count,json=activeStoreCount,proto3" json:"activeStoreCount,omitempty"`
	// ActivePeerCount is the number of connected p2p peers.
	ActivePeerCount uint32 `protobuf:"varint,12,opt,name=active_peer_count,json=activePeerCount,proto3" json:"activePeerCount,omitempty"`
	// LastError is the latest sync or transport error message, if any.
	LastError string `protobuf:"bytes,13,opt,name=last_error,json=lastError,proto3" json:"lastError,omitempty"`
	// LastActivityAt is the latest sync activity timestamp, if known.
	LastActivityAt *timestamppb.Timestamp `protobuf:"bytes,14,opt,name=last_activity_at,json=lastActivityAt,proto3" json:"lastActivityAt,omitempty"`
	// PackRangeRequestCount is the number of completed packfile range requests.
	PackRangeRequestCount uint64 `` /* 127-byte string literal not displayed */
	// PackRangeResponseBytes is the number of bytes returned by packfile range responses.
	PackRangeResponseBytes uint64 `` /* 130-byte string literal not displayed */
	// PackFullResponseFallbackCount is the number of range requests served by full responses.
	PackFullResponseFallbackCount uint64 `` /* 152-byte string literal not displayed */
	// PackFullResponseFallbackBytes is the number of discarded prefix bytes from full responses.
	PackFullResponseFallbackBytes uint64 `` /* 152-byte string literal not displayed */
	// PackLastFullResponseFallbackBytes is the latest full-response prefix discard.
	PackLastFullResponseFallbackBytes uint64 `` /* 165-byte string literal not displayed */
	// PackManifestEntries is the number of packfile manifest entries.
	PackManifestEntries uint32 `protobuf:"varint,20,opt,name=pack_manifest_entries,json=packManifestEntries,proto3" json:"packManifestEntries,omitempty"`
	// PackBlockCountTotal is the sum of manifest entry block counts.
	PackBlockCountTotal uint64 `protobuf:"varint,21,opt,name=pack_block_count_total,json=packBlockCountTotal,proto3" json:"packBlockCountTotal,omitempty"`
	// PackBlockCountMin is the smallest manifest entry block count.
	PackBlockCountMin uint64 `protobuf:"varint,22,opt,name=pack_block_count_min,json=packBlockCountMin,proto3" json:"packBlockCountMin,omitempty"`
	// PackBlockCountMax is the largest manifest entry block count.
	PackBlockCountMax uint64 `protobuf:"varint,23,opt,name=pack_block_count_max,json=packBlockCountMax,proto3" json:"packBlockCountMax,omitempty"`
	// PackSizeBytesTotal is the sum of manifest entry pack sizes.
	PackSizeBytesTotal uint64 `protobuf:"varint,24,opt,name=pack_size_bytes_total,json=packSizeBytesTotal,proto3" json:"packSizeBytesTotal,omitempty"`
	// PackSizeBytesMin is the smallest manifest entry pack size.
	PackSizeBytesMin uint64 `protobuf:"varint,25,opt,name=pack_size_bytes_min,json=packSizeBytesMin,proto3" json:"packSizeBytesMin,omitempty"`
	// PackSizeBytesMax is the largest manifest entry pack size.
	PackSizeBytesMax uint64 `protobuf:"varint,26,opt,name=pack_size_bytes_max,json=packSizeBytesMax,proto3" json:"packSizeBytesMax,omitempty"`
	// PackBloomFilterCount is the number of entries with valid bloom metadata.
	PackBloomFilterCount uint32 `protobuf:"varint,27,opt,name=pack_bloom_filter_count,json=packBloomFilterCount,proto3" json:"packBloomFilterCount,omitempty"`
	// PackBloomMissingCount is the number of entries missing bloom metadata.
	PackBloomMissingCount uint32 `` /* 127-byte string literal not displayed */
	// PackBloomInvalidCount is the number of entries with malformed bloom metadata.
	PackBloomInvalidCount uint32 `` /* 127-byte string literal not displayed */
	// PackBloomParameterShapeCount is the summed per-store count of bloom parameter shapes.
	PackBloomParameterShapeCount uint32 `` /* 149-byte string literal not displayed */
	// PackBloomMaxFalsePositiveRate is the highest estimated bloom false-positive rate.
	PackBloomMaxFalsePositiveRate float64 `` /* 154-byte string literal not displayed */
	// PackBloomRiskPackCount is the number of packs above the bloom false-positive target.
	PackBloomRiskPackCount uint32 `` /* 131-byte string literal not displayed */
	// PackLookupCount is the number of pack lookups.
	PackLookupCount uint64 `protobuf:"varint,33,opt,name=pack_lookup_count,json=packLookupCount,proto3" json:"packLookupCount,omitempty"`
	// PackCandidatePacks is the total number of manifest candidates selected by lookups.
	PackCandidatePacks uint64 `protobuf:"varint,34,opt,name=pack_candidate_packs,json=packCandidatePacks,proto3" json:"packCandidatePacks,omitempty"`
	// PackOpenedPacks is the total number of candidate packs opened by lookups.
	PackOpenedPacks uint64 `protobuf:"varint,35,opt,name=pack_opened_packs,json=packOpenedPacks,proto3" json:"packOpenedPacks,omitempty"`
	// PackNegativePacks is the total number of opened candidates that missed.
	PackNegativePacks uint64 `protobuf:"varint,36,opt,name=pack_negative_packs,json=packNegativePacks,proto3" json:"packNegativePacks,omitempty"`
	// PackTargetHits is the total number of lookups that found the target block.
	PackTargetHits uint64 `protobuf:"varint,37,opt,name=pack_target_hits,json=packTargetHits,proto3" json:"packTargetHits,omitempty"`
	// PackLastCandidatePacks is the candidate count from the latest lookup.
	PackLastCandidatePacks uint32 `` /* 130-byte string literal not displayed */
	// PackLastOpenedPacks is the opened pack count from the latest lookup.
	PackLastOpenedPacks uint32 `protobuf:"varint,39,opt,name=pack_last_opened_packs,json=packLastOpenedPacks,proto3" json:"packLastOpenedPacks,omitempty"`
	// PackLastNegativePacks is the negative pack count from the latest lookup.
	PackLastNegativePacks uint32 `` /* 127-byte string literal not displayed */
	// PackLastTargetHit is true when the latest lookup found its target.
	PackLastTargetHit bool `protobuf:"varint,41,opt,name=pack_last_target_hit,json=packLastTargetHit,proto3" json:"packLastTargetHit,omitempty"`
	// PackIndexCacheHits is the number of pack index cache hits.
	PackIndexCacheHits uint64 `protobuf:"varint,42,opt,name=pack_index_cache_hits,json=packIndexCacheHits,proto3" json:"packIndexCacheHits,omitempty"`
	// PackIndexCacheMisses is the number of pack index cache misses.
	PackIndexCacheMisses uint64 `protobuf:"varint,43,opt,name=pack_index_cache_misses,json=packIndexCacheMisses,proto3" json:"packIndexCacheMisses,omitempty"`
	// PackIndexCacheReadErrors is the number of pack index cache read errors.
	PackIndexCacheReadErrors uint64 `` /* 137-byte string literal not displayed */
	// PackIndexCacheWriteErrors is the number of pack index cache write errors.
	PackIndexCacheWriteErrors uint64 `` /* 140-byte string literal not displayed */
	// PackRemoteIndexLoads is the number of remote pack index loads.
	PackRemoteIndexLoads uint64 `protobuf:"varint,46,opt,name=pack_remote_index_loads,json=packRemoteIndexLoads,proto3" json:"packRemoteIndexLoads,omitempty"`
	// PackRemoteIndexBytes is the number of remote pack index bytes fetched.
	PackRemoteIndexBytes uint64 `protobuf:"varint,47,opt,name=pack_remote_index_bytes,json=packRemoteIndexBytes,proto3" json:"packRemoteIndexBytes,omitempty"`
	// PackLastRemoteIndexBytes is the latest remote pack index load byte count.
	PackLastRemoteIndexBytes uint64 `` /* 137-byte string literal not displayed */
	// PackIndexTailFetchCount is the number of completed index-tail range fetches.
	PackIndexTailFetchCount uint64 `` /* 134-byte string literal not displayed */
	// PackIndexTailFetchBytes is the number of requested index-tail range bytes.
	PackIndexTailFetchBytes uint64 `` /* 134-byte string literal not displayed */
	// PackIndexTailResponseBytes is the number of bytes returned by index-tail range responses.
	PackIndexTailResponseBytes uint64 `` /* 143-byte string literal not displayed */
	// contains filtered or unexported fields
}

WatchSyncStatusResponse is the response type for WatchSyncStatus.

func (*WatchSyncStatusResponse) CloneMessageVT

func (*WatchSyncStatusResponse) CloneVT

func (*WatchSyncStatusResponse) EqualMessageVT

func (this *WatchSyncStatusResponse) EqualMessageVT(thatMsg any) bool

func (*WatchSyncStatusResponse) EqualVT

func (*WatchSyncStatusResponse) GetActivePeerCount

func (x *WatchSyncStatusResponse) GetActivePeerCount() uint32

func (*WatchSyncStatusResponse) GetActiveStoreCount

func (x *WatchSyncStatusResponse) GetActiveStoreCount() uint32

func (*WatchSyncStatusResponse) GetActiveUploadBytes

func (x *WatchSyncStatusResponse) GetActiveUploadBytes() uint64

func (*WatchSyncStatusResponse) GetActiveUploadTransferredBytes

func (x *WatchSyncStatusResponse) GetActiveUploadTransferredBytes() uint64

func (*WatchSyncStatusResponse) GetDirection

func (*WatchSyncStatusResponse) GetDownloadBytesPerSecond

func (x *WatchSyncStatusResponse) GetDownloadBytesPerSecond() uint64

func (*WatchSyncStatusResponse) GetInFlightUploadCount

func (x *WatchSyncStatusResponse) GetInFlightUploadCount() uint32

func (*WatchSyncStatusResponse) GetLastActivityAt

func (x *WatchSyncStatusResponse) GetLastActivityAt() *timestamppb.Timestamp

func (*WatchSyncStatusResponse) GetLastError

func (x *WatchSyncStatusResponse) GetLastError() string

func (*WatchSyncStatusResponse) GetP2PState

func (x *WatchSyncStatusResponse) GetP2PState() SyncP2PState

func (*WatchSyncStatusResponse) GetPackBlockCountMax

func (x *WatchSyncStatusResponse) GetPackBlockCountMax() uint64

func (*WatchSyncStatusResponse) GetPackBlockCountMin

func (x *WatchSyncStatusResponse) GetPackBlockCountMin() uint64

func (*WatchSyncStatusResponse) GetPackBlockCountTotal

func (x *WatchSyncStatusResponse) GetPackBlockCountTotal() uint64

func (*WatchSyncStatusResponse) GetPackBloomFilterCount

func (x *WatchSyncStatusResponse) GetPackBloomFilterCount() uint32

func (*WatchSyncStatusResponse) GetPackBloomInvalidCount

func (x *WatchSyncStatusResponse) GetPackBloomInvalidCount() uint32

func (*WatchSyncStatusResponse) GetPackBloomMaxFalsePositiveRate

func (x *WatchSyncStatusResponse) GetPackBloomMaxFalsePositiveRate() float64

func (*WatchSyncStatusResponse) GetPackBloomMissingCount

func (x *WatchSyncStatusResponse) GetPackBloomMissingCount() uint32

func (*WatchSyncStatusResponse) GetPackBloomParameterShapeCount

func (x *WatchSyncStatusResponse) GetPackBloomParameterShapeCount() uint32

func (*WatchSyncStatusResponse) GetPackBloomRiskPackCount

func (x *WatchSyncStatusResponse) GetPackBloomRiskPackCount() uint32

func (*WatchSyncStatusResponse) GetPackCandidatePacks

func (x *WatchSyncStatusResponse) GetPackCandidatePacks() uint64

func (*WatchSyncStatusResponse) GetPackFullResponseFallbackBytes

func (x *WatchSyncStatusResponse) GetPackFullResponseFallbackBytes() uint64

func (*WatchSyncStatusResponse) GetPackFullResponseFallbackCount

func (x *WatchSyncStatusResponse) GetPackFullResponseFallbackCount() uint64

func (*WatchSyncStatusResponse) GetPackIndexCacheHits

func (x *WatchSyncStatusResponse) GetPackIndexCacheHits() uint64

func (*WatchSyncStatusResponse) GetPackIndexCacheMisses

func (x *WatchSyncStatusResponse) GetPackIndexCacheMisses() uint64

func (*WatchSyncStatusResponse) GetPackIndexCacheReadErrors

func (x *WatchSyncStatusResponse) GetPackIndexCacheReadErrors() uint64

func (*WatchSyncStatusResponse) GetPackIndexCacheWriteErrors

func (x *WatchSyncStatusResponse) GetPackIndexCacheWriteErrors() uint64

func (*WatchSyncStatusResponse) GetPackIndexTailFetchBytes

func (x *WatchSyncStatusResponse) GetPackIndexTailFetchBytes() uint64

func (*WatchSyncStatusResponse) GetPackIndexTailFetchCount

func (x *WatchSyncStatusResponse) GetPackIndexTailFetchCount() uint64

func (*WatchSyncStatusResponse) GetPackIndexTailResponseBytes

func (x *WatchSyncStatusResponse) GetPackIndexTailResponseBytes() uint64

func (*WatchSyncStatusResponse) GetPackLastCandidatePacks

func (x *WatchSyncStatusResponse) GetPackLastCandidatePacks() uint32

func (*WatchSyncStatusResponse) GetPackLastFullResponseFallbackBytes

func (x *WatchSyncStatusResponse) GetPackLastFullResponseFallbackBytes() uint64

func (*WatchSyncStatusResponse) GetPackLastNegativePacks

func (x *WatchSyncStatusResponse) GetPackLastNegativePacks() uint32

func (*WatchSyncStatusResponse) GetPackLastOpenedPacks

func (x *WatchSyncStatusResponse) GetPackLastOpenedPacks() uint32

func (*WatchSyncStatusResponse) GetPackLastRemoteIndexBytes

func (x *WatchSyncStatusResponse) GetPackLastRemoteIndexBytes() uint64

func (*WatchSyncStatusResponse) GetPackLastTargetHit

func (x *WatchSyncStatusResponse) GetPackLastTargetHit() bool

func (*WatchSyncStatusResponse) GetPackLookupCount

func (x *WatchSyncStatusResponse) GetPackLookupCount() uint64

func (*WatchSyncStatusResponse) GetPackManifestEntries

func (x *WatchSyncStatusResponse) GetPackManifestEntries() uint32

func (*WatchSyncStatusResponse) GetPackNegativePacks

func (x *WatchSyncStatusResponse) GetPackNegativePacks() uint64

func (*WatchSyncStatusResponse) GetPackOpenedPacks

func (x *WatchSyncStatusResponse) GetPackOpenedPacks() uint64

func (*WatchSyncStatusResponse) GetPackRangeRequestCount

func (x *WatchSyncStatusResponse) GetPackRangeRequestCount() uint64

func (*WatchSyncStatusResponse) GetPackRangeResponseBytes

func (x *WatchSyncStatusResponse) GetPackRangeResponseBytes() uint64

func (*WatchSyncStatusResponse) GetPackRemoteIndexBytes

func (x *WatchSyncStatusResponse) GetPackRemoteIndexBytes() uint64

func (*WatchSyncStatusResponse) GetPackRemoteIndexLoads

func (x *WatchSyncStatusResponse) GetPackRemoteIndexLoads() uint64

func (*WatchSyncStatusResponse) GetPackSizeBytesMax

func (x *WatchSyncStatusResponse) GetPackSizeBytesMax() uint64

func (*WatchSyncStatusResponse) GetPackSizeBytesMin

func (x *WatchSyncStatusResponse) GetPackSizeBytesMin() uint64

func (*WatchSyncStatusResponse) GetPackSizeBytesTotal

func (x *WatchSyncStatusResponse) GetPackSizeBytesTotal() uint64

func (*WatchSyncStatusResponse) GetPackTargetHits

func (x *WatchSyncStatusResponse) GetPackTargetHits() uint64

func (*WatchSyncStatusResponse) GetPendingDownloadBytes

func (x *WatchSyncStatusResponse) GetPendingDownloadBytes() uint64

func (*WatchSyncStatusResponse) GetPendingDownloadCount

func (x *WatchSyncStatusResponse) GetPendingDownloadCount() uint32

func (*WatchSyncStatusResponse) GetPendingUploadBytes

func (x *WatchSyncStatusResponse) GetPendingUploadBytes() uint64

func (*WatchSyncStatusResponse) GetPendingUploadCount

func (x *WatchSyncStatusResponse) GetPendingUploadCount() uint32

func (*WatchSyncStatusResponse) GetState

func (*WatchSyncStatusResponse) GetTransportState

func (x *WatchSyncStatusResponse) GetTransportState() SyncTransportState

func (*WatchSyncStatusResponse) GetUploadBytesPerSecond

func (x *WatchSyncStatusResponse) GetUploadBytesPerSecond() uint64

func (*WatchSyncStatusResponse) MarshalJSON

func (x *WatchSyncStatusResponse) MarshalJSON() ([]byte, error)

MarshalJSON marshals the WatchSyncStatusResponse to JSON.

func (*WatchSyncStatusResponse) MarshalProtoJSON

func (x *WatchSyncStatusResponse) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the WatchSyncStatusResponse message to JSON.

func (*WatchSyncStatusResponse) MarshalProtoText

func (x *WatchSyncStatusResponse) MarshalProtoText() string

func (*WatchSyncStatusResponse) MarshalToSizedBufferVT

func (m *WatchSyncStatusResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*WatchSyncStatusResponse) MarshalToVT

func (m *WatchSyncStatusResponse) MarshalToVT(dAtA []byte) (int, error)

func (*WatchSyncStatusResponse) MarshalVT

func (m *WatchSyncStatusResponse) MarshalVT() (dAtA []byte, err error)

func (*WatchSyncStatusResponse) ProtoMessage

func (*WatchSyncStatusResponse) ProtoMessage()

func (*WatchSyncStatusResponse) Reset

func (x *WatchSyncStatusResponse) Reset()

func (*WatchSyncStatusResponse) SizeVT

func (m *WatchSyncStatusResponse) SizeVT() (n int)

func (*WatchSyncStatusResponse) String

func (x *WatchSyncStatusResponse) String() string

func (*WatchSyncStatusResponse) UnmarshalJSON

func (x *WatchSyncStatusResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the WatchSyncStatusResponse from JSON.

func (*WatchSyncStatusResponse) UnmarshalProtoJSON

func (x *WatchSyncStatusResponse) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the WatchSyncStatusResponse message from JSON.

func (*WatchSyncStatusResponse) UnmarshalVT

func (m *WatchSyncStatusResponse) UnmarshalVT(dAtA []byte) error

type WatchTransferProgressRequest

type WatchTransferProgressRequest struct {
	// contains filtered or unexported fields
}

WatchTransferProgressRequest is the request for WatchTransferProgress.

func (*WatchTransferProgressRequest) CloneMessageVT

func (*WatchTransferProgressRequest) CloneVT

func (*WatchTransferProgressRequest) EqualMessageVT

func (this *WatchTransferProgressRequest) EqualMessageVT(thatMsg any) bool

func (*WatchTransferProgressRequest) EqualVT

func (*WatchTransferProgressRequest) MarshalJSON

func (x *WatchTransferProgressRequest) MarshalJSON() ([]byte, error)

MarshalJSON marshals the WatchTransferProgressRequest to JSON.

func (*WatchTransferProgressRequest) MarshalProtoJSON

func (x *WatchTransferProgressRequest) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the WatchTransferProgressRequest message to JSON.

func (*WatchTransferProgressRequest) MarshalProtoText

func (x *WatchTransferProgressRequest) MarshalProtoText() string

func (*WatchTransferProgressRequest) MarshalToSizedBufferVT

func (m *WatchTransferProgressRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*WatchTransferProgressRequest) MarshalToVT

func (m *WatchTransferProgressRequest) MarshalToVT(dAtA []byte) (int, error)

func (*WatchTransferProgressRequest) MarshalVT

func (m *WatchTransferProgressRequest) MarshalVT() (dAtA []byte, err error)

func (*WatchTransferProgressRequest) ProtoMessage

func (*WatchTransferProgressRequest) ProtoMessage()

func (*WatchTransferProgressRequest) Reset

func (x *WatchTransferProgressRequest) Reset()

func (*WatchTransferProgressRequest) SizeVT

func (m *WatchTransferProgressRequest) SizeVT() (n int)

func (*WatchTransferProgressRequest) String

func (*WatchTransferProgressRequest) UnmarshalJSON

func (x *WatchTransferProgressRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the WatchTransferProgressRequest from JSON.

func (*WatchTransferProgressRequest) UnmarshalProtoJSON

func (x *WatchTransferProgressRequest) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the WatchTransferProgressRequest message from JSON.

func (*WatchTransferProgressRequest) UnmarshalVT

func (m *WatchTransferProgressRequest) UnmarshalVT(dAtA []byte) error

type WatchTransferProgressResponse

type WatchTransferProgressResponse struct {

	// State is the current transfer state.
	State *transfer.TransferState `protobuf:"bytes,1,opt,name=state,proto3" json:"state,omitempty"`
	// contains filtered or unexported fields
}

WatchTransferProgressResponse is the response for WatchTransferProgress.

func (*WatchTransferProgressResponse) CloneMessageVT

func (*WatchTransferProgressResponse) CloneVT

func (*WatchTransferProgressResponse) EqualMessageVT

func (this *WatchTransferProgressResponse) EqualMessageVT(thatMsg any) bool

func (*WatchTransferProgressResponse) EqualVT

func (*WatchTransferProgressResponse) GetState

func (*WatchTransferProgressResponse) MarshalJSON

func (x *WatchTransferProgressResponse) MarshalJSON() ([]byte, error)

MarshalJSON marshals the WatchTransferProgressResponse to JSON.

func (*WatchTransferProgressResponse) MarshalProtoJSON

func (x *WatchTransferProgressResponse) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the WatchTransferProgressResponse message to JSON.

func (*WatchTransferProgressResponse) MarshalProtoText

func (x *WatchTransferProgressResponse) MarshalProtoText() string

func (*WatchTransferProgressResponse) MarshalToSizedBufferVT

func (m *WatchTransferProgressResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*WatchTransferProgressResponse) MarshalToVT

func (m *WatchTransferProgressResponse) MarshalToVT(dAtA []byte) (int, error)

func (*WatchTransferProgressResponse) MarshalVT

func (m *WatchTransferProgressResponse) MarshalVT() (dAtA []byte, err error)

func (*WatchTransferProgressResponse) ProtoMessage

func (*WatchTransferProgressResponse) ProtoMessage()

func (*WatchTransferProgressResponse) Reset

func (x *WatchTransferProgressResponse) Reset()

func (*WatchTransferProgressResponse) SizeVT

func (m *WatchTransferProgressResponse) SizeVT() (n int)

func (*WatchTransferProgressResponse) String

func (*WatchTransferProgressResponse) UnmarshalJSON

func (x *WatchTransferProgressResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the WatchTransferProgressResponse from JSON.

func (*WatchTransferProgressResponse) UnmarshalProtoJSON

func (x *WatchTransferProgressResponse) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the WatchTransferProgressResponse message from JSON.

func (*WatchTransferProgressResponse) UnmarshalVT

func (m *WatchTransferProgressResponse) UnmarshalVT(dAtA []byte) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL