user_grpc_service

package
v0.0.0-...-e437075 Latest Latest
Warning

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

Go to latest
Published: Dec 22, 2023 License: Apache-2.0 Imports: 10 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

View Source
var UserGrpcService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "userGrpcService",
	HandlerType: (*UserGrpcServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "UpsertUser",
			Handler:    _UserGrpcService_UpsertUser_Handler,
		},
		{
			MethodName: "AddPlayerInfo",
			Handler:    _UserGrpcService_AddPlayerInfo_Handler,
		},
		{
			MethodName: "LinkJobRoleToUser",
			Handler:    _UserGrpcService_LinkJobRoleToUser_Handler,
		},
		{
			MethodName: "LinkPhoneNumberToUser",
			Handler:    _UserGrpcService_LinkPhoneNumberToUser_Handler,
		},
		{
			MethodName: "LinkEmailToUser",
			Handler:    _UserGrpcService_LinkEmailToUser_Handler,
		},
		{
			MethodName: "AddRole",
			Handler:    _UserGrpcService_AddRole_Handler,
		},
		{
			MethodName: "RemoveRole",
			Handler:    _UserGrpcService_RemoveRole_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "user.proto",
}

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

Functions

func RegisterUserGrpcServiceServer

func RegisterUserGrpcServiceServer(s grpc.ServiceRegistrar, srv UserGrpcServiceServer)

Types

type AddPlayerInfoGrpcRequest

type AddPlayerInfoGrpcRequest struct {
	UserId         string                 `protobuf:"bytes,1,opt,name=userId,proto3" json:"userId,omitempty"`
	Tenant         string                 `protobuf:"bytes,2,opt,name=tenant,proto3" json:"tenant,omitempty"`
	LoggedInUserId string                 `protobuf:"bytes,3,opt,name=loggedInUserId,proto3" json:"loggedInUserId,omitempty"`
	AuthId         string                 `protobuf:"bytes,4,opt,name=authId,proto3" json:"authId,omitempty"`
	Provider       string                 `protobuf:"bytes,5,opt,name=provider,proto3" json:"provider,omitempty"`
	IdentityId     string                 `protobuf:"bytes,6,opt,name=identityId,proto3" json:"identityId,omitempty"`
	Timestamp      *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	SourceFields   *common.SourceFields   `protobuf:"bytes,8,opt,name=sourceFields,proto3" json:"sourceFields,omitempty"`
	// contains filtered or unexported fields
}

func (*AddPlayerInfoGrpcRequest) Descriptor deprecated

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

Deprecated: Use AddPlayerInfoGrpcRequest.ProtoReflect.Descriptor instead.

func (*AddPlayerInfoGrpcRequest) GetAuthId

func (x *AddPlayerInfoGrpcRequest) GetAuthId() string

func (*AddPlayerInfoGrpcRequest) GetIdentityId

func (x *AddPlayerInfoGrpcRequest) GetIdentityId() string

func (*AddPlayerInfoGrpcRequest) GetLoggedInUserId

func (x *AddPlayerInfoGrpcRequest) GetLoggedInUserId() string

func (*AddPlayerInfoGrpcRequest) GetProvider

func (x *AddPlayerInfoGrpcRequest) GetProvider() string

func (*AddPlayerInfoGrpcRequest) GetSourceFields

func (x *AddPlayerInfoGrpcRequest) GetSourceFields() *common.SourceFields

func (*AddPlayerInfoGrpcRequest) GetTenant

func (x *AddPlayerInfoGrpcRequest) GetTenant() string

func (*AddPlayerInfoGrpcRequest) GetTimestamp

func (x *AddPlayerInfoGrpcRequest) GetTimestamp() *timestamppb.Timestamp

func (*AddPlayerInfoGrpcRequest) GetUserId

func (x *AddPlayerInfoGrpcRequest) GetUserId() string

func (*AddPlayerInfoGrpcRequest) ProtoMessage

func (*AddPlayerInfoGrpcRequest) ProtoMessage()

