package profile

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

service ProfileService

profile_service.proto:57

* ProfileService defines the RPC methods available for managing profiles.

message ProfileEntity

profile.proto:9

ProfileEntity defines a profile entity.

Used as request type in: ProfileService.UpdateProfile

Used as field type in: MultiProfilesResponse, ProfileResponse

message ProfileOptions

profile.proto:21

ProfileOptions defines options for a profile.

Used in: ProfileEntity

message ProfileRequest

profile_service.proto:19

* ProfileRequest is the request message for fetching or identifying a profile by ID, name, or URL.

Used as request type in: ProfileService.DeleteProfile, ProfileService.GetProfile, ProfileService.SetActiveProfile

message ProfileResponse

profile_service.proto:39

* ProfileResponse is the response message for profile service operations.

Used as response type in: ProfileService.AddProfile, ProfileService.GetActiveProfile, ProfileService.GetProfile, ProfileService.UpdateProfile

message SubscriptionInfo

profile.proto:26

SubscriptionInfo defines subscription-related information.

Used in: ProfileEntity