v2

package
v0.2.32 Latest Latest
Warning

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

Go to latest
Published: Jun 13, 2023 License: AGPL-3.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	UserStatus_name = map[int32]string{
		0: "USER_STATUS_UNSPECIFIED",
		1: "USER_STATUS_ACTIVE",
		2: "USER_STATUS_DEACTIVATED",
	}
	UserStatus_value = map[string]int32{
		"USER_STATUS_UNSPECIFIED": 0,
		"USER_STATUS_ACTIVE":      1,
		"USER_STATUS_DEACTIVATED": 2,
	}
)

Enum value maps for UserStatus.

View Source
var (
	UserRole_name = map[int32]string{
		0: "USER_ROLE_UNSPECIFIED",
		1: "USER_ROLE_GUEST",
		2: "USER_ROLE_USER",
	}
	UserRole_value = map[string]int32{
		"USER_ROLE_UNSPECIFIED": 0,
		"USER_ROLE_GUEST":       1,
		"USER_ROLE_USER":        2,
	}
)

Enum value maps for UserRole.

View Source
var (
	PageDir_name = map[int32]string{
		0: "PAGE_DIR_ASC",
		1: "PAGE_DIR_DESC",
	}
	PageDir_value = map[string]int32{
		"PAGE_DIR_ASC":  0,
		"PAGE_DIR_DESC": 1,
	}
)

Enum value maps for PageDir.

View Source
var File_profile_api_profile_v2_profile_proto protoreflect.FileDescriptor
View Source
var ProfileService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "profile.v2.ProfileService",
	HandlerType: (*ProfileServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "CreateUser",
			Handler:    _ProfileService_CreateUser_Handler,
		},
		{
			MethodName: "CreateGuestUser",
			Handler:    _ProfileService_CreateGuestUser_Handler,
		},
		{
			MethodName: "UpgradeGuestUser",
			Handler:    _ProfileService_UpgradeGuestUser_Handler,
		},
		{
			MethodName: "GetMe",
			Handler:    _ProfileService_GetMe_Handler,
		},
		{
			MethodName: "UpdateMe",
			Handler:    _ProfileService_UpdateMe_Handler,
		},
		{
			MethodName: "DeactivateMe",
			Handler:    _ProfileService_DeactivateMe_Handler,
		},
		{
			MethodName: "ActivateMe",
			Handler:    _ProfileService_ActivateMe_Handler,
		},
		{
			MethodName: "DeleteMe",
			Handler:    _ProfileService_DeleteMe_Handler,
		},
		{
			MethodName: "GetUser",
			Handler:    _ProfileService_GetUser_Handler,
		},
		{
			MethodName: "GetUserByUsername",
			Handler:    _ProfileService_GetUserByUsername_Handler,
		},
		{
			MethodName: "GetUsers",
			Handler:    _ProfileService_GetUsers_Handler,
		},
		{
			MethodName: "SearchUsers",
			Handler:    _ProfileService_SearchUsers_Handler,
		},
		{
			MethodName: "SearchUsersForDirectChat",
			Handler:    _ProfileService_SearchUsersForDirectChat_Handler,
		},
		{
			MethodName: "CheckUsernameAvailable",
			Handler:    _ProfileService_CheckUsernameAvailable_Handler,
		},
		{
			MethodName: "ValidateUsername",
			Handler:    _ProfileService_ValidateUsername_Handler,
		},
		{
			MethodName: "DeleteTestUser",
			Handler:    _ProfileService_DeleteTestUser_Handler,
		},
		{
			MethodName: "GetUserIDs",
			Handler:    _ProfileService_GetUserIDs_Handler,
		},
		{
			MethodName: "GetUserCounter",
			Handler:    _ProfileService_GetUserCounter_Handler,
		},
		{
			MethodName: "GetMySettings",
			Handler:    _ProfileService_GetMySettings_Handler,
		},
		{
			MethodName: "CanSendDM",
			Handler:    _ProfileService_CanSendDM_Handler,
		},
		{
			MethodName: "UpdateSetting",
			Handler:    _ProfileService_UpdateSetting_Handler,
		},
		{
			MethodName: "Follow",
			Handler:    _ProfileService_Follow_Handler,
		},
		{
			MethodName: "Unfollow",
			Handler:    _ProfileService_Unfollow_Handler,
		},
		{
			MethodName: "GetFollowings",
			Handler:    _ProfileService_GetFollowings_Handler,
		},
		{
			MethodName: "GetFollowers",
			Handler:    _ProfileService_GetFollowers_Handler,
		},
		{
			MethodName: "SearchFollowers",
			Handler:    _ProfileService_SearchFollowers_Handler,
		},
		{
			MethodName: "Block",
			Handler:    _ProfileService_Block_Handler,
		},
		{
			MethodName: "Unblock",
			Handler:    _ProfileService_Unblock_Handler,
		},
		{
			MethodName: "GetBlockers",
			Handler:    _ProfileService_GetBlockers_Handler,
		},
		{
			MethodName: "GetBlockings",
			Handler:    _ProfileService_GetBlockings_Handler,
		},
		{
			MethodName: "GetBlockList",
			Handler:    _ProfileService_GetBlockList_Handler,
		},
		{
			MethodName: "Ban",
			Handler:    _ProfileService_Ban_Handler,
		},
		{
			MethodName: "Unban",
			Handler:    _ProfileService_Unban_Handler,
		},
		{
			MethodName: "IsBanned",
			Handler:    _ProfileService_IsBanned_Handler,
		},
		{
			MethodName: "ShareUser",
			Handler:    _ProfileService_ShareUser_Handler,
		},
		{
			MethodName: "GlitterBomb",
			Handler:    _ProfileService_GlitterBomb_Handler,
		},
		{
			MethodName: "Verify",
			Handler:    _ProfileService_Verify_Handler,
		},
		{
			MethodName: "Unverify",
			Handler:    _ProfileService_Unverify_Handler,
		},
		{
			MethodName: "GetVerifiedUsers",
			Handler:    _ProfileService_GetVerifiedUsers_Handler,
		},
		{
			MethodName: "PublishHistoricalUserEvents",
			Handler:    _ProfileService_PublishHistoricalUserEvents_Handler,
		},
		{
			MethodName: "StopPublishHistoricalUserEvents",
			Handler:    _ProfileService_StopPublishHistoricalUserEvents_Handler,
		},
		{
			MethodName: "PublishHistoricalFollowEvents",
			Handler:    _ProfileService_PublishHistoricalFollowEvents_Handler,
		},
		{
			MethodName: "StopPublishHistoricalFollowEvents",
			Handler:    _ProfileService_StopPublishHistoricalFollowEvents_Handler,
		},
		{
			MethodName: "PublishHistoricalBlockEvents",
			Handler:    _ProfileService_PublishHistoricalBlockEvents_Handler,
		},
		{
			MethodName: "StopPublishHistoricalBlockEvents",
			Handler:    _ProfileService_StopPublishHistoricalBlockEvents_Handler,
		},
		{
			MethodName: "GetStatistics",
			Handler:    _ProfileService_GetStatistics_Handler,
		},
		{
			MethodName: "SiteMapGenerator",
			Handler:    _ProfileService_SiteMapGenerator_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "profile-api/profile/v2/profile.proto",
}

ProfileService_ServiceDesc is the grpc.ServiceDesc for ProfileService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

Functions

func RegisterProfileServiceServer

func RegisterProfileServiceServer(s grpc.ServiceRegistrar, srv ProfileServiceServer)

Types

type ActivateMeRequest

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

func (*ActivateMeRequest) Descriptor deprecated

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

Deprecated: Use ActivateMeRequest.ProtoReflect.Descriptor instead.

func (*ActivateMeRequest) ProtoMessage

func (*ActivateMeRequest) ProtoMessage()

func (*ActivateMeRequest) ProtoReflect

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

func (*ActivateMeRequest) Reset

func (x *ActivateMeRequest) Reset()

func (*ActivateMeRequest) String

func (x *ActivateMeRequest) String() string

type ActivateMeResponse

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

func (*ActivateMeResponse) Descriptor deprecated

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

Deprecated: Use ActivateMeResponse.ProtoReflect.Descriptor instead.

func (*ActivateMeResponse) ProtoMessage

func (*ActivateMeResponse) ProtoMessage()

func (*ActivateMeResponse) ProtoReflect

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

func (*ActivateMeResponse) Reset

func (x *ActivateMeResponse) Reset()

func (*ActivateMeResponse) String

func (x *ActivateMeResponse) String() string

type BanRequest

type BanRequest struct {
	UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	Reason string `protobuf:"bytes,2,opt,name=reason,proto3" json:"reason,omitempty"`
	// contains filtered or unexported fields
}

func (*BanRequest) Descriptor deprecated

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

Deprecated: Use BanRequest.ProtoReflect.Descriptor instead.

func (*BanRequest) GetReason

func (x *BanRequest) GetReason() string

func (*BanRequest) GetUserId

func (x *BanRequest) GetUserId() string

func (*BanRequest) ProtoMessage

func (*BanRequest) ProtoMessage()

func (*BanRequest) ProtoReflect

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

func (*BanRequest) Reset

func (x *BanRequest) Reset()

func (*BanRequest) String

func (x *BanRequest) String() string

type BanResponse

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

func (*BanResponse) Descriptor deprecated

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

Deprecated: Use BanResponse.ProtoReflect.Descriptor instead.

func (*BanResponse) ProtoMessage

func (*BanResponse) ProtoMessage()

func (*BanResponse) ProtoReflect

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

func (*BanResponse) Reset

func (x *BanResponse) Reset()

func (*BanResponse) String

func (x *BanResponse) String() string

type BlockRequest

type BlockRequest struct {
	UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	// contains filtered or unexported fields
}

func (*BlockRequest) Descriptor deprecated

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

Deprecated: Use BlockRequest.ProtoReflect.Descriptor instead.

func (*BlockRequest) GetUserId

func (x *BlockRequest) GetUserId() string

func (*BlockRequest) ProtoMessage

func (*BlockRequest) ProtoMessage()

func (*BlockRequest) ProtoReflect

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

func (*BlockRequest) Reset

func (x *BlockRequest) Reset()

func (*BlockRequest) String

func (x *BlockRequest) String() string

type BlockResponse

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

func (*BlockResponse) Descriptor deprecated

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

Deprecated: Use BlockResponse.ProtoReflect.Descriptor instead.

func (*BlockResponse) ProtoMessage

func (*BlockResponse) ProtoMessage()

func (*BlockResponse) ProtoReflect

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

func (*BlockResponse) Reset

func (x *BlockResponse) Reset()

func (*BlockResponse) String

func (x *BlockResponse) String() string

type CanSendDMRequest

type CanSendDMRequest struct {
	SenderUserId    string `protobuf:"bytes,1,opt,name=sender_user_id,json=senderUserId,proto3" json:"sender_user_id,omitempty"`
	RecipientUserId string `protobuf:"bytes,2,opt,name=recipient_user_id,json=recipientUserId,proto3" json:"recipient_user_id,omitempty"`
	// contains filtered or unexported fields
}

func (*CanSendDMRequest) Descriptor deprecated

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

Deprecated: Use CanSendDMRequest.ProtoReflect.Descriptor instead.

func (*CanSendDMRequest) GetRecipientUserId

func (x *CanSendDMRequest) GetRecipientUserId() string

func (*CanSendDMRequest) GetSenderUserId

func (x *CanSendDMRequest) GetSenderUserId() string

func (*CanSendDMRequest) ProtoMessage

func (*CanSendDMRequest) ProtoMessage()

func (*CanSendDMRequest) ProtoReflect

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

func (*CanSendDMRequest) Reset

func (x *CanSendDMRequest) Reset()

func (*CanSendDMRequest) String

func (x *CanSendDMRequest) String() string

type CanSendDMResponse

type CanSendDMResponse struct {
	CanSendDm bool `protobuf:"varint,1,opt,name=can_send_dm,json=canSendDm,proto3" json:"can_send_dm,omitempty"`
	// contains filtered or unexported fields
}

func (*CanSendDMResponse) Descriptor deprecated

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

Deprecated: Use CanSendDMResponse.ProtoReflect.Descriptor instead.

func (*CanSendDMResponse) GetCanSendDm

func (x *CanSendDMResponse) GetCanSendDm() bool

func (*CanSendDMResponse) ProtoMessage

func (*CanSendDMResponse) ProtoMessage()

func (*CanSendDMResponse) ProtoReflect

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

func (*CanSendDMResponse) Reset

func (x *CanSendDMResponse) Reset()

func (*CanSendDMResponse) String

func (x *CanSendDMResponse) String() string

type CheckUsernameAvailableRequest

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

func (*CheckUsernameAvailableRequest) Descriptor deprecated

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

Deprecated: Use CheckUsernameAvailableRequest.ProtoReflect.Descriptor instead.

func (*CheckUsernameAvailableRequest) GetUsername

func (x *CheckUsernameAvailableRequest) GetUsername() string

func (*CheckUsernameAvailableRequest) ProtoMessage

func (*CheckUsernameAvailableRequest) ProtoMessage()

func (*CheckUsernameAvailableRequest) ProtoReflect

func (*CheckUsernameAvailableRequest) Reset

func (x *CheckUsernameAvailableRequest) Reset()

func (*CheckUsernameAvailableRequest) String

type CheckUsernameAvailableResponse

type CheckUsernameAvailableResponse struct {
	Available bool `protobuf:"varint,1,opt,name=available,proto3" json:"available,omitempty"`
	// contains filtered or unexported fields
}

func (*CheckUsernameAvailableResponse) Descriptor deprecated

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

Deprecated: Use CheckUsernameAvailableResponse.ProtoReflect.Descriptor instead.

func (*CheckUsernameAvailableResponse) GetAvailable

func (x *CheckUsernameAvailableResponse) GetAvailable() bool

func (*CheckUsernameAvailableResponse) ProtoMessage

func (*CheckUsernameAvailableResponse) ProtoMessage()

func (*CheckUsernameAvailableResponse) ProtoReflect

func (*CheckUsernameAvailableResponse) Reset

func (x *CheckUsernameAvailableResponse) Reset()

func (*CheckUsernameAvailableResponse) String

type CreateGuestUserRequest added in v0.2.27

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

func (*CreateGuestUserRequest) Descriptor deprecated added in v0.2.27

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

Deprecated: Use CreateGuestUserRequest.ProtoReflect.Descriptor instead.

func (*CreateGuestUserRequest) ProtoMessage added in v0.2.27

func (*CreateGuestUserRequest) ProtoMessage()

func (*CreateGuestUserRequest) ProtoReflect added in v0.2.27

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

func (*CreateGuestUserRequest) Reset added in v0.2.27

func (x *CreateGuestUserRequest) Reset()

