v1

package
v0.3.54 Latest Latest
Warning

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

Go to latest
Published: Apr 19, 2024 License: AGPL-3.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_roblox_analytics_v1_roblox_analytics_proto protoreflect.FileDescriptor
View Source
var RobloxAnalyticsAPIService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "roblox_analytics.v1.RobloxAnalyticsAPIService",
	HandlerType: (*RobloxAnalyticsAPIServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "GetAppScreenTime",
			Handler:    _RobloxAnalyticsAPIService_GetAppScreenTime_Handler,
		},
		{
			MethodName: "SaveAppScreenTime",
			Handler:    _RobloxAnalyticsAPIService_SaveAppScreenTime_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "roblox_analytics/v1/roblox_analytics.proto",
}

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

Functions

func RegisterRobloxAnalyticsAPIServiceServer

func RegisterRobloxAnalyticsAPIServiceServer(s grpc.ServiceRegistrar, srv RobloxAnalyticsAPIServiceServer)

Types

type GetAppScreenTimeRequest added in v0.2.154

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

func (*GetAppScreenTimeRequest) Descriptor deprecated added in v0.2.154

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

Deprecated: Use GetAppScreenTimeRequest.ProtoReflect.Descriptor instead.

func (*GetAppScreenTimeRequest) GetUserId added in v0.2.154

func (x *GetAppScreenTimeRequest) GetUserId() string

func (*GetAppScreenTimeRequest) ProtoMessage added in v0.2.154

func (*GetAppScreenTimeRequest) ProtoMessage()

func (*GetAppScreenTimeRequest) ProtoReflect added in v0.2.154

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

func (*GetAppScreenTimeRequest) Reset added in v0.2.154

func (x *GetAppScreenTimeRequest) Reset()

func (*GetAppScreenTimeRequest) String added in v0.2.154

func (x *GetAppScreenTimeRequest) String() string

type GetAppScreenTimeResponse added in v0.2.154

type GetAppScreenTimeResponse struct {
	Duration *durationpb.Duration `protobuf:"bytes,1,opt,name=duration,proto3" json:"duration,omitempty"`
	// contains filtered or unexported fields
}

func (*GetAppScreenTimeResponse) Descriptor deprecated added in v0.2.154

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

Deprecated: Use GetAppScreenTimeResponse.ProtoReflect.Descriptor instead.

func (*GetAppScreenTimeResponse) GetDuration added in v0.2.154

func (x *GetAppScreenTimeResponse) GetDuration() *durationpb.Duration

func (*GetAppScreenTimeResponse) ProtoMessage added in v0.2.154

func (*GetAppScreenTimeResponse) ProtoMessage()

func (*GetAppScreenTimeResponse) ProtoReflect added in v0.2.154

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

func (*GetAppScreenTimeResponse) Reset added in v0.2.154

func (x *GetAppScreenTimeResponse) Reset()

func (*GetAppScreenTimeResponse) String added in v0.2.154

func (x *GetAppScreenTimeResponse) String() string

type RobloxAnalyticsAPIServiceClient

type RobloxAnalyticsAPIServiceClient interface {
	GetAppScreenTime(ctx context.Context, in *GetAppScreenTimeRequest, opts ...grpc.CallOption) (*GetAppScreenTimeResponse, error)
	SaveAppScreenTime(ctx context.Context, in *SaveAppScreenTimeRequest, opts ...grpc.CallOption) (*SaveAppScreenTimeResponse, error)
}

RobloxAnalyticsAPIServiceClient is the client API for RobloxAnalyticsAPIService 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 RobloxAnalyticsAPIServiceServer

type RobloxAnalyticsAPIServiceServer interface {
	GetAppScreenTime(context.Context, *GetAppScreenTimeRequest) (*GetAppScreenTimeResponse, error)
	SaveAppScreenTime(context.Context, *SaveAppScreenTimeRequest) (*SaveAppScreenTimeResponse, error)
	// contains filtered or unexported methods
}

RobloxAnalyticsAPIServiceServer is the server API for RobloxAnalyticsAPIService service. All implementations must embed UnimplementedRobloxAnalyticsAPIServiceServer for forward compatibility

type SaveAppScreenTimeRequest added in v0.2.154

type SaveAppScreenTimeRequest struct {
	Duration *durationpb.Duration `protobuf:"bytes,1,opt,name=duration,proto3" json:"duration,omitempty"`
	// contains filtered or unexported fields
}

func (*SaveAppScreenTimeRequest) Descriptor deprecated added in v0.2.154

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

Deprecated: Use SaveAppScreenTimeRequest.ProtoReflect.Descriptor instead.

func (*SaveAppScreenTimeRequest) GetDuration added in v0.2.154

func (x *SaveAppScreenTimeRequest) GetDuration() *durationpb.Duration

func (*SaveAppScreenTimeRequest) ProtoMessage added in v0.2.154

func (*SaveAppScreenTimeRequest) ProtoMessage()

func (*SaveAppScreenTimeRequest) ProtoReflect added in v0.2.154

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

func (*SaveAppScreenTimeRequest) Reset added in v0.2.154

func (x *SaveAppScreenTimeRequest) Reset()

func (*SaveAppScreenTimeRequest) String added in v0.2.154

func (x *SaveAppScreenTimeRequest) String() string

type SaveAppScreenTimeResponse added in v0.2.154

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

func (*SaveAppScreenTimeResponse) Descriptor deprecated added in v0.2.154

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

Deprecated: Use SaveAppScreenTimeResponse.ProtoReflect.Descriptor instead.

func (*SaveAppScreenTimeResponse) ProtoMessage added in v0.2.154

func (*SaveAppScreenTimeResponse) ProtoMessage()

func (*SaveAppScreenTimeResponse) ProtoReflect added in v0.2.154

func (*SaveAppScreenTimeResponse) Reset added in v0.2.154

func (x *SaveAppScreenTimeResponse) Reset()

func (*SaveAppScreenTimeResponse) String added in v0.2.154

func (x *SaveAppScreenTimeResponse) String() string

type UnimplementedRobloxAnalyticsAPIServiceServer

type UnimplementedRobloxAnalyticsAPIServiceServer struct {
}

UnimplementedRobloxAnalyticsAPIServiceServer must be embedded to have forward compatible implementations.

func (UnimplementedRobloxAnalyticsAPIServiceServer) GetAppScreenTime added in v0.2.154

func (UnimplementedRobloxAnalyticsAPIServiceServer) SaveAppScreenTime added in v0.2.154

type UnsafeRobloxAnalyticsAPIServiceServer

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

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

Directories

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

Jump to

Keyboard shortcuts

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