Versions in this module Expand all Collapse all v0 v0.0.6 Mar 29, 2026 Changes in this version + const DescriptionBuilderService_Build_FullMethodName + const DescriptionBuilderService_SetContent_FullMethodName + const DescriptionBuilderService_SetContextDescription_FullMethodName + const DescriptionBuilderService_SetContextUri_FullMethodName + const DescriptionBuilderService_SetId_FullMethodName + const DescriptionBuilderService_SetThumbnail_FullMethodName + const DescriptionBuilderService_SetTitle_FullMethodName + const DescriptionService_DescribeContents_FullMethodName + const DescriptionService_Equals_FullMethodName + const DescriptionService_GetComponent_FullMethodName + const DescriptionService_GetContent_FullMethodName + const DescriptionService_GetContextDescription_FullMethodName + const DescriptionService_GetContextUri_FullMethodName + const DescriptionService_GetDescription_FullMethodName + const DescriptionService_GetId_FullMethodName + const DescriptionService_GetThumbnail_FullMethodName + const DescriptionService_GetTitle_FullMethodName + const DescriptionService_HashCode_FullMethodName + const DescriptionService_ToBuilder_FullMethodName + const DescriptionService_ToString_FullMethodName + const DescriptionService_WriteToParcel_FullMethodName + const InstanceService_DescribeContents_FullMethodName + const InstanceService_Equals_FullMethodName + const InstanceService_GetDescription_FullMethodName + const InstanceService_GetId_FullMethodName + const InstanceService_GetInfo_FullMethodName + const InstanceService_HashCode_FullMethodName + const InstanceService_NewInstance_FullMethodName + const InstanceService_WriteToParcel_FullMethodName + const ServiceEngineService_GetDesiredMinimumHeight_FullMethodName + const ServiceEngineService_GetDesiredMinimumWidth_FullMethodName + const ServiceEngineService_GetDisplayContext_FullMethodName + const ServiceEngineService_GetSurfaceHolder_FullMethodName + const ServiceEngineService_GetWallpaperFlags_FullMethodName + const ServiceEngineService_IsPreview_FullMethodName + const ServiceEngineService_IsVisible_FullMethodName + const ServiceEngineService_NotifyColorsChanged_FullMethodName + const ServiceEngineService_OnApplyWallpaper_FullMethodName + const ServiceEngineService_OnApplyWindowInsets_FullMethodName + const ServiceEngineService_OnCommand_FullMethodName + const ServiceEngineService_OnComputeColors_FullMethodName + const ServiceEngineService_OnCreate_FullMethodName + const ServiceEngineService_OnDesiredSizeChanged_FullMethodName + const ServiceEngineService_OnDestroy_FullMethodName + const ServiceEngineService_OnOffsetsChanged_FullMethodName + const ServiceEngineService_OnSurfaceChanged_FullMethodName + const ServiceEngineService_OnSurfaceCreated_FullMethodName + const ServiceEngineService_OnSurfaceDestroyed_FullMethodName + const ServiceEngineService_OnSurfaceRedrawNeeded_FullMethodName + const ServiceEngineService_OnTouchEvent_FullMethodName + const ServiceEngineService_OnVisibilityChanged_FullMethodName + const ServiceEngineService_OnWallpaperFlagsChanged_FullMethodName + const ServiceEngineService_OnZoomChanged_FullMethodName + const ServiceEngineService_SetOffsetNotificationsEnabled_FullMethodName + const ServiceEngineService_SetTouchEventsEnabled_FullMethodName + const ServiceService_OnBind_FullMethodName + const ServiceService_OnCreateEngine0_FullMethodName + const ServiceService_OnCreateEngine1_1_FullMethodName + const ServiceService_OnCreate_FullMethodName + const ServiceService_OnDestroy_FullMethodName + var DescriptionBuilderService_ServiceDesc = grpc.ServiceDesc + var DescriptionService_ServiceDesc = grpc.ServiceDesc + var File_proto_wallpaper_wallpaper_proto protoreflect.FileDescriptor + var InstanceService_ServiceDesc = grpc.ServiceDesc + var ServiceEngineService_ServiceDesc = grpc.ServiceDesc + var ServiceService_ServiceDesc = grpc.ServiceDesc + func RegisterDescriptionBuilderServiceServer(s grpc.ServiceRegistrar, srv DescriptionBuilderServiceServer) + func RegisterDescriptionServiceServer(s grpc.ServiceRegistrar, srv DescriptionServiceServer) + func RegisterInstanceServiceServer(s grpc.ServiceRegistrar, srv InstanceServiceServer) + func RegisterServiceEngineServiceServer(s grpc.ServiceRegistrar, srv ServiceEngineServiceServer) + func RegisterServiceServiceServer(s grpc.ServiceRegistrar, srv ServiceServiceServer) + type BuildRequest struct + func (*BuildRequest) Descriptor() ([]byte, []int) + func (*BuildRequest) ProtoMessage() + func (x *BuildRequest) ProtoReflect() protoreflect.Message + func (x *BuildRequest) Reset() + func (x *BuildRequest) String() string + type BuildResponse struct + Result int64 + func (*BuildResponse) Descriptor() ([]byte, []int) + func (*BuildResponse) ProtoMessage() + func (x *BuildResponse) GetResult() int64 + func (x *BuildResponse) ProtoReflect() protoreflect.Message + func (x *BuildResponse) Reset() + func (x *BuildResponse) String() string + type DescribeContentsRequest struct + func (*DescribeContentsRequest) Descriptor() ([]byte, []int) + func (*DescribeContentsRequest) ProtoMessage() + func (x *DescribeContentsRequest) ProtoReflect() protoreflect.Message + func (x *DescribeContentsRequest) Reset() + func (x *DescribeContentsRequest) String() string + type DescribeContentsResponse struct + Result int32 + func (*DescribeContentsResponse) Descriptor() ([]byte, []int) + func (*DescribeContentsResponse) ProtoMessage() + func (x *DescribeContentsResponse) GetResult() int32 + func (x *DescribeContentsResponse) ProtoReflect() protoreflect.Message + func (x *DescribeContentsResponse) Reset() + func (x *DescribeContentsResponse) String() string + type DescriptionBuilderServiceClient interface + Build func(ctx context.Context, in *BuildRequest, opts ...grpc.CallOption) (*BuildResponse, error) + SetContent func(ctx context.Context, in *SetContentRequest, opts ...grpc.CallOption) (*SetContentResponse, error) + SetContextDescription func(ctx context.Context, in *SetContextDescriptionRequest, opts ...grpc.CallOption) (*SetContextDescriptionResponse, error) + SetContextUri func(ctx context.Context, in *SetContextUriRequest, opts ...grpc.CallOption) (*SetContextUriResponse, error) + SetId func(ctx context.Context, in *SetIdRequest, opts ...grpc.CallOption) (*SetIdResponse, error) + SetThumbnail func(ctx context.Context, in *SetThumbnailRequest, opts ...grpc.CallOption) (*SetThumbnailResponse, error) + SetTitle func(ctx context.Context, in *SetTitleRequest, opts ...grpc.CallOption) (*SetTitleResponse, error) + func NewDescriptionBuilderServiceClient(cc grpc.ClientConnInterface) DescriptionBuilderServiceClient + type DescriptionBuilderServiceServer interface + Build func(context.Context, *BuildRequest) (*BuildResponse, error) + SetContent func(context.Context, *SetContentRequest) (*SetContentResponse, error) + SetContextDescription func(context.Context, *SetContextDescriptionRequest) (*SetContextDescriptionResponse, error) + SetContextUri func(context.Context, *SetContextUriRequest) (*SetContextUriResponse, error) + SetId func(context.Context, *SetIdRequest) (*SetIdResponse, error) + SetThumbnail func(context.Context, *SetThumbnailRequest) (*SetThumbnailResponse, error) + SetTitle func(context.Context, *SetTitleRequest) (*SetTitleResponse, error) + type DescriptionServiceClient interface + DescribeContents func(ctx context.Context, in *DescribeContentsRequest, opts ...grpc.CallOption) (*DescribeContentsResponse, error) + Equals func(ctx context.Context, in *EqualsRequest, opts ...grpc.CallOption) (*EqualsResponse, error) + GetComponent func(ctx context.Context, in *GetComponentRequest, opts ...grpc.CallOption) (*GetComponentResponse, error) + GetContent func(ctx context.Context, in *GetContentRequest, opts ...grpc.CallOption) (*GetContentResponse, error) + GetContextDescription func(ctx context.Context, in *GetContextDescriptionRequest, opts ...grpc.CallOption) (*GetContextDescriptionResponse, error) + GetContextUri func(ctx context.Context, in *GetContextUriRequest, opts ...grpc.CallOption) (*GetContextUriResponse, error) + GetDescription func(ctx context.Context, in *GetDescriptionRequest, opts ...grpc.CallOption) (*GetDescriptionResponse, error) + GetId func(ctx context.Context, in *GetIdRequest, opts ...grpc.CallOption) (*GetIdResponse, error) + GetThumbnail func(ctx context.Context, in *GetThumbnailRequest, opts ...grpc.CallOption) (*GetThumbnailResponse, error) + GetTitle func(ctx context.Context, in *GetTitleRequest, opts ...grpc.CallOption) (*GetTitleResponse, error) + HashCode func(ctx context.Context, in *HashCodeRequest, opts ...grpc.CallOption) (*HashCodeResponse, error) + ToBuilder func(ctx context.Context, in *ToBuilderRequest, opts ...grpc.CallOption) (*ToBuilderResponse, error) + ToString func(ctx context.Context, in *ToStringRequest, opts ...grpc.CallOption) (*ToStringResponse, error) + WriteToParcel func(ctx context.Context, in *WriteToParcelRequest, opts ...grpc.CallOption) (*WriteToParcelResponse, error) + func NewDescriptionServiceClient(cc grpc.ClientConnInterface) DescriptionServiceClient + type DescriptionServiceServer interface + DescribeContents func(context.Context, *DescribeContentsRequest) (*DescribeContentsResponse, error) + Equals func(context.Context, *EqualsRequest) (*EqualsResponse, error) + GetComponent func(context.Context, *GetComponentRequest) (*GetComponentResponse, error) + GetContent func(context.Context, *GetContentRequest) (*GetContentResponse, error) + GetContextDescription func(context.Context, *GetContextDescriptionRequest) (*GetContextDescriptionResponse, error) + GetContextUri func(context.Context, *GetContextUriRequest) (*GetContextUriResponse, error) + GetDescription func(context.Context, *GetDescriptionRequest) (*GetDescriptionResponse, error) + GetId func(context.Context, *GetIdRequest) (*GetIdResponse, error) + GetThumbnail func(context.Context, *GetThumbnailRequest) (*GetThumbnailResponse, error) + GetTitle func(context.Context, *GetTitleRequest) (*GetTitleResponse, error) + HashCode func(context.Context, *HashCodeRequest) (*HashCodeResponse, error) + ToBuilder func(context.Context, *ToBuilderRequest) (*ToBuilderResponse, error) + ToString func(context.Context, *ToStringRequest) (*ToStringResponse, error) + WriteToParcel func(context.Context, *WriteToParcelRequest) (*WriteToParcelResponse, error) + type EqualsRequest struct + Arg0 int64 + func (*EqualsRequest) Descriptor() ([]byte, []int) + func (*EqualsRequest) ProtoMessage() + func (x *EqualsRequest) GetArg0() int64 + func (x *EqualsRequest) ProtoReflect() protoreflect.Message + func (x *EqualsRequest) Reset() + func (x *EqualsRequest) String() string + type EqualsResponse struct + Result bool + func (*EqualsResponse) Descriptor() ([]byte, []int) + func (*EqualsResponse) ProtoMessage() + func (x *EqualsResponse) GetResult() bool + func (x *EqualsResponse) ProtoReflect() protoreflect.Message + func (x *EqualsResponse) Reset() + func (x *EqualsResponse) String() string + type GetComponentRequest struct + func (*GetComponentRequest) Descriptor() ([]byte, []int) + func (*GetComponentRequest) ProtoMessage() + func (x *GetComponentRequest) ProtoReflect() protoreflect.Message + func (x *GetComponentRequest) Reset() + func (x *GetComponentRequest) String() string + type GetComponentResponse struct + Result int64 + func (*GetComponentResponse) Descriptor() ([]byte, []int) + func (*GetComponentResponse) ProtoMessage() + func (x *GetComponentResponse) GetResult() int64 + func (x *GetComponentResponse) ProtoReflect() protoreflect.Message + func (x *GetComponentResponse) Reset() + func (x *GetComponentResponse) String() string + type GetContentRequest struct + func (*GetContentRequest) Descriptor() ([]byte, []int) + func (*GetContentRequest) ProtoMessage() + func (x *GetContentRequest) ProtoReflect() protoreflect.Message + func (x *GetContentRequest) Reset() + func (x *GetContentRequest) String() string + type GetContentResponse struct + Result int64 + func (*GetContentResponse) Descriptor() ([]byte, []int) + func (*GetContentResponse) ProtoMessage() + func (x *GetContentResponse) GetResult() int64 + func (x *GetContentResponse) ProtoReflect() protoreflect.Message + func (x *GetContentResponse) Reset() + func (x *GetContentResponse) String() string + type GetContextDescriptionRequest struct + func (*GetContextDescriptionRequest) Descriptor() ([]byte, []int) + func (*GetContextDescriptionRequest) ProtoMessage() + func (x *GetContextDescriptionRequest) ProtoReflect() protoreflect.Message + func (x *GetContextDescriptionRequest) Reset() + func (x *GetContextDescriptionRequest) String() string + type GetContextDescriptionResponse struct + Result int64 + func (*GetContextDescriptionResponse) Descriptor() ([]byte, []int) + func (*GetContextDescriptionResponse) ProtoMessage() + func (x *GetContextDescriptionResponse) GetResult() int64 + func (x *GetContextDescriptionResponse) ProtoReflect() protoreflect.Message + func (x *GetContextDescriptionResponse) Reset() + func (x *GetContextDescriptionResponse) String() string + type GetContextUriRequest struct + func (*GetContextUriRequest) Descriptor() ([]byte, []int) + func (*GetContextUriRequest) ProtoMessage() + func (x *GetContextUriRequest) ProtoReflect() protoreflect.Message + func (x *GetContextUriRequest) Reset() + func (x *GetContextUriRequest) String() string + type GetContextUriResponse struct + Result int64 + func (*GetContextUriResponse) Descriptor() ([]byte, []int) + func (*GetContextUriResponse) ProtoMessage() + func (x *GetContextUriResponse) GetResult() int64 + func (x *GetContextUriResponse) ProtoReflect() protoreflect.Message + func (x *GetContextUriResponse) Reset() + func (x *GetContextUriResponse) String() string + type GetDescriptionRequest struct + func (*GetDescriptionRequest) Descriptor() ([]byte, []int) + func (*GetDescriptionRequest) ProtoMessage() + func (x *GetDescriptionRequest) ProtoReflect() protoreflect.Message + func (x *GetDescriptionRequest) Reset() + func (x *GetDescriptionRequest) String() string + type GetDescriptionResponse struct + Result int64 + func (*GetDescriptionResponse) Descriptor() ([]byte, []int) + func (*GetDescriptionResponse) ProtoMessage() + func (x *GetDescriptionResponse) GetResult() int64 + func (x *GetDescriptionResponse) ProtoReflect() protoreflect.Message + func (x *GetDescriptionResponse) Reset() + func (x *GetDescriptionResponse) String() string + type GetDesiredMinimumHeightRequest struct + func (*GetDesiredMinimumHeightRequest) Descriptor() ([]byte, []int) + func (*GetDesiredMinimumHeightRequest) ProtoMessage() + func (x *GetDesiredMinimumHeightRequest) ProtoReflect() protoreflect.Message + func (x *GetDesiredMinimumHeightRequest) Reset() + func (x *GetDesiredMinimumHeightRequest) String() string + type GetDesiredMinimumHeightResponse struct + Result int32 + func (*GetDesiredMinimumHeightResponse) Descriptor() ([]byte, []int) + func (*GetDesiredMinimumHeightResponse) ProtoMessage() + func (x *GetDesiredMinimumHeightResponse) GetResult() int32 + func (x *GetDesiredMinimumHeightResponse) ProtoReflect() protoreflect.Message + func (x *GetDesiredMinimumHeightResponse) Reset() + func (x *GetDesiredMinimumHeightResponse) String() string + type GetDesiredMinimumWidthRequest struct + func (*GetDesiredMinimumWidthRequest) Descriptor() ([]byte, []int) + func (*GetDesiredMinimumWidthRequest) ProtoMessage() + func (x *GetDesiredMinimumWidthRequest) ProtoReflect() protoreflect.Message + func (x *GetDesiredMinimumWidthRequest) Reset() + func (x *GetDesiredMinimumWidthRequest) String() string + type GetDesiredMinimumWidthResponse struct + Result int32 + func (*GetDesiredMinimumWidthResponse) Descriptor() ([]byte, []int) + func (*GetDesiredMinimumWidthResponse) ProtoMessage() + func (x *GetDesiredMinimumWidthResponse) GetResult() int32 + func (x *GetDesiredMinimumWidthResponse) ProtoReflect() protoreflect.Message + func (x *GetDesiredMinimumWidthResponse) Reset() + func (x *GetDesiredMinimumWidthResponse) String() string + type GetDisplayContextRequest struct + func (*GetDisplayContextRequest) Descriptor() ([]byte, []int) + func (*GetDisplayContextRequest) ProtoMessage() + func (x *GetDisplayContextRequest) ProtoReflect() protoreflect.Message + func (x *GetDisplayContextRequest) Reset() + func (x *GetDisplayContextRequest) String() string + type GetDisplayContextResponse struct + Result int64 + func (*GetDisplayContextResponse) Descriptor() ([]byte, []int) + func (*GetDisplayContextResponse) ProtoMessage() + func (x *GetDisplayContextResponse) GetResult() int64 + func (x *GetDisplayContextResponse) ProtoReflect() protoreflect.Message + func (x *GetDisplayContextResponse) Reset() + func (x *GetDisplayContextResponse) String() string + type GetIdRequest struct + func (*GetIdRequest) Descriptor() ([]byte, []int) + func (*GetIdRequest) ProtoMessage() + func (x *GetIdRequest) ProtoReflect() protoreflect.Message + func (x *GetIdRequest) Reset() + func (x *GetIdRequest) String() string + type GetIdResponse struct + Result string + func (*GetIdResponse) Descriptor() ([]byte, []int) + func (*GetIdResponse) ProtoMessage() + func (x *GetIdResponse) GetResult() string + func (x *GetIdResponse) ProtoReflect() protoreflect.Message + func (x *GetIdResponse) Reset() + func (x *GetIdResponse) String() string + type GetInfoRequest struct + Handle int64 + func (*GetInfoRequest) Descriptor() ([]byte, []int) + func (*GetInfoRequest) ProtoMessage() + func (x *GetInfoRequest) GetHandle() int64 + func (x *GetInfoRequest) ProtoReflect() protoreflect.Message + func (x *GetInfoRequest) Reset() + func (x *GetInfoRequest) String() string + type GetInfoResponse struct + Result int64 + func (*GetInfoResponse) Descriptor() ([]byte, []int) + func (*GetInfoResponse) ProtoMessage() + func (x *GetInfoResponse) GetResult() int64 + func (x *GetInfoResponse) ProtoReflect() protoreflect.Message + func (x *GetInfoResponse) Reset() + func (x *GetInfoResponse) String() string + type GetSurfaceHolderRequest struct + func (*GetSurfaceHolderRequest) Descriptor() ([]byte, []int) + func (*GetSurfaceHolderRequest) ProtoMessage() + func (x *GetSurfaceHolderRequest) ProtoReflect() protoreflect.Message + func (x *GetSurfaceHolderRequest) Reset() + func (x *GetSurfaceHolderRequest) String() string + type GetSurfaceHolderResponse struct + Result int64 + func (*GetSurfaceHolderResponse) Descriptor() ([]byte, []int) + func (*GetSurfaceHolderResponse) ProtoMessage() + func (x *GetSurfaceHolderResponse) GetResult() int64 + func (x *GetSurfaceHolderResponse) ProtoReflect() protoreflect.Message + func (x *GetSurfaceHolderResponse) Reset() + func (x *GetSurfaceHolderResponse) String() string + type GetThumbnailRequest struct + func (*GetThumbnailRequest) Descriptor() ([]byte, []int) + func (*GetThumbnailRequest) ProtoMessage() + func (x *GetThumbnailRequest) ProtoReflect() protoreflect.Message + func (x *GetThumbnailRequest) Reset() + func (x *GetThumbnailRequest) String() string + type GetThumbnailResponse struct + Result int64 + func (*GetThumbnailResponse) Descriptor() ([]byte, []int) + func (*GetThumbnailResponse) ProtoMessage() + func (x *GetThumbnailResponse) GetResult() int64 + func (x *GetThumbnailResponse) ProtoReflect() protoreflect.Message + func (x *GetThumbnailResponse) Reset() + func (x *GetThumbnailResponse) String() string + type GetTitleRequest struct + func (*GetTitleRequest) Descriptor() ([]byte, []int) + func (*GetTitleRequest) ProtoMessage() + func (x *GetTitleRequest) ProtoReflect() protoreflect.Message + func (x *GetTitleRequest) Reset() + func (x *GetTitleRequest) String() string + type GetTitleResponse struct + Result int64 + func (*GetTitleResponse) Descriptor() ([]byte, []int) + func (*GetTitleResponse) ProtoMessage() + func (x *GetTitleResponse) GetResult() int64 + func (x *GetTitleResponse) ProtoReflect() protoreflect.Message + func (x *GetTitleResponse) Reset() + func (x *GetTitleResponse) String() string + type GetWallpaperFlagsRequest struct + func (*GetWallpaperFlagsRequest) Descriptor() ([]byte, []int) + func (*GetWallpaperFlagsRequest) ProtoMessage() + func (x *GetWallpaperFlagsRequest) ProtoReflect() protoreflect.Message + func (x *GetWallpaperFlagsRequest) Reset() + func (x *GetWallpaperFlagsRequest) String() string + type GetWallpaperFlagsResponse struct + Result int32 + func (*GetWallpaperFlagsResponse) Descriptor() ([]byte, []int) + func (*GetWallpaperFlagsResponse) ProtoMessage() + func (x *GetWallpaperFlagsResponse) GetResult() int32 + func (x *GetWallpaperFlagsResponse) ProtoReflect() protoreflect.Message + func (x *GetWallpaperFlagsResponse) Reset() + func (x *GetWallpaperFlagsResponse) String() string + type HashCodeRequest struct + func (*HashCodeRequest) Descriptor() ([]byte, []int) + func (*HashCodeRequest) ProtoMessage() + func (x *HashCodeRequest) ProtoReflect() protoreflect.Message + func (x *HashCodeRequest) Reset() + func (x *HashCodeRequest) String() string + type HashCodeResponse struct + Result int32 + func (*HashCodeResponse) Descriptor() ([]byte, []int) + func (*HashCodeResponse) ProtoMessage() + func (x *HashCodeResponse) GetResult() int32 + func (x *HashCodeResponse) ProtoReflect() protoreflect.Message + func (x *HashCodeResponse) Reset() + func (x *HashCodeResponse) String() string + type InstanceDescribeContentsRequest struct + Handle int64 + func (*InstanceDescribeContentsRequest) Descriptor() ([]byte, []int) + func (*InstanceDescribeContentsRequest) ProtoMessage() + func (x *InstanceDescribeContentsRequest) GetHandle() int64 + func (x *InstanceDescribeContentsRequest) ProtoReflect() protoreflect.Message + func (x *InstanceDescribeContentsRequest) Reset() + func (x *InstanceDescribeContentsRequest) String() string + type InstanceEqualsRequest struct + Arg0 int64 + Handle int64 + func (*InstanceEqualsRequest) Descriptor() ([]byte, []int) + func (*InstanceEqualsRequest) ProtoMessage() + func (x *InstanceEqualsRequest) GetArg0() int64 + func (x *InstanceEqualsRequest) GetHandle() int64 + func (x *InstanceEqualsRequest) ProtoReflect() protoreflect.Message + func (x *InstanceEqualsRequest) Reset() + func (x *InstanceEqualsRequest) String() string + type InstanceGetDescriptionRequest struct + Handle int64 + func (*InstanceGetDescriptionRequest) Descriptor() ([]byte, []int) + func (*InstanceGetDescriptionRequest) ProtoMessage() + func (x *InstanceGetDescriptionRequest) GetHandle() int64 + func (x *InstanceGetDescriptionRequest) ProtoReflect() protoreflect.Message + func (x *InstanceGetDescriptionRequest) Reset() + func (x *InstanceGetDescriptionRequest) String() string + type InstanceGetIdRequest struct + Handle int64 + func (*InstanceGetIdRequest) Descriptor() ([]byte, []int) + func (*InstanceGetIdRequest) ProtoMessage() + func (x *InstanceGetIdRequest) GetHandle() int64 + func (x *InstanceGetIdRequest) ProtoReflect() protoreflect.Message + func (x *InstanceGetIdRequest) Reset() + func (x *InstanceGetIdRequest) String() string + type InstanceHashCodeRequest struct + Handle int64 + func (*InstanceHashCodeRequest) Descriptor() ([]byte, []int) + func (*InstanceHashCodeRequest) ProtoMessage() + func (x *InstanceHashCodeRequest) GetHandle() int64 + func (x *InstanceHashCodeRequest) ProtoReflect() protoreflect.Message + func (x *InstanceHashCodeRequest) Reset() + func (x *InstanceHashCodeRequest) String() string + type InstanceServiceClient interface + DescribeContents func(ctx context.Context, in *InstanceDescribeContentsRequest, ...) (*DescribeContentsResponse, error) + Equals func(ctx context.Context, in *InstanceEqualsRequest, opts ...grpc.CallOption) (*EqualsResponse, error) + GetDescription func(ctx context.Context, in *InstanceGetDescriptionRequest, ...) (*GetDescriptionResponse, error) + GetId func(ctx context.Context, in *InstanceGetIdRequest, opts ...grpc.CallOption) (*GetIdResponse, error) + GetInfo func(ctx context.Context, in *GetInfoRequest, opts ...grpc.CallOption) (*GetInfoResponse, error) + HashCode func(ctx context.Context, in *InstanceHashCodeRequest, opts ...grpc.CallOption) (*HashCodeResponse, error) + NewInstance func(ctx context.Context, in *NewInstanceRequest, opts ...grpc.CallOption) (*NewInstanceResponse, error) + WriteToParcel func(ctx context.Context, in *InstanceWriteToParcelRequest, opts ...grpc.CallOption) (*WriteToParcelResponse, error) + func NewInstanceServiceClient(cc grpc.ClientConnInterface) InstanceServiceClient + type InstanceServiceServer interface + DescribeContents func(context.Context, *InstanceDescribeContentsRequest) (*DescribeContentsResponse, error) + Equals func(context.Context, *InstanceEqualsRequest) (*EqualsResponse, error) + GetDescription func(context.Context, *InstanceGetDescriptionRequest) (*GetDescriptionResponse, error) + GetId func(context.Context, *InstanceGetIdRequest) (*GetIdResponse, error) + GetInfo func(context.Context, *GetInfoRequest) (*GetInfoResponse, error) + HashCode func(context.Context, *InstanceHashCodeRequest) (*HashCodeResponse, error) + NewInstance func(context.Context, *NewInstanceRequest) (*NewInstanceResponse, error) + WriteToParcel func(context.Context, *InstanceWriteToParcelRequest) (*WriteToParcelResponse, error) + type InstanceWriteToParcelRequest struct + Arg0 int64 + Arg1 int32 + Handle int64 + func (*InstanceWriteToParcelRequest) Descriptor() ([]byte, []int) + func (*InstanceWriteToParcelRequest) ProtoMessage() + func (x *InstanceWriteToParcelRequest) GetArg0() int64 + func (x *InstanceWriteToParcelRequest) GetArg1() int32 + func (x *InstanceWriteToParcelRequest) GetHandle() int64 + func (x *InstanceWriteToParcelRequest) ProtoReflect() protoreflect.Message + func (x *InstanceWriteToParcelRequest) Reset() + func (x *InstanceWriteToParcelRequest) String() string + type IsPreviewRequest struct + func (*IsPreviewRequest) Descriptor() ([]byte, []int) + func (*IsPreviewRequest) ProtoMessage() + func (x *IsPreviewRequest) ProtoReflect() protoreflect.Message + func (x *IsPreviewRequest) Reset() + func (x *IsPreviewRequest) String() string + type IsPreviewResponse struct + Result bool + func (*IsPreviewResponse) Descriptor() ([]byte, []int) + func (*IsPreviewResponse) ProtoMessage() + func (x *IsPreviewResponse) GetResult() bool + func (x *IsPreviewResponse) ProtoReflect() protoreflect.Message + func (x *IsPreviewResponse) Reset() + func (x *IsPreviewResponse) String() string + type IsVisibleRequest struct + func (*IsVisibleRequest) Descriptor() ([]byte, []int) + func (*IsVisibleRequest) ProtoMessage() + func (x *IsVisibleRequest) ProtoReflect() protoreflect.Message + func (x *IsVisibleRequest) Reset() + func (x *IsVisibleRequest) String() string + type IsVisibleResponse struct + Result bool + func (*IsVisibleResponse) Descriptor() ([]byte, []int) + func (*IsVisibleResponse) ProtoMessage() + func (x *IsVisibleResponse) GetResult() bool + func (x *IsVisibleResponse) ProtoReflect() protoreflect.Message + func (x *IsVisibleResponse) Reset() + func (x *IsVisibleResponse) String() string + type NewInstanceRequest struct + Arg0 int64 + Arg1 int64 + func (*NewInstanceRequest) Descriptor() ([]byte, []int) + func (*NewInstanceRequest) ProtoMessage() + func (x *NewInstanceRequest) GetArg0() int64 + func (x *NewInstanceRequest) GetArg1() int64 + func (x *NewInstanceRequest) ProtoReflect() protoreflect.Message + func (x *NewInstanceRequest) Reset() + func (x *NewInstanceRequest) String() string + type NewInstanceResponse struct + Result int64 + func (*NewInstanceResponse) Descriptor() ([]byte, []int) + func (*NewInstanceResponse) ProtoMessage() + func (x *NewInstanceResponse) GetResult() int64 + func (x *NewInstanceResponse) ProtoReflect() protoreflect.Message + func (x *NewInstanceResponse) Reset() + func (x *NewInstanceResponse) String() string + type NotifyColorsChangedRequest struct + func (*NotifyColorsChangedRequest) Descriptor() ([]byte, []int) + func (*NotifyColorsChangedRequest) ProtoMessage() + func (x *NotifyColorsChangedRequest) ProtoReflect() protoreflect.Message + func (x *NotifyColorsChangedRequest) Reset() + func (x *NotifyColorsChangedRequest) String() string + type NotifyColorsChangedResponse struct + func (*NotifyColorsChangedResponse) Descriptor() ([]byte, []int) + func (*NotifyColorsChangedResponse) ProtoMessage() + func (x *NotifyColorsChangedResponse) ProtoReflect() protoreflect.Message + func (x *NotifyColorsChangedResponse) Reset() + func (x *NotifyColorsChangedResponse) String() string + type OnApplyWallpaperRequest struct + Arg0 int32 + func (*OnApplyWallpaperRequest) Descriptor() ([]byte, []int) + func (*OnApplyWallpaperRequest) ProtoMessage() + func (x *OnApplyWallpaperRequest) GetArg0() int32 + func (x *OnApplyWallpaperRequest) ProtoReflect() protoreflect.Message + func (x *OnApplyWallpaperRequest) Reset() + func (x *OnApplyWallpaperRequest) String() string + type OnApplyWallpaperResponse struct + Result int64 + func (*OnApplyWallpaperResponse) Descriptor() ([]byte, []int) + func (*OnApplyWallpaperResponse) ProtoMessage() + func (x *OnApplyWallpaperResponse) GetResult() int64 + func (x *OnApplyWallpaperResponse) ProtoReflect() protoreflect.Message + func (x *OnApplyWallpaperResponse) Reset() + func (x *OnApplyWallpaperResponse) String() string + type OnApplyWindowInsetsRequest struct + Arg0 int64 + func (*OnApplyWindowInsetsRequest) Descriptor() ([]byte, []int) + func (*OnApplyWindowInsetsRequest) ProtoMessage() + func (x *OnApplyWindowInsetsRequest) GetArg0() int64 + func (x *OnApplyWindowInsetsRequest) ProtoReflect() protoreflect.Message + func (x *OnApplyWindowInsetsRequest) Reset() + func (x *OnApplyWindowInsetsRequest) String() string + type OnApplyWindowInsetsResponse struct + func (*OnApplyWindowInsetsResponse) Descriptor() ([]byte, []int) + func (*OnApplyWindowInsetsResponse) ProtoMessage() + func (x *OnApplyWindowInsetsResponse) ProtoReflect() protoreflect.Message + func (x *OnApplyWindowInsetsResponse) Reset() + func (x *OnApplyWindowInsetsResponse) String() string + type OnBindRequest struct + Arg0 int64 + func (*OnBindRequest) Descriptor() ([]byte, []int) + func (*OnBindRequest) ProtoMessage() + func (x *OnBindRequest) GetArg0() int64 + func (x *OnBindRequest) ProtoReflect() protoreflect.Message + func (x *OnBindRequest) Reset() + func (x *OnBindRequest) String() string + type OnBindResponse struct + Result int64 + func (*OnBindResponse) Descriptor() ([]byte, []int) + func (*OnBindResponse) ProtoMessage() + func (x *OnBindResponse) GetResult() int64 + func (x *OnBindResponse) ProtoReflect() protoreflect.Message + func (x *OnBindResponse) Reset() + func (x *OnBindResponse) String() string + type OnCommandRequest struct + Arg0 string + Arg1 int32 + Arg2 int32 + Arg3 int32 + Arg4 int64 + Arg5 bool + func (*OnCommandRequest) Descriptor() ([]byte, []int) + func (*OnCommandRequest) ProtoMessage() + func (x *OnCommandRequest) GetArg0() string + func (x *OnCommandRequest) GetArg1() int32 + func (x *OnCommandRequest) GetArg2() int32 + func (x *OnCommandRequest) GetArg3() int32 + func (x *OnCommandRequest) GetArg4() int64 + func (x *OnCommandRequest) GetArg5() bool + func (x *OnCommandRequest) ProtoReflect() protoreflect.Message + func (x *OnCommandRequest) Reset() + func (x *OnCommandRequest) String() string + type OnCommandResponse struct + Result int64 + func (*OnCommandResponse) Descriptor() ([]byte, []int) + func (*OnCommandResponse) ProtoMessage() + func (x *OnCommandResponse) GetResult() int64 + func (x *OnCommandResponse) ProtoReflect() protoreflect.Message + func (x *OnCommandResponse) Reset() + func (x *OnCommandResponse) String() string + type OnComputeColorsRequest struct + func (*OnComputeColorsRequest) Descriptor() ([]byte, []int) + func (*OnComputeColorsRequest) ProtoMessage() + func (x *OnComputeColorsRequest) ProtoReflect() protoreflect.Message + func (x *OnComputeColorsRequest) Reset() + func (x *OnComputeColorsRequest) String() string + type OnComputeColorsResponse struct + Result int64 + func (*OnComputeColorsResponse) Descriptor() ([]byte, []int) + func (*OnComputeColorsResponse) ProtoMessage() + func (x *OnComputeColorsResponse) GetResult() int64 + func (x *OnComputeColorsResponse) ProtoReflect() protoreflect.Message + func (x *OnComputeColorsResponse) Reset() + func (x *OnComputeColorsResponse) String() string + type OnCreateEngine0Request struct + func (*OnCreateEngine0Request) Descriptor() ([]byte, []int) + func (*OnCreateEngine0Request) ProtoMessage() + func (x *OnCreateEngine0Request) ProtoReflect() protoreflect.Message + func (x *OnCreateEngine0Request) Reset() + func (x *OnCreateEngine0Request) String() string + type OnCreateEngine0Response struct + Result int64 + func (*OnCreateEngine0Response) Descriptor() ([]byte, []int) + func (*OnCreateEngine0Response) ProtoMessage() + func (x *OnCreateEngine0Response) GetResult() int64 + func (x *OnCreateEngine0Response) ProtoReflect() protoreflect.Message + func (x *OnCreateEngine0Response) Reset() + func (x *OnCreateEngine0Response) String() string + type OnCreateEngine1_1Request struct + Arg0 int64 + func (*OnCreateEngine1_1Request) Descriptor() ([]byte, []int) + func (*OnCreateEngine1_1Request) ProtoMessage() + func (x *OnCreateEngine1_1Request) GetArg0() int64 + func (x *OnCreateEngine1_1Request) ProtoReflect() protoreflect.Message + func (x *OnCreateEngine1_1Request) Reset() + func (x *OnCreateEngine1_1Request) String() string + type OnCreateEngine1_1Response struct + Result int64 + func (*OnCreateEngine1_1Response) Descriptor() ([]byte, []int) + func (*OnCreateEngine1_1Response) ProtoMessage() + func (x *OnCreateEngine1_1Response) GetResult() int64 + func (x *OnCreateEngine1_1Response) ProtoReflect() protoreflect.Message + func (x *OnCreateEngine1_1Response) Reset() + func (x *OnCreateEngine1_1Response) String() string + type OnCreateRequest struct + func (*OnCreateRequest) Descriptor() ([]byte, []int) + func (*OnCreateRequest) ProtoMessage() + func (x *OnCreateRequest) ProtoReflect() protoreflect.Message + func (x *OnCreateRequest) Reset() + func (x *OnCreateRequest) String() string + type OnCreateResponse struct + func (*OnCreateResponse) Descriptor() ([]byte, []int) + func (*OnCreateResponse) ProtoMessage() + func (x *OnCreateResponse) ProtoReflect() protoreflect.Message + func (x *OnCreateResponse) Reset() + func (x *OnCreateResponse) String() string + type OnDesiredSizeChangedRequest struct + Arg0 int32 + Arg1 int32 + func (*OnDesiredSizeChangedRequest) Descriptor() ([]byte, []int) + func (*OnDesiredSizeChangedRequest) ProtoMessage() + func (x *OnDesiredSizeChangedRequest) GetArg0() int32 + func (x *OnDesiredSizeChangedRequest) GetArg1() int32 + func (x *OnDesiredSizeChangedRequest) ProtoReflect() protoreflect.Message + func (x *OnDesiredSizeChangedRequest) Reset() + func (x *OnDesiredSizeChangedRequest) String() string + type OnDesiredSizeChangedResponse struct + func (*OnDesiredSizeChangedResponse) Descriptor() ([]byte, []int) + func (*OnDesiredSizeChangedResponse) ProtoMessage() + func (x *OnDesiredSizeChangedResponse) ProtoReflect() protoreflect.Message + func (x *OnDesiredSizeChangedResponse) Reset() + func (x *OnDesiredSizeChangedResponse) String() string + type OnDestroyRequest struct + func (*OnDestroyRequest) Descriptor() ([]byte, []int) + func (*OnDestroyRequest) ProtoMessage() + func (x *OnDestroyRequest) ProtoReflect() protoreflect.Message + func (x *OnDestroyRequest) Reset() + func (x *OnDestroyRequest) String() string + type OnDestroyResponse struct + func (*OnDestroyResponse) Descriptor() ([]byte, []int) + func (*OnDestroyResponse) ProtoMessage() + func (x *OnDestroyResponse) ProtoReflect() protoreflect.Message + func (x *OnDestroyResponse) Reset() + func (x *OnDestroyResponse) String() string + type OnOffsetsChangedRequest struct + Arg0 float32 + Arg1 float32 + Arg2 float32 + Arg3 float32 + Arg4 int32 + Arg5 int32 + func (*OnOffsetsChangedRequest) Descriptor() ([]byte, []int) + func (*OnOffsetsChangedRequest) ProtoMessage() + func (x *OnOffsetsChangedRequest) GetArg0() float32 + func (x *OnOffsetsChangedRequest) GetArg1() float32 + func (x *OnOffsetsChangedRequest) GetArg2() float32 + func (x *OnOffsetsChangedRequest) GetArg3() float32 + func (x *OnOffsetsChangedRequest) GetArg4() int32 + func (x *OnOffsetsChangedRequest) GetArg5() int32 + func (x *OnOffsetsChangedRequest) ProtoReflect() protoreflect.Message + func (x *OnOffsetsChangedRequest) Reset() + func (x *OnOffsetsChangedRequest) String() string + type OnOffsetsChangedResponse struct + func (*OnOffsetsChangedResponse) Descriptor() ([]byte, []int) + func (*OnOffsetsChangedResponse) ProtoMessage() + func (x *OnOffsetsChangedResponse) ProtoReflect() protoreflect.Message + func (x *OnOffsetsChangedResponse) Reset() + func (x *OnOffsetsChangedResponse) String() string + type OnSurfaceChangedRequest struct + Arg0 int64 + Arg1 int32 + Arg2 int32 + Arg3 int32 + func (*OnSurfaceChangedRequest) Descriptor() ([]byte, []int) + func (*OnSurfaceChangedRequest) ProtoMessage() + func (x *OnSurfaceChangedRequest) GetArg0() int64 + func (x *OnSurfaceChangedRequest) GetArg1() int32 + func (x *OnSurfaceChangedRequest) GetArg2() int32 + func (x *OnSurfaceChangedRequest) GetArg3() int32 + func (x *OnSurfaceChangedRequest) ProtoReflect() protoreflect.Message + func (x *OnSurfaceChangedRequest) Reset() + func (x *OnSurfaceChangedRequest) String() string + type OnSurfaceChangedResponse struct + func (*OnSurfaceChangedResponse) Descriptor() ([]byte, []int) + func (*OnSurfaceChangedResponse) ProtoMessage() + func (x *OnSurfaceChangedResponse) ProtoReflect() protoreflect.Message + func (x *OnSurfaceChangedResponse) Reset() + func (x *OnSurfaceChangedResponse) String() string + type OnSurfaceCreatedRequest struct + Arg0 int64 + func (*OnSurfaceCreatedRequest) Descriptor() ([]byte, []int) + func (*OnSurfaceCreatedRequest) ProtoMessage() + func (x *OnSurfaceCreatedRequest) GetArg0() int64 + func (x *OnSurfaceCreatedRequest) ProtoReflect() protoreflect.Message + func (x *OnSurfaceCreatedRequest) Reset() + func (x *OnSurfaceCreatedRequest) String() string + type OnSurfaceCreatedResponse struct + func (*OnSurfaceCreatedResponse) Descriptor() ([]byte, []int) + func (*OnSurfaceCreatedResponse) ProtoMessage() + func (x *OnSurfaceCreatedResponse) ProtoReflect() protoreflect.Message + func (x *OnSurfaceCreatedResponse) Reset() + func (x *OnSurfaceCreatedResponse) String() string + type OnSurfaceDestroyedRequest struct + Arg0 int64 + func (*OnSurfaceDestroyedRequest) Descriptor() ([]byte, []int) + func (*OnSurfaceDestroyedRequest) ProtoMessage() + func (x *OnSurfaceDestroyedRequest) GetArg0() int64 + func (x *OnSurfaceDestroyedRequest) ProtoReflect() protoreflect.Message + func (x *OnSurfaceDestroyedRequest) Reset() + func (x *OnSurfaceDestroyedRequest) String() string + type OnSurfaceDestroyedResponse struct + func (*OnSurfaceDestroyedResponse) Descriptor() ([]byte, []int) + func (*OnSurfaceDestroyedResponse) ProtoMessage() + func (x *OnSurfaceDestroyedResponse) ProtoReflect() protoreflect.Message + func (x *OnSurfaceDestroyedResponse) Reset() + func (x *OnSurfaceDestroyedResponse) String() string + type OnSurfaceRedrawNeededRequest struct + Arg0 int64 + func (*OnSurfaceRedrawNeededRequest) Descriptor() ([]byte, []int) + func (*OnSurfaceRedrawNeededRequest) ProtoMessage() + func (x *OnSurfaceRedrawNeededRequest) GetArg0() int64 + func (x *OnSurfaceRedrawNeededRequest) ProtoReflect() protoreflect.Message + func (x *OnSurfaceRedrawNeededRequest) Reset() + func (x *OnSurfaceRedrawNeededRequest) String() string + type OnSurfaceRedrawNeededResponse struct + func (*OnSurfaceRedrawNeededResponse) Descriptor() ([]byte, []int) + func (*OnSurfaceRedrawNeededResponse) ProtoMessage() + func (x *OnSurfaceRedrawNeededResponse) ProtoReflect() protoreflect.Message + func (x *OnSurfaceRedrawNeededResponse) Reset() + func (x *OnSurfaceRedrawNeededResponse) String() string + type OnTouchEventRequest struct + Arg0 int64 + func (*OnTouchEventRequest) Descriptor() ([]byte, []int) + func (*OnTouchEventRequest) ProtoMessage() + func (x *OnTouchEventRequest) GetArg0() int64 + func (x *OnTouchEventRequest) ProtoReflect() protoreflect.Message + func (x *OnTouchEventRequest) Reset() + func (x *OnTouchEventRequest) String() string + type OnTouchEventResponse struct + func (*OnTouchEventResponse) Descriptor() ([]byte, []int) + func (*OnTouchEventResponse) ProtoMessage() + func (x *OnTouchEventResponse) ProtoReflect() protoreflect.Message + func (x *OnTouchEventResponse) Reset() + func (x *OnTouchEventResponse) String() string + type OnVisibilityChangedRequest struct + Arg0 bool + func (*OnVisibilityChangedRequest) Descriptor() ([]byte, []int) + func (*OnVisibilityChangedRequest) ProtoMessage() + func (x *OnVisibilityChangedRequest) GetArg0() bool + func (x *OnVisibilityChangedRequest) ProtoReflect() protoreflect.Message + func (x *OnVisibilityChangedRequest) Reset() + func (x *OnVisibilityChangedRequest) String() string + type OnVisibilityChangedResponse struct + func (*OnVisibilityChangedResponse) Descriptor() ([]byte, []int) + func (*OnVisibilityChangedResponse) ProtoMessage() + func (x *OnVisibilityChangedResponse) ProtoReflect() protoreflect.Message + func (x *OnVisibilityChangedResponse) Reset() + func (x *OnVisibilityChangedResponse) String() string + type OnWallpaperFlagsChangedRequest struct + Arg0 int32 + func (*OnWallpaperFlagsChangedRequest) Descriptor() ([]byte, []int) + func (*OnWallpaperFlagsChangedRequest) ProtoMessage() + func (x *OnWallpaperFlagsChangedRequest) GetArg0() int32 + func (x *OnWallpaperFlagsChangedRequest) ProtoReflect() protoreflect.Message + func (x *OnWallpaperFlagsChangedRequest) Reset() + func (x *OnWallpaperFlagsChangedRequest) String() string + type OnWallpaperFlagsChangedResponse struct + func (*OnWallpaperFlagsChangedResponse) Descriptor() ([]byte, []int) + func (*OnWallpaperFlagsChangedResponse) ProtoMessage() + func (x *OnWallpaperFlagsChangedResponse) ProtoReflect() protoreflect.Message + func (x *OnWallpaperFlagsChangedResponse) Reset() + func (x *OnWallpaperFlagsChangedResponse) String() string + type OnZoomChangedRequest struct + Arg0 float32 + func (*OnZoomChangedRequest) Descriptor() ([]byte, []int) + func (*OnZoomChangedRequest) ProtoMessage() + func (x *OnZoomChangedRequest) GetArg0() float32 + func (x *OnZoomChangedRequest) ProtoReflect() protoreflect.Message + func (x *OnZoomChangedRequest) Reset() + func (x *OnZoomChangedRequest) String() string + type OnZoomChangedResponse struct + func (*OnZoomChangedResponse) Descriptor() ([]byte, []int) + func (*OnZoomChangedResponse) ProtoMessage() + func (x *OnZoomChangedResponse) ProtoReflect() protoreflect.Message + func (x *OnZoomChangedResponse) Reset() + func (x *OnZoomChangedResponse) String() string + type ServiceEngineOnCreateRequest struct + Arg0 int64 + func (*ServiceEngineOnCreateRequest) Descriptor() ([]byte, []int) + func (*ServiceEngineOnCreateRequest) ProtoMessage() + func (x *ServiceEngineOnCreateRequest) GetArg0() int64 + func (x *ServiceEngineOnCreateRequest) ProtoReflect() protoreflect.Message + func (x *ServiceEngineOnCreateRequest) Reset() + func (x *ServiceEngineOnCreateRequest) String() string + type ServiceEngineServiceClient interface + GetDesiredMinimumHeight func(ctx context.Context, in *GetDesiredMinimumHeightRequest, ...) (*GetDesiredMinimumHeightResponse, error) + GetDesiredMinimumWidth func(ctx context.Context, in *GetDesiredMinimumWidthRequest, ...) (*GetDesiredMinimumWidthResponse, error) + GetDisplayContext func(ctx context.Context, in *GetDisplayContextRequest, opts ...grpc.CallOption) (*GetDisplayContextResponse, error) + GetSurfaceHolder func(ctx context.Context, in *GetSurfaceHolderRequest, opts ...grpc.CallOption) (*GetSurfaceHolderResponse, error) + GetWallpaperFlags func(ctx context.Context, in *GetWallpaperFlagsRequest, opts ...grpc.CallOption) (*GetWallpaperFlagsResponse, error) + IsPreview func(ctx context.Context, in *IsPreviewRequest, opts ...grpc.CallOption) (*IsPreviewResponse, error) + IsVisible func(ctx context.Context, in *IsVisibleRequest, opts ...grpc.CallOption) (*IsVisibleResponse, error) + NotifyColorsChanged func(ctx context.Context, in *NotifyColorsChangedRequest, opts ...grpc.CallOption) (*NotifyColorsChangedResponse, error) + OnApplyWallpaper func(ctx context.Context, in *OnApplyWallpaperRequest, opts ...grpc.CallOption) (*OnApplyWallpaperResponse, error) + OnApplyWindowInsets func(ctx context.Context, in *OnApplyWindowInsetsRequest, opts ...grpc.CallOption) (*OnApplyWindowInsetsResponse, error) + OnCommand func(ctx context.Context, in *OnCommandRequest, opts ...grpc.CallOption) (*OnCommandResponse, error) + OnComputeColors func(ctx context.Context, in *OnComputeColorsRequest, opts ...grpc.CallOption) (*OnComputeColorsResponse, error) + OnCreate func(ctx context.Context, in *ServiceEngineOnCreateRequest, opts ...grpc.CallOption) (*OnCreateResponse, error) + OnDesiredSizeChanged func(ctx context.Context, in *OnDesiredSizeChangedRequest, opts ...grpc.CallOption) (*OnDesiredSizeChangedResponse, error) + OnDestroy func(ctx context.Context, in *OnDestroyRequest, opts ...grpc.CallOption) (*OnDestroyResponse, error) + OnOffsetsChanged func(ctx context.Context, in *OnOffsetsChangedRequest, opts ...grpc.CallOption) (*OnOffsetsChangedResponse, error) + OnSurfaceChanged func(ctx context.Context, in *OnSurfaceChangedRequest, opts ...grpc.CallOption) (*OnSurfaceChangedResponse, error) + OnSurfaceCreated func(ctx context.Context, in *OnSurfaceCreatedRequest, opts ...grpc.CallOption) (*OnSurfaceCreatedResponse, error) + OnSurfaceDestroyed func(ctx context.Context, in *OnSurfaceDestroyedRequest, opts ...grpc.CallOption) (*OnSurfaceDestroyedResponse, error) + OnSurfaceRedrawNeeded func(ctx context.Context, in *OnSurfaceRedrawNeededRequest, opts ...grpc.CallOption) (*OnSurfaceRedrawNeededResponse, error) + OnTouchEvent func(ctx context.Context, in *OnTouchEventRequest, opts ...grpc.CallOption) (*OnTouchEventResponse, error) + OnVisibilityChanged func(ctx context.Context, in *OnVisibilityChangedRequest, opts ...grpc.CallOption) (*OnVisibilityChangedResponse, error) + OnWallpaperFlagsChanged func(ctx context.Context, in *OnWallpaperFlagsChangedRequest, ...) (*OnWallpaperFlagsChangedResponse, error) + OnZoomChanged func(ctx context.Context, in *OnZoomChangedRequest, opts ...grpc.CallOption) (*OnZoomChangedResponse, error) + SetOffsetNotificationsEnabled func(ctx context.Context, in *SetOffsetNotificationsEnabledRequest, ...) (*SetOffsetNotificationsEnabledResponse, error) + SetTouchEventsEnabled func(ctx context.Context, in *SetTouchEventsEnabledRequest, opts ...grpc.CallOption) (*SetTouchEventsEnabledResponse, error) + func NewServiceEngineServiceClient(cc grpc.ClientConnInterface) ServiceEngineServiceClient + type ServiceEngineServiceServer interface + GetDesiredMinimumHeight func(context.Context, *GetDesiredMinimumHeightRequest) (*GetDesiredMinimumHeightResponse, error) + GetDesiredMinimumWidth func(context.Context, *GetDesiredMinimumWidthRequest) (*GetDesiredMinimumWidthResponse, error) + GetDisplayContext func(context.Context, *GetDisplayContextRequest) (*GetDisplayContextResponse, error) + GetSurfaceHolder func(context.Context, *GetSurfaceHolderRequest) (*GetSurfaceHolderResponse, error) + GetWallpaperFlags func(context.Context, *GetWallpaperFlagsRequest) (*GetWallpaperFlagsResponse, error) + IsPreview func(context.Context, *IsPreviewRequest) (*IsPreviewResponse, error) + IsVisible func(context.Context, *IsVisibleRequest) (*IsVisibleResponse, error) + NotifyColorsChanged func(context.Context, *NotifyColorsChangedRequest) (*NotifyColorsChangedResponse, error) + OnApplyWallpaper func(context.Context, *OnApplyWallpaperRequest) (*OnApplyWallpaperResponse, error) + OnApplyWindowInsets func(context.Context, *OnApplyWindowInsetsRequest) (*OnApplyWindowInsetsResponse, error) + OnCommand func(context.Context, *OnCommandRequest) (*OnCommandResponse, error) + OnComputeColors func(context.Context, *OnComputeColorsRequest) (*OnComputeColorsResponse, error) + OnCreate func(context.Context, *ServiceEngineOnCreateRequest) (*OnCreateResponse, error) + OnDesiredSizeChanged func(context.Context, *OnDesiredSizeChangedRequest) (*OnDesiredSizeChangedResponse, error) + OnDestroy func(context.Context, *OnDestroyRequest) (*OnDestroyResponse, error) + OnOffsetsChanged func(context.Context, *OnOffsetsChangedRequest) (*OnOffsetsChangedResponse, error) + OnSurfaceChanged func(context.Context, *OnSurfaceChangedRequest) (*OnSurfaceChangedResponse, error) + OnSurfaceCreated func(context.Context, *OnSurfaceCreatedRequest) (*OnSurfaceCreatedResponse, error) + OnSurfaceDestroyed func(context.Context, *OnSurfaceDestroyedRequest) (*OnSurfaceDestroyedResponse, error) + OnSurfaceRedrawNeeded func(context.Context, *OnSurfaceRedrawNeededRequest) (*OnSurfaceRedrawNeededResponse, error) + OnTouchEvent func(context.Context, *OnTouchEventRequest) (*OnTouchEventResponse, error) + OnVisibilityChanged func(context.Context, *OnVisibilityChangedRequest) (*OnVisibilityChangedResponse, error) + OnWallpaperFlagsChanged func(context.Context, *OnWallpaperFlagsChangedRequest) (*OnWallpaperFlagsChangedResponse, error) + OnZoomChanged func(context.Context, *OnZoomChangedRequest) (*OnZoomChangedResponse, error) + SetOffsetNotificationsEnabled func(context.Context, *SetOffsetNotificationsEnabledRequest) (*SetOffsetNotificationsEnabledResponse, error) + SetTouchEventsEnabled func(context.Context, *SetTouchEventsEnabledRequest) (*SetTouchEventsEnabledResponse, error) + type ServiceServiceClient interface + OnBind func(ctx context.Context, in *OnBindRequest, opts ...grpc.CallOption) (*OnBindResponse, error) + OnCreate func(ctx context.Context, in *OnCreateRequest, opts ...grpc.CallOption) (*OnCreateResponse, error) + OnCreateEngine0 func(ctx context.Context, in *OnCreateEngine0Request, opts ...grpc.CallOption) (*OnCreateEngine0Response, error) + OnCreateEngine1_1 func(ctx context.Context, in *OnCreateEngine1_1Request, opts ...grpc.CallOption) (*OnCreateEngine1_1Response, error) + OnDestroy func(ctx context.Context, in *OnDestroyRequest, opts ...grpc.CallOption) (*OnDestroyResponse, error) + func NewServiceServiceClient(cc grpc.ClientConnInterface) ServiceServiceClient + type ServiceServiceServer interface + OnBind func(context.Context, *OnBindRequest) (*OnBindResponse, error) + OnCreate func(context.Context, *OnCreateRequest) (*OnCreateResponse, error) + OnCreateEngine0 func(context.Context, *OnCreateEngine0Request) (*OnCreateEngine0Response, error) + OnCreateEngine1_1 func(context.Context, *OnCreateEngine1_1Request) (*OnCreateEngine1_1Response, error) + OnDestroy func(context.Context, *OnDestroyRequest) (*OnDestroyResponse, error) + type SetContentRequest struct + Arg0 int64 + func (*SetContentRequest) Descriptor() ([]byte, []int) + func (*SetContentRequest) ProtoMessage() + func (x *SetContentRequest) GetArg0() int64 + func (x *SetContentRequest) ProtoReflect() protoreflect.Message + func (x *SetContentRequest) Reset() + func (x *SetContentRequest) String() string + type SetContentResponse struct + Result int64 + func (*SetContentResponse) Descriptor() ([]byte, []int) + func (*SetContentResponse) ProtoMessage() + func (x *SetContentResponse) GetResult() int64 + func (x *SetContentResponse) ProtoReflect() protoreflect.Message + func (x *SetContentResponse) Reset() + func (x *SetContentResponse) String() string + type SetContextDescriptionRequest struct + Arg0 string + func (*SetContextDescriptionRequest) Descriptor() ([]byte, []int) + func (*SetContextDescriptionRequest) ProtoMessage() + func (x *SetContextDescriptionRequest) GetArg0() string + func (x *SetContextDescriptionRequest) ProtoReflect() protoreflect.Message + func (x *SetContextDescriptionRequest) Reset() + func (x *SetContextDescriptionRequest) String() string + type SetContextDescriptionResponse struct + Result int64 + func (*SetContextDescriptionResponse) Descriptor() ([]byte, []int) + func (*SetContextDescriptionResponse) ProtoMessage() + func (x *SetContextDescriptionResponse) GetResult() int64 + func (x *SetContextDescriptionResponse) ProtoReflect() protoreflect.Message + func (x *SetContextDescriptionResponse) Reset() + func (x *SetContextDescriptionResponse) String() string + type SetContextUriRequest struct + Arg0 int64 + func (*SetContextUriRequest) Descriptor() ([]byte, []int) + func (*SetContextUriRequest) ProtoMessage() + func (x *SetContextUriRequest) GetArg0() int64 + func (x *SetContextUriRequest) ProtoReflect() protoreflect.Message + func (x *SetContextUriRequest) Reset() + func (x *SetContextUriRequest) String() string + type SetContextUriResponse struct + Result int64 + func (*SetContextUriResponse) Descriptor() ([]byte, []int) + func (*SetContextUriResponse) ProtoMessage() + func (x *SetContextUriResponse) GetResult() int64 + func (x *SetContextUriResponse) ProtoReflect() protoreflect.Message + func (x *SetContextUriResponse) Reset() + func (x *SetContextUriResponse) String() string + type SetIdRequest struct + Arg0 string + func (*SetIdRequest) Descriptor() ([]byte, []int) + func (*SetIdRequest) ProtoMessage() + func (x *SetIdRequest) GetArg0() string + func (x *SetIdRequest) ProtoReflect() protoreflect.Message + func (x *SetIdRequest) Reset() + func (x *SetIdRequest) String() string + type SetIdResponse struct + Result int64 + func (*SetIdResponse) Descriptor() ([]byte, []int) + func (*SetIdResponse) ProtoMessage() + func (x *SetIdResponse) GetResult() int64 + func (x *SetIdResponse) ProtoReflect() protoreflect.Message + func (x *SetIdResponse) Reset() + func (x *SetIdResponse) String() string + type SetOffsetNotificationsEnabledRequest struct + Arg0 bool + func (*SetOffsetNotificationsEnabledRequest) Descriptor() ([]byte, []int) + func (*SetOffsetNotificationsEnabledRequest) ProtoMessage() + func (x *SetOffsetNotificationsEnabledRequest) GetArg0() bool + func (x *SetOffsetNotificationsEnabledRequest) ProtoReflect() protoreflect.Message + func (x *SetOffsetNotificationsEnabledRequest) Reset() + func (x *SetOffsetNotificationsEnabledRequest) String() string + type SetOffsetNotificationsEnabledResponse struct + func (*SetOffsetNotificationsEnabledResponse) Descriptor() ([]byte, []int) + func (*SetOffsetNotificationsEnabledResponse) ProtoMessage() + func (x *SetOffsetNotificationsEnabledResponse) ProtoReflect() protoreflect.Message + func (x *SetOffsetNotificationsEnabledResponse) Reset() + func (x *SetOffsetNotificationsEnabledResponse) String() string + type SetThumbnailRequest struct + Arg0 int64 + func (*SetThumbnailRequest) Descriptor() ([]byte, []int) + func (*SetThumbnailRequest) ProtoMessage() + func (x *SetThumbnailRequest) GetArg0() int64 + func (x *SetThumbnailRequest) ProtoReflect() protoreflect.Message + func (x *SetThumbnailRequest) Reset() + func (x *SetThumbnailRequest) String() string + type SetThumbnailResponse struct + Result int64 + func (*SetThumbnailResponse) Descriptor() ([]byte, []int) + func (*SetThumbnailResponse) ProtoMessage() + func (x *SetThumbnailResponse) GetResult() int64 + func (x *SetThumbnailResponse) ProtoReflect() protoreflect.Message + func (x *SetThumbnailResponse) Reset() + func (x *SetThumbnailResponse) String() string + type SetTitleRequest struct + Arg0 string + func (*SetTitleRequest) Descriptor() ([]byte, []int) + func (*SetTitleRequest) ProtoMessage() + func (x *SetTitleRequest) GetArg0() string + func (x *SetTitleRequest) ProtoReflect() protoreflect.Message + func (x *SetTitleRequest) Reset() + func (x *SetTitleRequest) String() string + type SetTitleResponse struct + Result int64 + func (*SetTitleResponse) Descriptor() ([]byte, []int) + func (*SetTitleResponse) ProtoMessage() + func (x *SetTitleResponse) GetResult() int64 + func (x *SetTitleResponse) ProtoReflect() protoreflect.Message + func (x *SetTitleResponse) Reset() + func (x *SetTitleResponse) String() string + type SetTouchEventsEnabledRequest struct + Arg0 bool + func (*SetTouchEventsEnabledRequest) Descriptor() ([]byte, []int) + func (*SetTouchEventsEnabledRequest) ProtoMessage() + func (x *SetTouchEventsEnabledRequest) GetArg0() bool + func (x *SetTouchEventsEnabledRequest) ProtoReflect() protoreflect.Message + func (x *SetTouchEventsEnabledRequest) Reset() + func (x *SetTouchEventsEnabledRequest) String() string + type SetTouchEventsEnabledResponse struct + func (*SetTouchEventsEnabledResponse) Descriptor() ([]byte, []int) + func (*SetTouchEventsEnabledResponse) ProtoMessage() + func (x *SetTouchEventsEnabledResponse) ProtoReflect() protoreflect.Message + func (x *SetTouchEventsEnabledResponse) Reset() + func (x *SetTouchEventsEnabledResponse) String() string + type ToBuilderRequest struct + func (*ToBuilderRequest) Descriptor() ([]byte, []int) + func (*ToBuilderRequest) ProtoMessage() + func (x *ToBuilderRequest) ProtoReflect() protoreflect.Message + func (x *ToBuilderRequest) Reset() + func (x *ToBuilderRequest) String() string + type ToBuilderResponse struct + Result int64 + func (*ToBuilderResponse) Descriptor() ([]byte, []int) + func (*ToBuilderResponse) ProtoMessage() + func (x *ToBuilderResponse) GetResult() int64 + func (x *ToBuilderResponse) ProtoReflect() protoreflect.Message + func (x *ToBuilderResponse) Reset() + func (x *ToBuilderResponse) String() string + type ToStringRequest struct + func (*ToStringRequest) Descriptor() ([]byte, []int) + func (*ToStringRequest) ProtoMessage() + func (x *ToStringRequest) ProtoReflect() protoreflect.Message + func (x *ToStringRequest) Reset() + func (x *ToStringRequest) String() string + type ToStringResponse struct + Result string + func (*ToStringResponse) Descriptor() ([]byte, []int) + func (*ToStringResponse) ProtoMessage() + func (x *ToStringResponse) GetResult() string + func (x *ToStringResponse) ProtoReflect() protoreflect.Message + func (x *ToStringResponse) Reset() + func (x *ToStringResponse) String() string + type UnimplementedDescriptionBuilderServiceServer struct + func (UnimplementedDescriptionBuilderServiceServer) Build(context.Context, *BuildRequest) (*BuildResponse, error) + func (UnimplementedDescriptionBuilderServiceServer) SetContent(context.Context, *SetContentRequest) (*SetContentResponse, error) + func (UnimplementedDescriptionBuilderServiceServer) SetContextDescription(context.Context, *SetContextDescriptionRequest) (*SetContextDescriptionResponse, error) + func (UnimplementedDescriptionBuilderServiceServer) SetContextUri(context.Context, *SetContextUriRequest) (*SetContextUriResponse, error) + func (UnimplementedDescriptionBuilderServiceServer) SetId(context.Context, *SetIdRequest) (*SetIdResponse, error) + func (UnimplementedDescriptionBuilderServiceServer) SetThumbnail(context.Context, *SetThumbnailRequest) (*SetThumbnailResponse, error) + func (UnimplementedDescriptionBuilderServiceServer) SetTitle(context.Context, *SetTitleRequest) (*SetTitleResponse, error) + type UnimplementedDescriptionServiceServer struct + func (UnimplementedDescriptionServiceServer) DescribeContents(context.Context, *DescribeContentsRequest) (*DescribeContentsResponse, error) + func (UnimplementedDescriptionServiceServer) Equals(context.Context, *EqualsRequest) (*EqualsResponse, error) + func (UnimplementedDescriptionServiceServer) GetComponent(context.Context, *GetComponentRequest) (*GetComponentResponse, error) + func (UnimplementedDescriptionServiceServer) GetContent(context.Context, *GetContentRequest) (*GetContentResponse, error) + func (UnimplementedDescriptionServiceServer) GetContextDescription(context.Context, *GetContextDescriptionRequest) (*GetContextDescriptionResponse, error) + func (UnimplementedDescriptionServiceServer) GetContextUri(context.Context, *GetContextUriRequest) (*GetContextUriResponse, error) + func (UnimplementedDescriptionServiceServer) GetDescription(context.Context, *GetDescriptionRequest) (*GetDescriptionResponse, error) + func (UnimplementedDescriptionServiceServer) GetId(context.Context, *GetIdRequest) (*GetIdResponse, error) + func (UnimplementedDescriptionServiceServer) GetThumbnail(context.Context, *GetThumbnailRequest) (*GetThumbnailResponse, error) + func (UnimplementedDescriptionServiceServer) GetTitle(context.Context, *GetTitleRequest) (*GetTitleResponse, error) + func (UnimplementedDescriptionServiceServer) HashCode(context.Context, *HashCodeRequest) (*HashCodeResponse, error) + func (UnimplementedDescriptionServiceServer) ToBuilder(context.Context, *ToBuilderRequest) (*ToBuilderResponse, error) + func (UnimplementedDescriptionServiceServer) ToString(context.Context, *ToStringRequest) (*ToStringResponse, error) + func (UnimplementedDescriptionServiceServer) WriteToParcel(context.Context, *WriteToParcelRequest) (*WriteToParcelResponse, error) + type UnimplementedInstanceServiceServer struct + func (UnimplementedInstanceServiceServer) DescribeContents(context.Context, *InstanceDescribeContentsRequest) (*DescribeContentsResponse, error) + func (UnimplementedInstanceServiceServer) Equals(context.Context, *InstanceEqualsRequest) (*EqualsResponse, error) + func (UnimplementedInstanceServiceServer) GetDescription(context.Context, *InstanceGetDescriptionRequest) (*GetDescriptionResponse, error) + func (UnimplementedInstanceServiceServer) GetId(context.Context, *InstanceGetIdRequest) (*GetIdResponse, error) + func (UnimplementedInstanceServiceServer) GetInfo(context.Context, *GetInfoRequest) (*GetInfoResponse, error) + func (UnimplementedInstanceServiceServer) HashCode(context.Context, *InstanceHashCodeRequest) (*HashCodeResponse, error) + func (UnimplementedInstanceServiceServer) NewInstance(context.Context, *NewInstanceRequest) (*NewInstanceResponse, error) + func (UnimplementedInstanceServiceServer) WriteToParcel(context.Context, *InstanceWriteToParcelRequest) (*WriteToParcelResponse, error) + type UnimplementedServiceEngineServiceServer struct + func (UnimplementedServiceEngineServiceServer) GetDesiredMinimumHeight(context.Context, *GetDesiredMinimumHeightRequest) (*GetDesiredMinimumHeightResponse, error) + func (UnimplementedServiceEngineServiceServer) GetDesiredMinimumWidth(context.Context, *GetDesiredMinimumWidthRequest) (*GetDesiredMinimumWidthResponse, error) + func (UnimplementedServiceEngineServiceServer) GetDisplayContext(context.Context, *GetDisplayContextRequest) (*GetDisplayContextResponse, error) + func (UnimplementedServiceEngineServiceServer) GetSurfaceHolder(context.Context, *GetSurfaceHolderRequest) (*GetSurfaceHolderResponse, error) + func (UnimplementedServiceEngineServiceServer) GetWallpaperFlags(context.Context, *GetWallpaperFlagsRequest) (*GetWallpaperFlagsResponse, error) + func (UnimplementedServiceEngineServiceServer) IsPreview(context.Context, *IsPreviewRequest) (*IsPreviewResponse, error) + func (UnimplementedServiceEngineServiceServer) IsVisible(context.Context, *IsVisibleRequest) (*IsVisibleResponse, error) + func (UnimplementedServiceEngineServiceServer) NotifyColorsChanged(context.Context, *NotifyColorsChangedRequest) (*NotifyColorsChangedResponse, error) + func (UnimplementedServiceEngineServiceServer) OnApplyWallpaper(context.Context, *OnApplyWallpaperRequest) (*OnApplyWallpaperResponse, error) + func (UnimplementedServiceEngineServiceServer) OnApplyWindowInsets(context.Context, *OnApplyWindowInsetsRequest) (*OnApplyWindowInsetsResponse, error) + func (UnimplementedServiceEngineServiceServer) OnCommand(context.Context, *OnCommandRequest) (*OnCommandResponse, error) + func (UnimplementedServiceEngineServiceServer) OnComputeColors(context.Context, *OnComputeColorsRequest) (*OnComputeColorsResponse, error) + func (UnimplementedServiceEngineServiceServer) OnCreate(context.Context, *ServiceEngineOnCreateRequest) (*OnCreateResponse, error) + func (UnimplementedServiceEngineServiceServer) OnDesiredSizeChanged(context.Context, *OnDesiredSizeChangedRequest) (*OnDesiredSizeChangedResponse, error) + func (UnimplementedServiceEngineServiceServer) OnDestroy(context.Context, *OnDestroyRequest) (*OnDestroyResponse, error) + func (UnimplementedServiceEngineServiceServer) OnOffsetsChanged(context.Context, *OnOffsetsChangedRequest) (*OnOffsetsChangedResponse, error) + func (UnimplementedServiceEngineServiceServer) OnSurfaceChanged(context.Context, *OnSurfaceChangedRequest) (*OnSurfaceChangedResponse, error) + func (UnimplementedServiceEngineServiceServer) OnSurfaceCreated(context.Context, *OnSurfaceCreatedRequest) (*OnSurfaceCreatedResponse, error) + func (UnimplementedServiceEngineServiceServer) OnSurfaceDestroyed(context.Context, *OnSurfaceDestroyedRequest) (*OnSurfaceDestroyedResponse, error) + func (UnimplementedServiceEngineServiceServer) OnSurfaceRedrawNeeded(context.Context, *OnSurfaceRedrawNeededRequest) (*OnSurfaceRedrawNeededResponse, error) + func (UnimplementedServiceEngineServiceServer) OnTouchEvent(context.Context, *OnTouchEventRequest) (*OnTouchEventResponse, error) + func (UnimplementedServiceEngineServiceServer) OnVisibilityChanged(context.Context, *OnVisibilityChangedRequest) (*OnVisibilityChangedResponse, error) + func (UnimplementedServiceEngineServiceServer) OnWallpaperFlagsChanged(context.Context, *OnWallpaperFlagsChangedRequest) (*OnWallpaperFlagsChangedResponse, error) + func (UnimplementedServiceEngineServiceServer) OnZoomChanged(context.Context, *OnZoomChangedRequest) (*OnZoomChangedResponse, error) + func (UnimplementedServiceEngineServiceServer) SetOffsetNotificationsEnabled(context.Context, *SetOffsetNotificationsEnabledRequest) (*SetOffsetNotificationsEnabledResponse, error) + func (UnimplementedServiceEngineServiceServer) SetTouchEventsEnabled(context.Context, *SetTouchEventsEnabledRequest) (*SetTouchEventsEnabledResponse, error) + type UnimplementedServiceServiceServer struct + func (UnimplementedServiceServiceServer) OnBind(context.Context, *OnBindRequest) (*OnBindResponse, error) + func (UnimplementedServiceServiceServer) OnCreate(context.Context, *OnCreateRequest) (*OnCreateResponse, error) + func (UnimplementedServiceServiceServer) OnCreateEngine0(context.Context, *OnCreateEngine0Request) (*OnCreateEngine0Response, error) + func (UnimplementedServiceServiceServer) OnCreateEngine1_1(context.Context, *OnCreateEngine1_1Request) (*OnCreateEngine1_1Response, error) + func (UnimplementedServiceServiceServer) OnDestroy(context.Context, *OnDestroyRequest) (*OnDestroyResponse, error) + type UnsafeDescriptionBuilderServiceServer interface + type UnsafeDescriptionServiceServer interface + type UnsafeInstanceServiceServer interface + type UnsafeServiceEngineServiceServer interface + type UnsafeServiceServiceServer interface + type WriteToParcelRequest struct + Arg0 int64 + Arg1 int32 + func (*WriteToParcelRequest) Descriptor() ([]byte, []int) + func (*WriteToParcelRequest) ProtoMessage() + func (x *WriteToParcelRequest) GetArg0() int64 + func (x *WriteToParcelRequest) GetArg1() int32 + func (x *WriteToParcelRequest) ProtoReflect() protoreflect.Message + func (x *WriteToParcelRequest) Reset() + func (x *WriteToParcelRequest) String() string + type WriteToParcelResponse struct + func (*WriteToParcelResponse) Descriptor() ([]byte, []int) + func (*WriteToParcelResponse) ProtoMessage() + func (x *WriteToParcelResponse) ProtoReflect() protoreflect.Message + func (x *WriteToParcelResponse) Reset() + func (x *WriteToParcelResponse) String() string