func (*CreateGuestUserRequest) String added in v0.2.27

func (x *CreateGuestUserRequest) String() string

type CreateGuestUserResponse added in v0.2.27

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

func (*CreateGuestUserResponse) Descriptor deprecated added in v0.2.27

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

Deprecated: Use CreateGuestUserResponse.ProtoReflect.Descriptor instead.

func (*CreateGuestUserResponse) GetId added in v0.2.27

func (x *CreateGuestUserResponse) GetId() string

func (*CreateGuestUserResponse) GetUsername added in v0.2.27

func (x *CreateGuestUserResponse) GetUsername() string

func (*CreateGuestUserResponse) ProtoMessage added in v0.2.27

func (*CreateGuestUserResponse) ProtoMessage()

func (*CreateGuestUserResponse) ProtoReflect added in v0.2.27

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

func (*CreateGuestUserResponse) Reset added in v0.2.27

func (x *CreateGuestUserResponse) Reset()

func (*CreateGuestUserResponse) String added in v0.2.27

func (x *CreateGuestUserResponse) String() string

type CreateUserRequest

type CreateUserRequest struct {
	Username         string    `protobuf:"bytes,1,opt,name=username,proto3" json:"username,omitempty"`
	Firstname        string    `protobuf:"bytes,2,opt,name=firstname,proto3" json:"firstname,omitempty"`
	Surname          *string   `protobuf:"bytes,3,opt,name=surname,proto3,oneof" json:"surname,omitempty"`
	Bio              *string   `protobuf:"bytes,4,opt,name=bio,proto3,oneof" json:"bio,omitempty"`
	ProfileImageUrl  *string   `protobuf:"bytes,5,opt,name=profile_image_url,json=profileImageUrl,proto3,oneof" json:"profile_image_url,omitempty"`
	IsVerified       bool      `protobuf:"varint,6,opt,name=is_verified,json=isVerified,proto3" json:"is_verified,omitempty"`
	Email            string    `protobuf:"bytes,7,opt,name=email,proto3" json:"email,omitempty"`
	PhoneCountryCode *string   `protobuf:"bytes,8,opt,name=phone_country_code,json=phoneCountryCode,proto3,oneof" json:"phone_country_code,omitempty"`
	Phone            *string   `protobuf:"bytes,9,opt,name=phone,proto3,oneof" json:"phone,omitempty"`
	Age              int64     `protobuf:"varint,10,opt,name=age,proto3" json:"age,omitempty"`
	CountryCode      string    `protobuf:"bytes,11,opt,name=country_code,json=countryCode,proto3" json:"country_code,omitempty"`
	Version          string    `protobuf:"bytes,12,opt,name=version,proto3" json:"version,omitempty"`
	Timezone         string    `protobuf:"bytes,13,opt,name=timezone,proto3" json:"timezone,omitempty"`
	LanguageCodes    []string  `protobuf:"bytes,16,rep,name=language_codes,json=languageCodes,proto3" json:"language_codes,omitempty"`
	Role             *UserRole `protobuf:"varint,17,opt,name=role,proto3,enum=profile.v2.UserRole,oneof" json:"role,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateUserRequest) Descriptor deprecated

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

Deprecated: Use CreateUserRequest.ProtoReflect.Descriptor instead.

func (*CreateUserRequest) GetAge

func (x *CreateUserRequest) GetAge() int64

func (*CreateUserRequest) GetBio

func (x *CreateUserRequest) GetBio() string

func (*CreateUserRequest) GetCountryCode

func (x *CreateUserRequest) GetCountryCode() string

func (*CreateUserRequest) GetEmail

func (x *CreateUserRequest) GetEmail() string

func (*CreateUserRequest) GetFirstname

func (x *CreateUserRequest) GetFirstname() string

func (*CreateUserRequest) GetIsVerified

func (x *CreateUserRequest) GetIsVerified() bool

func (*CreateUserRequest) GetLanguageCodes

func (x *CreateUserRequest) GetLanguageCodes() []string

func (*CreateUserRequest) GetPhone

func (x *CreateUserRequest) GetPhone() string

func (*CreateUserRequest) GetPhoneCountryCode

func (x *CreateUserRequest) GetPhoneCountryCode() string

func (*CreateUserRequest) GetProfileImageUrl

func (x *CreateUserRequest) GetProfileImageUrl() string

func (*CreateUserRequest) GetRole

func (x *CreateUserRequest) GetRole() UserRole

func (*CreateUserRequest) GetSurname

func (x *CreateUserRequest) GetSurname() string

func (*CreateUserRequest) GetTimezone

func (x *CreateUserRequest) GetTimezone() string

func (*CreateUserRequest) GetUsername

func (x *CreateUserRequest) GetUsername() string

func (*CreateUserRequest) GetVersion

func (x *CreateUserRequest) GetVersion() string

func (*CreateUserRequest) ProtoMessage

func (*CreateUserRequest) ProtoMessage()

func (*CreateUserRequest) ProtoReflect

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

func (*CreateUserRequest) Reset

func (x *CreateUserRequest) Reset()

func (*CreateUserRequest) String

func (x *CreateUserRequest) String() string

type CreateUserResponse

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

func (*CreateUserResponse) Descriptor deprecated

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

Deprecated: Use CreateUserResponse.ProtoReflect.Descriptor instead.

func (*CreateUserResponse) GetId

func (x *CreateUserResponse) GetId() string

func (*CreateUserResponse) ProtoMessage

func (*CreateUserResponse) ProtoMessage()

func (*CreateUserResponse) ProtoReflect

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

func (*CreateUserResponse) Reset

func (x *CreateUserResponse) Reset()

func (*CreateUserResponse) String

func (x *CreateUserResponse) String() string

type DeactivateMeRequest

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

func (*DeactivateMeRequest) Descriptor deprecated

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

Deprecated: Use DeactivateMeRequest.ProtoReflect.Descriptor instead.

func (*DeactivateMeRequest) GetReason

func (x *DeactivateMeRequest) GetReason() string

func (*DeactivateMeRequest) ProtoMessage

func (*DeactivateMeRequest) ProtoMessage()

func (*DeactivateMeRequest) ProtoReflect

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

func (*DeactivateMeRequest) Reset

func (x *DeactivateMeRequest) Reset()

func (*DeactivateMeRequest) String

func (x *DeactivateMeRequest) String() string

type DeactivateMeResponse

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

func (*DeactivateMeResponse) Descriptor deprecated

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

Deprecated: Use DeactivateMeResponse.ProtoReflect.Descriptor instead.

func (*DeactivateMeResponse) ProtoMessage

func (*DeactivateMeResponse) ProtoMessage()

func (*DeactivateMeResponse) ProtoReflect

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

func (*DeactivateMeResponse) Reset

func (x *DeactivateMeResponse) Reset()

func (*DeactivateMeResponse) String

func (x *DeactivateMeResponse) String() string

type DeleteMeRequest

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

func (*DeleteMeRequest) Descriptor deprecated

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

Deprecated: Use DeleteMeRequest.ProtoReflect.Descriptor instead.

func (*DeleteMeRequest) GetReason

func (x *DeleteMeRequest) GetReason() string

func (*DeleteMeRequest) ProtoMessage

func (*DeleteMeRequest) ProtoMessage()

func (*DeleteMeRequest) ProtoReflect

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

func (*DeleteMeRequest) Reset

func (x *DeleteMeRequest) Reset()

func (*DeleteMeRequest) String

func (x *DeleteMeRequest) String() string

type DeleteMeResponse

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

func (*DeleteMeResponse) Descriptor deprecated

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

Deprecated: Use DeleteMeResponse.ProtoReflect.Descriptor instead.

func (*DeleteMeResponse) ProtoMessage

func (*DeleteMeResponse) ProtoMessage()

func (*DeleteMeResponse) ProtoReflect

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

func (*DeleteMeResponse) Reset

func (x *DeleteMeResponse) Reset()

func (*DeleteMeResponse) String

func (x *DeleteMeResponse) String() string

type DeleteTestUserRequest

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

func (*DeleteTestUserRequest) Descriptor deprecated

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

Deprecated: Use DeleteTestUserRequest.ProtoReflect.Descriptor instead.

func (*DeleteTestUserRequest) GetUsername

func (x *DeleteTestUserRequest) GetUsername() string

func (*DeleteTestUserRequest) ProtoMessage

func (*DeleteTestUserRequest) ProtoMessage()

func (*DeleteTestUserRequest) ProtoReflect

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

func (*DeleteTestUserRequest) Reset

func (x *DeleteTestUserRequest) Reset()

func (*DeleteTestUserRequest) String

func (x *DeleteTestUserRequest) String() string

type DeleteTestUserResponse

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

func (*DeleteTestUserResponse) Descriptor deprecated

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

Deprecated: Use DeleteTestUserResponse.ProtoReflect.Descriptor instead.

func (*DeleteTestUserResponse) GetId

func (x *DeleteTestUserResponse) GetId() string

func (*DeleteTestUserResponse) ProtoMessage

func (*DeleteTestUserResponse) ProtoMessage()

func (*DeleteTestUserResponse) ProtoReflect

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

func (*DeleteTestUserResponse) Reset

func (x *DeleteTestUserResponse) Reset()

func (*DeleteTestUserResponse) String

func (x *DeleteTestUserResponse) String() string

type FollowRequest

type FollowRequest struct {
	UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	// contains filtered or unexported fields
}

func (*FollowRequest) Descriptor deprecated

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

Deprecated: Use FollowRequest.ProtoReflect.Descriptor instead.

func (*FollowRequest) GetUserId

func (x *FollowRequest) GetUserId() string

func (*FollowRequest) ProtoMessage

func (*FollowRequest) ProtoMessage()

func (*FollowRequest) ProtoReflect

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

func (*FollowRequest) Reset

func (x *FollowRequest) Reset()

func (*FollowRequest) String

func (x *FollowRequest) String() string

type FollowResponse

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

func (*FollowResponse) Descriptor deprecated

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

Deprecated: Use FollowResponse.ProtoReflect.Descriptor instead.

func (*FollowResponse) ProtoMessage

func (*FollowResponse) ProtoMessage()

func (*FollowResponse) ProtoReflect

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

func (*FollowResponse) Reset

func (x *FollowResponse) Reset()

func (*FollowResponse) String

func (x *FollowResponse) String() string

type GetBlockListRequest

type GetBlockListRequest struct {
	UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetBlockListRequest) Descriptor deprecated

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

Deprecated: Use GetBlockListRequest.ProtoReflect.Descriptor instead.

func (*GetBlockListRequest) GetUserId

func (x *GetBlockListRequest) GetUserId() string

func (*GetBlockListRequest) ProtoMessage

func (*GetBlockListRequest) ProtoMessage()

func (*GetBlockListRequest) ProtoReflect

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

func (*GetBlockListRequest) Reset

func (x *GetBlockListRequest) Reset()

func (*GetBlockListRequest) String

func (x *GetBlockListRequest) String() string

type GetBlockListResponse

type GetBlockListResponse struct {
	UserIds []string `protobuf:"bytes,1,rep,name=user_ids,json=userIds,proto3" json:"user_ids,omitempty"`
	// contains filtered or unexported fields
}

func (*GetBlockListResponse) Descriptor deprecated

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

Deprecated: Use GetBlockListResponse.ProtoReflect.Descriptor instead.

func (*GetBlockListResponse) GetUserIds

func (x *GetBlockListResponse) GetUserIds() []string

func (*GetBlockListResponse) ProtoMessage

func (*GetBlockListResponse) ProtoMessage()

func (*GetBlockListResponse) ProtoReflect

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

func (*GetBlockListResponse) Reset

func (x *GetBlockListResponse) Reset()

func (*GetBlockListResponse) String

func (x *GetBlockListResponse) String() string

type GetBlockersRequest

type GetBlockersRequest struct {
	UserId string      `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	Cursor *PageCursor `protobuf:"bytes,2,opt,name=cursor,proto3" json:"cursor,omitempty"`
	// contains filtered or unexported fields
}

func (*GetBlockersRequest) Descriptor deprecated

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

Deprecated: Use GetBlockersRequest.ProtoReflect.Descriptor instead.

func (*GetBlockersRequest) GetCursor

func (x *GetBlockersRequest) GetCursor() *PageCursor

func (*GetBlockersRequest) GetUserId

func (x *GetBlockersRequest) GetUserId() string

func (*GetBlockersRequest) ProtoMessage

func (*GetBlockersRequest) ProtoMessage()

func (*GetBlockersRequest) ProtoReflect

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

func (*GetBlockersRequest) Reset

func (x *GetBlockersRequest) Reset()

func (*GetBlockersRequest) String

func (x *GetBlockersRequest) String() string

type GetBlockersResponse

type GetBlockersResponse struct {
	Users    []*User   `protobuf:"bytes,1,rep,name=users,proto3" json:"users,omitempty"`
	PageInfo *PageInfo `protobuf:"bytes,2,opt,name=page_info,json=pageInfo,proto3" json:"page_info,omitempty"`
	// contains filtered or unexported fields
}

func (*GetBlockersResponse) Descriptor deprecated

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

Deprecated: Use GetBlockersResponse.ProtoReflect.Descriptor instead.

func (*GetBlockersResponse) GetPageInfo

func (x *GetBlockersResponse) GetPageInfo() *PageInfo

func (*GetBlockersResponse) GetUsers

func (x *GetBlockersResponse) GetUsers() []*User

func (*GetBlockersResponse) ProtoMessage

func (*GetBlockersResponse) ProtoMessage()

func (*GetBlockersResponse) ProtoReflect

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

func (*GetBlockersResponse) Reset

func (x *GetBlockersResponse) Reset()

func (*GetBlockersResponse) String

func (x *GetBlockersResponse) String() string

type GetBlockingsRequest

type GetBlockingsRequest struct {
	Cursor *PageCursor `protobuf:"bytes,1,opt,name=cursor,proto3" json:"cursor,omitempty"`
	// contains filtered or unexported fields
}

func (*GetBlockingsRequest) Descriptor deprecated

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

Deprecated: Use GetBlockingsRequest.ProtoReflect.Descriptor instead.

func (*GetBlockingsRequest) GetCursor

func (x *GetBlockingsRequest) GetCursor() *PageCursor

func (*GetBlockingsRequest) ProtoMessage

func (*GetBlockingsRequest) ProtoMessage()

func (*GetBlockingsRequest) ProtoReflect

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

func (*GetBlockingsRequest) Reset

func (x *GetBlockingsRequest) Reset()

func (*GetBlockingsRequest) String

func (x *GetBlockingsRequest) String() string

type GetBlockingsResponse

type GetBlockingsResponse struct {
	Users    []*User   `protobuf:"bytes,1,rep,name=users,proto3" json:"users,omitempty"`
	PageInfo *PageInfo `protobuf:"bytes,2,opt,name=page_info,json=pageInfo,proto3" json:"page_info,omitempty"`
	// contains filtered or unexported fields
}