func (*AddPlayerInfoGrpcRequest) ProtoReflect

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

func (*AddPlayerInfoGrpcRequest) Reset

func (x *AddPlayerInfoGrpcRequest) Reset()

func (*AddPlayerInfoGrpcRequest) String

func (x *AddPlayerInfoGrpcRequest) String() string

type AddRoleGrpcRequest

type AddRoleGrpcRequest struct {
	UserId         string `protobuf:"bytes,1,opt,name=userId,proto3" json:"userId,omitempty"`
	Tenant         string `protobuf:"bytes,2,opt,name=tenant,proto3" json:"tenant,omitempty"`
	LoggedInUserId string `protobuf:"bytes,3,opt,name=loggedInUserId,proto3" json:"loggedInUserId,omitempty"`
	Role           string `protobuf:"bytes,4,opt,name=role,proto3" json:"role,omitempty"`
	AppSource      string `protobuf:"bytes,5,opt,name=appSource,proto3" json:"appSource,omitempty"`
	// contains filtered or unexported fields
}

func (*AddRoleGrpcRequest) Descriptor deprecated

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

Deprecated: Use AddRoleGrpcRequest.ProtoReflect.Descriptor instead.

func (*AddRoleGrpcRequest) GetAppSource

func (x *AddRoleGrpcRequest) GetAppSource() string

func (*AddRoleGrpcRequest) GetLoggedInUserId

func (x *AddRoleGrpcRequest) GetLoggedInUserId() string

func (*AddRoleGrpcRequest) GetRole

func (x *AddRoleGrpcRequest) GetRole() string

func (*AddRoleGrpcRequest) GetTenant

func (x *AddRoleGrpcRequest) GetTenant() string

func (*AddRoleGrpcRequest) GetUserId

func (x *AddRoleGrpcRequest) GetUserId() string

func (*AddRoleGrpcRequest) ProtoMessage

func (*AddRoleGrpcRequest) ProtoMessage()

func (*AddRoleGrpcRequest) ProtoReflect

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

func (*AddRoleGrpcRequest) Reset

func (x *AddRoleGrpcRequest) Reset()

func (*AddRoleGrpcRequest) String

func (x *AddRoleGrpcRequest) String() string

type LinkEmailToUserGrpcRequest

type LinkEmailToUserGrpcRequest struct {
	Tenant         string `protobuf:"bytes,1,opt,name=tenant,proto3" json:"tenant,omitempty"`
	UserId         string `protobuf:"bytes,2,opt,name=userId,proto3" json:"userId,omitempty"`
	EmailId        string `protobuf:"bytes,3,opt,name=emailId,proto3" json:"emailId,omitempty"`
	Primary        bool   `protobuf:"varint,4,opt,name=primary,proto3" json:"primary,omitempty"`
	Label          string `protobuf:"bytes,5,opt,name=label,proto3" json:"label,omitempty"`
	LoggedInUserId string `protobuf:"bytes,6,opt,name=loggedInUserId,proto3" json:"loggedInUserId,omitempty"`
	AppSource      string `protobuf:"bytes,7,opt,name=appSource,proto3" json:"appSource,omitempty"`
	// contains filtered or unexported fields
}

func (*LinkEmailToUserGrpcRequest) Descriptor deprecated

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

Deprecated: Use LinkEmailToUserGrpcRequest.ProtoReflect.Descriptor instead.

func (*LinkEmailToUserGrpcRequest) GetAppSource

func (x *LinkEmailToUserGrpcRequest) GetAppSource() string

func (*LinkEmailToUserGrpcRequest) GetEmailId

func (x *LinkEmailToUserGrpcRequest) GetEmailId() string

func (*LinkEmailToUserGrpcRequest) GetLabel

func (x *LinkEmailToUserGrpcRequest) GetLabel() string

func (*LinkEmailToUserGrpcRequest) GetLoggedInUserId

func (x *LinkEmailToUserGrpcRequest) GetLoggedInUserId() string

func (*LinkEmailToUserGrpcRequest) GetPrimary

