Documentation
¶
Index ¶
- Constants
- Variables
- func RegisterUserProfileServiceServer(s grpc.ServiceRegistrar, srv UserProfileServiceServer)
- type CreateDashboardRequest
- func (*CreateDashboardRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateDashboardRequest) GetMeta() string
- func (x *CreateDashboardRequest) GetName() string
- func (*CreateDashboardRequest) ProtoMessage()
- func (x *CreateDashboardRequest) ProtoReflect() protoreflect.Message
- func (x *CreateDashboardRequest) Reset()
- func (x *CreateDashboardRequest) String() string
- type CreateDashboardResponse
- func (*CreateDashboardResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CreateDashboardResponse) GetUuid() string
- func (*CreateDashboardResponse) ProtoMessage()
- func (x *CreateDashboardResponse) ProtoReflect() protoreflect.Message
- func (x *CreateDashboardResponse) Reset()
- func (x *CreateDashboardResponse) String() string
- type CreateFavoriteQueryRequest
- func (*CreateFavoriteQueryRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateFavoriteQueryRequest) GetName() string
- func (x *CreateFavoriteQueryRequest) GetQuery() string
- func (x *CreateFavoriteQueryRequest) GetRelativeFrom() uint64
- func (*CreateFavoriteQueryRequest) ProtoMessage()
- func (x *CreateFavoriteQueryRequest) ProtoReflect() protoreflect.Message
- func (x *CreateFavoriteQueryRequest) Reset()
- func (x *CreateFavoriteQueryRequest) String() string
- type CreateFavoriteQueryResponse
- func (*CreateFavoriteQueryResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CreateFavoriteQueryResponse) GetId() int64
- func (*CreateFavoriteQueryResponse) ProtoMessage()
- func (x *CreateFavoriteQueryResponse) ProtoReflect() protoreflect.Message
- func (x *CreateFavoriteQueryResponse) Reset()
- func (x *CreateFavoriteQueryResponse) String() string
- type DeleteDashboardRequest
- func (*DeleteDashboardRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteDashboardRequest) GetUuid() string
- func (*DeleteDashboardRequest) ProtoMessage()
- func (x *DeleteDashboardRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteDashboardRequest) Reset()
- func (x *DeleteDashboardRequest) String() string
- type DeleteDashboardResponse
- type DeleteFavoriteQueryRequest
- func (*DeleteFavoriteQueryRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteFavoriteQueryRequest) GetId() int64
- func (*DeleteFavoriteQueryRequest) ProtoMessage()
- func (x *DeleteFavoriteQueryRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteFavoriteQueryRequest) Reset()
- func (x *DeleteFavoriteQueryRequest) String() string
- type DeleteFavoriteQueryResponse
- type GetDashboardRequest
- func (*GetDashboardRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetDashboardRequest) GetUuid() string
- func (*GetDashboardRequest) ProtoMessage()
- func (x *GetDashboardRequest) ProtoReflect() protoreflect.Message
- func (x *GetDashboardRequest) Reset()
- func (x *GetDashboardRequest) String() string
- type GetDashboardResponse
- func (*GetDashboardResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetDashboardResponse) GetMeta() string
- func (x *GetDashboardResponse) GetName() string
- func (x *GetDashboardResponse) GetOwnerName() string
- func (*GetDashboardResponse) ProtoMessage()
- func (x *GetDashboardResponse) ProtoReflect() protoreflect.Message
- func (x *GetDashboardResponse) Reset()
- func (x *GetDashboardResponse) String() string
- type GetDashboardsRequest
- type GetDashboardsResponse
- func (*GetDashboardsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetDashboardsResponse) GetDashboards() []*GetDashboardsResponse_Dashboard
- func (*GetDashboardsResponse) ProtoMessage()
- func (x *GetDashboardsResponse) ProtoReflect() protoreflect.Message
- func (x *GetDashboardsResponse) Reset()
- func (x *GetDashboardsResponse) String() string
- type GetDashboardsResponse_Dashboard
- func (*GetDashboardsResponse_Dashboard) Descriptor() ([]byte, []int)deprecated
- func (x *GetDashboardsResponse_Dashboard) GetName() string
- func (x *GetDashboardsResponse_Dashboard) GetUuid() string
- func (*GetDashboardsResponse_Dashboard) ProtoMessage()
- func (x *GetDashboardsResponse_Dashboard) ProtoReflect() protoreflect.Message
- func (x *GetDashboardsResponse_Dashboard) Reset()
- func (x *GetDashboardsResponse_Dashboard) String() string
- type GetFavoriteQueriesRequest
- type GetFavoriteQueriesResponse
- func (*GetFavoriteQueriesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetFavoriteQueriesResponse) GetQueries() []*GetFavoriteQueriesResponse_Query
- func (*GetFavoriteQueriesResponse) ProtoMessage()
- func (x *GetFavoriteQueriesResponse) ProtoReflect() protoreflect.Message
- func (x *GetFavoriteQueriesResponse) Reset()
- func (x *GetFavoriteQueriesResponse) String() string
- type GetFavoriteQueriesResponse_Query
- func (*GetFavoriteQueriesResponse_Query) Descriptor() ([]byte, []int)deprecated
- func (x *GetFavoriteQueriesResponse_Query) GetId() int64
- func (x *GetFavoriteQueriesResponse_Query) GetName() string
- func (x *GetFavoriteQueriesResponse_Query) GetQuery() string
- func (x *GetFavoriteQueriesResponse_Query) GetRelativeFrom() uint64
- func (*GetFavoriteQueriesResponse_Query) ProtoMessage()
- func (x *GetFavoriteQueriesResponse_Query) ProtoReflect() protoreflect.Message
- func (x *GetFavoriteQueriesResponse_Query) Reset()
- func (x *GetFavoriteQueriesResponse_Query) String() string
- type GetUserProfileRequest
- type GetUserProfileResponse
- func (*GetUserProfileResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserProfileResponse) GetLogColumns() *LogColumns
- func (x *GetUserProfileResponse) GetOnboardingVersion() string
- func (x *GetUserProfileResponse) GetTimezone() string
- func (*GetUserProfileResponse) ProtoMessage()
- func (x *GetUserProfileResponse) ProtoReflect() protoreflect.Message
- func (x *GetUserProfileResponse) Reset()
- func (x *GetUserProfileResponse) String() string
- type LogColumns
- type UnimplementedUserProfileServiceServer
- func (UnimplementedUserProfileServiceServer) CreateFavoriteQuery(context.Context, *CreateFavoriteQueryRequest) (*CreateFavoriteQueryResponse, error)
- func (UnimplementedUserProfileServiceServer) DeleteFavoriteQuery(context.Context, *DeleteFavoriteQueryRequest) (*DeleteFavoriteQueryResponse, error)
- func (UnimplementedUserProfileServiceServer) GetFavoriteQueries(context.Context, *GetFavoriteQueriesRequest) (*GetFavoriteQueriesResponse, error)
- func (UnimplementedUserProfileServiceServer) GetUserProfile(context.Context, *GetUserProfileRequest) (*GetUserProfileResponse, error)
- func (UnimplementedUserProfileServiceServer) UpdateUserProfile(context.Context, *UpdateUserProfileRequest) (*UpdateUserProfileResponse, error)
- type UnsafeUserProfileServiceServer
- type UpdateDashboardRequest
- func (*UpdateDashboardRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateDashboardRequest) GetMeta() string
- func (x *UpdateDashboardRequest) GetName() string
- func (x *UpdateDashboardRequest) GetUuid() string
- func (*UpdateDashboardRequest) ProtoMessage()
- func (x *UpdateDashboardRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateDashboardRequest) Reset()
- func (x *UpdateDashboardRequest) String() string
- type UpdateDashboardResponse
- type UpdateUserProfileRequest
- func (*UpdateUserProfileRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateUserProfileRequest) GetLogColumns() *LogColumns
- func (x *UpdateUserProfileRequest) GetOnboardingVersion() string
- func (x *UpdateUserProfileRequest) GetTimezone() string
- func (*UpdateUserProfileRequest) ProtoMessage()
- func (x *UpdateUserProfileRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateUserProfileRequest) Reset()
- func (x *UpdateUserProfileRequest) String() string
- type UpdateUserProfileResponse
- type UserProfileServiceClient
- type UserProfileServiceServer
Constants ¶
const ( UserProfileService_GetUserProfile_FullMethodName = "/userprofile.v1.UserProfileService/GetUserProfile" UserProfileService_UpdateUserProfile_FullMethodName = "/userprofile.v1.UserProfileService/UpdateUserProfile" UserProfileService_GetFavoriteQueries_FullMethodName = "/userprofile.v1.UserProfileService/GetFavoriteQueries" UserProfileService_CreateFavoriteQuery_FullMethodName = "/userprofile.v1.UserProfileService/CreateFavoriteQuery" UserProfileService_DeleteFavoriteQuery_FullMethodName = "/userprofile.v1.UserProfileService/DeleteFavoriteQuery" )
Variables ¶
var File_userprofile_v1_userprofile_proto protoreflect.FileDescriptor
var UserProfileService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "userprofile.v1.UserProfileService", HandlerType: (*UserProfileServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "GetUserProfile", Handler: _UserProfileService_GetUserProfile_Handler, }, { MethodName: "UpdateUserProfile", Handler: _UserProfileService_UpdateUserProfile_Handler, }, { MethodName: "GetFavoriteQueries", Handler: _UserProfileService_GetFavoriteQueries_Handler, }, { MethodName: "CreateFavoriteQuery", Handler: _UserProfileService_CreateFavoriteQuery_Handler, }, { MethodName: "DeleteFavoriteQuery", Handler: _UserProfileService_DeleteFavoriteQuery_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "userprofile/v1/userprofile.proto", }
UserProfileService_ServiceDesc is the grpc.ServiceDesc for UserProfileService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
Functions ¶
func RegisterUserProfileServiceServer ¶
func RegisterUserProfileServiceServer(s grpc.ServiceRegistrar, srv UserProfileServiceServer)
Types ¶
type CreateDashboardRequest ¶
type CreateDashboardRequest struct {
Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
Meta string `protobuf:"bytes,2,opt,name=meta,proto3" json:"meta,omitempty"`
// contains filtered or unexported fields
}
func (*CreateDashboardRequest) Descriptor
deprecated
func (*CreateDashboardRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateDashboardRequest.ProtoReflect.Descriptor instead.
func (*CreateDashboardRequest) GetMeta ¶
func (x *CreateDashboardRequest) GetMeta() string
func (*CreateDashboardRequest) GetName ¶
func (x *CreateDashboardRequest) GetName() string
func (*CreateDashboardRequest) ProtoMessage ¶
func (*CreateDashboardRequest) ProtoMessage()
func (*CreateDashboardRequest) ProtoReflect ¶
func (x *CreateDashboardRequest) ProtoReflect() protoreflect.Message
func (*CreateDashboardRequest) Reset ¶
func (x *CreateDashboardRequest) Reset()
func (*CreateDashboardRequest) String ¶
func (x *CreateDashboardRequest) String() string
type CreateDashboardResponse ¶
type CreateDashboardResponse struct {
Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
// contains filtered or unexported fields
}
func (*CreateDashboardResponse) Descriptor
deprecated
func (*CreateDashboardResponse) Descriptor() ([]byte, []int)
Deprecated: Use CreateDashboardResponse.ProtoReflect.Descriptor instead.
func (*CreateDashboardResponse) GetUuid ¶
func (x *CreateDashboardResponse) GetUuid() string
func (*CreateDashboardResponse) ProtoMessage ¶
func (*CreateDashboardResponse) ProtoMessage()
func (*CreateDashboardResponse) ProtoReflect ¶
func (x *CreateDashboardResponse) ProtoReflect() protoreflect.Message
func (*CreateDashboardResponse) Reset ¶
func (x *CreateDashboardResponse) Reset()
func (*CreateDashboardResponse) String ¶
func (x *CreateDashboardResponse) String() string
type CreateFavoriteQueryRequest ¶
type CreateFavoriteQueryRequest struct {
Query string `protobuf:"bytes,1,opt,name=query,proto3" json:"query,omitempty"`
Name *string `protobuf:"bytes,2,opt,name=name,proto3,oneof" json:"name,omitempty"`
RelativeFrom *uint64 `protobuf:"varint,3,opt,name=relative_from,json=relativeFrom,proto3,oneof" json:"relative_from,omitempty"` // measured in seconds
// contains filtered or unexported fields
}
func (*CreateFavoriteQueryRequest) Descriptor
deprecated
func (*CreateFavoriteQueryRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateFavoriteQueryRequest.ProtoReflect.Descriptor instead.
func (*CreateFavoriteQueryRequest) GetName ¶
func (x *CreateFavoriteQueryRequest) GetName() string
func (*CreateFavoriteQueryRequest) GetQuery ¶
func (x *CreateFavoriteQueryRequest) GetQuery() string
func (*CreateFavoriteQueryRequest) GetRelativeFrom ¶
func (x *CreateFavoriteQueryRequest) GetRelativeFrom() uint64
func (*CreateFavoriteQueryRequest) ProtoMessage ¶
func (*CreateFavoriteQueryRequest) ProtoMessage()
func (*CreateFavoriteQueryRequest) ProtoReflect ¶
func (x *CreateFavoriteQueryRequest) ProtoReflect() protoreflect.Message
func (*CreateFavoriteQueryRequest) Reset ¶
func (x *CreateFavoriteQueryRequest) Reset()
func (*CreateFavoriteQueryRequest) String ¶
func (x *CreateFavoriteQueryRequest) String() string
type CreateFavoriteQueryResponse ¶
type CreateFavoriteQueryResponse struct {
Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
// contains filtered or unexported fields
}
func (*CreateFavoriteQueryResponse) Descriptor
deprecated
func (*CreateFavoriteQueryResponse) Descriptor() ([]byte, []int)
Deprecated: Use CreateFavoriteQueryResponse.ProtoReflect.Descriptor instead.
func (*CreateFavoriteQueryResponse) GetId ¶
func (x *CreateFavoriteQueryResponse) GetId() int64
func (*CreateFavoriteQueryResponse) ProtoMessage ¶
func (*CreateFavoriteQueryResponse) ProtoMessage()
func (*CreateFavoriteQueryResponse) ProtoReflect ¶
func (x *CreateFavoriteQueryResponse) ProtoReflect() protoreflect.Message
func (*CreateFavoriteQueryResponse) Reset ¶
func (x *CreateFavoriteQueryResponse) Reset()
func (*CreateFavoriteQueryResponse) String ¶
func (x *CreateFavoriteQueryResponse) String() string
type DeleteDashboardRequest ¶
type DeleteDashboardRequest struct {
Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
// contains filtered or unexported fields
}
func (*DeleteDashboardRequest) Descriptor
deprecated
func (*DeleteDashboardRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteDashboardRequest.ProtoReflect.Descriptor instead.
func (*DeleteDashboardRequest) GetUuid ¶
func (x *DeleteDashboardRequest) GetUuid() string
func (*DeleteDashboardRequest) ProtoMessage ¶
func (*DeleteDashboardRequest) ProtoMessage()
func (*DeleteDashboardRequest) ProtoReflect ¶
func (x *DeleteDashboardRequest) ProtoReflect() protoreflect.Message
func (*DeleteDashboardRequest) Reset ¶
func (x *DeleteDashboardRequest) Reset()
func (*DeleteDashboardRequest) String ¶
func (x *DeleteDashboardRequest) String() string
type DeleteDashboardResponse ¶
type DeleteDashboardResponse struct {
// contains filtered or unexported fields
}
func (*DeleteDashboardResponse) Descriptor
deprecated
func (*DeleteDashboardResponse) Descriptor() ([]byte, []int)
Deprecated: Use DeleteDashboardResponse.ProtoReflect.Descriptor instead.
func (*DeleteDashboardResponse) ProtoMessage ¶
func (*DeleteDashboardResponse) ProtoMessage()
func (*DeleteDashboardResponse) ProtoReflect ¶
func (x *DeleteDashboardResponse) ProtoReflect() protoreflect.Message
func (*DeleteDashboardResponse) Reset ¶
func (x *DeleteDashboardResponse) Reset()
func (*DeleteDashboardResponse) String ¶
func (x *DeleteDashboardResponse) String() string
type DeleteFavoriteQueryRequest ¶
type DeleteFavoriteQueryRequest struct {
Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
// contains filtered or unexported fields
}
func (*DeleteFavoriteQueryRequest) Descriptor
deprecated
func (*DeleteFavoriteQueryRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteFavoriteQueryRequest.ProtoReflect.Descriptor instead.
func (*DeleteFavoriteQueryRequest) GetId ¶
func (x *DeleteFavoriteQueryRequest) GetId() int64
func (*DeleteFavoriteQueryRequest) ProtoMessage ¶
func (*DeleteFavoriteQueryRequest) ProtoMessage()
func (*DeleteFavoriteQueryRequest) ProtoReflect ¶
func (x *DeleteFavoriteQueryRequest) ProtoReflect() protoreflect.Message
func (*DeleteFavoriteQueryRequest) Reset ¶
func (x *DeleteFavoriteQueryRequest) Reset()
func (*DeleteFavoriteQueryRequest) String ¶
func (x *DeleteFavoriteQueryRequest) String() string
type DeleteFavoriteQueryResponse ¶
type DeleteFavoriteQueryResponse struct {
// contains filtered or unexported fields
}
func (*DeleteFavoriteQueryResponse) Descriptor
deprecated
func (*DeleteFavoriteQueryResponse) Descriptor() ([]byte, []int)
Deprecated: Use DeleteFavoriteQueryResponse.ProtoReflect.Descriptor instead.
func (*DeleteFavoriteQueryResponse) ProtoMessage ¶
func (*DeleteFavoriteQueryResponse) ProtoMessage()
func (*DeleteFavoriteQueryResponse) ProtoReflect ¶
func (x *DeleteFavoriteQueryResponse) ProtoReflect() protoreflect.Message
func (*DeleteFavoriteQueryResponse) Reset ¶
func (x *DeleteFavoriteQueryResponse) Reset()
func (*DeleteFavoriteQueryResponse) String ¶
func (x *DeleteFavoriteQueryResponse) String() string
type GetDashboardRequest ¶
type GetDashboardRequest struct {
Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
// contains filtered or unexported fields
}
func (*GetDashboardRequest) Descriptor
deprecated
func (*GetDashboardRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetDashboardRequest.ProtoReflect.Descriptor instead.
func (*GetDashboardRequest) GetUuid ¶
func (x *GetDashboardRequest) GetUuid() string
func (*GetDashboardRequest) ProtoMessage ¶
func (*GetDashboardRequest) ProtoMessage()
func (*GetDashboardRequest) ProtoReflect ¶
func (x *GetDashboardRequest) ProtoReflect() protoreflect.Message
func (*GetDashboardRequest) Reset ¶
func (x *GetDashboardRequest) Reset()
func (*GetDashboardRequest) String ¶
func (x *GetDashboardRequest) String() string
type GetDashboardResponse ¶
type GetDashboardResponse struct {
Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
Meta string `protobuf:"bytes,2,opt,name=meta,proto3" json:"meta,omitempty"`
OwnerName string `protobuf:"bytes,3,opt,name=owner_name,json=ownerName,proto3" json:"owner_name,omitempty"`
// contains filtered or unexported fields
}
func (*GetDashboardResponse) Descriptor
deprecated
func (*GetDashboardResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetDashboardResponse.ProtoReflect.Descriptor instead.
func (*GetDashboardResponse) GetMeta ¶
func (x *GetDashboardResponse) GetMeta() string
func (*GetDashboardResponse) GetName ¶
func (x *GetDashboardResponse) GetName() string
func (*GetDashboardResponse) GetOwnerName ¶
func (x *GetDashboardResponse) GetOwnerName() string
func (*GetDashboardResponse) ProtoMessage ¶
func (*GetDashboardResponse) ProtoMessage()
func (*GetDashboardResponse) ProtoReflect ¶
func (x *GetDashboardResponse) ProtoReflect() protoreflect.Message
func (*GetDashboardResponse) Reset ¶
func (x *GetDashboardResponse) Reset()
func (*GetDashboardResponse) String ¶
func (x *GetDashboardResponse) String() string
type GetDashboardsRequest ¶
type GetDashboardsRequest struct {
// contains filtered or unexported fields
}
func (*GetDashboardsRequest) Descriptor
deprecated
func (*GetDashboardsRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetDashboardsRequest.ProtoReflect.Descriptor instead.
func (*GetDashboardsRequest) ProtoMessage ¶
func (*GetDashboardsRequest) ProtoMessage()
func (*GetDashboardsRequest) ProtoReflect ¶
func (x *GetDashboardsRequest) ProtoReflect() protoreflect.Message
func (*GetDashboardsRequest) Reset ¶
func (x *GetDashboardsRequest) Reset()
func (*GetDashboardsRequest) String ¶
func (x *GetDashboardsRequest) String() string
type GetDashboardsResponse ¶
type GetDashboardsResponse struct {
Dashboards []*GetDashboardsResponse_Dashboard `protobuf:"bytes,1,rep,name=dashboards,proto3" json:"dashboards,omitempty"`
// contains filtered or unexported fields
}
func (*GetDashboardsResponse) Descriptor
deprecated
func (*GetDashboardsResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetDashboardsResponse.ProtoReflect.Descriptor instead.
func (*GetDashboardsResponse) GetDashboards ¶
func (x *GetDashboardsResponse) GetDashboards() []*GetDashboardsResponse_Dashboard
func (*GetDashboardsResponse) ProtoMessage ¶
func (*GetDashboardsResponse) ProtoMessage()
func (*GetDashboardsResponse) ProtoReflect ¶
func (x *GetDashboardsResponse) ProtoReflect() protoreflect.Message
func (*GetDashboardsResponse) Reset ¶
func (x *GetDashboardsResponse) Reset()
func (*GetDashboardsResponse) String ¶
func (x *GetDashboardsResponse) String() string
type GetDashboardsResponse_Dashboard ¶
type GetDashboardsResponse_Dashboard struct {
Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
// contains filtered or unexported fields
}
func (*GetDashboardsResponse_Dashboard) Descriptor
deprecated
func (*GetDashboardsResponse_Dashboard) Descriptor() ([]byte, []int)
Deprecated: Use GetDashboardsResponse_Dashboard.ProtoReflect.Descriptor instead.
func (*GetDashboardsResponse_Dashboard) GetName ¶
func (x *GetDashboardsResponse_Dashboard) GetName() string
func (*GetDashboardsResponse_Dashboard) GetUuid ¶
func (x *GetDashboardsResponse_Dashboard) GetUuid() string
func (*GetDashboardsResponse_Dashboard) ProtoMessage ¶
func (*GetDashboardsResponse_Dashboard) ProtoMessage()
func (*GetDashboardsResponse_Dashboard) ProtoReflect ¶
func (x *GetDashboardsResponse_Dashboard) ProtoReflect() protoreflect.Message
func (*GetDashboardsResponse_Dashboard) Reset ¶
func (x *GetDashboardsResponse_Dashboard) Reset()
func (*GetDashboardsResponse_Dashboard) String ¶
func (x *GetDashboardsResponse_Dashboard) String() string
type GetFavoriteQueriesRequest ¶
type GetFavoriteQueriesRequest struct {
// contains filtered or unexported fields
}
func (*GetFavoriteQueriesRequest) Descriptor
deprecated
func (*GetFavoriteQueriesRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetFavoriteQueriesRequest.ProtoReflect.Descriptor instead.
func (*GetFavoriteQueriesRequest) ProtoMessage ¶
func (*GetFavoriteQueriesRequest) ProtoMessage()
func (*GetFavoriteQueriesRequest) ProtoReflect ¶
func (x *GetFavoriteQueriesRequest) ProtoReflect() protoreflect.Message
func (*GetFavoriteQueriesRequest) Reset ¶
func (x *GetFavoriteQueriesRequest) Reset()
func (*GetFavoriteQueriesRequest) String ¶
func (x *GetFavoriteQueriesRequest) String() string
type GetFavoriteQueriesResponse ¶
type GetFavoriteQueriesResponse struct {
Queries []*GetFavoriteQueriesResponse_Query `protobuf:"bytes,1,rep,name=queries,proto3" json:"queries,omitempty"`
// contains filtered or unexported fields
}
func (*GetFavoriteQueriesResponse) Descriptor
deprecated
func (*GetFavoriteQueriesResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetFavoriteQueriesResponse.ProtoReflect.Descriptor instead.
func (*GetFavoriteQueriesResponse) GetQueries ¶
func (x *GetFavoriteQueriesResponse) GetQueries() []*GetFavoriteQueriesResponse_Query
func (*GetFavoriteQueriesResponse) ProtoMessage ¶
func (*GetFavoriteQueriesResponse) ProtoMessage()
func (*GetFavoriteQueriesResponse) ProtoReflect ¶
func (x *GetFavoriteQueriesResponse) ProtoReflect() protoreflect.Message
func (*GetFavoriteQueriesResponse) Reset ¶
func (x *GetFavoriteQueriesResponse) Reset()
func (*GetFavoriteQueriesResponse) String ¶
func (x *GetFavoriteQueriesResponse) String() string
type GetFavoriteQueriesResponse_Query ¶
type GetFavoriteQueriesResponse_Query struct {
Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
Query string `protobuf:"bytes,2,opt,name=query,proto3" json:"query,omitempty"`
Name *string `protobuf:"bytes,3,opt,name=name,proto3,oneof" json:"name,omitempty"`
RelativeFrom *uint64 `protobuf:"varint,4,opt,name=relative_from,json=relativeFrom,proto3,oneof" json:"relative_from,omitempty"` // measured in seconds
// contains filtered or unexported fields
}
func (*GetFavoriteQueriesResponse_Query) Descriptor
deprecated
func (*GetFavoriteQueriesResponse_Query) Descriptor() ([]byte, []int)
Deprecated: Use GetFavoriteQueriesResponse_Query.ProtoReflect.Descriptor instead.
func (*GetFavoriteQueriesResponse_Query) GetId ¶
func (x *GetFavoriteQueriesResponse_Query) GetId() int64
func (*GetFavoriteQueriesResponse_Query) GetName ¶
func (x *GetFavoriteQueriesResponse_Query) GetName() string
func (*GetFavoriteQueriesResponse_Query) GetQuery ¶
func (x *GetFavoriteQueriesResponse_Query) GetQuery() string
func (*GetFavoriteQueriesResponse_Query) GetRelativeFrom ¶
func (x *GetFavoriteQueriesResponse_Query) GetRelativeFrom() uint64
func (*GetFavoriteQueriesResponse_Query) ProtoMessage ¶
func (*GetFavoriteQueriesResponse_Query) ProtoMessage()
func (*GetFavoriteQueriesResponse_Query) ProtoReflect ¶
func (x *GetFavoriteQueriesResponse_Query) ProtoReflect() protoreflect.Message
func (*GetFavoriteQueriesResponse_Query) Reset ¶
func (x *GetFavoriteQueriesResponse_Query) Reset()
func (*GetFavoriteQueriesResponse_Query) String ¶
func (x *GetFavoriteQueriesResponse_Query) String() string
type GetUserProfileRequest ¶
type GetUserProfileRequest struct {
// contains filtered or unexported fields
}
func (*GetUserProfileRequest) Descriptor
deprecated
func (*GetUserProfileRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetUserProfileRequest.ProtoReflect.Descriptor instead.
func (*GetUserProfileRequest) ProtoMessage ¶
func (*GetUserProfileRequest) ProtoMessage()
func (*GetUserProfileRequest) ProtoReflect ¶
func (x *GetUserProfileRequest) ProtoReflect() protoreflect.Message
func (*GetUserProfileRequest) Reset ¶
func (x *GetUserProfileRequest) Reset()
func (*GetUserProfileRequest) String ¶
func (x *GetUserProfileRequest) String() string
type GetUserProfileResponse ¶
type GetUserProfileResponse struct {
Timezone string `protobuf:"bytes,1,opt,name=timezone,proto3" json:"timezone,omitempty"`
OnboardingVersion string `protobuf:"bytes,2,opt,name=onboarding_version,json=onboardingVersion,proto3" json:"onboarding_version,omitempty"`
LogColumns *LogColumns `protobuf:"bytes,3,opt,name=log_columns,json=logColumns,proto3" json:"log_columns,omitempty"`
// contains filtered or unexported fields
}
func (*GetUserProfileResponse) Descriptor
deprecated
func (*GetUserProfileResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetUserProfileResponse.ProtoReflect.Descriptor instead.
func (*GetUserProfileResponse) GetLogColumns ¶
func (x *GetUserProfileResponse) GetLogColumns() *LogColumns
func (*GetUserProfileResponse) GetOnboardingVersion ¶
func (x *GetUserProfileResponse) GetOnboardingVersion() string
func (*GetUserProfileResponse) GetTimezone ¶
func (x *GetUserProfileResponse) GetTimezone() string
func (*GetUserProfileResponse) ProtoMessage ¶
func (*GetUserProfileResponse) ProtoMessage()
func (*GetUserProfileResponse) ProtoReflect ¶
func (x *GetUserProfileResponse) ProtoReflect() protoreflect.Message
func (*GetUserProfileResponse) Reset ¶
func (x *GetUserProfileResponse) Reset()
func (*GetUserProfileResponse) String ¶
func (x *GetUserProfileResponse) String() string
type LogColumns ¶
type LogColumns struct {
LogColumns []string `protobuf:"bytes,1,rep,name=log_columns,json=logColumns,proto3" json:"log_columns,omitempty"`
// contains filtered or unexported fields
}
func (*LogColumns) Descriptor
deprecated
func (*LogColumns) Descriptor() ([]byte, []int)
Deprecated: Use LogColumns.ProtoReflect.Descriptor instead.
func (*LogColumns) GetLogColumns ¶
func (x *LogColumns) GetLogColumns() []string
func (*LogColumns) ProtoMessage ¶
func (*LogColumns) ProtoMessage()
func (*LogColumns) ProtoReflect ¶
func (x *LogColumns) ProtoReflect() protoreflect.Message
func (*LogColumns) Reset ¶
func (x *LogColumns) Reset()
func (*LogColumns) String ¶
func (x *LogColumns) String() string
type UnimplementedUserProfileServiceServer ¶
type UnimplementedUserProfileServiceServer struct {
}
UnimplementedUserProfileServiceServer should be embedded to have forward compatible implementations.
func (UnimplementedUserProfileServiceServer) CreateFavoriteQuery ¶
func (UnimplementedUserProfileServiceServer) CreateFavoriteQuery(context.Context, *CreateFavoriteQueryRequest) (*CreateFavoriteQueryResponse, error)
func (UnimplementedUserProfileServiceServer) DeleteFavoriteQuery ¶
func (UnimplementedUserProfileServiceServer) DeleteFavoriteQuery(context.Context, *DeleteFavoriteQueryRequest) (*DeleteFavoriteQueryResponse, error)
func (UnimplementedUserProfileServiceServer) GetFavoriteQueries ¶
func (UnimplementedUserProfileServiceServer) GetFavoriteQueries(context.Context, *GetFavoriteQueriesRequest) (*GetFavoriteQueriesResponse, error)
func (UnimplementedUserProfileServiceServer) GetUserProfile ¶
func (UnimplementedUserProfileServiceServer) GetUserProfile(context.Context, *GetUserProfileRequest) (*GetUserProfileResponse, error)
func (UnimplementedUserProfileServiceServer) UpdateUserProfile ¶
func (UnimplementedUserProfileServiceServer) UpdateUserProfile(context.Context, *UpdateUserProfileRequest) (*UpdateUserProfileResponse, error)
type UnsafeUserProfileServiceServer ¶
type UnsafeUserProfileServiceServer interface {
// contains filtered or unexported methods
}
UnsafeUserProfileServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to UserProfileServiceServer will result in compilation errors.
type UpdateDashboardRequest ¶
type UpdateDashboardRequest struct {
Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
Name *string `protobuf:"bytes,2,opt,name=name,proto3,oneof" json:"name,omitempty"`
Meta *string `protobuf:"bytes,3,opt,name=meta,proto3,oneof" json:"meta,omitempty"`
// contains filtered or unexported fields
}
func (*UpdateDashboardRequest) Descriptor
deprecated
func (*UpdateDashboardRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateDashboardRequest.ProtoReflect.Descriptor instead.
func (*UpdateDashboardRequest) GetMeta ¶
func (x *UpdateDashboardRequest) GetMeta() string
func (*UpdateDashboardRequest) GetName ¶
func (x *UpdateDashboardRequest) GetName() string
func (*UpdateDashboardRequest) GetUuid ¶
func (x *UpdateDashboardRequest) GetUuid() string
func (*UpdateDashboardRequest) ProtoMessage ¶
func (*UpdateDashboardRequest) ProtoMessage()
func (*UpdateDashboardRequest) ProtoReflect ¶
func (x *UpdateDashboardRequest) ProtoReflect() protoreflect.Message
func (*UpdateDashboardRequest) Reset ¶
func (x *UpdateDashboardRequest) Reset()
func (*UpdateDashboardRequest) String ¶
func (x *UpdateDashboardRequest) String() string
type UpdateDashboardResponse ¶
type UpdateDashboardResponse struct {
// contains filtered or unexported fields
}
func (*UpdateDashboardResponse) Descriptor
deprecated
func (*UpdateDashboardResponse) Descriptor() ([]byte, []int)
Deprecated: Use UpdateDashboardResponse.ProtoReflect.Descriptor instead.
func (*UpdateDashboardResponse) ProtoMessage ¶
func (*UpdateDashboardResponse) ProtoMessage()
func (*UpdateDashboardResponse) ProtoReflect ¶
func (x *UpdateDashboardResponse) ProtoReflect() protoreflect.Message
func (*UpdateDashboardResponse) Reset ¶
func (x *UpdateDashboardResponse) Reset()
func (*UpdateDashboardResponse) String ¶
func (x *UpdateDashboardResponse) String() string
type UpdateUserProfileRequest ¶
type UpdateUserProfileRequest struct {
Timezone *string `protobuf:"bytes,1,opt,name=timezone,proto3,oneof" json:"timezone,omitempty"`
OnboardingVersion *string `protobuf:"bytes,2,opt,name=onboarding_version,json=onboardingVersion,proto3,oneof" json:"onboarding_version,omitempty"`
LogColumns *LogColumns `protobuf:"bytes,3,opt,name=log_columns,json=logColumns,proto3,oneof" json:"log_columns,omitempty"`
// contains filtered or unexported fields
}
func (*UpdateUserProfileRequest) Descriptor
deprecated
func (*UpdateUserProfileRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateUserProfileRequest.ProtoReflect.Descriptor instead.
func (*UpdateUserProfileRequest) GetLogColumns ¶
func (x *UpdateUserProfileRequest) GetLogColumns() *LogColumns
func (*UpdateUserProfileRequest) GetOnboardingVersion ¶
func (x *UpdateUserProfileRequest) GetOnboardingVersion() string
func (*UpdateUserProfileRequest) GetTimezone ¶
func (x *UpdateUserProfileRequest) GetTimezone() string
func (*UpdateUserProfileRequest) ProtoMessage ¶
func (*UpdateUserProfileRequest) ProtoMessage()
func (*UpdateUserProfileRequest) ProtoReflect ¶
func (x *UpdateUserProfileRequest) ProtoReflect() protoreflect.Message
func (*UpdateUserProfileRequest) Reset ¶
func (x *UpdateUserProfileRequest) Reset()
func (*UpdateUserProfileRequest) String ¶
func (x *UpdateUserProfileRequest) String() string
type UpdateUserProfileResponse ¶
type UpdateUserProfileResponse struct {
// contains filtered or unexported fields
}
func (*UpdateUserProfileResponse) Descriptor
deprecated
func (*UpdateUserProfileResponse) Descriptor() ([]byte, []int)
Deprecated: Use UpdateUserProfileResponse.ProtoReflect.Descriptor instead.
func (*UpdateUserProfileResponse) ProtoMessage ¶
func (*UpdateUserProfileResponse) ProtoMessage()
func (*UpdateUserProfileResponse) ProtoReflect ¶
func (x *UpdateUserProfileResponse) ProtoReflect() protoreflect.Message
func (*UpdateUserProfileResponse) Reset ¶
func (x *UpdateUserProfileResponse) Reset()
func (*UpdateUserProfileResponse) String ¶
func (x *UpdateUserProfileResponse) String() string
type UserProfileServiceClient ¶
type UserProfileServiceClient interface {
GetUserProfile(ctx context.Context, in *GetUserProfileRequest, opts ...grpc.CallOption) (*GetUserProfileResponse, error)
UpdateUserProfile(ctx context.Context, in *UpdateUserProfileRequest, opts ...grpc.CallOption) (*UpdateUserProfileResponse, error)
GetFavoriteQueries(ctx context.Context, in *GetFavoriteQueriesRequest, opts ...grpc.CallOption) (*GetFavoriteQueriesResponse, error)
CreateFavoriteQuery(ctx context.Context, in *CreateFavoriteQueryRequest, opts ...grpc.CallOption) (*CreateFavoriteQueryResponse, error)
DeleteFavoriteQuery(ctx context.Context, in *DeleteFavoriteQueryRequest, opts ...grpc.CallOption) (*DeleteFavoriteQueryResponse, error)
}
UserProfileServiceClient is the client API for UserProfileService 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.
func NewUserProfileServiceClient ¶
func NewUserProfileServiceClient(cc grpc.ClientConnInterface) UserProfileServiceClient
type UserProfileServiceServer ¶
type UserProfileServiceServer interface {
GetUserProfile(context.Context, *GetUserProfileRequest) (*GetUserProfileResponse, error)
UpdateUserProfile(context.Context, *UpdateUserProfileRequest) (*UpdateUserProfileResponse, error)
GetFavoriteQueries(context.Context, *GetFavoriteQueriesRequest) (*GetFavoriteQueriesResponse, error)
CreateFavoriteQuery(context.Context, *CreateFavoriteQueryRequest) (*CreateFavoriteQueryResponse, error)
DeleteFavoriteQuery(context.Context, *DeleteFavoriteQueryRequest) (*DeleteFavoriteQueryResponse, error)
}
UserProfileServiceServer is the server API for UserProfileService service. All implementations should embed UnimplementedUserProfileServiceServer for forward compatibility