func (*GetBlockingsResponse) Descriptor deprecated

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

Deprecated: Use GetBlockingsResponse.ProtoReflect.Descriptor instead.

func (*GetBlockingsResponse) GetPageInfo

func (x *GetBlockingsResponse) GetPageInfo() *PageInfo

func (*GetBlockingsResponse) GetUsers

func (x *GetBlockingsResponse) GetUsers() []*User

func (*GetBlockingsResponse) ProtoMessage

func (*GetBlockingsResponse) ProtoMessage()

func (*GetBlockingsResponse) ProtoReflect

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

func (*GetBlockingsResponse) Reset

func (x *GetBlockingsResponse) Reset()

func (*GetBlockingsResponse) String

func (x *GetBlockingsResponse) String() string

type GetFollowersRequest

type GetFollowersRequest struct {
	UserId         string      `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	Cursor         *PageCursor `protobuf:"bytes,2,opt,name=cursor,proto3" json:"cursor,omitempty"`
	FilterUsername *string     `protobuf:"bytes,3,opt,name=filter_username,json=filterUsername,proto3,oneof" json:"filter_username,omitempty"`
	// contains filtered or unexported fields
}

func (*GetFollowersRequest) Descriptor deprecated

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

Deprecated: Use GetFollowersRequest.ProtoReflect.Descriptor instead.

func (*GetFollowersRequest) GetCursor

func (x *GetFollowersRequest) GetCursor() *PageCursor

func (*GetFollowersRequest) GetFilterUsername

func (x *GetFollowersRequest) GetFilterUsername() string

func (*GetFollowersRequest) GetUserId

func (x *GetFollowersRequest) GetUserId() string

func (*GetFollowersRequest) ProtoMessage

func (*GetFollowersRequest) ProtoMessage()

func (*GetFollowersRequest) ProtoReflect

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

func (*GetFollowersRequest) Reset

func (x *GetFollowersRequest) Reset()

func (*GetFollowersRequest) String

func (x *GetFollowersRequest) String() string

type GetFollowersResponse

type GetFollowersResponse struct {
	Users    []*User   `protobuf:"bytes,1,rep,name=users,proto3" json:"users,omitempty"`
	PageInfo *PageInfo `protobuf:"bytes,2,opt,name=page_info,json=pageInfo,proto3" json:"page_info,omitempty"`
	// contains filtered or unexported fields
}

func (*GetFollowersResponse) Descriptor deprecated

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

Deprecated: Use GetFollowersResponse.ProtoReflect.Descriptor instead.

func (*GetFollowersResponse) GetPageInfo

func (x *GetFollowersResponse) GetPageInfo() *PageInfo

func (*GetFollowersResponse) GetUsers

func (x *GetFollowersResponse) GetUsers() []*User

func (*GetFollowersResponse) ProtoMessage

func (*GetFollowersResponse) ProtoMessage()

func (*GetFollowersResponse) ProtoReflect

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

func (*GetFollowersResponse) Reset

func (x *GetFollowersResponse) Reset()

func (*GetFollowersResponse) String

func (x *GetFollowersResponse) String() string

type GetFollowingsRequest

type GetFollowingsRequest struct {
	UserId         string      `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	Cursor         *PageCursor `protobuf:"bytes,2,opt,name=cursor,proto3" json:"cursor,omitempty"`
	FilterUsername *string     `protobuf:"bytes,3,opt,name=filter_username,json=filterUsername,proto3,oneof" json:"filter_username,omitempty"`
	// contains filtered or unexported fields
}

func (*GetFollowingsRequest) Descriptor deprecated

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

Deprecated: Use GetFollowingsRequest.ProtoReflect.Descriptor instead.

func (*GetFollowingsRequest) GetCursor

func (x *GetFollowingsRequest) GetCursor() *PageCursor

func (*GetFollowingsRequest) GetFilterUsername

func (x *GetFollowingsRequest) GetFilterUsername() string

func (*GetFollowingsRequest) GetUserId

func (x *GetFollowingsRequest) GetUserId() string

func (*GetFollowingsRequest) ProtoMessage

func (*GetFollowingsRequest) ProtoMessage()

func (*GetFollowingsRequest) ProtoReflect

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

func (*GetFollowingsRequest) Reset

func (x *GetFollowingsRequest) Reset()

func (*GetFollowingsRequest) String

func (x *GetFollowingsRequest) String() string

type GetFollowingsResponse

type GetFollowingsResponse struct {
	Users    []*User   `protobuf:"bytes,1,rep,name=users,proto3" json:"users,omitempty"`
	PageInfo *PageInfo `protobuf:"bytes,2,opt,name=page_info,json=pageInfo,proto3" json:"page_info,omitempty"`
	// contains filtered or unexported fields
}

func (*GetFollowingsResponse) Descriptor deprecated

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

Deprecated: Use GetFollowingsResponse.ProtoReflect.Descriptor instead.

func (*GetFollowingsResponse) GetPageInfo

func (x *GetFollowingsResponse) GetPageInfo() *PageInfo

func (*GetFollowingsResponse) GetUsers

func (x *GetFollowingsResponse) GetUsers() []*User

func (*GetFollowingsResponse) ProtoMessage

func (*GetFollowingsResponse) ProtoMessage()

func (*GetFollowingsResponse) ProtoReflect

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

func (*GetFollowingsResponse) Reset

func (x *GetFollowingsResponse) Reset()

func (*GetFollowingsResponse) String

func (x *GetFollowingsResponse) String() string

type GetMeRequest

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

func (*GetMeRequest) Descriptor deprecated

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

Deprecated: Use GetMeRequest.ProtoReflect.Descriptor instead.

func (*GetMeRequest) ProtoMessage

func (*GetMeRequest) ProtoMessage()

func (*GetMeRequest) ProtoReflect

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

func (*GetMeRequest) Reset

func (x *GetMeRequest) Reset()

func (*GetMeRequest) String

func (x *GetMeRequest) String() string

type GetMeResponse

type GetMeResponse struct {
	Id               string     `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Username         string     `protobuf:"bytes,2,opt,name=username,proto3" json:"username,omitempty"`
	Firstname        string     `protobuf:"bytes,3,opt,name=firstname,proto3" json:"firstname,omitempty"`
	Surname          string     `protobuf:"bytes,4,opt,name=surname,proto3" json:"surname,omitempty"`
	Bio              string     `protobuf:"bytes,5,opt,name=bio,proto3" json:"bio,omitempty"`
	ProfileImageUrl  string     `protobuf:"bytes,6,opt,name=profile_image_url,json=profileImageUrl,proto3" json:"profile_image_url,omitempty"`
	IsVerified       bool       `protobuf:"varint,7,opt,name=is_verified,json=isVerified,proto3" json:"is_verified,omitempty"`
	IsBanned         bool       `protobuf:"varint,8,opt,name=is_banned,json=isBanned,proto3" json:"is_banned,omitempty"`
	Email            string     `protobuf:"bytes,9,opt,name=email,proto3" json:"email,omitempty"`
	PhoneCountryCode string     `protobuf:"bytes,10,opt,name=phone_country_code,json=phoneCountryCode,proto3" json:"phone_country_code,omitempty"`
	PhoneNumber      string     `protobuf:"bytes,11,opt,name=phone_number,json=phoneNumber,proto3" json:"phone_number,omitempty"`
	Age              int64      `protobuf:"varint,12,opt,name=age,proto3" json:"age,omitempty"`
	CountryCode      string     `protobuf:"bytes,13,opt,name=country_code,json=countryCode,proto3" json:"country_code,omitempty"`
	LanguageCodes    []string   `protobuf:"bytes,14,rep,name=language_codes,json=languageCodes,proto3" json:"language_codes,omitempty"`
	FollowerCount    int64      `protobuf:"varint,15,opt,name=follower_count,json=followerCount,proto3" json:"follower_count,omitempty"`
	ShareLink        string     `protobuf:"bytes,16,opt,name=share_link,json=shareLink,proto3" json:"share_link,omitempty"`
	Status           UserStatus `protobuf:"varint,17,opt,name=status,proto3,enum=profile.v2.UserStatus" json:"status,omitempty"`
	Role             UserRole   `protobuf:"varint,18,opt,name=role,proto3,enum=profile.v2.UserRole" json:"role,omitempty"`
	// contains filtered or unexported fields
}

func (*GetMeResponse) Descriptor deprecated

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

Deprecated: Use GetMeResponse.ProtoReflect.Descriptor instead.

func (*GetMeResponse) GetAge

func (x *GetMeResponse) GetAge() int64

func (*GetMeResponse) GetBio

func (x *GetMeResponse) GetBio() string

func (*GetMeResponse) GetCountryCode

func (x *GetMeResponse) GetCountryCode() string

func (*GetMeResponse) GetEmail

func (x *GetMeResponse) GetEmail() string

func (*GetMeResponse) GetFirstname

func (x *GetMeResponse) GetFirstname() string

func (*GetMeResponse) GetFollowerCount

func (x *GetMeResponse) GetFollowerCount() int64

func (*GetMeResponse) GetId

func (x *GetMeResponse) GetId() string

func (*GetMeResponse) GetIsBanned

func (x *GetMeResponse) GetIsBanned() bool

func (*GetMeResponse) GetIsVerified

func (x *GetMeResponse) GetIsVerified() bool

func (*GetMeResponse) GetLanguageCodes

func (x *GetMeResponse) GetLanguageCodes() []string

func (*GetMeResponse) GetPhoneCountryCode

func (x *GetMeResponse) GetPhoneCountryCode() string

func (*GetMeResponse) GetPhoneNumber

func (x *GetMeResponse) GetPhoneNumber() string

func (*GetMeResponse) GetProfileImageUrl

func (x *GetMeResponse) GetProfileImageUrl() string

func (*GetMeResponse) GetRole

func (x *GetMeResponse) GetRole() UserRole
func (x *GetMeResponse) GetShareLink() string

func (*GetMeResponse) GetStatus

func (x *GetMeResponse) GetStatus() UserStatus

func (*GetMeResponse) GetSurname

func (x *GetMeResponse) GetSurname() string

func (*GetMeResponse) GetUsername

func (x *GetMeResponse) GetUsername() string

func (*GetMeResponse) ProtoMessage

func (*GetMeResponse) ProtoMessage()

func (*GetMeResponse) ProtoReflect

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

func (*GetMeResponse) Reset

func (x *GetMeResponse) Reset()

func (*GetMeResponse) String

func (x *GetMeResponse) String() string

type GetMySettingsRequest

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

func (*GetMySettingsRequest) Descriptor deprecated

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

Deprecated: Use GetMySettingsRequest.ProtoReflect.Descriptor instead.

func (*GetMySettingsRequest) ProtoMessage

func (*GetMySettingsRequest) ProtoMessage()

func (*GetMySettingsRequest) ProtoReflect

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

func (*GetMySettingsRequest) Reset

func (x *GetMySettingsRequest) Reset()

func (*GetMySettingsRequest) String

func (x *GetMySettingsRequest) String() string

type GetMySettingsResponse

type GetMySettingsResponse struct {
	Privacy *SettingCategoryPrivacy `protobuf:"bytes,1,opt,name=privacy,proto3" json:"privacy,omitempty"`
	// contains filtered or unexported fields
}

func (*GetMySettingsResponse) Descriptor deprecated

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

Deprecated: Use GetMySettingsResponse.ProtoReflect.Descriptor instead.

func (*GetMySettingsResponse) GetPrivacy

func (*GetMySettingsResponse) ProtoMessage

func (*GetMySettingsResponse) ProtoMessage()

func (*GetMySettingsResponse) ProtoReflect

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

func (*GetMySettingsResponse) Reset

func (x *GetMySettingsResponse) Reset()

func (*GetMySettingsResponse) String

func (x *GetMySettingsResponse) String() string

type GetStatisticsRequest

type GetStatisticsRequest struct {
	CreatedBefore *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=created_before,json=createdBefore,proto3,oneof" json:"created_before,omitempty"`
	// contains filtered or unexported fields
}

func (*GetStatisticsRequest) Descriptor deprecated

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

Deprecated: Use GetStatisticsRequest.ProtoReflect.Descriptor instead.

func (*GetStatisticsRequest) GetCreatedBefore

func (x *GetStatisticsRequest) GetCreatedBefore() *timestamppb.Timestamp

func (*GetStatisticsRequest) ProtoMessage

func (*GetStatisticsRequest) ProtoMessage()

func (*GetStatisticsRequest) ProtoReflect

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

func (*GetStatisticsRequest) Reset

func (x *GetStatisticsRequest) Reset()

func (*GetStatisticsRequest) String

func (x *GetStatisticsRequest) String() string

type GetStatisticsResponse

type GetStatisticsResponse struct {
	UserCount int64 `protobuf:"varint,1,opt,name=user_count,json=userCount,proto3" json:"user_count,omitempty"`
	// contains filtered or unexported fields
}

func (*GetStatisticsResponse) Descriptor deprecated

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

Deprecated: Use GetStatisticsResponse.ProtoReflect.Descriptor instead.

func (*GetStatisticsResponse) GetUserCount

func (x *GetStatisticsResponse) GetUserCount() int64

func (*GetStatisticsResponse) ProtoMessage

func (*GetStatisticsResponse) ProtoMessage()

func (*GetStatisticsResponse) ProtoReflect

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

func (*GetStatisticsResponse) Reset

func (x *GetStatisticsResponse) Reset()

func (*GetStatisticsResponse) String

func (x *GetStatisticsResponse) String() string

type GetUserByUsernameRequest

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

func (*GetUserByUsernameRequest) Descriptor deprecated

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

Deprecated: Use GetUserByUsernameRequest.ProtoReflect.Descriptor instead.

func (*GetUserByUsernameRequest) GetUsername

func (x *GetUserByUsernameRequest) GetUsername() string

func (*GetUserByUsernameRequest) ProtoMessage

func (*GetUserByUsernameRequest) ProtoMessage()

func (*GetUserByUsernameRequest) ProtoReflect

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

func (*GetUserByUsernameRequest) Reset

func (x *GetUserByUsernameRequest) Reset()

func (*GetUserByUsernameRequest) String

func (x *GetUserByUsernameRequest) String() string

type GetUserByUsernameResponse

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

func (*GetUserByUsernameResponse) Descriptor deprecated

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

Deprecated: Use GetUserByUsernameResponse.ProtoReflect.Descriptor instead.

func (*GetUserByUsernameResponse) GetId

func (x *GetUserByUsernameResponse) GetId() string

func (*GetUserByUsernameResponse) ProtoMessage

func (*GetUserByUsernameResponse) ProtoMessage()