func (x *LinkEmailToUserGrpcRequest) GetPrimary() bool

func (*LinkEmailToUserGrpcRequest) GetTenant

func (x *LinkEmailToUserGrpcRequest) GetTenant() string

func (*LinkEmailToUserGrpcRequest) GetUserId

func (x *LinkEmailToUserGrpcRequest) GetUserId() string

func (*LinkEmailToUserGrpcRequest) ProtoMessage

func (*LinkEmailToUserGrpcRequest) ProtoMessage()

func (*LinkEmailToUserGrpcRequest) ProtoReflect

func (*LinkEmailToUserGrpcRequest) Reset

func (x *LinkEmailToUserGrpcRequest) Reset()

func (*LinkEmailToUserGrpcRequest) String

func (x *LinkEmailToUserGrpcRequest) String() string

type LinkJobRoleToUserGrpcRequest

type LinkJobRoleToUserGrpcRequest struct {
	Tenant         string `protobuf:"bytes,1,opt,name=tenant,proto3" json:"tenant,omitempty"`
	UserId         string `protobuf:"bytes,2,opt,name=userId,proto3" json:"userId,omitempty"`
	JobRoleId      string `protobuf:"bytes,3,opt,name=jobRoleId,proto3" json:"jobRoleId,omitempty"`
	LoggedInUserId string `protobuf:"bytes,4,opt,name=loggedInUserId,proto3" json:"loggedInUserId,omitempty"`
	AppSource      string `protobuf:"bytes,5,opt,name=appSource,proto3" json:"appSource,omitempty"`
	// contains filtered or unexported fields
}

func (*LinkJobRoleToUserGrpcRequest) Descriptor deprecated

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

Deprecated: Use LinkJobRoleToUserGrpcRequest.ProtoReflect.Descriptor instead.

func (*LinkJobRoleToUserGrpcRequest) GetAppSource

func (x *LinkJobRoleToUserGrpcRequest) GetAppSource() string

func (*LinkJobRoleToUserGrpcRequest) GetJobRoleId

func (x *LinkJobRoleToUserGrpcRequest) GetJobRoleId() string

func (*LinkJobRoleToUserGrpcRequest) GetLoggedInUserId

func (x *LinkJobRoleToUserGrpcRequest) GetLoggedInUserId() string

func (*LinkJobRoleToUserGrpcRequest) GetTenant

func (x *LinkJobRoleToUserGrpcRequest) GetTenant() string

func (*LinkJobRoleToUserGrpcRequest) GetUserId

func (x *LinkJobRoleToUserGrpcRequest) GetUserId() string

func (*LinkJobRoleToUserGrpcRequest) ProtoMessage

func (*LinkJobRoleToUserGrpcRequest) ProtoMessage()

func (*LinkJobRoleToUserGrpcRequest) ProtoReflect

func (*LinkJobRoleToUserGrpcRequest) Reset

func (x *LinkJobRoleToUserGrpcRequest) Reset()

func (*LinkJobRoleToUserGrpcRequest) String

type LinkPhoneNumberToUserGrpcRequest

type LinkPhoneNumberToUserGrpcRequest struct {
	Tenant         string `protobuf:"bytes,1,opt,name=tenant,proto3" json:"tenant,omitempty"`
	UserId         string `protobuf:"bytes,2,opt,name=userId,proto3" json:"userId,omitempty"`
	PhoneNumberId  string `protobuf:"bytes,3,opt,name=phoneNumberId,proto3" json:"phoneNumberId,omitempty"`
	Primary        bool   `protobuf:"varint,4,opt,name=primary,proto3" json:"primary,omitempty"`
	Label          string `protobuf:"bytes,5,opt,name=label,proto3" json:"label,omitempty"`
	LoggedInUserId string `protobuf:"bytes,6,opt,name=loggedInUserId,proto3" json:"loggedInUserId,omitempty"`
	AppSource      string `protobuf:"bytes,7,opt,name=appSource,proto3" json:"appSource,omitempty"`
	// contains filtered or unexported fields
}

