Versions in this module Expand all Collapse all v0 v0.0.6 Mar 29, 2026 Changes in this version + const FormEditRecordBuilderService_Build_FullMethodName + const FormEditRecordBuilderService_SetClickPoint_FullMethodName + const FormEditRecordBuilderService_SetSelectedIndices_FullMethodName + const FormEditRecordBuilderService_SetText_FullMethodName + const FormEditRecordService_DescribeContents_FullMethodName + const FormEditRecordService_Equals_FullMethodName + const FormEditRecordService_GetClickPoint_FullMethodName + const FormEditRecordService_GetPageNumber_FullMethodName + const FormEditRecordService_GetSelectedIndices_FullMethodName + const FormEditRecordService_GetText_FullMethodName + const FormEditRecordService_GetType_FullMethodName + const FormEditRecordService_GetWidgetIndex_FullMethodName + const FormEditRecordService_HashCode_FullMethodName + const FormEditRecordService_WriteToParcel_FullMethodName + const FormWidgetInfoBuilderService_Build_FullMethodName + const FormWidgetInfoBuilderService_SetEditableText_FullMethodName + const FormWidgetInfoBuilderService_SetFontSize_FullMethodName + const FormWidgetInfoBuilderService_SetMaxLength_FullMethodName + const FormWidgetInfoBuilderService_SetMultiLineText_FullMethodName + const FormWidgetInfoBuilderService_SetMultiSelect_FullMethodName + const FormWidgetInfoBuilderService_SetReadOnly_FullMethodName + const FormWidgetInfoService_DescribeContents_FullMethodName + const FormWidgetInfoService_Equals_FullMethodName + const FormWidgetInfoService_GetAccessibilityLabel_FullMethodName + const FormWidgetInfoService_GetFontSize_FullMethodName + const FormWidgetInfoService_GetListItems_FullMethodName + const FormWidgetInfoService_GetMaxLength_FullMethodName + const FormWidgetInfoService_GetTextValue_FullMethodName + const FormWidgetInfoService_GetWidgetIndex_FullMethodName + const FormWidgetInfoService_GetWidgetRect_FullMethodName + const FormWidgetInfoService_GetWidgetType_FullMethodName + const FormWidgetInfoService_HashCode_FullMethodName + const FormWidgetInfoService_IsEditableText_FullMethodName + const FormWidgetInfoService_IsMultiLineText_FullMethodName + const FormWidgetInfoService_IsMultiSelect_FullMethodName + const FormWidgetInfoService_IsReadOnly_FullMethodName + const FormWidgetInfoService_ToString_FullMethodName + const FormWidgetInfoService_WriteToParcel_FullMethodName + const ListItemService_DescribeContents_FullMethodName + const ListItemService_Equals_FullMethodName + const ListItemService_GetLabel_FullMethodName + const ListItemService_HashCode_FullMethodName + const ListItemService_IsSelected_FullMethodName + const ListItemService_NewListItem_FullMethodName + const ListItemService_ToString_FullMethodName + const ListItemService_WriteToParcel_FullMethodName + const PageMatchBoundsService_DescribeContents_FullMethodName + const PageMatchBoundsService_GetBounds_FullMethodName + const PageMatchBoundsService_GetTextStartIndex_FullMethodName + const PageMatchBoundsService_NewPageMatchBounds_FullMethodName + const PageMatchBoundsService_WriteToParcel_FullMethodName + var File_proto_models_models_proto protoreflect.FileDescriptor + var FormEditRecordBuilderService_ServiceDesc = grpc.ServiceDesc + var FormEditRecordService_ServiceDesc = grpc.ServiceDesc + var FormWidgetInfoBuilderService_ServiceDesc = grpc.ServiceDesc + var FormWidgetInfoService_ServiceDesc = grpc.ServiceDesc + var ListItemService_ServiceDesc = grpc.ServiceDesc + var PageMatchBoundsService_ServiceDesc = grpc.ServiceDesc + func RegisterFormEditRecordBuilderServiceServer(s grpc.ServiceRegistrar, srv FormEditRecordBuilderServiceServer) + func RegisterFormEditRecordServiceServer(s grpc.ServiceRegistrar, srv FormEditRecordServiceServer) + func RegisterFormWidgetInfoBuilderServiceServer(s grpc.ServiceRegistrar, srv FormWidgetInfoBuilderServiceServer) + func RegisterFormWidgetInfoServiceServer(s grpc.ServiceRegistrar, srv FormWidgetInfoServiceServer) + func RegisterListItemServiceServer(s grpc.ServiceRegistrar, srv ListItemServiceServer) + func RegisterPageMatchBoundsServiceServer(s grpc.ServiceRegistrar, srv PageMatchBoundsServiceServer) + 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 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 FormEditRecordBuilderServiceClient interface + Build func(ctx context.Context, in *BuildRequest, opts ...grpc.CallOption) (*BuildResponse, error) + SetClickPoint func(ctx context.Context, in *SetClickPointRequest, opts ...grpc.CallOption) (*SetClickPointResponse, error) + SetSelectedIndices func(ctx context.Context, in *SetSelectedIndicesRequest, opts ...grpc.CallOption) (*SetSelectedIndicesResponse, error) + SetText func(ctx context.Context, in *SetTextRequest, opts ...grpc.CallOption) (*SetTextResponse, error) + func NewFormEditRecordBuilderServiceClient(cc grpc.ClientConnInterface) FormEditRecordBuilderServiceClient + type FormEditRecordBuilderServiceServer interface + Build func(context.Context, *BuildRequest) (*BuildResponse, error) + SetClickPoint func(context.Context, *SetClickPointRequest) (*SetClickPointResponse, error) + SetSelectedIndices func(context.Context, *SetSelectedIndicesRequest) (*SetSelectedIndicesResponse, error) + SetText func(context.Context, *SetTextRequest) (*SetTextResponse, error) + type FormEditRecordServiceClient 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) + GetClickPoint func(ctx context.Context, in *GetClickPointRequest, opts ...grpc.CallOption) (*GetClickPointResponse, error) + GetPageNumber func(ctx context.Context, in *GetPageNumberRequest, opts ...grpc.CallOption) (*GetPageNumberResponse, error) + GetSelectedIndices func(ctx context.Context, in *GetSelectedIndicesRequest, opts ...grpc.CallOption) (*GetSelectedIndicesResponse, error) + GetText func(ctx context.Context, in *GetTextRequest, opts ...grpc.CallOption) (*GetTextResponse, error) + GetType func(ctx context.Context, in *GetTypeRequest, opts ...grpc.CallOption) (*GetTypeResponse, error) + GetWidgetIndex func(ctx context.Context, in *GetWidgetIndexRequest, opts ...grpc.CallOption) (*GetWidgetIndexResponse, error) + HashCode func(ctx context.Context, in *HashCodeRequest, opts ...grpc.CallOption) (*HashCodeResponse, error) + WriteToParcel func(ctx context.Context, in *WriteToParcelRequest, opts ...grpc.CallOption) (*WriteToParcelResponse, error) + func NewFormEditRecordServiceClient(cc grpc.ClientConnInterface) FormEditRecordServiceClient + type FormEditRecordServiceServer interface + DescribeContents func(context.Context, *DescribeContentsRequest) (*DescribeContentsResponse, error) + Equals func(context.Context, *EqualsRequest) (*EqualsResponse, error) + GetClickPoint func(context.Context, *GetClickPointRequest) (*GetClickPointResponse, error) + GetPageNumber func(context.Context, *GetPageNumberRequest) (*GetPageNumberResponse, error) + GetSelectedIndices func(context.Context, *GetSelectedIndicesRequest) (*GetSelectedIndicesResponse, error) + GetText func(context.Context, *GetTextRequest) (*GetTextResponse, error) + GetType func(context.Context, *GetTypeRequest) (*GetTypeResponse, error) + GetWidgetIndex func(context.Context, *GetWidgetIndexRequest) (*GetWidgetIndexResponse, error) + HashCode func(context.Context, *HashCodeRequest) (*HashCodeResponse, error) + WriteToParcel func(context.Context, *WriteToParcelRequest) (*WriteToParcelResponse, error) + type FormWidgetInfoBuilderServiceClient interface + Build func(ctx context.Context, in *BuildRequest, opts ...grpc.CallOption) (*BuildResponse, error) + SetEditableText func(ctx context.Context, in *SetEditableTextRequest, opts ...grpc.CallOption) (*SetEditableTextResponse, error) + SetFontSize func(ctx context.Context, in *SetFontSizeRequest, opts ...grpc.CallOption) (*SetFontSizeResponse, error) + SetMaxLength func(ctx context.Context, in *SetMaxLengthRequest, opts ...grpc.CallOption) (*SetMaxLengthResponse, error) + SetMultiLineText func(ctx context.Context, in *SetMultiLineTextRequest, opts ...grpc.CallOption) (*SetMultiLineTextResponse, error) + SetMultiSelect func(ctx context.Context, in *SetMultiSelectRequest, opts ...grpc.CallOption) (*SetMultiSelectResponse, error) + SetReadOnly func(ctx context.Context, in *SetReadOnlyRequest, opts ...grpc.CallOption) (*SetReadOnlyResponse, error) + func NewFormWidgetInfoBuilderServiceClient(cc grpc.ClientConnInterface) FormWidgetInfoBuilderServiceClient + type FormWidgetInfoBuilderServiceServer interface + Build func(context.Context, *BuildRequest) (*BuildResponse, error) + SetEditableText func(context.Context, *SetEditableTextRequest) (*SetEditableTextResponse, error) + SetFontSize func(context.Context, *SetFontSizeRequest) (*SetFontSizeResponse, error) + SetMaxLength func(context.Context, *SetMaxLengthRequest) (*SetMaxLengthResponse, error) + SetMultiLineText func(context.Context, *SetMultiLineTextRequest) (*SetMultiLineTextResponse, error) + SetMultiSelect func(context.Context, *SetMultiSelectRequest) (*SetMultiSelectResponse, error) + SetReadOnly func(context.Context, *SetReadOnlyRequest) (*SetReadOnlyResponse, error) + type FormWidgetInfoServiceClient 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) + GetAccessibilityLabel func(ctx context.Context, in *GetAccessibilityLabelRequest, opts ...grpc.CallOption) (*GetAccessibilityLabelResponse, error) + GetFontSize func(ctx context.Context, in *GetFontSizeRequest, opts ...grpc.CallOption) (*GetFontSizeResponse, error) + GetListItems func(ctx context.Context, in *GetListItemsRequest, opts ...grpc.CallOption) (*GetListItemsResponse, error) + GetMaxLength func(ctx context.Context, in *GetMaxLengthRequest, opts ...grpc.CallOption) (*GetMaxLengthResponse, error) + GetTextValue func(ctx context.Context, in *GetTextValueRequest, opts ...grpc.CallOption) (*GetTextValueResponse, error) + GetWidgetIndex func(ctx context.Context, in *GetWidgetIndexRequest, opts ...grpc.CallOption) (*GetWidgetIndexResponse, error) + GetWidgetRect func(ctx context.Context, in *GetWidgetRectRequest, opts ...grpc.CallOption) (*GetWidgetRectResponse, error) + GetWidgetType func(ctx context.Context, in *GetWidgetTypeRequest, opts ...grpc.CallOption) (*GetWidgetTypeResponse, error) + HashCode func(ctx context.Context, in *HashCodeRequest, opts ...grpc.CallOption) (*HashCodeResponse, error) + IsEditableText func(ctx context.Context, in *IsEditableTextRequest, opts ...grpc.CallOption) (*IsEditableTextResponse, error) + IsMultiLineText func(ctx context.Context, in *IsMultiLineTextRequest, opts ...grpc.CallOption) (*IsMultiLineTextResponse, error) + IsMultiSelect func(ctx context.Context, in *IsMultiSelectRequest, opts ...grpc.CallOption) (*IsMultiSelectResponse, error) + IsReadOnly func(ctx context.Context, in *IsReadOnlyRequest, opts ...grpc.CallOption) (*IsReadOnlyResponse, error) + ToString func(ctx context.Context, in *FormWidgetInfoToStringRequest, ...) (*ToStringResponse, error) + WriteToParcel func(ctx context.Context, in *WriteToParcelRequest, opts ...grpc.CallOption) (*WriteToParcelResponse, error) + func NewFormWidgetInfoServiceClient(cc grpc.ClientConnInterface) FormWidgetInfoServiceClient + type FormWidgetInfoServiceServer interface + DescribeContents func(context.Context, *DescribeContentsRequest) (*DescribeContentsResponse, error) + Equals func(context.Context, *EqualsRequest) (*EqualsResponse, error) + GetAccessibilityLabel func(context.Context, *GetAccessibilityLabelRequest) (*GetAccessibilityLabelResponse, error) + GetFontSize func(context.Context, *GetFontSizeRequest) (*GetFontSizeResponse, error) + GetListItems func(context.Context, *GetListItemsRequest) (*GetListItemsResponse, error) + GetMaxLength func(context.Context, *GetMaxLengthRequest) (*GetMaxLengthResponse, error) + GetTextValue func(context.Context, *GetTextValueRequest) (*GetTextValueResponse, error) + GetWidgetIndex func(context.Context, *GetWidgetIndexRequest) (*GetWidgetIndexResponse, error) + GetWidgetRect func(context.Context, *GetWidgetRectRequest) (*GetWidgetRectResponse, error) + GetWidgetType func(context.Context, *GetWidgetTypeRequest) (*GetWidgetTypeResponse, error) + HashCode func(context.Context, *HashCodeRequest) (*HashCodeResponse, error) + IsEditableText func(context.Context, *IsEditableTextRequest) (*IsEditableTextResponse, error) + IsMultiLineText func(context.Context, *IsMultiLineTextRequest) (*IsMultiLineTextResponse, error) + IsMultiSelect func(context.Context, *IsMultiSelectRequest) (*IsMultiSelectResponse, error) + IsReadOnly func(context.Context, *IsReadOnlyRequest) (*IsReadOnlyResponse, error) + ToString func(context.Context, *FormWidgetInfoToStringRequest) (*ToStringResponse, error) + WriteToParcel func(context.Context, *WriteToParcelRequest) (*WriteToParcelResponse, error) + type FormWidgetInfoToStringRequest struct + func (*FormWidgetInfoToStringRequest) Descriptor() ([]byte, []int) + func (*FormWidgetInfoToStringRequest) ProtoMessage() + func (x *FormWidgetInfoToStringRequest) ProtoReflect() protoreflect.Message + func (x *FormWidgetInfoToStringRequest) Reset() + func (x *FormWidgetInfoToStringRequest) String() string + type GetAccessibilityLabelRequest struct + func (*GetAccessibilityLabelRequest) Descriptor() ([]byte, []int) + func (*GetAccessibilityLabelRequest) ProtoMessage() + func (x *GetAccessibilityLabelRequest) ProtoReflect() protoreflect.Message + func (x *GetAccessibilityLabelRequest) Reset() + func (x *GetAccessibilityLabelRequest) String() string + type GetAccessibilityLabelResponse struct + Result string + func (*GetAccessibilityLabelResponse) Descriptor() ([]byte, []int) + func (*GetAccessibilityLabelResponse) ProtoMessage() + func (x *GetAccessibilityLabelResponse) GetResult() string + func (x *GetAccessibilityLabelResponse) ProtoReflect() protoreflect.Message + func (x *GetAccessibilityLabelResponse) Reset() + func (x *GetAccessibilityLabelResponse) String() string + type GetBoundsRequest struct + Handle int64 + func (*GetBoundsRequest) Descriptor() ([]byte, []int) + func (*GetBoundsRequest) ProtoMessage() + func (x *GetBoundsRequest) GetHandle() int64 + func (x *GetBoundsRequest) ProtoReflect() protoreflect.Message + func (x *GetBoundsRequest) Reset() + func (x *GetBoundsRequest) String() string + type GetBoundsResponse struct + Result int64 + func (*GetBoundsResponse) Descriptor() ([]byte, []int) + func (*GetBoundsResponse) ProtoMessage() + func (x *GetBoundsResponse) GetResult() int64 + func (x *GetBoundsResponse) ProtoReflect() protoreflect.Message + func (x *GetBoundsResponse) Reset() + func (x *GetBoundsResponse) String() string + type GetClickPointRequest struct + func (*GetClickPointRequest) Descriptor() ([]byte, []int) + func (*GetClickPointRequest) ProtoMessage() + func (x *GetClickPointRequest) ProtoReflect() protoreflect.Message + func (x *GetClickPointRequest) Reset() + func (x *GetClickPointRequest) String() string + type GetClickPointResponse struct + Result int64 + func (*GetClickPointResponse) Descriptor() ([]byte, []int) + func (*GetClickPointResponse) ProtoMessage() + func (x *GetClickPointResponse) GetResult() int64 + func (x *GetClickPointResponse) ProtoReflect() protoreflect.Message + func (x *GetClickPointResponse) Reset() + func (x *GetClickPointResponse) String() string + type GetFontSizeRequest struct + func (*GetFontSizeRequest) Descriptor() ([]byte, []int) + func (*GetFontSizeRequest) ProtoMessage() + func (x *GetFontSizeRequest) ProtoReflect() protoreflect.Message + func (x *GetFontSizeRequest) Reset() + func (x *GetFontSizeRequest) String() string + type GetFontSizeResponse struct + Result float32 + func (*GetFontSizeResponse) Descriptor() ([]byte, []int) + func (*GetFontSizeResponse) ProtoMessage() + func (x *GetFontSizeResponse) GetResult() float32 + func (x *GetFontSizeResponse) ProtoReflect() protoreflect.Message + func (x *GetFontSizeResponse) Reset() + func (x *GetFontSizeResponse) String() string + type GetLabelRequest struct + Handle int64 + func (*GetLabelRequest) Descriptor() ([]byte, []int) + func (*GetLabelRequest) ProtoMessage() + func (x *GetLabelRequest) GetHandle() int64 + func (x *GetLabelRequest) ProtoReflect() protoreflect.Message + func (x *GetLabelRequest) Reset() + func (x *GetLabelRequest) String() string + type GetLabelResponse struct + Result string + func (*GetLabelResponse) Descriptor() ([]byte, []int) + func (*GetLabelResponse) ProtoMessage() + func (x *GetLabelResponse) GetResult() string + func (x *GetLabelResponse) ProtoReflect() protoreflect.Message + func (x *GetLabelResponse) Reset() + func (x *GetLabelResponse) String() string + type GetListItemsRequest struct + func (*GetListItemsRequest) Descriptor() ([]byte, []int) + func (*GetListItemsRequest) ProtoMessage() + func (x *GetListItemsRequest) ProtoReflect() protoreflect.Message + func (x *GetListItemsRequest) Reset() + func (x *GetListItemsRequest) String() string + type GetListItemsResponse struct + Result int64 + func (*GetListItemsResponse) Descriptor() ([]byte, []int) + func (*GetListItemsResponse) ProtoMessage() + func (x *GetListItemsResponse) GetResult() int64 + func (x *GetListItemsResponse) ProtoReflect() protoreflect.Message + func (x *GetListItemsResponse) Reset() + func (x *GetListItemsResponse) String() string + type GetMaxLengthRequest struct + func (*GetMaxLengthRequest) Descriptor() ([]byte, []int) + func (*GetMaxLengthRequest) ProtoMessage() + func (x *GetMaxLengthRequest) ProtoReflect() protoreflect.Message + func (x *GetMaxLengthRequest) Reset() + func (x *GetMaxLengthRequest) String() string + type GetMaxLengthResponse struct + Result int32 + func (*GetMaxLengthResponse) Descriptor() ([]byte, []int) + func (*GetMaxLengthResponse) ProtoMessage() + func (x *GetMaxLengthResponse) GetResult() int32 + func (x *GetMaxLengthResponse) ProtoReflect() protoreflect.Message + func (x *GetMaxLengthResponse) Reset() + func (x *GetMaxLengthResponse) String() string + type GetPageNumberRequest struct + func (*GetPageNumberRequest) Descriptor() ([]byte, []int) + func (*GetPageNumberRequest) ProtoMessage() + func (x *GetPageNumberRequest) ProtoReflect() protoreflect.Message + func (x *GetPageNumberRequest) Reset() + func (x *GetPageNumberRequest) String() string + type GetPageNumberResponse struct + Result int32 + func (*GetPageNumberResponse) Descriptor() ([]byte, []int) + func (*GetPageNumberResponse) ProtoMessage() + func (x *GetPageNumberResponse) GetResult() int32 + func (x *GetPageNumberResponse) ProtoReflect() protoreflect.Message + func (x *GetPageNumberResponse) Reset() + func (x *GetPageNumberResponse) String() string + type GetSelectedIndicesRequest struct + func (*GetSelectedIndicesRequest) Descriptor() ([]byte, []int) + func (*GetSelectedIndicesRequest) ProtoMessage() + func (x *GetSelectedIndicesRequest) ProtoReflect() protoreflect.Message + func (x *GetSelectedIndicesRequest) Reset() + func (x *GetSelectedIndicesRequest) String() string + type GetSelectedIndicesResponse struct + Result int64 + func (*GetSelectedIndicesResponse) Descriptor() ([]byte, []int) + func (*GetSelectedIndicesResponse) ProtoMessage() + func (x *GetSelectedIndicesResponse) GetResult() int64 + func (x *GetSelectedIndicesResponse) ProtoReflect() protoreflect.Message + func (x *GetSelectedIndicesResponse) Reset() + func (x *GetSelectedIndicesResponse) String() string + type GetTextRequest struct + func (*GetTextRequest) Descriptor() ([]byte, []int) + func (*GetTextRequest) ProtoMessage() + func (x *GetTextRequest) ProtoReflect() protoreflect.Message + func (x *GetTextRequest) Reset() + func (x *GetTextRequest) String() string + type GetTextResponse struct + Result string + func (*GetTextResponse) Descriptor() ([]byte, []int) + func (*GetTextResponse) ProtoMessage() + func (x *GetTextResponse) GetResult() string + func (x *GetTextResponse) ProtoReflect() protoreflect.Message + func (x *GetTextResponse) Reset() + func (x *GetTextResponse) String() string + type GetTextStartIndexRequest struct + Handle int64 + func (*GetTextStartIndexRequest) Descriptor() ([]byte, []int) + func (*GetTextStartIndexRequest) ProtoMessage() + func (x *GetTextStartIndexRequest) GetHandle() int64 + func (x *GetTextStartIndexRequest) ProtoReflect() protoreflect.Message + func (x *GetTextStartIndexRequest) Reset() + func (x *GetTextStartIndexRequest) String() string + type GetTextStartIndexResponse struct + Result int32 + func (*GetTextStartIndexResponse) Descriptor() ([]byte, []int) + func (*GetTextStartIndexResponse) ProtoMessage() + func (x *GetTextStartIndexResponse) GetResult() int32 + func (x *GetTextStartIndexResponse) ProtoReflect() protoreflect.Message + func (x *GetTextStartIndexResponse) Reset() + func (x *GetTextStartIndexResponse) String() string + type GetTextValueRequest struct + func (*GetTextValueRequest) Descriptor() ([]byte, []int) + func (*GetTextValueRequest) ProtoMessage() + func (x *GetTextValueRequest) ProtoReflect() protoreflect.Message + func (x *GetTextValueRequest) Reset() + func (x *GetTextValueRequest) String() string + type GetTextValueResponse struct + Result string + func (*GetTextValueResponse) Descriptor() ([]byte, []int) + func (*GetTextValueResponse) ProtoMessage() + func (x *GetTextValueResponse) GetResult() string + func (x *GetTextValueResponse) ProtoReflect() protoreflect.Message + func (x *GetTextValueResponse) Reset() + func (x *GetTextValueResponse) String() string + type GetTypeRequest struct + func (*GetTypeRequest) Descriptor() ([]byte, []int) + func (*GetTypeRequest) ProtoMessage() + func (x *GetTypeRequest) ProtoReflect() protoreflect.Message + func (x *GetTypeRequest) Reset() + func (x *GetTypeRequest) String() string + type GetTypeResponse struct + Result int32 + func (*GetTypeResponse) Descriptor() ([]byte, []int) + func (*GetTypeResponse) ProtoMessage() + func (x *GetTypeResponse) GetResult() int32 + func (x *GetTypeResponse) ProtoReflect() protoreflect.Message + func (x *GetTypeResponse) Reset() + func (x *GetTypeResponse) String() string + type GetWidgetIndexRequest struct + func (*GetWidgetIndexRequest) Descriptor() ([]byte, []int) + func (*GetWidgetIndexRequest) ProtoMessage() + func (x *GetWidgetIndexRequest) ProtoReflect() protoreflect.Message + func (x *GetWidgetIndexRequest) Reset() + func (x *GetWidgetIndexRequest) String() string + type GetWidgetIndexResponse struct + Result int32 + func (*GetWidgetIndexResponse) Descriptor() ([]byte, []int) + func (*GetWidgetIndexResponse) ProtoMessage() + func (x *GetWidgetIndexResponse) GetResult() int32 + func (x *GetWidgetIndexResponse) ProtoReflect() protoreflect.Message + func (x *GetWidgetIndexResponse) Reset() + func (x *GetWidgetIndexResponse) String() string + type GetWidgetRectRequest struct + func (*GetWidgetRectRequest) Descriptor() ([]byte, []int) + func (*GetWidgetRectRequest) ProtoMessage() + func (x *GetWidgetRectRequest) ProtoReflect() protoreflect.Message + func (x *GetWidgetRectRequest) Reset() + func (x *GetWidgetRectRequest) String() string + type GetWidgetRectResponse struct + Result int64 + func (*GetWidgetRectResponse) Descriptor() ([]byte, []int) + func (*GetWidgetRectResponse) ProtoMessage() + func (x *GetWidgetRectResponse) GetResult() int64 + func (x *GetWidgetRectResponse) ProtoReflect() protoreflect.Message + func (x *GetWidgetRectResponse) Reset() + func (x *GetWidgetRectResponse) String() string + type GetWidgetTypeRequest struct + func (*GetWidgetTypeRequest) Descriptor() ([]byte, []int) + func (*GetWidgetTypeRequest) ProtoMessage() + func (x *GetWidgetTypeRequest) ProtoReflect() protoreflect.Message + func (x *GetWidgetTypeRequest) Reset() + func (x *GetWidgetTypeRequest) String() string + type GetWidgetTypeResponse struct + Result int32 + func (*GetWidgetTypeResponse) Descriptor() ([]byte, []int) + func (*GetWidgetTypeResponse) ProtoMessage() + func (x *GetWidgetTypeResponse) GetResult() int32 + func (x *GetWidgetTypeResponse) ProtoReflect() protoreflect.Message + func (x *GetWidgetTypeResponse) Reset() + func (x *GetWidgetTypeResponse) 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 IsEditableTextRequest struct + func (*IsEditableTextRequest) Descriptor() ([]byte, []int) + func (*IsEditableTextRequest) ProtoMessage() + func (x *IsEditableTextRequest) ProtoReflect() protoreflect.Message + func (x *IsEditableTextRequest) Reset() + func (x *IsEditableTextRequest) String() string + type IsEditableTextResponse struct + Result bool + func (*IsEditableTextResponse) Descriptor() ([]byte, []int) + func (*IsEditableTextResponse) ProtoMessage() + func (x *IsEditableTextResponse) GetResult() bool + func (x *IsEditableTextResponse) ProtoReflect() protoreflect.Message + func (x *IsEditableTextResponse) Reset() + func (x *IsEditableTextResponse) String() string + type IsMultiLineTextRequest struct + func (*IsMultiLineTextRequest) Descriptor() ([]byte, []int) + func (*IsMultiLineTextRequest) ProtoMessage() + func (x *IsMultiLineTextRequest) ProtoReflect() protoreflect.Message + func (x *IsMultiLineTextRequest) Reset() + func (x *IsMultiLineTextRequest) String() string + type IsMultiLineTextResponse struct + Result bool + func (*IsMultiLineTextResponse) Descriptor() ([]byte, []int) + func (*IsMultiLineTextResponse) ProtoMessage() + func (x *IsMultiLineTextResponse) GetResult() bool + func (x *IsMultiLineTextResponse) ProtoReflect() protoreflect.Message + func (x *IsMultiLineTextResponse) Reset() + func (x *IsMultiLineTextResponse) String() string + type IsMultiSelectRequest struct + func (*IsMultiSelectRequest) Descriptor() ([]byte, []int) + func (*IsMultiSelectRequest) ProtoMessage() + func (x *IsMultiSelectRequest) ProtoReflect() protoreflect.Message + func (x *IsMultiSelectRequest) Reset() + func (x *IsMultiSelectRequest) String() string + type IsMultiSelectResponse struct + Result bool + func (*IsMultiSelectResponse) Descriptor() ([]byte, []int) + func (*IsMultiSelectResponse) ProtoMessage() + func (x *IsMultiSelectResponse) GetResult() bool + func (x *IsMultiSelectResponse) ProtoReflect() protoreflect.Message + func (x *IsMultiSelectResponse) Reset() + func (x *IsMultiSelectResponse) String() string + type IsReadOnlyRequest struct + func (*IsReadOnlyRequest) Descriptor() ([]byte, []int) + func (*IsReadOnlyRequest) ProtoMessage() + func (x *IsReadOnlyRequest) ProtoReflect() protoreflect.Message + func (x *IsReadOnlyRequest) Reset() + func (x *IsReadOnlyRequest) String() string + type IsReadOnlyResponse struct + Result bool + func (*IsReadOnlyResponse) Descriptor() ([]byte, []int) + func (*IsReadOnlyResponse) ProtoMessage() + func (x *IsReadOnlyResponse) GetResult() bool + func (x *IsReadOnlyResponse) ProtoReflect() protoreflect.Message + func (x *IsReadOnlyResponse) Reset() + func (x *IsReadOnlyResponse) String() string + type IsSelectedRequest struct + Handle int64 + func (*IsSelectedRequest) Descriptor() ([]byte, []int) + func (*IsSelectedRequest) ProtoMessage() + func (x *IsSelectedRequest) GetHandle() int64 + func (x *IsSelectedRequest) ProtoReflect() protoreflect.Message + func (x *IsSelectedRequest) Reset() + func (x *IsSelectedRequest) String() string + type IsSelectedResponse struct + Result bool + func (*IsSelectedResponse) Descriptor() ([]byte, []int) + func (*IsSelectedResponse) ProtoMessage() + func (x *IsSelectedResponse) GetResult() bool + func (x *IsSelectedResponse) ProtoReflect() protoreflect.Message + func (x *IsSelectedResponse) Reset() + func (x *IsSelectedResponse) String() string + type ListItemDescribeContentsRequest struct + Handle int64 + func (*ListItemDescribeContentsRequest) Descriptor() ([]byte, []int) + func (*ListItemDescribeContentsRequest) ProtoMessage() + func (x *ListItemDescribeContentsRequest) GetHandle() int64 + func (x *ListItemDescribeContentsRequest) ProtoReflect() protoreflect.Message + func (x *ListItemDescribeContentsRequest) Reset() + func (x *ListItemDescribeContentsRequest) String() string + type ListItemEqualsRequest struct + Arg0 int64 + Handle int64 + func (*ListItemEqualsRequest) Descriptor() ([]byte, []int) + func (*ListItemEqualsRequest) ProtoMessage() + func (x *ListItemEqualsRequest) GetArg0() int64 + func (x *ListItemEqualsRequest) GetHandle() int64 + func (x *ListItemEqualsRequest) ProtoReflect() protoreflect.Message + func (x *ListItemEqualsRequest) Reset() + func (x *ListItemEqualsRequest) String() string + type ListItemHashCodeRequest struct + Handle int64 + func (*ListItemHashCodeRequest) Descriptor() ([]byte, []int) + func (*ListItemHashCodeRequest) ProtoMessage() + func (x *ListItemHashCodeRequest) GetHandle() int64 + func (x *ListItemHashCodeRequest) ProtoReflect() protoreflect.Message + func (x *ListItemHashCodeRequest) Reset() + func (x *ListItemHashCodeRequest) String() string + type ListItemServiceClient interface + DescribeContents func(ctx context.Context, in *ListItemDescribeContentsRequest, ...) (*DescribeContentsResponse, error) + Equals func(ctx context.Context, in *ListItemEqualsRequest, opts ...grpc.CallOption) (*EqualsResponse, error) + GetLabel func(ctx context.Context, in *GetLabelRequest, opts ...grpc.CallOption) (*GetLabelResponse, error) + HashCode func(ctx context.Context, in *ListItemHashCodeRequest, opts ...grpc.CallOption) (*HashCodeResponse, error) + IsSelected func(ctx context.Context, in *IsSelectedRequest, opts ...grpc.CallOption) (*IsSelectedResponse, error) + NewListItem func(ctx context.Context, in *NewListItemRequest, opts ...grpc.CallOption) (*NewListItemResponse, error) + ToString func(ctx context.Context, in *ToStringRequest, opts ...grpc.CallOption) (*ToStringResponse, error) + WriteToParcel func(ctx context.Context, in *ListItemWriteToParcelRequest, opts ...grpc.CallOption) (*WriteToParcelResponse, error) + func NewListItemServiceClient(cc grpc.ClientConnInterface) ListItemServiceClient + type ListItemServiceServer interface + DescribeContents func(context.Context, *ListItemDescribeContentsRequest) (*DescribeContentsResponse, error) + Equals func(context.Context, *ListItemEqualsRequest) (*EqualsResponse, error) + GetLabel func(context.Context, *GetLabelRequest) (*GetLabelResponse, error) + HashCode func(context.Context, *ListItemHashCodeRequest) (*HashCodeResponse, error) + IsSelected func(context.Context, *IsSelectedRequest) (*IsSelectedResponse, error) + NewListItem func(context.Context, *NewListItemRequest) (*NewListItemResponse, error) + ToString func(context.Context, *ToStringRequest) (*ToStringResponse, error) + WriteToParcel func(context.Context, *ListItemWriteToParcelRequest) (*WriteToParcelResponse, error) + type ListItemWriteToParcelRequest struct + Arg0 int64 + Arg1 int32 + Handle int64 + func (*ListItemWriteToParcelRequest) Descriptor() ([]byte, []int) + func (*ListItemWriteToParcelRequest) ProtoMessage() + func (x *ListItemWriteToParcelRequest) GetArg0() int64 + func (x *ListItemWriteToParcelRequest) GetArg1() int32 + func (x *ListItemWriteToParcelRequest) GetHandle() int64 + func (x *ListItemWriteToParcelRequest) ProtoReflect() protoreflect.Message + func (x *ListItemWriteToParcelRequest) Reset() + func (x *ListItemWriteToParcelRequest) String() string + type NewListItemRequest struct + Arg0 string + Arg1 bool + func (*NewListItemRequest) Descriptor() ([]byte, []int) + func (*NewListItemRequest) ProtoMessage() + func (x *NewListItemRequest) GetArg0() string + func (x *NewListItemRequest) GetArg1() bool + func (x *NewListItemRequest) ProtoReflect() protoreflect.Message + func (x *NewListItemRequest) Reset() + func (x *NewListItemRequest) String() string + type NewListItemResponse struct + Result int64 + func (*NewListItemResponse) Descriptor() ([]byte, []int) + func (*NewListItemResponse) ProtoMessage() + func (x *NewListItemResponse) GetResult() int64 + func (x *NewListItemResponse) ProtoReflect() protoreflect.Message + func (x *NewListItemResponse) Reset() + func (x *NewListItemResponse) String() string + type NewPageMatchBoundsRequest struct + Arg0 int64 + Arg1 int32 + func (*NewPageMatchBoundsRequest) Descriptor() ([]byte, []int) + func (*NewPageMatchBoundsRequest) ProtoMessage() + func (x *NewPageMatchBoundsRequest) GetArg0() int64 + func (x *NewPageMatchBoundsRequest) GetArg1() int32 + func (x *NewPageMatchBoundsRequest) ProtoReflect() protoreflect.Message + func (x *NewPageMatchBoundsRequest) Reset() + func (x *NewPageMatchBoundsRequest) String() string + type NewPageMatchBoundsResponse struct + Result int64 + func (*NewPageMatchBoundsResponse) Descriptor() ([]byte, []int) + func (*NewPageMatchBoundsResponse) ProtoMessage() + func (x *NewPageMatchBoundsResponse) GetResult() int64 + func (x *NewPageMatchBoundsResponse) ProtoReflect() protoreflect.Message + func (x *NewPageMatchBoundsResponse) Reset() + func (x *NewPageMatchBoundsResponse) String() string + type PageMatchBoundsDescribeContentsRequest struct + Handle int64 + func (*PageMatchBoundsDescribeContentsRequest) Descriptor() ([]byte, []int) + func (*PageMatchBoundsDescribeContentsRequest) ProtoMessage() + func (x *PageMatchBoundsDescribeContentsRequest) GetHandle() int64 + func (x *PageMatchBoundsDescribeContentsRequest) ProtoReflect() protoreflect.Message + func (x *PageMatchBoundsDescribeContentsRequest) Reset() + func (x *PageMatchBoundsDescribeContentsRequest) String() string + type PageMatchBoundsServiceClient interface + DescribeContents func(ctx context.Context, in *PageMatchBoundsDescribeContentsRequest, ...) (*DescribeContentsResponse, error) + GetBounds func(ctx context.Context, in *GetBoundsRequest, opts ...grpc.CallOption) (*GetBoundsResponse, error) + GetTextStartIndex func(ctx context.Context, in *GetTextStartIndexRequest, opts ...grpc.CallOption) (*GetTextStartIndexResponse, error) + NewPageMatchBounds func(ctx context.Context, in *NewPageMatchBoundsRequest, opts ...grpc.CallOption) (*NewPageMatchBoundsResponse, error) + WriteToParcel func(ctx context.Context, in *PageMatchBoundsWriteToParcelRequest, ...) (*WriteToParcelResponse, error) + func NewPageMatchBoundsServiceClient(cc grpc.ClientConnInterface) PageMatchBoundsServiceClient + type PageMatchBoundsServiceServer interface + DescribeContents func(context.Context, *PageMatchBoundsDescribeContentsRequest) (*DescribeContentsResponse, error) + GetBounds func(context.Context, *GetBoundsRequest) (*GetBoundsResponse, error) + GetTextStartIndex func(context.Context, *GetTextStartIndexRequest) (*GetTextStartIndexResponse, error) + NewPageMatchBounds func(context.Context, *NewPageMatchBoundsRequest) (*NewPageMatchBoundsResponse, error) + WriteToParcel func(context.Context, *PageMatchBoundsWriteToParcelRequest) (*WriteToParcelResponse, error) + type PageMatchBoundsWriteToParcelRequest struct + Arg0 int64 + Arg1 int32 + Handle int64 + func (*PageMatchBoundsWriteToParcelRequest) Descriptor() ([]byte, []int) + func (*PageMatchBoundsWriteToParcelRequest) ProtoMessage() + func (x *PageMatchBoundsWriteToParcelRequest) GetArg0() int64 + func (x *PageMatchBoundsWriteToParcelRequest) GetArg1() int32 + func (x *PageMatchBoundsWriteToParcelRequest) GetHandle() int64 + func (x *PageMatchBoundsWriteToParcelRequest) ProtoReflect() protoreflect.Message + func (x *PageMatchBoundsWriteToParcelRequest) Reset() + func (x *PageMatchBoundsWriteToParcelRequest) String() string + type SetClickPointRequest struct + Arg0 int64 + func (*SetClickPointRequest) Descriptor() ([]byte, []int) + func (*SetClickPointRequest) ProtoMessage() + func (x *SetClickPointRequest) GetArg0() int64 + func (x *SetClickPointRequest) ProtoReflect() protoreflect.Message + func (x *SetClickPointRequest) Reset() + func (x *SetClickPointRequest) String() string + type SetClickPointResponse struct + Result int64 + func (*SetClickPointResponse) Descriptor() ([]byte, []int) + func (*SetClickPointResponse) ProtoMessage() + func (x *SetClickPointResponse) GetResult() int64 + func (x *SetClickPointResponse) ProtoReflect() protoreflect.Message + func (x *SetClickPointResponse) Reset() + func (x *SetClickPointResponse) String() string + type SetEditableTextRequest struct + Arg0 bool + func (*SetEditableTextRequest) Descriptor() ([]byte, []int) + func (*SetEditableTextRequest) ProtoMessage() + func (x *SetEditableTextRequest) GetArg0() bool + func (x *SetEditableTextRequest) ProtoReflect() protoreflect.Message + func (x *SetEditableTextRequest) Reset() + func (x *SetEditableTextRequest) String() string + type SetEditableTextResponse struct + Result int64 + func (*SetEditableTextResponse) Descriptor() ([]byte, []int) + func (*SetEditableTextResponse) ProtoMessage() + func (x *SetEditableTextResponse) GetResult() int64 + func (x *SetEditableTextResponse) ProtoReflect() protoreflect.Message + func (x *SetEditableTextResponse) Reset() + func (x *SetEditableTextResponse) String() string + type SetFontSizeRequest struct + Arg0 float32 + func (*SetFontSizeRequest) Descriptor() ([]byte, []int) + func (*SetFontSizeRequest) ProtoMessage() + func (x *SetFontSizeRequest) GetArg0() float32 + func (x *SetFontSizeRequest) ProtoReflect() protoreflect.Message + func (x *SetFontSizeRequest) Reset() + func (x *SetFontSizeRequest) String() string + type SetFontSizeResponse struct + Result int64 + func (*SetFontSizeResponse) Descriptor() ([]byte, []int) + func (*SetFontSizeResponse) ProtoMessage() + func (x *SetFontSizeResponse) GetResult() int64 + func (x *SetFontSizeResponse) ProtoReflect() protoreflect.Message + func (x *SetFontSizeResponse) Reset() + func (x *SetFontSizeResponse) String() string + type SetMaxLengthRequest struct + Arg0 int32 + func (*SetMaxLengthRequest) Descriptor() ([]byte, []int) + func (*SetMaxLengthRequest) ProtoMessage() + func (x *SetMaxLengthRequest) GetArg0() int32 + func (x *SetMaxLengthRequest) ProtoReflect() protoreflect.Message + func (x *SetMaxLengthRequest) Reset() + func (x *SetMaxLengthRequest) String() string + type SetMaxLengthResponse struct + Result int64 + func (*SetMaxLengthResponse) Descriptor() ([]byte, []int) + func (*SetMaxLengthResponse) ProtoMessage() + func (x *SetMaxLengthResponse) GetResult() int64 + func (x *SetMaxLengthResponse) ProtoReflect() protoreflect.Message + func (x *SetMaxLengthResponse) Reset() + func (x *SetMaxLengthResponse) String() string + type SetMultiLineTextRequest struct + Arg0 bool + func (*SetMultiLineTextRequest) Descriptor() ([]byte, []int) + func (*SetMultiLineTextRequest) ProtoMessage() + func (x *SetMultiLineTextRequest) GetArg0() bool + func (x *SetMultiLineTextRequest) ProtoReflect() protoreflect.Message + func (x *SetMultiLineTextRequest) Reset() + func (x *SetMultiLineTextRequest) String() string + type SetMultiLineTextResponse struct + Result int64 + func (*SetMultiLineTextResponse) Descriptor() ([]byte, []int) + func (*SetMultiLineTextResponse) ProtoMessage() + func (x *SetMultiLineTextResponse) GetResult() int64 + func (x *SetMultiLineTextResponse) ProtoReflect() protoreflect.Message + func (x *SetMultiLineTextResponse) Reset() + func (x *SetMultiLineTextResponse) String() string + type SetMultiSelectRequest struct + Arg0 bool + func (*SetMultiSelectRequest) Descriptor() ([]byte, []int) + func (*SetMultiSelectRequest) ProtoMessage() + func (x *SetMultiSelectRequest) GetArg0() bool + func (x *SetMultiSelectRequest) ProtoReflect() protoreflect.Message + func (x *SetMultiSelectRequest) Reset() + func (x *SetMultiSelectRequest) String() string + type SetMultiSelectResponse struct + Result int64 + func (*SetMultiSelectResponse) Descriptor() ([]byte, []int) + func (*SetMultiSelectResponse) ProtoMessage() + func (x *SetMultiSelectResponse) GetResult() int64 + func (x *SetMultiSelectResponse) ProtoReflect() protoreflect.Message + func (x *SetMultiSelectResponse) Reset() + func (x *SetMultiSelectResponse) String() string + type SetReadOnlyRequest struct + Arg0 bool + func (*SetReadOnlyRequest) Descriptor() ([]byte, []int) + func (*SetReadOnlyRequest) ProtoMessage() + func (x *SetReadOnlyRequest) GetArg0() bool + func (x *SetReadOnlyRequest) ProtoReflect() protoreflect.Message + func (x *SetReadOnlyRequest) Reset() + func (x *SetReadOnlyRequest) String() string + type SetReadOnlyResponse struct + Result int64 + func (*SetReadOnlyResponse) Descriptor() ([]byte, []int) + func (*SetReadOnlyResponse) ProtoMessage() + func (x *SetReadOnlyResponse) GetResult() int64 + func (x *SetReadOnlyResponse) ProtoReflect() protoreflect.Message + func (x *SetReadOnlyResponse) Reset() + func (x *SetReadOnlyResponse) String() string + type SetSelectedIndicesRequest struct + Arg0 int64 + func (*SetSelectedIndicesRequest) Descriptor() ([]byte, []int) + func (*SetSelectedIndicesRequest) ProtoMessage() + func (x *SetSelectedIndicesRequest) GetArg0() int64 + func (x *SetSelectedIndicesRequest) ProtoReflect() protoreflect.Message + func (x *SetSelectedIndicesRequest) Reset() + func (x *SetSelectedIndicesRequest) String() string + type SetSelectedIndicesResponse struct + Result int64 + func (*SetSelectedIndicesResponse) Descriptor() ([]byte, []int) + func (*SetSelectedIndicesResponse) ProtoMessage() + func (x *SetSelectedIndicesResponse) GetResult() int64 + func (x *SetSelectedIndicesResponse) ProtoReflect() protoreflect.Message + func (x *SetSelectedIndicesResponse) Reset() + func (x *SetSelectedIndicesResponse) String() string + type SetTextRequest struct + Arg0 string + func (*SetTextRequest) Descriptor() ([]byte, []int) + func (*SetTextRequest) ProtoMessage() + func (x *SetTextRequest) GetArg0() string + func (x *SetTextRequest) ProtoReflect() protoreflect.Message + func (x *SetTextRequest) Reset() + func (x *SetTextRequest) String() string + type SetTextResponse struct + Result int64 + func (*SetTextResponse) Descriptor() ([]byte, []int) + func (*SetTextResponse) ProtoMessage() + func (x *SetTextResponse) GetResult() int64 + func (x *SetTextResponse) ProtoReflect() protoreflect.Message + func (x *SetTextResponse) Reset() + func (x *SetTextResponse) String() string + type ToStringRequest struct + Handle int64 + func (*ToStringRequest) Descriptor() ([]byte, []int) + func (*ToStringRequest) ProtoMessage() + func (x *ToStringRequest) GetHandle() int64 + 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 UnimplementedFormEditRecordBuilderServiceServer struct + func (UnimplementedFormEditRecordBuilderServiceServer) Build(context.Context, *BuildRequest) (*BuildResponse, error) + func (UnimplementedFormEditRecordBuilderServiceServer) SetClickPoint(context.Context, *SetClickPointRequest) (*SetClickPointResponse, error) + func (UnimplementedFormEditRecordBuilderServiceServer) SetSelectedIndices(context.Context, *SetSelectedIndicesRequest) (*SetSelectedIndicesResponse, error) + func (UnimplementedFormEditRecordBuilderServiceServer) SetText(context.Context, *SetTextRequest) (*SetTextResponse, error) + type UnimplementedFormEditRecordServiceServer struct + func (UnimplementedFormEditRecordServiceServer) DescribeContents(context.Context, *DescribeContentsRequest) (*DescribeContentsResponse, error) + func (UnimplementedFormEditRecordServiceServer) Equals(context.Context, *EqualsRequest) (*EqualsResponse, error) + func (UnimplementedFormEditRecordServiceServer) GetClickPoint(context.Context, *GetClickPointRequest) (*GetClickPointResponse, error) + func (UnimplementedFormEditRecordServiceServer) GetPageNumber(context.Context, *GetPageNumberRequest) (*GetPageNumberResponse, error) + func (UnimplementedFormEditRecordServiceServer) GetSelectedIndices(context.Context, *GetSelectedIndicesRequest) (*GetSelectedIndicesResponse, error) + func (UnimplementedFormEditRecordServiceServer) GetText(context.Context, *GetTextRequest) (*GetTextResponse, error) + func (UnimplementedFormEditRecordServiceServer) GetType(context.Context, *GetTypeRequest) (*GetTypeResponse, error) + func (UnimplementedFormEditRecordServiceServer) GetWidgetIndex(context.Context, *GetWidgetIndexRequest) (*GetWidgetIndexResponse, error) + func (UnimplementedFormEditRecordServiceServer) HashCode(context.Context, *HashCodeRequest) (*HashCodeResponse, error) + func (UnimplementedFormEditRecordServiceServer) WriteToParcel(context.Context, *WriteToParcelRequest) (*WriteToParcelResponse, error) + type UnimplementedFormWidgetInfoBuilderServiceServer struct + func (UnimplementedFormWidgetInfoBuilderServiceServer) Build(context.Context, *BuildRequest) (*BuildResponse, error) + func (UnimplementedFormWidgetInfoBuilderServiceServer) SetEditableText(context.Context, *SetEditableTextRequest) (*SetEditableTextResponse, error) + func (UnimplementedFormWidgetInfoBuilderServiceServer) SetFontSize(context.Context, *SetFontSizeRequest) (*SetFontSizeResponse, error) + func (UnimplementedFormWidgetInfoBuilderServiceServer) SetMaxLength(context.Context, *SetMaxLengthRequest) (*SetMaxLengthResponse, error) + func (UnimplementedFormWidgetInfoBuilderServiceServer) SetMultiLineText(context.Context, *SetMultiLineTextRequest) (*SetMultiLineTextResponse, error) + func (UnimplementedFormWidgetInfoBuilderServiceServer) SetMultiSelect(context.Context, *SetMultiSelectRequest) (*SetMultiSelectResponse, error) + func (UnimplementedFormWidgetInfoBuilderServiceServer) SetReadOnly(context.Context, *SetReadOnlyRequest) (*SetReadOnlyResponse, error) + type UnimplementedFormWidgetInfoServiceServer struct + func (UnimplementedFormWidgetInfoServiceServer) DescribeContents(context.Context, *DescribeContentsRequest) (*DescribeContentsResponse, error) + func (UnimplementedFormWidgetInfoServiceServer) Equals(context.Context, *EqualsRequest) (*EqualsResponse, error) + func (UnimplementedFormWidgetInfoServiceServer) GetAccessibilityLabel(context.Context, *GetAccessibilityLabelRequest) (*GetAccessibilityLabelResponse, error) + func (UnimplementedFormWidgetInfoServiceServer) GetFontSize(context.Context, *GetFontSizeRequest) (*GetFontSizeResponse, error) + func (UnimplementedFormWidgetInfoServiceServer) GetListItems(context.Context, *GetListItemsRequest) (*GetListItemsResponse, error) + func (UnimplementedFormWidgetInfoServiceServer) GetMaxLength(context.Context, *GetMaxLengthRequest) (*GetMaxLengthResponse, error) + func (UnimplementedFormWidgetInfoServiceServer) GetTextValue(context.Context, *GetTextValueRequest) (*GetTextValueResponse, error) + func (UnimplementedFormWidgetInfoServiceServer) GetWidgetIndex(context.Context, *GetWidgetIndexRequest) (*GetWidgetIndexResponse, error) + func (UnimplementedFormWidgetInfoServiceServer) GetWidgetRect(context.Context, *GetWidgetRectRequest) (*GetWidgetRectResponse, error) + func (UnimplementedFormWidgetInfoServiceServer) GetWidgetType(context.Context, *GetWidgetTypeRequest) (*GetWidgetTypeResponse, error) + func (UnimplementedFormWidgetInfoServiceServer) HashCode(context.Context, *HashCodeRequest) (*HashCodeResponse, error) + func (UnimplementedFormWidgetInfoServiceServer) IsEditableText(context.Context, *IsEditableTextRequest) (*IsEditableTextResponse, error) + func (UnimplementedFormWidgetInfoServiceServer) IsMultiLineText(context.Context, *IsMultiLineTextRequest) (*IsMultiLineTextResponse, error) + func (UnimplementedFormWidgetInfoServiceServer) IsMultiSelect(context.Context, *IsMultiSelectRequest) (*IsMultiSelectResponse, error) + func (UnimplementedFormWidgetInfoServiceServer) IsReadOnly(context.Context, *IsReadOnlyRequest) (*IsReadOnlyResponse, error) + func (UnimplementedFormWidgetInfoServiceServer) ToString(context.Context, *FormWidgetInfoToStringRequest) (*ToStringResponse, error) + func (UnimplementedFormWidgetInfoServiceServer) WriteToParcel(context.Context, *WriteToParcelRequest) (*WriteToParcelResponse, error) + type UnimplementedListItemServiceServer struct + func (UnimplementedListItemServiceServer) DescribeContents(context.Context, *ListItemDescribeContentsRequest) (*DescribeContentsResponse, error) + func (UnimplementedListItemServiceServer) Equals(context.Context, *ListItemEqualsRequest) (*EqualsResponse, error) + func (UnimplementedListItemServiceServer) GetLabel(context.Context, *GetLabelRequest) (*GetLabelResponse, error) + func (UnimplementedListItemServiceServer) HashCode(context.Context, *ListItemHashCodeRequest) (*HashCodeResponse, error) + func (UnimplementedListItemServiceServer) IsSelected(context.Context, *IsSelectedRequest) (*IsSelectedResponse, error) + func (UnimplementedListItemServiceServer) NewListItem(context.Context, *NewListItemRequest) (*NewListItemResponse, error) + func (UnimplementedListItemServiceServer) ToString(context.Context, *ToStringRequest) (*ToStringResponse, error) + func (UnimplementedListItemServiceServer) WriteToParcel(context.Context, *ListItemWriteToParcelRequest) (*WriteToParcelResponse, error) + type UnimplementedPageMatchBoundsServiceServer struct + func (UnimplementedPageMatchBoundsServiceServer) DescribeContents(context.Context, *PageMatchBoundsDescribeContentsRequest) (*DescribeContentsResponse, error) + func (UnimplementedPageMatchBoundsServiceServer) GetBounds(context.Context, *GetBoundsRequest) (*GetBoundsResponse, error) + func (UnimplementedPageMatchBoundsServiceServer) GetTextStartIndex(context.Context, *GetTextStartIndexRequest) (*GetTextStartIndexResponse, error) + func (UnimplementedPageMatchBoundsServiceServer) NewPageMatchBounds(context.Context, *NewPageMatchBoundsRequest) (*NewPageMatchBoundsResponse, error) + func (UnimplementedPageMatchBoundsServiceServer) WriteToParcel(context.Context, *PageMatchBoundsWriteToParcelRequest) (*WriteToParcelResponse, error) + type UnsafeFormEditRecordBuilderServiceServer interface + type UnsafeFormEditRecordServiceServer interface + type UnsafeFormWidgetInfoBuilderServiceServer interface + type UnsafeFormWidgetInfoServiceServer interface + type UnsafeListItemServiceServer interface + type UnsafePageMatchBoundsServiceServer 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