func (*GetUserByUsernameResponse) ProtoReflect

func (*GetUserByUsernameResponse) Reset

func (x *GetUserByUsernameResponse) Reset()

func (*GetUserByUsernameResponse) String

func (x *GetUserByUsernameResponse) String() string

type GetUserCounterRequest

type GetUserCounterRequest struct {
	UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetUserCounterRequest) Descriptor deprecated

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

Deprecated: Use GetUserCounterRequest.ProtoReflect.Descriptor instead.

func (*GetUserCounterRequest) GetUserId

func (x *GetUserCounterRequest) GetUserId() string

func (*GetUserCounterRequest) ProtoMessage

func (*GetUserCounterRequest) ProtoMessage()

func (*GetUserCounterRequest) ProtoReflect

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

func (*GetUserCounterRequest) Reset

func (x *GetUserCounterRequest) Reset()

func (*GetUserCounterRequest) String

func (x *GetUserCounterRequest) String() string

type GetUserCounterResponse

type GetUserCounterResponse struct {
	FollowerCount  int64 `protobuf:"varint,1,opt,name=follower_count,json=followerCount,proto3" json:"follower_count,omitempty"`
	FollowingCount int64 `protobuf:"varint,2,opt,name=following_count,json=followingCount,proto3" json:"following_count,omitempty"`
	// contains filtered or unexported fields
}

func (*GetUserCounterResponse) Descriptor deprecated

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

Deprecated: Use GetUserCounterResponse.ProtoReflect.Descriptor instead.

func (*GetUserCounterResponse) GetFollowerCount

func (x *GetUserCounterResponse) GetFollowerCount() int64

func (*GetUserCounterResponse) GetFollowingCount

func (x *GetUserCounterResponse) GetFollowingCount() int64

func (*GetUserCounterResponse) ProtoMessage

func (*GetUserCounterResponse) ProtoMessage()

func (*GetUserCounterResponse) ProtoReflect

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

func (*GetUserCounterResponse) Reset

func (x *GetUserCounterResponse) Reset()

func (*GetUserCounterResponse) String

func (x *GetUserCounterResponse) String() string

type GetUserIDsRequest

type GetUserIDsRequest struct {
	Cursor *PageCursor `protobuf:"bytes,1,opt,name=cursor,proto3" json:"cursor,omitempty"`
	// contains filtered or unexported fields
}

func (*GetUserIDsRequest) Descriptor deprecated

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

Deprecated: Use GetUserIDsRequest.ProtoReflect.Descriptor instead.

func (*GetUserIDsRequest) GetCursor

func (x *GetUserIDsRequest) GetCursor() *PageCursor

func (*GetUserIDsRequest) ProtoMessage

func (*GetUserIDsRequest) ProtoMessage()

func (*GetUserIDsRequest) ProtoReflect

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

func (*GetUserIDsRequest) Reset

func (x *GetUserIDsRequest) Reset()

func (*GetUserIDsRequest) String

func (x *GetUserIDsRequest) String() string

type GetUserIDsResponse

type GetUserIDsResponse struct {
	UserIds  []string  `protobuf:"bytes,1,rep,name=user_ids,json=userIds,proto3" json:"user_ids,omitempty"`
	PageInfo *PageInfo `protobuf:"bytes,2,opt,name=page_info,json=pageInfo,proto3" json:"page_info,omitempty"`
	// contains filtered or unexported fields
}

func (*GetUserIDsResponse) Descriptor deprecated

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

Deprecated: Use GetUserIDsResponse.ProtoReflect.Descriptor instead.

func (*GetUserIDsResponse) GetPageInfo

func (x *GetUserIDsResponse) GetPageInfo() *PageInfo

func (*GetUserIDsResponse) GetUserIds

func (x *GetUserIDsResponse) GetUserIds() []string

func (*GetUserIDsResponse) ProtoMessage

func (*GetUserIDsResponse) ProtoMessage()

func (*GetUserIDsResponse) ProtoReflect

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

func (*GetUserIDsResponse) Reset

func (x *GetUserIDsResponse) Reset()

func (*GetUserIDsResponse) String

func (x *GetUserIDsResponse) String() string

type GetUserRequest

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

func (*GetUserRequest) Descriptor deprecated

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

Deprecated: Use GetUserRequest.ProtoReflect.Descriptor instead.

func (*GetUserRequest) GetId

func (x *GetUserRequest) GetId() string

func (*GetUserRequest) ProtoMessage

func (*GetUserRequest) ProtoMessage()

func (*GetUserRequest) ProtoReflect

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

func (*GetUserRequest) Reset

func (x *GetUserRequest) Reset()

func (*GetUserRequest) String

func (x *GetUserRequest) String() string

type GetUserResponse

type GetUserResponse struct {
	Id              string     `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Username        string     `protobuf:"bytes,2,opt,name=username,proto3" json:"username,omitempty"`
	Firstname       string     `protobuf:"bytes,3,opt,name=firstname,proto3" json:"firstname,omitempty"`
	Surname         string     `protobuf:"bytes,4,opt,name=surname,proto3" json:"surname,omitempty"`
	Bio             string     `protobuf:"bytes,5,opt,name=bio,proto3" json:"bio,omitempty"`
	ProfileImageUrl string     `protobuf:"bytes,6,opt,name=profile_image_url,json=profileImageUrl,proto3" json:"profile_image_url,omitempty"`
	IsVerified      bool       `protobuf:"varint,7,opt,name=is_verified,json=isVerified,proto3" json:"is_verified,omitempty"`
	IsBanned        bool       `protobuf:"varint,8,opt,name=is_banned,json=isBanned,proto3" json:"is_banned,omitempty"`
	IsFollowingMe   bool       `protobuf:"varint,9,opt,name=is_following_me,json=isFollowingMe,proto3" json:"is_following_me,omitempty"`
	IsFollowedByMe  bool       `protobuf:"varint,10,opt,name=is_followed_by_me,json=isFollowedByMe,proto3" json:"is_followed_by_me,omitempty"`
	IsBlockedByMe   bool       `protobuf:"varint,11,opt,name=is_blocked_by_me,json=isBlockedByMe,proto3" json:"is_blocked_by_me,omitempty"`
	FollowerCount   int64      `protobuf:"varint,12,opt,name=follower_count,json=followerCount,proto3" json:"follower_count,omitempty"`
	ShareLink       string     `protobuf:"bytes,13,opt,name=share_link,json=shareLink,proto3" json:"share_link,omitempty"`
	Status          UserStatus `protobuf:"varint,14,opt,name=status,proto3,enum=profile.v2.UserStatus" json:"status,omitempty"`
	// contains filtered or unexported fields
}

func (*GetUserResponse) Descriptor deprecated

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

Deprecated: Use GetUserResponse.ProtoReflect.Descriptor instead.

func (*GetUserResponse) GetBio

func (x *GetUserResponse) GetBio() string

func (*GetUserResponse) GetFirstname

func (x *GetUserResponse) GetFirstname() string

func (*GetUserResponse) GetFollowerCount

func (x *GetUserResponse) GetFollowerCount() int64

func (*GetUserResponse) GetId

func (x *GetUserResponse) GetId() string

func (*GetUserResponse) GetIsBanned

func (x *GetUserResponse) GetIsBanned() bool

func (*GetUserResponse) GetIsBlockedByMe

func (x *GetUserResponse) GetIsBlockedByMe() bool

func (*GetUserResponse) GetIsFollowedByMe

func (x *GetUserResponse) GetIsFollowedByMe() bool

func (*GetUserResponse) GetIsFollowingMe

func (x *GetUserResponse) GetIsFollowingMe() bool

func (*GetUserResponse) GetIsVerified

func (x *GetUserResponse) GetIsVerified() bool

func (*GetUserResponse) GetProfileImageUrl

func (x *GetUserResponse) GetProfileImageUrl() string
func (x *GetUserResponse) GetShareLink() string

func (*GetUserResponse) GetStatus

func (x *GetUserResponse) GetStatus() UserStatus

func (*GetUserResponse) GetSurname

func (x *GetUserResponse) GetSurname() string

func (*GetUserResponse) GetUsername

func (x *GetUserResponse) GetUsername() string

func (*GetUserResponse) ProtoMessage

func (*GetUserResponse) ProtoMessage()

func (*GetUserResponse) ProtoReflect

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

func (*GetUserResponse) Reset

func (x *GetUserResponse) Reset()

func (*GetUserResponse) String

func (x *GetUserResponse) String() string

type GetUsersRequest

type GetUsersRequest struct {
	Ids []string `protobuf:"bytes,1,rep,name=ids,proto3" json:"ids,omitempty"`
	// contains filtered or unexported fields
}

func (*GetUsersRequest) Descriptor deprecated

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

Deprecated: Use GetUsersRequest.ProtoReflect.Descriptor instead.

func (*GetUsersRequest) GetIds

func (x *GetUsersRequest) GetIds() []string

func (*GetUsersRequest) ProtoMessage

func (*GetUsersRequest) ProtoMessage()

func (*GetUsersRequest) ProtoReflect

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

func (*GetUsersRequest) Reset

func (x *GetUsersRequest) Reset()

func (*GetUsersRequest) String

func (x *GetUsersRequest) String() string

type GetUsersResponse

type GetUsersResponse struct {
	Users []*User `protobuf:"bytes,1,rep,name=users,proto3" json:"users,omitempty"`
	// contains filtered or unexported fields
}

func (*GetUsersResponse) Descriptor deprecated

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

Deprecated: Use GetUsersResponse.ProtoReflect.Descriptor instead.

func (*GetUsersResponse) GetUsers

func (x *GetUsersResponse) GetUsers() []*User

func (*GetUsersResponse) ProtoMessage

func (*GetUsersResponse) ProtoMessage()

func (*GetUsersResponse) ProtoReflect

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

func (*GetUsersResponse) Reset

func (x *GetUsersResponse) Reset()

func (*GetUsersResponse) String

func (x *GetUsersResponse) String() string

type GetVerifiedUsersRequest

type GetVerifiedUsersRequest struct {
	Cursor           *PageCursor `protobuf:"bytes,1,opt,name=cursor,proto3" json:"cursor,omitempty"`
	SearchByUsername *string     `protobuf:"bytes,2,opt,name=search_by_username,json=searchByUsername,proto3,oneof" json:"search_by_username,omitempty"`
	// contains filtered or unexported fields
}

func (*GetVerifiedUsersRequest) Descriptor deprecated

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

Deprecated: Use GetVerifiedUsersRequest.ProtoReflect.Descriptor instead.

func (*GetVerifiedUsersRequest) GetCursor

func (x *GetVerifiedUsersRequest) GetCursor() *PageCursor

func (*GetVerifiedUsersRequest) GetSearchByUsername

func (x *GetVerifiedUsersRequest) GetSearchByUsername() string

func (*GetVerifiedUsersRequest) ProtoMessage

func (*GetVerifiedUsersRequest) ProtoMessage()

func (*GetVerifiedUsersRequest) ProtoReflect

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

func (*GetVerifiedUsersRequest) Reset

func (x *GetVerifiedUsersRequest) Reset()

func (*GetVerifiedUsersRequest) String

func (x *GetVerifiedUsersRequest) String() string

type GetVerifiedUsersResponse

type GetVerifiedUsersResponse struct {
	UserIds  []string  `protobuf:"bytes,1,rep,name=user_ids,json=userIds,proto3" json:"user_ids,omitempty"`
	PageInfo *PageInfo `protobuf:"bytes,2,opt,name=page_info,json=pageInfo,proto3" json:"page_info,omitempty"`
	// contains filtered or unexported fields
}

func (*GetVerifiedUsersResponse) Descriptor deprecated

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

Deprecated: Use GetVerifiedUsersResponse.ProtoReflect.Descriptor instead.

func (*GetVerifiedUsersResponse) GetPageInfo

func (x *GetVerifiedUsersResponse) GetPageInfo() *PageInfo

func (*GetVerifiedUsersResponse) GetUserIds

func (x *GetVerifiedUsersResponse) GetUserIds() []string

func (*GetVerifiedUsersResponse) ProtoMessage

func (*GetVerifiedUsersResponse) ProtoMessage()

func (*GetVerifiedUsersResponse) ProtoReflect

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

func (*GetVerifiedUsersResponse) Reset

func (x *GetVerifiedUsersResponse) Reset()

func (*GetVerifiedUsersResponse) String

func (x *GetVerifiedUsersResponse) String() string

type GlitterBombRequest

type GlitterBombRequest struct {
	UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GlitterBombRequest) Descriptor deprecated

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

Deprecated: Use GlitterBombRequest.ProtoReflect.Descriptor instead.

func (*GlitterBombRequest) GetUserId

func (x *GlitterBombRequest) GetUserId() string

func (*GlitterBombRequest) ProtoMessage

func (*GlitterBombRequest) ProtoMessage()

func (*GlitterBombRequest) ProtoReflect

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

func (*GlitterBombRequest) Reset

func (x *GlitterBombRequest) Reset()

func (*GlitterBombRequest) String

func (x *GlitterBombRequest) String() string

type GlitterBombResponse

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

func (*GlitterBombResponse) Descriptor deprecated

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

Deprecated: Use GlitterBombResponse.ProtoReflect.Descriptor instead.

func (*GlitterBombResponse) ProtoMessage

func (*GlitterBombResponse) ProtoMessage()

func (*GlitterBombResponse) ProtoReflect

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

func (*GlitterBombResponse) Reset

func (x *GlitterBombResponse) Reset()

func (*GlitterBombResponse) String

func (x *GlitterBombResponse) String() string

type IsBannedRequest

type IsBannedRequest struct {
	UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	// contains filtered or unexported fields
}

func (*IsBannedRequest) Descriptor deprecated

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

Deprecated: Use IsBannedRequest.ProtoReflect.Descriptor instead.

func (*IsBannedRequest) GetUserId

func (x *IsBannedRequest) GetUserId() string

func (*IsBannedRequest) ProtoMessage

func (*IsBannedRequest) ProtoMessage()

func (*IsBannedRequest) ProtoReflect

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

func (*IsBannedRequest) Reset

func (x *IsBannedRequest) Reset()

func (*IsBannedRequest) String

func (x *IsBannedRequest) String() string

type IsBannedResponse

type IsBannedResponse struct {
	Result bool `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*IsBannedResponse) Descriptor deprecated

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

Deprecated: Use IsBannedResponse.ProtoReflect.Descriptor instead.

func (*IsBannedResponse) GetResult

func (x *IsBannedResponse) GetResult() bool

func (*IsBannedResponse) ProtoMessage

func (*IsBannedResponse) ProtoMessage()

func (*IsBannedResponse) ProtoReflect

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

func (*IsBannedResponse) Reset

func (x *IsBannedResponse) Reset()