func (*LinkPhoneNumberToUserGrpcRequest) Descriptor deprecated

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

Deprecated: Use LinkPhoneNumberToUserGrpcRequest.ProtoReflect.Descriptor instead.

func (*LinkPhoneNumberToUserGrpcRequest) GetAppSource

func (x *LinkPhoneNumberToUserGrpcRequest) GetAppSource() string

func (*LinkPhoneNumberToUserGrpcRequest) GetLabel

func (*LinkPhoneNumberToUserGrpcRequest) GetLoggedInUserId

func (x *LinkPhoneNumberToUserGrpcRequest) GetLoggedInUserId() string

func (*LinkPhoneNumberToUserGrpcRequest) GetPhoneNumberId

func (x *LinkPhoneNumberToUserGrpcRequest) GetPhoneNumberId() string

func (*LinkPhoneNumberToUserGrpcRequest) GetPrimary

func (x *LinkPhoneNumberToUserGrpcRequest) GetPrimary() bool

func (*LinkPhoneNumberToUserGrpcRequest) GetTenant

func (*LinkPhoneNumberToUserGrpcRequest) GetUserId

func (*LinkPhoneNumberToUserGrpcRequest) ProtoMessage

func (*LinkPhoneNumberToUserGrpcRequest) ProtoMessage()

func (*LinkPhoneNumberToUserGrpcRequest) ProtoReflect

func (*LinkPhoneNumberToUserGrpcRequest) Reset

func (*LinkPhoneNumberToUserGrpcRequest) String

type RemoveRoleGrpcRequest

type RemoveRoleGrpcRequest struct {
	UserId         string `protobuf:"bytes,1,opt,name=userId,proto3" json:"userId,omitempty"`
	Tenant         string `protobuf:"bytes,2,opt,name=tenant,proto3" json:"tenant,omitempty"`
	LoggedInUserId string `protobuf:"bytes,3,opt,name=loggedInUserId,proto3" json:"loggedInUserId,omitempty"`
	Role           string `protobuf:"bytes,4,opt,name=role,proto3" json:"role,omitempty"`
	AppSource      string `protobuf:"bytes,5,opt,name=appSource,proto3" json:"appSource,omitempty"`
	// contains filtered or unexported fields
}

func (*RemoveRoleGrpcRequest) Descriptor deprecated

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

Deprecated: Use RemoveRoleGrpcRequest.ProtoReflect.Descriptor instead.

func (*RemoveRoleGrpcRequest) GetAppSource

func (x *RemoveRoleGrpcRequest) GetAppSource() string

func (*RemoveRoleGrpcRequest) GetLoggedInUserId

func (x *RemoveRoleGrpcRequest) GetLoggedInUserId() string

func (*RemoveRoleGrpcRequest) GetRole

func (x *RemoveRoleGrpcRequest) GetRole() string

func (*RemoveRoleGrpcRequest) GetTenant

func (x *RemoveRoleGrpcRequest) GetTenant() string

func (*RemoveRoleGrpcRequest) GetUserId

func (x *RemoveRoleGrpcRequest) GetUserId() string

func (*RemoveRoleGrpcRequest) ProtoMessage

func (*RemoveRoleGrpcRequest) ProtoMessage()

func (*RemoveRoleGrpcRequest) ProtoReflect

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

func (*RemoveRoleGrpcRequest) Reset

func (x *RemoveRoleGrpcRequest) Reset()

func (*RemoveRoleGrpcRequest) String

func (x *RemoveRoleGrpcRequest) String() string

type UnimplementedUserGrpcServiceServer

type UnimplementedUserGrpcServiceServer struct {
}

UnimplementedUserGrpcServiceServer should be embedded to have forward compatible implementations.

func (UnimplementedUserGrpcServiceServer) AddPlayerInfo

func (UnimplementedUserGrpcServiceServer) AddRole

func (UnimplementedUserGrpcServiceServer) LinkEmailToUser

func (UnimplementedUserGrpcServiceServer) LinkJobRoleToUser