func (*IsBannedResponse) String

func (x *IsBannedResponse) String() string

type PageCursor

type PageCursor struct {
	LastId string  `protobuf:"bytes,1,opt,name=last_id,json=lastId,proto3" json:"last_id,omitempty"`
	Limit  uint32  `protobuf:"varint,2,opt,name=limit,proto3" json:"limit,omitempty"`
	Dir    PageDir `protobuf:"varint,3,opt,name=dir,proto3,enum=profile.v2.PageDir" json:"dir,omitempty"`
	// contains filtered or unexported fields
}

func (*PageCursor) Descriptor deprecated

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

Deprecated: Use PageCursor.ProtoReflect.Descriptor instead.

func (*PageCursor) GetDir

func (x *PageCursor) GetDir() PageDir

func (*PageCursor) GetLastId

func (x *PageCursor) GetLastId() string

func (*PageCursor) GetLimit

func (x *PageCursor) GetLimit() uint32

func (*PageCursor) ProtoMessage

func (*PageCursor) ProtoMessage()

func (*PageCursor) ProtoReflect

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

func (*PageCursor) Reset

func (x *PageCursor) Reset()

func (*PageCursor) String

func (x *PageCursor) String() string

type PageDir

type PageDir int32

buf:lint:ignore ENUM_ZERO_VALUE_SUFFIX

const (
	PageDir_PAGE_DIR_ASC  PageDir = 0
	PageDir_PAGE_DIR_DESC PageDir = 1
)

func (PageDir) Descriptor

func (PageDir) Descriptor() protoreflect.EnumDescriptor

func (PageDir) Enum

func (x PageDir) Enum() *PageDir

func (PageDir) EnumDescriptor deprecated

func (PageDir) EnumDescriptor() ([]byte, []int)

Deprecated: Use PageDir.Descriptor instead.

func (PageDir) Number

func (x PageDir) Number() protoreflect.EnumNumber

func (PageDir) String

func (x PageDir) String() string

func (PageDir) Type

func (PageDir) Type() protoreflect.EnumType

type PageInfo

type PageInfo struct {
	FirstId *string `protobuf:"bytes,1,opt,name=first_id,json=firstId,proto3,oneof" json:"first_id,omitempty"`
	LastId  *string `protobuf:"bytes,2,opt,name=last_id,json=lastId,proto3,oneof" json:"last_id,omitempty"`
	HasPrev bool    `protobuf:"varint,3,opt,name=has_prev,json=hasPrev,proto3" json:"has_prev,omitempty"`
	HasNext bool    `protobuf:"varint,4,opt,name=has_next,json=hasNext,proto3" json:"has_next,omitempty"`
	Length  uint32  `protobuf:"varint,5,opt,name=length,proto3" json:"length,omitempty"`
	// contains filtered or unexported fields
}

func (*PageInfo) Descriptor deprecated

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

Deprecated: Use PageInfo.ProtoReflect.Descriptor instead.

func (*PageInfo) GetFirstId

func (x *PageInfo) GetFirstId() string

func (*PageInfo) GetHasNext

func (x *PageInfo) GetHasNext() bool

func (*PageInfo) GetHasPrev

func (x *PageInfo) GetHasPrev() bool

func (*PageInfo) GetLastId

func (x *PageInfo) GetLastId() string

func (*PageInfo) GetLength

func (x *PageInfo) GetLength() uint32

func (*PageInfo) ProtoMessage

func (*PageInfo) ProtoMessage()

func (*PageInfo) ProtoReflect

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

func (*PageInfo) Reset

func (x *PageInfo) Reset()

func (*PageInfo) String

func (x *PageInfo) String() string

type ProfileServiceClient

type ProfileServiceClient interface {
	// User
	CreateUser(ctx context.Context, in *CreateUserRequest, opts ...grpc.CallOption) (*CreateUserResponse, error)
	CreateGuestUser(ctx context.Context, in *CreateGuestUserRequest, opts ...grpc.CallOption) (*CreateGuestUserResponse, error)
	UpgradeGuestUser(ctx context.Context, in *UpgradeGuestUserRequest, opts ...grpc.CallOption) (*UpgradeGuestUserResponse, error)
	GetMe(ctx context.Context, in *GetMeRequest, opts ...grpc.CallOption) (*GetMeResponse, error)
	UpdateMe(ctx context.Context, in *UpdateMeRequest, opts ...grpc.CallOption) (*UpdateMeResponse, error)
	DeactivateMe(ctx context.Context, in *DeactivateMeRequest, opts ...grpc.CallOption) (*DeactivateMeResponse, error)
	ActivateMe(ctx context.Context, in *ActivateMeRequest, opts ...grpc.CallOption) (*ActivateMeResponse, error)
	DeleteMe(ctx context.Context, in *DeleteMeRequest, opts ...grpc.CallOption) (*DeleteMeResponse, error)
	GetUser(ctx context.Context, in *GetUserRequest, opts ...grpc.CallOption) (*GetUserResponse, error)
	GetUserByUsername(ctx context.Context, in *GetUserByUsernameRequest, opts ...grpc.CallOption) (*GetUserByUsernameResponse, error)
	GetUsers(ctx context.Context, in *GetUsersRequest, opts ...grpc.CallOption) (*GetUsersResponse, error)
	SearchUsers(ctx context.Context, in *SearchUsersRequest, opts ...grpc.CallOption) (*SearchUsersResponse, error)
	SearchUsersForDirectChat(ctx context.Context, in *SearchUsersForDirectChatRequest, opts ...grpc.CallOption) (*SearchUsersForDirectChatResponse, error)
	// CheckUsernameAvailable checks if the username is valid and available
	// If username is valid and available returns true, otherwise returns false
	CheckUsernameAvailable(ctx context.Context, in *CheckUsernameAvailableRequest, opts ...grpc.CallOption) (*CheckUsernameAvailableResponse, error)
	// ValidateUsername checks if the username is valid and available
	// If username is invalid or unavailable returns error
	ValidateUsername(ctx context.Context, in *ValidateUsernameRequest, opts ...grpc.CallOption) (*ValidateUsernameResponse, error)
	DeleteTestUser(ctx context.Context, in *DeleteTestUserRequest, opts ...grpc.CallOption) (*DeleteTestUserResponse, error)
	GetUserIDs(ctx context.Context, in *GetUserIDsRequest, opts ...grpc.CallOption) (*GetUserIDsResponse, error)
	GetUserCounter(ctx context.Context, in *GetUserCounterRequest, opts ...grpc.CallOption) (*GetUserCounterResponse, error)
	// Settings
	GetMySettings(ctx context.Context, in *GetMySettingsRequest, opts ...grpc.CallOption) (*GetMySettingsResponse, error)
	CanSendDM(ctx context.Context, in *CanSendDMRequest, opts ...grpc.CallOption) (*CanSendDMResponse, error)
	UpdateSetting(ctx context.Context, in *UpdateSettingRequest, opts ...grpc.CallOption) (*UpdateSettingResponse, error)
	// Follow
	Follow(ctx context.Context, in *FollowRequest, opts ...grpc.CallOption) (*FollowResponse, error)
	Unfollow(ctx context.Context, in *UnfollowRequest, opts ...grpc.CallOption) (*UnfollowResponse, error)
	GetFollowings(ctx context.Context, in *GetFollowingsRequest, opts ...grpc.CallOption) (*GetFollowingsResponse, error)
	GetFollowers(ctx context.Context, in *GetFollowersRequest, opts ...grpc.CallOption) (*GetFollowersResponse, error)
	// Deprecated: Do not use.
	SearchFollowers(ctx context.Context, in *SearchFollowersRequest, opts ...grpc.CallOption) (*SearchFollowersResponse, error)
	// Block
	Block(ctx context.Context, in *BlockRequest, opts ...grpc.CallOption) (*BlockResponse, error)
	Unblock(ctx context.Context, in *UnblockRequest, opts ...grpc.CallOption) (*UnblockResponse, error)
	GetBlockers(ctx context.Context, in *GetBlockersRequest, opts ...grpc.CallOption) (*GetBlockersResponse, error)
	GetBlockings(ctx context.Context, in *GetBlockingsRequest, opts ...grpc.CallOption) (*GetBlockingsResponse, error)
	GetBlockList(ctx context.Context, in *GetBlockListRequest, opts ...grpc.CallOption) (*GetBlockListResponse, error)
	// Ban
	Ban(ctx context.Context, in *BanRequest, opts ...grpc.CallOption) (*BanResponse, error)
	Unban(ctx context.Context, in *UnbanRequest, opts ...grpc.CallOption) (*UnbanResponse, error)
	IsBanned(ctx context.Context, in *IsBannedRequest, opts ...grpc.CallOption) (*IsBannedResponse, error)
	// Share
	ShareUser(ctx context.Context, in *ShareUserRequest, opts ...grpc.CallOption) (*ShareUserResponse, error)
	// Glitter Bomb
	GlitterBomb(ctx context.Context, in *GlitterBombRequest, opts ...grpc.CallOption) (*GlitterBombResponse, error)
	// Verify
	Verify(ctx context.Context, in *VerifyRequest, opts ...grpc.CallOption) (*VerifyResponse, error)
	Unverify(ctx context.Context, in *UnverifyRequest, opts ...grpc.CallOption) (*UnverifyResponse, error)
	GetVerifiedUsers(ctx context.Context, in *GetVerifiedUsersRequest, opts ...grpc.CallOption) (*GetVerifiedUsersResponse, error)
	// Publish
	PublishHistoricalUserEvents(ctx context.Context, in *PublishHistoricalUserEventsRequest, opts ...grpc.CallOption) (*PublishHistoricalUserEventsResponse, error)
	StopPublishHistoricalUserEvents(ctx context.Context, in *StopPublishHistoricalUserEventsRequest, opts ...grpc.CallOption) (*StopPublishHistoricalUserEventsResponse, error)
	PublishHistoricalFollowEvents(ctx context.Context, in *PublishHistoricalFollowEventsRequest, opts ...grpc.CallOption) (*PublishHistoricalFollowEventsResponse, error)
	StopPublishHistoricalFollowEvents(ctx context.Context, in *StopPublishHistoricalFollowEventsRequest, opts ...grpc.CallOption) (*StopPublishHistoricalFollowEventsResponse, error)
	PublishHistoricalBlockEvents(ctx context.Context, in *PublishHistoricalBlockEventsRequest, opts ...grpc.CallOption) (*PublishHistoricalBlockEventsResponse, error)
	StopPublishHistoricalBlockEvents(ctx context.Context, in *StopPublishHistoricalBlockEventsRequest, opts ...grpc.CallOption) (*StopPublishHistoricalBlockEventsResponse, error)
	// Analytics
	GetStatistics(ctx context.Context, in *GetStatisticsRequest, opts ...grpc.CallOption) (*GetStatisticsResponse, error)
	SiteMapGenerator(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*emptypb.Empty, error)
}

ProfileServiceClient is the client API for ProfileService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type ProfileServiceServer

type ProfileServiceServer interface {
	// User
	CreateUser(context.Context, *CreateUserRequest) (*CreateUserResponse, error)
	CreateGuestUser(context.Context, *CreateGuestUserRequest) (*CreateGuestUserResponse, error)
	UpgradeGuestUser(context.Context, *UpgradeGuestUserRequest) (*UpgradeGuestUserResponse, error)
	GetMe(context.Context, *GetMeRequest) (*GetMeResponse, error)
	UpdateMe(context.Context, *UpdateMeRequest) (*UpdateMeResponse, error)
	DeactivateMe(context.Context, *DeactivateMeRequest) (*DeactivateMeResponse, error)
	ActivateMe(context.Context, *ActivateMeRequest) (*ActivateMeResponse, error)
	DeleteMe(context.Context, *DeleteMeRequest) (*DeleteMeResponse, error)
	GetUser(context.Context, *GetUserRequest) (*GetUserResponse, error)
	GetUserByUsername(context.Context, *GetUserByUsernameRequest) (*GetUserByUsernameResponse, error)
	GetUsers(context.Context, *GetUsersRequest) (*GetUsersResponse, error)
	SearchUsers(context.Context, *SearchUsersRequest) (*SearchUsersResponse, error)
	SearchUsersForDirectChat(context.Context, *SearchUsersForDirectChatRequest) (*SearchUsersForDirectChatResponse, error)
	// CheckUsernameAvailable checks if the username is valid and available
	// If username is valid and available returns true, otherwise returns false
	CheckUsernameAvailable(context.Context, *CheckUsernameAvailableRequest) (*CheckUsernameAvailableResponse, error)
	// ValidateUsername checks if the username is valid and available
	// If username is invalid or unavailable returns error
	ValidateUsername(context.Context, *ValidateUsernameRequest) (*ValidateUsernameResponse, error)
	DeleteTestUser(context.Context, *DeleteTestUserRequest) (*DeleteTestUserResponse, error)
	GetUserIDs(context.Context, *GetUserIDsRequest) (*GetUserIDsResponse, error)
	GetUserCounter(context.Context, *GetUserCounterRequest) (*GetUserCounterResponse, error)
	// Settings
	GetMySettings(context.Context, *GetMySettingsRequest) (*GetMySettingsResponse, error)
	CanSendDM(context.Context, *CanSendDMRequest) (*CanSendDMResponse, error)
	UpdateSetting(context.Context, *UpdateSettingRequest) (*UpdateSettingResponse, error)
	// Follow
	Follow(context.Context, *FollowRequest) (*FollowResponse, error)
	Unfollow(context.Context, *UnfollowRequest) (*UnfollowResponse, error)
	GetFollowings(context.Context, *GetFollowingsRequest) (*GetFollowingsResponse, error)
	GetFollowers(context.Context, *GetFollowersRequest) (*GetFollowersResponse, error)
	// Deprecated: Do not use.
	SearchFollowers(context.Context, *SearchFollowersRequest) (*SearchFollowersResponse, error)
	// Block
	Block(context.Context, *BlockRequest) (*BlockResponse, error)
	Unblock(context.Context, *UnblockRequest) (*UnblockResponse, error)
	GetBlockers(context.Context, *GetBlockersRequest) (*GetBlockersResponse, error)
	GetBlockings(context.Context, *GetBlockingsRequest) (*GetBlockingsResponse, error)
	GetBlockList(context.Context, *GetBlockListRequest) (*GetBlockListResponse, error)
	// Ban
	Ban(context.Context, *BanRequest) (*BanResponse, error)
	Unban(context.Context, *UnbanRequest) (*UnbanResponse, error)
	IsBanned(context.Context, *IsBannedRequest) (*IsBannedResponse, error)
	// Share
	ShareUser(context.Context, *ShareUserRequest) (*ShareUserResponse, error)
	// Glitter Bomb
	GlitterBomb(context.Context, *GlitterBombRequest) (*GlitterBombResponse, error)
	// Verify
	Verify(context.Context, *VerifyRequest) (*VerifyResponse, error)
	Unverify(context.Context, *UnverifyRequest) (*UnverifyResponse, error)
	GetVerifiedUsers(context.Context, *GetVerifiedUsersRequest) (*GetVerifiedUsersResponse, error)
	// Publish
	PublishHistoricalUserEvents(context.Context, *PublishHistoricalUserEventsRequest) (*PublishHistoricalUserEventsResponse, error)
	StopPublishHistoricalUserEvents(context.Context, *StopPublishHistoricalUserEventsRequest) (*StopPublishHistoricalUserEventsResponse, error)
	PublishHistoricalFollowEvents(context.Context, *PublishHistoricalFollowEventsRequest) (*PublishHistoricalFollowEventsResponse, error)
	StopPublishHistoricalFollowEvents(context.Context, *StopPublishHistoricalFollowEventsRequest) (*StopPublishHistoricalFollowEventsResponse, error)
	PublishHistoricalBlockEvents(context.Context, *PublishHistoricalBlockEventsRequest) (*PublishHistoricalBlockEventsResponse, error)
	StopPublishHistoricalBlockEvents(context.Context, *StopPublishHistoricalBlockEventsRequest) (*StopPublishHistoricalBlockEventsResponse, error)
	// Analytics
	GetStatistics(context.Context, *GetStatisticsRequest) (*GetStatisticsResponse, error)
	SiteMapGenerator(context.Context, *emptypb.Empty) (*emptypb.Empty, error)
	// contains filtered or unexported methods
}

ProfileServiceServer is the server API for ProfileService service. All implementations must embed UnimplementedProfileServiceServer for forward compatibility

type PublishHistoricalBlockEventsRequest

type PublishHistoricalBlockEventsRequest struct {
	CreatedAfter string `protobuf:"bytes,1,opt,name=created_after,json=createdAfter,proto3" json:"created_after,omitempty"`
	BatchSize    int64  `protobuf:"varint,2,opt,name=batch_size,json=batchSize,proto3" json:"batch_size,omitempty"`
	Interval     int64  `protobuf:"varint,3,opt,name=interval,proto3" json:"interval,omitempty"`
	// contains filtered or unexported fields
}

func (*PublishHistoricalBlockEventsRequest) Descriptor deprecated

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

Deprecated: Use PublishHistoricalBlockEventsRequest.ProtoReflect.Descriptor instead.

func (*PublishHistoricalBlockEventsRequest) GetBatchSize

func (x *PublishHistoricalBlockEventsRequest) GetBatchSize() int64

func (*PublishHistoricalBlockEventsRequest) GetCreatedAfter

func (x *PublishHistoricalBlockEventsRequest) GetCreatedAfter() string

func (*PublishHistoricalBlockEventsRequest) GetInterval

func (x *PublishHistoricalBlockEventsRequest) GetInterval() int64

func (*PublishHistoricalBlockEventsRequest) ProtoMessage

func (*PublishHistoricalBlockEventsRequest) ProtoMessage()

func (*PublishHistoricalBlockEventsRequest) ProtoReflect

func (*PublishHistoricalBlockEventsRequest) Reset

func (*PublishHistoricalBlockEventsRequest) String

type PublishHistoricalBlockEventsResponse

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

func (*PublishHistoricalBlockEventsResponse) Descriptor deprecated

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

Deprecated: Use PublishHistoricalBlockEventsResponse.ProtoReflect.Descriptor instead.

func (*PublishHistoricalBlockEventsResponse) ProtoMessage

func (*PublishHistoricalBlockEventsResponse) ProtoMessage()

func (*PublishHistoricalBlockEventsResponse) ProtoReflect

func (*PublishHistoricalBlockEventsResponse) Reset

func (*PublishHistoricalBlockEventsResponse) String

type PublishHistoricalFollowEventsRequest

type PublishHistoricalFollowEventsRequest struct {
	CreatedAfter string `protobuf:"bytes,1,opt,name=created_after,json=createdAfter,proto3" json:"created_after,omitempty"`
	BatchSize    int64  `protobuf:"varint,2,opt,name=batch_size,json=batchSize,proto3" json:"batch_size,omitempty"`
	Interval     int64  `protobuf:"varint,3,opt,name=interval,proto3" json:"interval,omitempty"`
	// contains filtered or unexported fields
}

func (*PublishHistoricalFollowEventsRequest) Descriptor deprecated

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

Deprecated: Use PublishHistoricalFollowEventsRequest.ProtoReflect.Descriptor instead.

func (*PublishHistoricalFollowEventsRequest) GetBatchSize

func (x *PublishHistoricalFollowEventsRequest) GetBatchSize() int64

func (*PublishHistoricalFollowEventsRequest) GetCreatedAfter

func (x *PublishHistoricalFollowEventsRequest) GetCreatedAfter() string

func (*PublishHistoricalFollowEventsRequest) GetInterval

func (*PublishHistoricalFollowEventsRequest) ProtoMessage

func (*PublishHistoricalFollowEventsRequest) ProtoMessage()

func (*PublishHistoricalFollowEventsRequest) ProtoReflect

func (*PublishHistoricalFollowEventsRequest) Reset

func (*PublishHistoricalFollowEventsRequest) String

type PublishHistoricalFollowEventsResponse

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

func (*PublishHistoricalFollowEventsResponse) Descriptor deprecated

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

Deprecated: Use PublishHistoricalFollowEventsResponse.ProtoReflect.Descriptor instead.

func (*PublishHistoricalFollowEventsResponse) ProtoMessage

func (*PublishHistoricalFollowEventsResponse) ProtoMessage()

func (*PublishHistoricalFollowEventsResponse) ProtoReflect

func (*PublishHistoricalFollowEventsResponse) Reset

func (*PublishHistoricalFollowEventsResponse) String

type PublishHistoricalUserEventsRequest

type PublishHistoricalUserEventsRequest struct {
	CreatedAfter string `protobuf:"bytes,1,opt,name=created_after,json=createdAfter,proto3" json:"created_after,omitempty"`
	BatchSize    int64  `protobuf:"varint,2,opt,name=batch_size,json=batchSize,proto3" json:"batch_size,omitempty"`
	Interval     int64  `protobuf:"varint,3,opt,name=interval,proto3" json:"interval,omitempty"`
	// contains filtered or unexported fields
}

func (*PublishHistoricalUserEventsRequest) Descriptor deprecated

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

Deprecated: Use PublishHistoricalUserEventsRequest.ProtoReflect.Descriptor instead.

func (*PublishHistoricalUserEventsRequest) GetBatchSize

func (x *PublishHistoricalUserEventsRequest) GetBatchSize() int64

func (*PublishHistoricalUserEventsRequest) GetCreatedAfter

func (x *PublishHistoricalUserEventsRequest) GetCreatedAfter() string

func (*PublishHistoricalUserEventsRequest) GetInterval

func (x *PublishHistoricalUserEventsRequest) GetInterval() int64

func (*PublishHistoricalUserEventsRequest) ProtoMessage

func (*PublishHistoricalUserEventsRequest) ProtoMessage()

func (*PublishHistoricalUserEventsRequest) ProtoReflect

func (*PublishHistoricalUserEventsRequest) Reset

func (*PublishHistoricalUserEventsRequest) String

type PublishHistoricalUserEventsResponse

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

func (*PublishHistoricalUserEventsResponse) Descriptor deprecated

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

Deprecated: Use PublishHistoricalUserEventsResponse.ProtoReflect.Descriptor instead.

func (*PublishHistoricalUserEventsResponse) ProtoMessage

func (*PublishHistoricalUserEventsResponse) ProtoMessage()

func (*PublishHistoricalUserEventsResponse) ProtoReflect

func (*PublishHistoricalUserEventsResponse) Reset

func (*PublishHistoricalUserEventsResponse) String

type SavedContent