func (UnimplementedUserGrpcServiceServer) LinkPhoneNumberToUser

func (UnimplementedUserGrpcServiceServer) RemoveRole

func (UnimplementedUserGrpcServiceServer) UpsertUser

type UnsafeUserGrpcServiceServer

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

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

type UpsertUserGrpcRequest

type UpsertUserGrpcRequest struct {
	Id        string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Tenant    string `protobuf:"bytes,2,opt,name=tenant,proto3" json:"tenant,omitempty"`
	FirstName string `protobuf:"bytes,3,opt,name=firstName,proto3" json:"firstName,omitempty"`
	LastName  string `protobuf:"bytes,4,opt,name=lastName,proto3" json:"lastName,omitempty"`
	Name      string `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"`
	// Deprecated: Marked as deprecated in user.proto.
	AppSource string `protobuf:"bytes,6,opt,name=appSource,proto3" json:"appSource,omitempty"`
	// Deprecated: Marked as deprecated in user.proto.
	Source string `protobuf:"bytes,7,opt,name=source,proto3" json:"source,omitempty"`
	// Deprecated: Marked as deprecated in user.proto.
	SourceOfTruth        string                       `protobuf:"bytes,8,opt,name=sourceOfTruth,proto3" json:"sourceOfTruth,omitempty"`
	CreatedAt            *timestamppb.Timestamp       `protobuf:"bytes,9,opt,name=createdAt,proto3" json:"createdAt,omitempty"`
	UpdatedAt            *timestamppb.Timestamp       `protobuf:"bytes,10,opt,name=updatedAt,proto3" json:"updatedAt,omitempty"`
	Internal             bool                         `protobuf:"varint,11,opt,name=internal,proto3" json:"internal,omitempty"`
	ProfilePhotoUrl      string                       `protobuf:"bytes,12,opt,name=profilePhotoUrl,proto3" json:"profilePhotoUrl,omitempty"`
	Timezone             string                       `protobuf:"bytes,13,opt,name=timezone,proto3" json:"timezone,omitempty"`
	SourceFields         *common.SourceFields         `protobuf:"bytes,14,opt,name=sourceFields,proto3" json:"sourceFields,omitempty"`
	ExternalSystemFields *common.ExternalSystemFields `protobuf:"bytes,15,opt,name=externalSystemFields,proto3" json:"externalSystemFields,omitempty"`
	LoggedInUserId       string                       `protobuf:"bytes,16,opt,name=loggedInUserId,proto3" json:"loggedInUserId,omitempty"`
	Bot                  bool                         `protobuf:"varint,17,opt,name=bot,proto3" json:"bot,omitempty"`
	// contains filtered or unexported fields
}

func (*UpsertUserGrpcRequest) Descriptor deprecated

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

Deprecated: Use UpsertUserGrpcRequest.ProtoReflect.Descriptor instead.

func (*UpsertUserGrpcRequest) GetAppSource deprecated

func (x *UpsertUserGrpcRequest) GetAppSource() string

Deprecated: Marked as deprecated in user.proto.

func (*UpsertUserGrpcRequest) GetBot

func (x *UpsertUserGrpcRequest) GetBot() bool

func (*UpsertUserGrpcRequest) GetCreatedAt

func (x *UpsertUserGrpcRequest) GetCreatedAt() *timestamppb.Timestamp

func (*UpsertUserGrpcRequest) GetExternalSystemFields

func (x *UpsertUserGrpcRequest) GetExternalSystemFields() *common.ExternalSystemFields

func (*UpsertUserGrpcRequest) GetFirstName

func (x *UpsertUserGrpcRequest) GetFirstName() string

func (*UpsertUserGrpcRequest) GetId

func (x *UpsertUserGrpcRequest) GetId() string

func (*UpsertUserGrpcRequest) GetInternal

func (x *UpsertUserGrpcRequest) GetInternal() bool

func (*UpsertUserGrpcRequest) GetLastName

func (x *UpsertUserGrpcRequest) GetLastName() string