type SavedContent struct {
	ContentId string `protobuf:"bytes,1,opt,name=content_id,json=contentId,proto3" json:"content_id,omitempty"`
	CreatedAt string `protobuf:"bytes,2,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	// contains filtered or unexported fields
}

func (*SavedContent) Descriptor deprecated

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

Deprecated: Use SavedContent.ProtoReflect.Descriptor instead.

func (*SavedContent) GetContentId

func (x *SavedContent) GetContentId() string

func (*SavedContent) GetCreatedAt

func (x *SavedContent) GetCreatedAt() string

func (*SavedContent) ProtoMessage

func (*SavedContent) ProtoMessage()

func (*SavedContent) ProtoReflect

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

func (*SavedContent) Reset

func (x *SavedContent) Reset()

func (*SavedContent) String

func (x *SavedContent) String() string

type SearchFilter

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

func (*SearchFilter) Descriptor deprecated

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

Deprecated: Use SearchFilter.ProtoReflect.Descriptor instead.

func (*SearchFilter) GetUsername

func (x *SearchFilter) GetUsername() string

func (*SearchFilter) ProtoMessage

func (*SearchFilter) ProtoMessage()

func (*SearchFilter) ProtoReflect

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

func (*SearchFilter) Reset

func (x *SearchFilter) Reset()

func (*SearchFilter) String

func (x *SearchFilter) String() string

type SearchFollowersRequest

type SearchFollowersRequest struct {
	Filter *SearchFilter `protobuf:"bytes,1,opt,name=filter,proto3" json:"filter,omitempty"`
	Cursor *PageCursor   `protobuf:"bytes,2,opt,name=cursor,proto3" json:"cursor,omitempty"`
	// contains filtered or unexported fields
}

func (*SearchFollowersRequest) Descriptor deprecated

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

Deprecated: Use SearchFollowersRequest.ProtoReflect.Descriptor instead.

func (*SearchFollowersRequest) GetCursor

func (x *SearchFollowersRequest) GetCursor() *PageCursor

func (*SearchFollowersRequest) GetFilter

func (x *SearchFollowersRequest) GetFilter() *SearchFilter

func (*SearchFollowersRequest) ProtoMessage

func (*SearchFollowersRequest) ProtoMessage()

func (*SearchFollowersRequest) ProtoReflect

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

func (*SearchFollowersRequest) Reset

func (x *SearchFollowersRequest) Reset()

func (*SearchFollowersRequest) String

func (x *SearchFollowersRequest) String() string

type SearchFollowersResponse

type SearchFollowersResponse struct {
	Users    []*User   `protobuf:"bytes,1,rep,name=users,proto3" json:"users,omitempty"`
	PageInfo *PageInfo `protobuf:"bytes,2,opt,name=page_info,json=pageInfo,proto3" json:"page_info,omitempty"`
	// contains filtered or unexported fields
}

func (*SearchFollowersResponse) Descriptor deprecated

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

Deprecated: Use SearchFollowersResponse.ProtoReflect.Descriptor instead.

func (*SearchFollowersResponse) GetPageInfo

func (x *SearchFollowersResponse) GetPageInfo() *PageInfo

func (*SearchFollowersResponse) GetUsers

func (x *SearchFollowersResponse) GetUsers() []*User

func (*SearchFollowersResponse) ProtoMessage

func (*SearchFollowersResponse) ProtoMessage()

func (*SearchFollowersResponse) ProtoReflect

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

func (*SearchFollowersResponse) Reset

func (x *SearchFollowersResponse) Reset()

func (*SearchFollowersResponse) String

func (x *SearchFollowersResponse) String() string

type SearchUsersForDirectChatRequest

type SearchUsersForDirectChatRequest struct {
	Filter *SearchFilter `protobuf:"bytes,1,opt,name=filter,proto3" json:"filter,omitempty"`
	Cursor *PageCursor   `protobuf:"bytes,2,opt,name=cursor,proto3" json:"cursor,omitempty"`
	// contains filtered or unexported fields
}

func (*SearchUsersForDirectChatRequest) Descriptor deprecated

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

Deprecated: Use SearchUsersForDirectChatRequest.ProtoReflect.Descriptor instead.

func (*SearchUsersForDirectChatRequest) GetCursor

func (*SearchUsersForDirectChatRequest) GetFilter

func (*SearchUsersForDirectChatRequest) ProtoMessage

func (*SearchUsersForDirectChatRequest) ProtoMessage()

func (*SearchUsersForDirectChatRequest) ProtoReflect

func (*SearchUsersForDirectChatRequest) Reset

func (*SearchUsersForDirectChatRequest) String

type SearchUsersForDirectChatResponse

type SearchUsersForDirectChatResponse struct {
	Users    []*User   `protobuf:"bytes,1,rep,name=users,proto3" json:"users,omitempty"`
	PageInfo *PageInfo `protobuf:"bytes,2,opt,name=page_info,json=pageInfo,proto3" json:"page_info,omitempty"`
	// contains filtered or unexported fields
}

func (*SearchUsersForDirectChatResponse) Descriptor deprecated

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

Deprecated: Use SearchUsersForDirectChatResponse.ProtoReflect.Descriptor instead.

func (*SearchUsersForDirectChatResponse) GetPageInfo

func (x *SearchUsersForDirectChatResponse) GetPageInfo() *PageInfo

func (*SearchUsersForDirectChatResponse) GetUsers

func (x *SearchUsersForDirectChatResponse) GetUsers() []*User

func (*SearchUsersForDirectChatResponse) ProtoMessage

func (*SearchUsersForDirectChatResponse) ProtoMessage()

func (*SearchUsersForDirectChatResponse) ProtoReflect

func (*SearchUsersForDirectChatResponse) Reset

func (*SearchUsersForDirectChatResponse) String

type SearchUsersRequest

type SearchUsersRequest struct {
	Filter *SearchFilter `protobuf:"bytes,1,opt,name=filter,proto3" json:"filter,omitempty"`
	Cursor *PageCursor   `protobuf:"bytes,2,opt,name=cursor,proto3" json:"cursor,omitempty"`
	// contains filtered or unexported fields
}

func (*SearchUsersRequest) Descriptor deprecated

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

Deprecated: Use SearchUsersRequest.ProtoReflect.Descriptor instead.

func (*SearchUsersRequest) GetCursor

func (x *SearchUsersRequest) GetCursor() *PageCursor

func (*SearchUsersRequest) GetFilter

func (x *SearchUsersRequest) GetFilter() *SearchFilter

func (*SearchUsersRequest) ProtoMessage

func (*SearchUsersRequest) ProtoMessage()

func (*SearchUsersRequest) ProtoReflect

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

func (*SearchUsersRequest) Reset

func (x *SearchUsersRequest) Reset()

func (*SearchUsersRequest) String

func (x *SearchUsersRequest) String() string

type SearchUsersResponse

type SearchUsersResponse struct {
	Users    []*User   `protobuf:"bytes,1,rep,name=users,proto3" json:"users,omitempty"`
	PageInfo *PageInfo `protobuf:"bytes,2,opt,name=page_info,json=pageInfo,proto3" json:"page_info,omitempty"`
	// contains filtered or unexported fields
}

func (*SearchUsersResponse) Descriptor deprecated

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

Deprecated: Use SearchUsersResponse.ProtoReflect.Descriptor instead.

func (*SearchUsersResponse) GetPageInfo

func (x *SearchUsersResponse) GetPageInfo() *PageInfo

func (*SearchUsersResponse) GetUsers

func (x *SearchUsersResponse) GetUsers() []*User

func (*SearchUsersResponse) ProtoMessage

func (*SearchUsersResponse) ProtoMessage()

func (*SearchUsersResponse) ProtoReflect

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

func (*SearchUsersResponse) Reset

func (x *SearchUsersResponse) Reset()

func (*SearchUsersResponse) String

func (x *SearchUsersResponse) String() string

type SettingCategoryPrivacy

type SettingCategoryPrivacy struct {
	AllowDmFromFollowingsOnly bool `` /* 143-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*SettingCategoryPrivacy) Descriptor deprecated

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

Deprecated: Use SettingCategoryPrivacy.ProtoReflect.Descriptor instead.

func (*SettingCategoryPrivacy) GetAllowDmFromFollowingsOnly

func (x *SettingCategoryPrivacy) GetAllowDmFromFollowingsOnly() bool

func (*SettingCategoryPrivacy) ProtoMessage

func (*SettingCategoryPrivacy) ProtoMessage()

func (*SettingCategoryPrivacy) ProtoReflect

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

func (*SettingCategoryPrivacy) Reset

func (x *SettingCategoryPrivacy) Reset()

func (*SettingCategoryPrivacy) String

func (x *SettingCategoryPrivacy) String() string

type ShareUserRequest

type ShareUserRequest struct {
	UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ShareUserRequest) Descriptor deprecated

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

Deprecated: Use ShareUserRequest.ProtoReflect.Descriptor instead.

func (*ShareUserRequest) GetUserId

func (x *ShareUserRequest) GetUserId() string

func (*ShareUserRequest) ProtoMessage

func (*ShareUserRequest) ProtoMessage()

func (*ShareUserRequest) ProtoReflect

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

func (*ShareUserRequest) Reset

func (x *ShareUserRequest) Reset()

func (*ShareUserRequest) String

func (x *ShareUserRequest) String() string

type ShareUserResponse

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

func (*ShareUserResponse) Descriptor deprecated

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

Deprecated: Use ShareUserResponse.ProtoReflect.Descriptor instead.

func (*ShareUserResponse) GetUrl

func (x *ShareUserResponse) GetUrl() string

func (*ShareUserResponse) ProtoMessage

func (*ShareUserResponse) ProtoMessage()

func (*ShareUserResponse) ProtoReflect

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

func (*ShareUserResponse) Reset

func (x *ShareUserResponse) Reset()

func (*ShareUserResponse) String

func (x *ShareUserResponse) String() string

type StopPublishHistoricalBlockEventsRequest

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

func (*StopPublishHistoricalBlockEventsRequest) Descriptor deprecated

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

Deprecated: Use StopPublishHistoricalBlockEventsRequest.ProtoReflect.Descriptor instead.

func (*StopPublishHistoricalBlockEventsRequest) ProtoMessage

func (*StopPublishHistoricalBlockEventsRequest) ProtoReflect

func (*StopPublishHistoricalBlockEventsRequest) Reset

func (*StopPublishHistoricalBlockEventsRequest) String

type StopPublishHistoricalBlockEventsResponse

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

func (*StopPublishHistoricalBlockEventsResponse) Descriptor deprecated

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

Deprecated: Use StopPublishHistoricalBlockEventsResponse.ProtoReflect.Descriptor instead.

func (*StopPublishHistoricalBlockEventsResponse) ProtoMessage

func (*StopPublishHistoricalBlockEventsResponse) ProtoReflect

func (*StopPublishHistoricalBlockEventsResponse) Reset

func (*StopPublishHistoricalBlockEventsResponse) String

type StopPublishHistoricalFollowEventsRequest

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

func (*StopPublishHistoricalFollowEventsRequest) Descriptor deprecated

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

Deprecated: Use StopPublishHistoricalFollowEventsRequest.ProtoReflect.Descriptor instead.

func (*StopPublishHistoricalFollowEventsRequest) ProtoMessage

func (*StopPublishHistoricalFollowEventsRequest) ProtoReflect

func (*StopPublishHistoricalFollowEventsRequest) Reset

func (*StopPublishHistoricalFollowEventsRequest) String

type StopPublishHistoricalFollowEventsResponse

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

func (*StopPublishHistoricalFollowEventsResponse) Descriptor deprecated

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

Deprecated: Use StopPublishHistoricalFollowEventsResponse.ProtoReflect.Descriptor instead.

func (*StopPublishHistoricalFollowEventsResponse) ProtoMessage

func (*StopPublishHistoricalFollowEventsResponse) ProtoReflect

func (*StopPublishHistoricalFollowEventsResponse) Reset

func (*StopPublishHistoricalFollowEventsResponse) String

type StopPublishHistoricalUserEventsRequest

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

func (*StopPublishHistoricalUserEventsRequest) Descriptor deprecated

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

Deprecated: Use StopPublishHistoricalUserEventsRequest.ProtoReflect.Descriptor instead.

func (*StopPublishHistoricalUserEventsRequest) ProtoMessage

func (*StopPublishHistoricalUserEventsRequest) ProtoReflect

func (*StopPublishHistoricalUserEventsRequest) Reset

func (*StopPublishHistoricalUserEventsRequest) String

type StopPublishHistoricalUserEventsResponse

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

func (*StopPublishHistoricalUserEventsResponse) Descriptor deprecated

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

Deprecated: Use StopPublishHistoricalUserEventsResponse.ProtoReflect.Descriptor instead.

func (*StopPublishHistoricalUserEventsResponse) ProtoMessage

func (*StopPublishHistoricalUserEventsResponse) ProtoReflect

func (*StopPublishHistoricalUserEventsResponse) Reset

func (*StopPublishHistoricalUserEventsResponse) String

type UnbanRequest

type UnbanRequest struct {
	UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	// contains filtered or unexported fields
}

func (*UnbanRequest) Descriptor deprecated

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

Deprecated: Use UnbanRequest.ProtoReflect.Descriptor instead.

func (*UnbanRequest) GetUserId

func (x *UnbanRequest) GetUserId() string

func (*UnbanRequest) ProtoMessage

func (*UnbanRequest) ProtoMessage()

func (*UnbanRequest) ProtoReflect

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

func (*UnbanRequest) Reset

func (x *UnbanRequest) Reset()

func (*UnbanRequest) String

func (x *UnbanRequest) String() string

type UnbanResponse

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

func (*UnbanResponse) Descriptor deprecated

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

Deprecated: Use UnbanResponse.ProtoReflect.Descriptor instead.

func (*UnbanResponse) ProtoMessage

func (*UnbanResponse) ProtoMessage()

func (*UnbanResponse) ProtoReflect

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

func (*UnbanResponse) Reset

func (x *UnbanResponse) Reset()

func (*UnbanResponse) String

func (x *UnbanResponse) String() string

type UnblockRequest

type UnblockRequest struct {
	UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	// contains filtered or unexported fields
}

func (*UnblockRequest) Descriptor deprecated

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

Deprecated: Use UnblockRequest.ProtoReflect.Descriptor instead.

func (*UnblockRequest) GetUserId

func (x *UnblockRequest) GetUserId() string

func (*UnblockRequest) ProtoMessage

func (*UnblockRequest) ProtoMessage()

func (*UnblockRequest) ProtoReflect

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

func (*UnblockRequest) Reset

func (x *UnblockRequest) Reset()

func (*UnblockRequest) String

func (x *UnblockRequest) String() string

type UnblockResponse

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

func (*UnblockResponse) Descriptor deprecated

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

Deprecated: Use UnblockResponse.ProtoReflect.Descriptor instead.

func (*UnblockResponse) ProtoMessage

func (*UnblockResponse) ProtoMessage()

func (*UnblockResponse) ProtoReflect

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

func (*UnblockResponse) Reset

func (x *UnblockResponse) Reset()

func (*UnblockResponse) String

func (x *UnblockResponse) String() string

type UnfollowRequest

type UnfollowRequest struct {
	UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	// contains filtered or unexported fields
}

func (*UnfollowRequest) Descriptor deprecated

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

Deprecated: Use UnfollowRequest.ProtoReflect.Descriptor instead.

func (*UnfollowRequest) GetUserId

func (x *UnfollowRequest) GetUserId() string

func (*UnfollowRequest) ProtoMessage

func (*UnfollowRequest) ProtoMessage()

func (*UnfollowRequest) ProtoReflect

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

func (*UnfollowRequest) Reset

func (x *UnfollowRequest) Reset()

func (*UnfollowRequest) String

func (x *UnfollowRequest) String() string

type UnfollowResponse

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

func (*UnfollowResponse) Descriptor deprecated

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

Deprecated: Use UnfollowResponse.ProtoReflect.Descriptor instead.

func (*UnfollowResponse) ProtoMessage

func (*UnfollowResponse) ProtoMessage()

func (*UnfollowResponse) ProtoReflect

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

func (*UnfollowResponse) Reset

func (x *UnfollowResponse) Reset()

func (*UnfollowResponse) String

func (x *UnfollowResponse) String() string

type UnimplementedProfileServiceServer

type UnimplementedProfileServiceServer struct {
}

UnimplementedProfileServiceServer must be embedded to have forward compatible implementations.

func (UnimplementedProfileServiceServer) ActivateMe

func (UnimplementedProfileServiceServer) Ban

func (UnimplementedProfileServiceServer) Block

func (UnimplementedProfileServiceServer) CanSendDM

func (UnimplementedProfileServiceServer) CreateGuestUser added in v0.2.27

func (UnimplementedProfileServiceServer) CreateUser

func (UnimplementedProfileServiceServer) DeactivateMe

func (UnimplementedProfileServiceServer) DeleteMe

func (UnimplementedProfileServiceServer) DeleteTestUser

func (UnimplementedProfileServiceServer) Follow

func (UnimplementedProfileServiceServer) GetBlockList

func (UnimplementedProfileServiceServer) GetBlockers

func (UnimplementedProfileServiceServer) GetBlockings

func (UnimplementedProfileServiceServer) GetFollowers

func (UnimplementedProfileServiceServer) GetFollowings

func (UnimplementedProfileServiceServer) GetMe

func (UnimplementedProfileServiceServer) GetMySettings

func (UnimplementedProfileServiceServer) GetStatistics

func (UnimplementedProfileServiceServer) GetUser

func (UnimplementedProfileServiceServer) GetUserByUsername

func (UnimplementedProfileServiceServer) GetUserCounter

func (UnimplementedProfileServiceServer) GetUserIDs

func (UnimplementedProfileServiceServer) GetUsers

func (UnimplementedProfileServiceServer) GetVerifiedUsers

func (UnimplementedProfileServiceServer) GlitterBomb

func (UnimplementedProfileServiceServer) IsBanned

func (UnimplementedProfileServiceServer) SearchFollowers

func (UnimplementedProfileServiceServer) SearchUsers

func (UnimplementedProfileServiceServer) ShareUser

func (UnimplementedProfileServiceServer) SiteMapGenerator added in v0.2.23

func (UnimplementedProfileServiceServer) Unban

func (UnimplementedProfileServiceServer) Unblock

func (UnimplementedProfileServiceServer) Unfollow

func (UnimplementedProfileServiceServer) Unverify

func (UnimplementedProfileServiceServer) UpdateMe

func (UnimplementedProfileServiceServer) UpdateSetting

func (UnimplementedProfileServiceServer) UpgradeGuestUser added in v0.2.27

func (UnimplementedProfileServiceServer) ValidateUsername added in v0.2.28

func (UnimplementedProfileServiceServer) Verify

type UnsafeProfileServiceServer

type UnsafeProfileServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeProfileServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to ProfileServiceServer will result in compilation errors.

type UnverifyRequest

type UnverifyRequest struct {
	UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	// contains filtered or unexported fields
}

func (*UnverifyRequest) Descriptor deprecated

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

Deprecated: Use UnverifyRequest.ProtoReflect.Descriptor instead.

func (*UnverifyRequest) GetUserId

func (x *UnverifyRequest) GetUserId() string

func (*UnverifyRequest) ProtoMessage

func (*UnverifyRequest) ProtoMessage()

func (*UnverifyRequest) ProtoReflect

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

func (*UnverifyRequest) Reset

func (x *UnverifyRequest) Reset()

func (*UnverifyRequest) String

func (x *UnverifyRequest) String() string

type UnverifyResponse

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

func (*UnverifyResponse) Descriptor deprecated

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

Deprecated: Use UnverifyResponse.ProtoReflect.Descriptor instead.

func (*UnverifyResponse) ProtoMessage

func (*UnverifyResponse) ProtoMessage()

func (*UnverifyResponse) ProtoReflect

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

func (*UnverifyResponse) Reset

func (x *UnverifyResponse) Reset()

func (*UnverifyResponse) String

func (x *UnverifyResponse) String() string

type UpdateMeRequest

type UpdateMeRequest struct {
	Username        *string  `protobuf:"bytes,1,opt,name=username,proto3,oneof" json:"username,omitempty"`
	Firstname       *string  `protobuf:"bytes,2,opt,name=firstname,proto3,oneof" json:"firstname,omitempty"`
	Surname         *string  `protobuf:"bytes,3,opt,name=surname,proto3,oneof" json:"surname,omitempty"`
	Bio             *string  `protobuf:"bytes,4,opt,name=bio,proto3,oneof" json:"bio,omitempty"`
	ProfileImageUrl *string  `protobuf:"bytes,5,opt,name=profile_image_url,json=profileImageUrl,proto3,oneof" json:"profile_image_url,omitempty"`
	CountryCode     *string  `protobuf:"bytes,6,opt,name=country_code,json=countryCode,proto3,oneof" json:"country_code,omitempty"`
	LanguageCodes   []string `protobuf:"bytes,7,rep,name=language_codes,json=languageCodes,proto3" json:"language_codes,omitempty"` // what if we don't want to update language code
	Birthday        *string  `protobuf:"bytes,8,opt,name=birthday,proto3,oneof" json:"birthday,omitempty"`
	Email           *string  `protobuf:"bytes,9,opt,name=email,proto3,oneof" json:"email,omitempty"`
	PhoneNumber     *string  `protobuf:"bytes,10,opt,name=phone_number,json=phoneNumber,proto3,oneof" json:"phone_number,omitempty"`
	Age             *int64   `protobuf:"varint,11,opt,name=age,proto3,oneof" json:"age,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateMeRequest) Descriptor deprecated

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

Deprecated: Use UpdateMeRequest.ProtoReflect.Descriptor instead.

func (*UpdateMeRequest) GetAge

func (x *UpdateMeRequest) GetAge() int64

func (*UpdateMeRequest) GetBio

func (x *UpdateMeRequest) GetBio() string

func (*UpdateMeRequest) GetBirthday

func (x *UpdateMeRequest) GetBirthday() string

func (*UpdateMeRequest) GetCountryCode

func (x *UpdateMeRequest) GetCountryCode() string

func (*UpdateMeRequest) GetEmail

func (x *UpdateMeRequest) GetEmail() string

func (*UpdateMeRequest) GetFirstname

func (x *UpdateMeRequest) GetFirstname() string

func (*UpdateMeRequest) GetLanguageCodes

func (x *UpdateMeRequest) GetLanguageCodes() []string

func (*UpdateMeRequest) GetPhoneNumber

func (x *UpdateMeRequest) GetPhoneNumber() string

func (*UpdateMeRequest) GetProfileImageUrl

func (x *UpdateMeRequest) GetProfileImageUrl() string

func (*UpdateMeRequest) GetSurname

func (x *UpdateMeRequest) GetSurname() string

func (*UpdateMeRequest) GetUsername

func (x *UpdateMeRequest) GetUsername() string

func (*UpdateMeRequest) ProtoMessage

func (*UpdateMeRequest) ProtoMessage()

func (*UpdateMeRequest) ProtoReflect

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

func (*UpdateMeRequest) Reset

func (x *UpdateMeRequest) Reset()

func (*UpdateMeRequest) String

func (x *UpdateMeRequest) String() string

type UpdateMeResponse

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

func (*UpdateMeResponse) Descriptor deprecated

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

Deprecated: Use UpdateMeResponse.ProtoReflect.Descriptor instead.

func (*UpdateMeResponse) ProtoMessage

func (*UpdateMeResponse) ProtoMessage()

func (*UpdateMeResponse) ProtoReflect

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

func (*UpdateMeResponse) Reset

func (x *UpdateMeResponse) Reset()

func (*UpdateMeResponse) String

func (x *UpdateMeResponse) String() string

type UpdateSettingRequest

type UpdateSettingRequest struct {
	SettingName string `protobuf:"bytes,1,opt,name=setting_name,json=settingName,proto3" json:"setting_name,omitempty"`
	Value       string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateSettingRequest) Descriptor deprecated

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

Deprecated: Use UpdateSettingRequest.ProtoReflect.Descriptor instead.

func (*UpdateSettingRequest) GetSettingName

func (x *UpdateSettingRequest) GetSettingName() string

func (*UpdateSettingRequest) GetValue

func (x *UpdateSettingRequest) GetValue() string

func (*UpdateSettingRequest) ProtoMessage

func (*UpdateSettingRequest) ProtoMessage()

func (*UpdateSettingRequest) ProtoReflect

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

func (*UpdateSettingRequest) Reset

func (x *UpdateSettingRequest) Reset()

func (*UpdateSettingRequest) String

func (x *UpdateSettingRequest) String() string

type UpdateSettingResponse

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

func (*UpdateSettingResponse) Descriptor deprecated

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

Deprecated: Use UpdateSettingResponse.ProtoReflect.Descriptor instead.

func (*UpdateSettingResponse) ProtoMessage

func (*UpdateSettingResponse) ProtoMessage()

func (*UpdateSettingResponse) ProtoReflect

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

func (*UpdateSettingResponse) Reset

func (x *UpdateSettingResponse) Reset()

func (*UpdateSettingResponse) String

func (x *UpdateSettingResponse) String() string

type UpgradeGuestUserRequest added in v0.2.27

type UpgradeGuestUserRequest struct {
	Data *User `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*UpgradeGuestUserRequest) Descriptor deprecated added in v0.2.27

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

Deprecated: Use UpgradeGuestUserRequest.ProtoReflect.Descriptor instead.

func (*UpgradeGuestUserRequest) GetData added in v0.2.27

func (x *UpgradeGuestUserRequest) GetData() *User

func (*UpgradeGuestUserRequest) ProtoMessage added in v0.2.27

func (*UpgradeGuestUserRequest) ProtoMessage()

func (*UpgradeGuestUserRequest) ProtoReflect added in v0.2.27

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

func (*UpgradeGuestUserRequest) Reset added in v0.2.27

func (x *UpgradeGuestUserRequest) Reset()

func (*UpgradeGuestUserRequest) String added in v0.2.27

func (x *UpgradeGuestUserRequest) String() string

type UpgradeGuestUserResponse added in v0.2.27

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

func (*UpgradeGuestUserResponse) Descriptor deprecated added in v0.2.27

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

Deprecated: Use UpgradeGuestUserResponse.ProtoReflect.Descriptor instead.

func (*UpgradeGuestUserResponse) ProtoMessage added in v0.2.27

func (*UpgradeGuestUserResponse) ProtoMessage()

func (*UpgradeGuestUserResponse) ProtoReflect added in v0.2.27

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

func (*UpgradeGuestUserResponse) Reset added in v0.2.27

func (x *UpgradeGuestUserResponse) Reset()

func (*UpgradeGuestUserResponse) String added in v0.2.27

func (x *UpgradeGuestUserResponse) String() string

type User

type User struct {
	Id              string     `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Username        string     `protobuf:"bytes,2,opt,name=username,proto3" json:"username,omitempty"`
	Firstname       string     `protobuf:"bytes,3,opt,name=firstname,proto3" json:"firstname,omitempty"`
	Surname         string     `protobuf:"bytes,4,opt,name=surname,proto3" json:"surname,omitempty"`
	Bio             string     `protobuf:"bytes,5,opt,name=bio,proto3" json:"bio,omitempty"`
	ProfileImageUrl string     `protobuf:"bytes,6,opt,name=profile_image_url,json=profileImageUrl,proto3" json:"profile_image_url,omitempty"`
	IsVerified      bool       `protobuf:"varint,7,opt,name=is_verified,json=isVerified,proto3" json:"is_verified,omitempty"`
	IsBanned        bool       `protobuf:"varint,8,opt,name=is_banned,json=isBanned,proto3" json:"is_banned,omitempty"`
	IsFollowingMe   bool       `protobuf:"varint,9,opt,name=is_following_me,json=isFollowingMe,proto3" json:"is_following_me,omitempty"`
	IsFollowedByMe  bool       `protobuf:"varint,10,opt,name=is_followed_by_me,json=isFollowedByMe,proto3" json:"is_followed_by_me,omitempty"`
	IsBlockedByMe   bool       `protobuf:"varint,11,opt,name=is_blocked_by_me,json=isBlockedByMe,proto3" json:"is_blocked_by_me,omitempty"`
	FollowerCount   int64      `protobuf:"varint,12,opt,name=follower_count,json=followerCount,proto3" json:"follower_count,omitempty"`
	ShareLink       string     `protobuf:"bytes,13,opt,name=share_link,json=shareLink,proto3" json:"share_link,omitempty"`
	Status          UserStatus `protobuf:"varint,14,opt,name=status,proto3,enum=profile.v2.UserStatus" json:"status,omitempty"`
	// contains filtered or unexported fields
}

func (*User) Descriptor deprecated

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

Deprecated: Use User.ProtoReflect.Descriptor instead.

func (*User) GetBio

func (x *User) GetBio() string

func (*User) GetFirstname

func (x *User) GetFirstname() string

func (*User) GetFollowerCount

func (x *User) GetFollowerCount() int64

func (*User) GetId

func (x *User) GetId() string

func (*User) GetIsBanned

func (x *User) GetIsBanned() bool

func (*User) GetIsBlockedByMe

func (x *User) GetIsBlockedByMe() bool

func (*User) GetIsFollowedByMe

func (x *User) GetIsFollowedByMe() bool

func (*User) GetIsFollowingMe

func (x *User) GetIsFollowingMe() bool

func (*User) GetIsVerified

func (x *User) GetIsVerified() bool

func (*User) GetProfileImageUrl

func (x *User) GetProfileImageUrl() string
func (x *User) GetShareLink() string

func (*User) GetStatus

func (x *User) GetStatus() UserStatus

func (*User) GetSurname

func (x *User) GetSurname() string

func (*User) GetUsername

func (x *User) GetUsername() string

func (*User) ProtoMessage

func (*User) ProtoMessage()

func (*User) ProtoReflect

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

func (*User) Reset

func (x *User) Reset()

func (*User) String

func (x *User) String() string

type UserDetail

type UserDetail struct {
	UserId           string   `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	Email            string   `protobuf:"bytes,2,opt,name=email,proto3" json:"email,omitempty"`
	PhoneCountryCode string   `protobuf:"bytes,3,opt,name=phone_country_code,json=phoneCountryCode,proto3" json:"phone_country_code,omitempty"`
	PhoneNumber      string   `protobuf:"bytes,4,opt,name=phone_number,json=phoneNumber,proto3" json:"phone_number,omitempty"`
	Age              int64    `protobuf:"varint,5,opt,name=age,proto3" json:"age,omitempty"`
	CountryCode      string   `protobuf:"bytes,6,opt,name=country_code,json=countryCode,proto3" json:"country_code,omitempty"`
	LanguageCodes    []string `protobuf:"bytes,7,rep,name=language_codes,json=languageCodes,proto3" json:"language_codes,omitempty"`
	// contains filtered or unexported fields
}

func (*UserDetail) Descriptor deprecated

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

Deprecated: Use UserDetail.ProtoReflect.Descriptor instead.

func (*UserDetail) GetAge

func (x *UserDetail) GetAge() int64

func (*UserDetail) GetCountryCode

func (x *UserDetail) GetCountryCode() string

func (*UserDetail) GetEmail

func (x *UserDetail) GetEmail() string

func (*UserDetail) GetLanguageCodes

func (x *UserDetail) GetLanguageCodes() []string

func (*UserDetail) GetPhoneCountryCode

func (x *UserDetail) GetPhoneCountryCode() string

func (*UserDetail) GetPhoneNumber

func (x *UserDetail) GetPhoneNumber() string

func (*UserDetail) GetUserId

func (x *UserDetail) GetUserId() string

func (*UserDetail) ProtoMessage

func (*UserDetail) ProtoMessage()

func (*UserDetail) ProtoReflect

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

func (*UserDetail) Reset

func (x *UserDetail) Reset()

func (*UserDetail) String

func (x *UserDetail) String() string

type UserRole

type UserRole int32
const (
	UserRole_USER_ROLE_UNSPECIFIED UserRole = 0
	UserRole_USER_ROLE_GUEST       UserRole = 1
	UserRole_USER_ROLE_USER        UserRole = 2
)

func (UserRole) Descriptor

func (UserRole) Descriptor() protoreflect.EnumDescriptor

func (UserRole) Enum

func (x UserRole) Enum() *UserRole

func (UserRole) EnumDescriptor deprecated

func (UserRole) EnumDescriptor() ([]byte, []int)

Deprecated: Use UserRole.Descriptor instead.

func (UserRole) Number

func (x UserRole) Number() protoreflect.EnumNumber

func (UserRole) String

func (x UserRole) String() string

func (UserRole) Type

type UserStatus

type UserStatus int32
const (
	UserStatus_USER_STATUS_UNSPECIFIED UserStatus = 0
	UserStatus_USER_STATUS_ACTIVE      UserStatus = 1
	UserStatus_USER_STATUS_DEACTIVATED UserStatus = 2
)

func (UserStatus) Descriptor

func (UserStatus) Descriptor() protoreflect.EnumDescriptor

func (UserStatus) Enum

func (x UserStatus) Enum() *UserStatus

func (UserStatus) EnumDescriptor deprecated

func (UserStatus) EnumDescriptor() ([]byte, []int)

Deprecated: Use UserStatus.Descriptor instead.

func (UserStatus) Number

func (x UserStatus) Number() protoreflect.EnumNumber

func (UserStatus) String

func (x UserStatus) String() string

func (UserStatus) Type

type ValidateUsernameRequest added in v0.2.28

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

func (*ValidateUsernameRequest) Descriptor deprecated added in v0.2.28

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

Deprecated: Use ValidateUsernameRequest.ProtoReflect.Descriptor instead.

func (*ValidateUsernameRequest) GetUsername added in v0.2.28

func (x *ValidateUsernameRequest) GetUsername() string

func (*ValidateUsernameRequest) ProtoMessage added in v0.2.28

func (*ValidateUsernameRequest) ProtoMessage()

func (*ValidateUsernameRequest) ProtoReflect added in v0.2.28

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

func (*ValidateUsernameRequest) Reset added in v0.2.28

func (x *ValidateUsernameRequest) Reset()

func (*ValidateUsernameRequest) String added in v0.2.28

func (x *ValidateUsernameRequest) String() string

type ValidateUsernameResponse added in v0.2.28

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

func (*ValidateUsernameResponse) Descriptor deprecated added in v0.2.28

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

Deprecated: Use ValidateUsernameResponse.ProtoReflect.Descriptor instead.

func (*ValidateUsernameResponse) ProtoMessage added in v0.2.28

func (*ValidateUsernameResponse) ProtoMessage()

func (*ValidateUsernameResponse) ProtoReflect added in v0.2.28

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

func (*ValidateUsernameResponse) Reset added in v0.2.28

func (x *ValidateUsernameResponse) Reset()

func (*ValidateUsernameResponse) String added in v0.2.28

func (x *ValidateUsernameResponse) String() string

type VerifyRequest

type VerifyRequest struct {
	UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	// contains filtered or unexported fields
}

func (*VerifyRequest) Descriptor deprecated

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

Deprecated: Use VerifyRequest.ProtoReflect.Descriptor instead.

func (*VerifyRequest) GetUserId

func (x *VerifyRequest) GetUserId() string

func (*VerifyRequest) ProtoMessage

func (*VerifyRequest) ProtoMessage()

func (*VerifyRequest) ProtoReflect

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

func (*VerifyRequest) Reset

func (x *VerifyRequest) Reset()

func (*VerifyRequest) String

func (x *VerifyRequest) String() string

type VerifyResponse

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

func (*VerifyResponse) Descriptor deprecated

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

Deprecated: Use VerifyResponse.ProtoReflect.Descriptor instead.

func (*VerifyResponse) ProtoMessage

func (*VerifyResponse) ProtoMessage()

func (*VerifyResponse) ProtoReflect

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

func (*VerifyResponse) Reset

func (x *VerifyResponse) Reset()

func (*VerifyResponse) String

func (x *VerifyResponse) String() string

Directories

Path Synopsis
Package profile_mock is a generated GoMock package.
Package profile_mock is a generated GoMock package.

Jump to

Keyboard shortcuts

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