func (*UpsertUserGrpcRequest) GetLoggedInUserId

func (x *UpsertUserGrpcRequest) GetLoggedInUserId() string

func (*UpsertUserGrpcRequest) GetName

func (x *UpsertUserGrpcRequest) GetName() string

func (*UpsertUserGrpcRequest) GetProfilePhotoUrl

func (x *UpsertUserGrpcRequest) GetProfilePhotoUrl() string

func (*UpsertUserGrpcRequest) GetSource deprecated

func (x *UpsertUserGrpcRequest) GetSource() string

Deprecated: Marked as deprecated in user.proto.

func (*UpsertUserGrpcRequest) GetSourceFields

func (x *UpsertUserGrpcRequest) GetSourceFields() *common.SourceFields

func (*UpsertUserGrpcRequest) GetSourceOfTruth deprecated

func (x *UpsertUserGrpcRequest) GetSourceOfTruth() string

Deprecated: Marked as deprecated in user.proto.

func (*UpsertUserGrpcRequest) GetTenant

func (x *UpsertUserGrpcRequest) GetTenant() string

func (*UpsertUserGrpcRequest) GetTimezone

func (x *UpsertUserGrpcRequest) GetTimezone() string

func (*UpsertUserGrpcRequest) GetUpdatedAt

func (x *UpsertUserGrpcRequest) GetUpdatedAt() *timestamppb.Timestamp

func (*UpsertUserGrpcRequest) ProtoMessage

func (*UpsertUserGrpcRequest) ProtoMessage()

func (*UpsertUserGrpcRequest) ProtoReflect

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

func (*UpsertUserGrpcRequest) Reset

func (x *UpsertUserGrpcRequest) Reset()

func (*UpsertUserGrpcRequest) String

func (x *UpsertUserGrpcRequest) String() string

type UserGrpcServiceClient

type UserGrpcServiceClient interface {
	UpsertUser(ctx context.Context, in *UpsertUserGrpcRequest, opts ...grpc.CallOption) (*UserIdGrpcResponse, error)
	AddPlayerInfo(ctx context.Context, in *AddPlayerInfoGrpcRequest, opts ...grpc.CallOption) (*UserIdGrpcResponse, error)
	LinkJobRoleToUser(ctx context.Context, in *LinkJobRoleToUserGrpcRequest, opts ...grpc.CallOption) (*UserIdGrpcResponse, error)
	LinkPhoneNumberToUser(ctx context.Context, in *LinkPhoneNumberToUserGrpcRequest, opts ...grpc.CallOption) (*UserIdGrpcResponse, error)
	LinkEmailToUser(ctx context.Context, in *LinkEmailToUserGrpcRequest, opts ...grpc.CallOption) (*UserIdGrpcResponse, error)
	AddRole(ctx context.Context, in *AddRoleGrpcRequest, opts ...grpc.CallOption) (*UserIdGrpcResponse, error)
	RemoveRole(ctx context.Context, in *RemoveRoleGrpcRequest, opts ...grpc.CallOption) (*UserIdGrpcResponse, error)
}

UserGrpcServiceClient is the client API for UserGrpcService 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 UserGrpcServiceServer

UserGrpcServiceServer is the server API for UserGrpcService service. All implementations should embed UnimplementedUserGrpcServiceServer for forward compatibility

type UserIdGrpcResponse

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

func (*UserIdGrpcResponse) Descriptor deprecated

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

Deprecated: Use UserIdGrpcResponse.ProtoReflect.Descriptor instead.

func (*UserIdGrpcResponse) GetId

func (x *UserIdGrpcResponse) GetId() string

func (*UserIdGrpcResponse) ProtoMessage

func (*UserIdGrpcResponse) ProtoMessage()

func (*UserIdGrpcResponse) ProtoReflect

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

func (*UserIdGrpcResponse) Reset

func (x *UserIdGrpcResponse) Reset()

func (*UserIdGrpcResponse) String

func (x *UserIdGrpcResponse) String() string

Jump to

Keyboard shortcuts

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