provider

package
v0.0.6 Latest Latest
Warning

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

Go to latest
Published: Mar 29, 2026 License: CC0-1.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BlockedNumberContractClient

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

BlockedNumberContractClient wraps the gRPC BlockedNumberContractService client.

func NewBlockedNumberContractClient

func NewBlockedNumberContractClient(cc grpc.ClientConnInterface) *BlockedNumberContractClient

NewBlockedNumberContractClient creates a new BlockedNumberContract client.

func (*BlockedNumberContractClient) CanCurrentUserBlockNumbers

func (c *BlockedNumberContractClient) CanCurrentUserBlockNumbers(ctx context.Context, arg0 int64) (bool, error)

CanCurrentUserBlockNumbers calls the CanCurrentUserBlockNumbers RPC.

func (*BlockedNumberContractClient) IsBlocked

func (c *BlockedNumberContractClient) IsBlocked(ctx context.Context, arg0 int64, arg1 string) (bool, error)

IsBlocked calls the IsBlocked RPC.

func (*BlockedNumberContractClient) Unblock

func (c *BlockedNumberContractClient) Unblock(ctx context.Context, arg0 int64, arg1 string) (int32, error)

Unblock calls the Unblock RPC.

type BrowserClient

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

BrowserClient wraps the gRPC BrowserService client.

func NewBrowserClient

func NewBrowserClient(cc grpc.ClientConnInterface) *BrowserClient

NewBrowserClient creates a new Browser client.

func (*BrowserClient) SendString

func (c *BrowserClient) SendString(ctx context.Context, handle int64, arg0 int64, arg1 string) error

SendString calls the SendString RPC.

type CallLogCallsClient

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

CallLogCallsClient wraps the gRPC CallLogCallsService client.

func NewCallLogCallsClient

func NewCallLogCallsClient(cc grpc.ClientConnInterface) *CallLogCallsClient

NewCallLogCallsClient creates a new CallLogCalls client.

func (*CallLogCallsClient) GetLastOutgoingCall

func (c *CallLogCallsClient) GetLastOutgoingCall(ctx context.Context, arg0 int64) (string, error)

GetLastOutgoingCall calls the GetLastOutgoingCall RPC.

type CloudMediaProviderClient

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

CloudMediaProviderClient wraps the gRPC CloudMediaProviderService client.

func NewCloudMediaProviderClient

func NewCloudMediaProviderClient(cc grpc.ClientConnInterface) *CloudMediaProviderClient

NewCloudMediaProviderClient creates a new CloudMediaProvider client.

func (*CloudMediaProviderClient) AttachInfo

func (c *CloudMediaProviderClient) AttachInfo(ctx context.Context, arg0 int64, arg1 int64) error

AttachInfo calls the AttachInfo RPC.

func (*CloudMediaProviderClient) Call

func (c *CloudMediaProviderClient) Call(ctx context.Context, arg0 string, arg1 string, arg2 int64) (int64, error)

Call calls the Call RPC.

func (*CloudMediaProviderClient) Canonicalize

func (c *CloudMediaProviderClient) Canonicalize(ctx context.Context, arg0 int64) (int64, error)

Canonicalize calls the Canonicalize RPC.

func (*CloudMediaProviderClient) Delete

func (c *CloudMediaProviderClient) Delete(ctx context.Context, arg0 int64, arg1 string, arg2 int64) (int32, error)

Delete calls the Delete RPC.

func (*CloudMediaProviderClient) GetType

func (c *CloudMediaProviderClient) GetType(ctx context.Context, arg0 int64) (string, error)

GetType calls the GetType RPC.

func (*CloudMediaProviderClient) Insert

func (c *CloudMediaProviderClient) Insert(ctx context.Context, arg0 int64, arg1 int64) (int64, error)

Insert calls the Insert RPC.

func (*CloudMediaProviderClient) OnCreateCloudMediaSurfaceController

func (c *CloudMediaProviderClient) OnCreateCloudMediaSurfaceController(ctx context.Context, arg0 int64, arg1 int64) (int64, error)

OnCreateCloudMediaSurfaceController calls the OnCreateCloudMediaSurfaceController RPC.

func (*CloudMediaProviderClient) OnGetCapabilities

func (c *CloudMediaProviderClient) OnGetCapabilities(ctx context.Context) (int64, error)

OnGetCapabilities calls the OnGetCapabilities RPC.

func (*CloudMediaProviderClient) OnGetMediaCollectionInfo

func (c *CloudMediaProviderClient) OnGetMediaCollectionInfo(ctx context.Context, arg0 int64) (int64, error)

OnGetMediaCollectionInfo calls the OnGetMediaCollectionInfo RPC.

func (*CloudMediaProviderClient) OnOpenMedia

func (c *CloudMediaProviderClient) OnOpenMedia(ctx context.Context, arg0 string, arg1 int64, arg2 int64) (int64, error)

OnOpenMedia calls the OnOpenMedia RPC.

func (*CloudMediaProviderClient) OnOpenPreview

func (c *CloudMediaProviderClient) OnOpenPreview(ctx context.Context, arg0 string, arg1 int64, arg2 int64, arg3 int64) (int64, error)

OnOpenPreview calls the OnOpenPreview RPC.

func (*CloudMediaProviderClient) OnQueryAlbums

func (c *CloudMediaProviderClient) OnQueryAlbums(ctx context.Context, arg0 int64) (int64, error)

OnQueryAlbums calls the OnQueryAlbums RPC.

func (*CloudMediaProviderClient) OnQueryDeletedMedia

func (c *CloudMediaProviderClient) OnQueryDeletedMedia(ctx context.Context, arg0 int64) (int64, error)

OnQueryDeletedMedia calls the OnQueryDeletedMedia RPC.

func (*CloudMediaProviderClient) OnQueryMedia

func (c *CloudMediaProviderClient) OnQueryMedia(ctx context.Context, arg0 int64) (int64, error)

OnQueryMedia calls the OnQueryMedia RPC.

func (*CloudMediaProviderClient) OnQueryMediaCategories

func (c *CloudMediaProviderClient) OnQueryMediaCategories(ctx context.Context, arg0 string, arg1 int64, arg2 int64) (int64, error)

OnQueryMediaCategories calls the OnQueryMediaCategories RPC.

func (*CloudMediaProviderClient) OnQueryMediaInMediaSet

func (c *CloudMediaProviderClient) OnQueryMediaInMediaSet(ctx context.Context, arg0 string, arg1 int64, arg2 int64) (int64, error)

OnQueryMediaInMediaSet calls the OnQueryMediaInMediaSet RPC.

func (*CloudMediaProviderClient) OnQueryMediaSets

func (c *CloudMediaProviderClient) OnQueryMediaSets(ctx context.Context, arg0 string, arg1 int64, arg2 int64) (int64, error)

OnQueryMediaSets calls the OnQueryMediaSets RPC.

func (*CloudMediaProviderClient) OnQuerySearchSuggestions

func (c *CloudMediaProviderClient) OnQuerySearchSuggestions(ctx context.Context, arg0 string, arg1 int64, arg2 int64) (int64, error)

OnQuerySearchSuggestions calls the OnQuerySearchSuggestions RPC.

func (*CloudMediaProviderClient) OnSearchMedia3

func (c *CloudMediaProviderClient) OnSearchMedia3(ctx context.Context, arg0 string, arg1 int64, arg2 int64) (int64, error)

OnSearchMedia3 calls the OnSearchMedia3 RPC.

func (*CloudMediaProviderClient) OnSearchMedia4_1

func (c *CloudMediaProviderClient) OnSearchMedia4_1(ctx context.Context, arg0 string, arg1 string, arg2 int64, arg3 int64) (int64, error)

OnSearchMedia4_1 calls the OnSearchMedia4_1 RPC.

func (*CloudMediaProviderClient) OpenFile2

func (c *CloudMediaProviderClient) OpenFile2(ctx context.Context, arg0 int64, arg1 string) (int64, error)

OpenFile2 calls the OpenFile2 RPC.

func (*CloudMediaProviderClient) OpenFile3_1

func (c *CloudMediaProviderClient) OpenFile3_1(ctx context.Context, arg0 int64, arg1 string, arg2 int64) (int64, error)

OpenFile3_1 calls the OpenFile3_1 RPC.

func (*CloudMediaProviderClient) OpenTypedAssetFile3

func (c *CloudMediaProviderClient) OpenTypedAssetFile3(ctx context.Context, arg0 int64, arg1 string, arg2 int64) (int64, error)

OpenTypedAssetFile3 calls the OpenTypedAssetFile3 RPC.

func (*CloudMediaProviderClient) OpenTypedAssetFile4_1

func (c *CloudMediaProviderClient) OpenTypedAssetFile4_1(ctx context.Context, arg0 int64, arg1 string, arg2 int64, arg3 int64) (int64, error)

OpenTypedAssetFile4_1 calls the OpenTypedAssetFile4_1 RPC.

func (*CloudMediaProviderClient) Query4

func (c *CloudMediaProviderClient) Query4(ctx context.Context, arg0 int64, arg1 int64, arg2 int64, arg3 int64) (int64, error)

Query4 calls the Query4 RPC.

func (*CloudMediaProviderClient) Query5_1

func (c *CloudMediaProviderClient) Query5_1(ctx context.Context, arg0 int64, arg1 int64, arg2 string, arg3 int64, arg4 string) (int64, error)

Query5_1 calls the Query5_1 RPC.

func (*CloudMediaProviderClient) Query6_2

func (c *CloudMediaProviderClient) Query6_2(ctx context.Context, arg0 int64, arg1 int64, arg2 string, arg3 int64, arg4 string, arg5 int64) (int64, error)

Query6_2 calls the Query6_2 RPC.

func (*CloudMediaProviderClient) Update

func (c *CloudMediaProviderClient) Update(ctx context.Context, arg0 int64, arg1 int64, arg2 string, arg3 int64) (int32, error)

Update calls the Update RPC.

type CloudMediaProviderCloudMediaSurfaceControllerClient

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

CloudMediaProviderCloudMediaSurfaceControllerClient wraps the gRPC CloudMediaProviderCloudMediaSurfaceControllerService client.

func NewCloudMediaProviderCloudMediaSurfaceControllerClient

func NewCloudMediaProviderCloudMediaSurfaceControllerClient(cc grpc.ClientConnInterface) *CloudMediaProviderCloudMediaSurfaceControllerClient

NewCloudMediaProviderCloudMediaSurfaceControllerClient creates a new CloudMediaProviderCloudMediaSurfaceController client.

func (*CloudMediaProviderCloudMediaSurfaceControllerClient) OnConfigChange

OnConfigChange calls the OnConfigChange RPC.

func (*CloudMediaProviderCloudMediaSurfaceControllerClient) OnDestroy

OnDestroy calls the OnDestroy RPC.

func (*CloudMediaProviderCloudMediaSurfaceControllerClient) OnMediaPause

OnMediaPause calls the OnMediaPause RPC.

func (*CloudMediaProviderCloudMediaSurfaceControllerClient) OnMediaPlay

OnMediaPlay calls the OnMediaPlay RPC.

func (*CloudMediaProviderCloudMediaSurfaceControllerClient) OnMediaSeekTo

OnMediaSeekTo calls the OnMediaSeekTo RPC.

func (*CloudMediaProviderCloudMediaSurfaceControllerClient) OnPlayerCreate

OnPlayerCreate calls the OnPlayerCreate RPC.

func (*CloudMediaProviderCloudMediaSurfaceControllerClient) OnPlayerRelease

OnPlayerRelease calls the OnPlayerRelease RPC.

func (*CloudMediaProviderCloudMediaSurfaceControllerClient) OnSurfaceChanged

func (c *CloudMediaProviderCloudMediaSurfaceControllerClient) OnSurfaceChanged(ctx context.Context, arg0 int32, arg1 int32, arg2 int32, arg3 int32) error

OnSurfaceChanged calls the OnSurfaceChanged RPC.

func (*CloudMediaProviderCloudMediaSurfaceControllerClient) OnSurfaceCreated

func (c *CloudMediaProviderCloudMediaSurfaceControllerClient) OnSurfaceCreated(ctx context.Context, arg0 int32, arg1 int64, arg2 string) error

OnSurfaceCreated calls the OnSurfaceCreated RPC.

func (*CloudMediaProviderCloudMediaSurfaceControllerClient) OnSurfaceDestroyed

OnSurfaceDestroyed calls the OnSurfaceDestroyed RPC.

type CloudMediaProviderCloudMediaSurfaceStateChangedCallbackClient

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

CloudMediaProviderCloudMediaSurfaceStateChangedCallbackClient wraps the gRPC CloudMediaProviderCloudMediaSurfaceStateChangedCallbackService client.

func NewCloudMediaProviderCloudMediaSurfaceStateChangedCallbackClient

func NewCloudMediaProviderCloudMediaSurfaceStateChangedCallbackClient(cc grpc.ClientConnInterface) *CloudMediaProviderCloudMediaSurfaceStateChangedCallbackClient

NewCloudMediaProviderCloudMediaSurfaceStateChangedCallbackClient creates a new CloudMediaProviderCloudMediaSurfaceStateChangedCallback client.

func (*CloudMediaProviderCloudMediaSurfaceStateChangedCallbackClient) SetPlaybackState

SetPlaybackState calls the SetPlaybackState RPC.

type CloudMediaProviderContractCapabilitiesClient

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

CloudMediaProviderContractCapabilitiesClient wraps the gRPC CloudMediaProviderContractCapabilitiesService client.

func NewCloudMediaProviderContractCapabilitiesClient

func NewCloudMediaProviderContractCapabilitiesClient(cc grpc.ClientConnInterface) *CloudMediaProviderContractCapabilitiesClient

NewCloudMediaProviderContractCapabilitiesClient creates a new CloudMediaProviderContractCapabilities client.

func (*CloudMediaProviderContractCapabilitiesClient) DescribeContents

DescribeContents calls the DescribeContents RPC.

func (*CloudMediaProviderContractCapabilitiesClient) IsMediaCategoriesEnabled

func (c *CloudMediaProviderContractCapabilitiesClient) IsMediaCategoriesEnabled(ctx context.Context) (bool, error)

IsMediaCategoriesEnabled calls the IsMediaCategoriesEnabled RPC.

func (*CloudMediaProviderContractCapabilitiesClient) IsSearchEnabled

IsSearchEnabled calls the IsSearchEnabled RPC.

func (*CloudMediaProviderContractCapabilitiesClient) ToString

ToString calls the ToString RPC.

func (*CloudMediaProviderContractCapabilitiesClient) WriteToParcel

WriteToParcel calls the WriteToParcel RPC.

type ContactsContactMethodsClient

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

ContactsContactMethodsClient wraps the gRPC ContactsContactMethodsService client.

func NewContactsContactMethodsClient

func NewContactsContactMethodsClient(cc grpc.ClientConnInterface) *ContactsContactMethodsClient

NewContactsContactMethodsClient creates a new ContactsContactMethods client.

func (*ContactsContactMethodsClient) AddPostalLocation

func (c *ContactsContactMethodsClient) AddPostalLocation(ctx context.Context, arg0 int64, arg1 int64, arg2 float64, arg3 float64) error

AddPostalLocation calls the AddPostalLocation RPC.

func (*ContactsContactMethodsClient) DecodeImProtocol

func (c *ContactsContactMethodsClient) DecodeImProtocol(ctx context.Context, arg0 string) (int64, error)

DecodeImProtocol calls the DecodeImProtocol RPC.

func (*ContactsContactMethodsClient) EncodeCustomImProtocol

func (c *ContactsContactMethodsClient) EncodeCustomImProtocol(ctx context.Context, arg0 string) (string, error)

EncodeCustomImProtocol calls the EncodeCustomImProtocol RPC.

func (*ContactsContactMethodsClient) EncodePredefinedImProtocol

func (c *ContactsContactMethodsClient) EncodePredefinedImProtocol(ctx context.Context, arg0 int32) (string, error)

EncodePredefinedImProtocol calls the EncodePredefinedImProtocol RPC.

func (*ContactsContactMethodsClient) GetDisplayLabel

func (c *ContactsContactMethodsClient) GetDisplayLabel(ctx context.Context, arg0 int64, arg1 int32, arg2 int32, arg3 string) (int64, error)

GetDisplayLabel calls the GetDisplayLabel RPC.

type ContactsOrganizationsClient

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

ContactsOrganizationsClient wraps the gRPC ContactsOrganizationsService client.

func NewContactsOrganizationsClient

func NewContactsOrganizationsClient(cc grpc.ClientConnInterface) *ContactsOrganizationsClient

NewContactsOrganizationsClient creates a new ContactsOrganizations client.

func (*ContactsOrganizationsClient) GetDisplayLabel

func (c *ContactsOrganizationsClient) GetDisplayLabel(ctx context.Context, arg0 int64, arg1 int32, arg2 string) (int64, error)

GetDisplayLabel calls the GetDisplayLabel RPC.

type ContactsPeopleClient

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

ContactsPeopleClient wraps the gRPC ContactsPeopleService client.

func NewContactsPeopleClient

func NewContactsPeopleClient(cc grpc.ClientConnInterface) *ContactsPeopleClient

NewContactsPeopleClient creates a new ContactsPeople client.

func (*ContactsPeopleClient) AddToGroup3

func (c *ContactsPeopleClient) AddToGroup3(ctx context.Context, arg0 int64, arg1 int64, arg2 string) (int64, error)

AddToGroup3 calls the AddToGroup3 RPC.

func (*ContactsPeopleClient) AddToGroup3_1

func (c *ContactsPeopleClient) AddToGroup3_1(ctx context.Context, arg0 int64, arg1 int64, arg2 int64) (int64, error)

AddToGroup3_1 calls the AddToGroup3_1 RPC.

func (*ContactsPeopleClient) AddToMyContactsGroup

func (c *ContactsPeopleClient) AddToMyContactsGroup(ctx context.Context, arg0 int64, arg1 int64) (int64, error)

AddToMyContactsGroup calls the AddToMyContactsGroup RPC.

func (*ContactsPeopleClient) CreatePersonInMyContactsGroup

func (c *ContactsPeopleClient) CreatePersonInMyContactsGroup(ctx context.Context, arg0 int64, arg1 int64) (int64, error)

CreatePersonInMyContactsGroup calls the CreatePersonInMyContactsGroup RPC.

func (*ContactsPeopleClient) LoadContactPhoto

func (c *ContactsPeopleClient) LoadContactPhoto(ctx context.Context, arg0 int64, arg1 int64, arg2 int32, arg3 int64) (int64, error)

LoadContactPhoto calls the LoadContactPhoto RPC.

func (*ContactsPeopleClient) MarkAsContacted

func (c *ContactsPeopleClient) MarkAsContacted(ctx context.Context, arg0 int64, arg1 int64) error

MarkAsContacted calls the MarkAsContacted RPC.

func (*ContactsPeopleClient) OpenContactPhotoInputStream

func (c *ContactsPeopleClient) OpenContactPhotoInputStream(ctx context.Context, arg0 int64, arg1 int64) (int64, error)

OpenContactPhotoInputStream calls the OpenContactPhotoInputStream RPC.

func (*ContactsPeopleClient) QueryGroups

func (c *ContactsPeopleClient) QueryGroups(ctx context.Context, arg0 int64, arg1 int64) (int64, error)

QueryGroups calls the QueryGroups RPC.

func (*ContactsPeopleClient) SetPhotoData

func (c *ContactsPeopleClient) SetPhotoData(ctx context.Context, arg0 int64, arg1 int64, arg2 int64) error

SetPhotoData calls the SetPhotoData RPC.

type ContactsPhonesClient

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

ContactsPhonesClient wraps the gRPC ContactsPhonesService client.

func NewContactsPhonesClient

func NewContactsPhonesClient(cc grpc.ClientConnInterface) *ContactsPhonesClient

NewContactsPhonesClient creates a new ContactsPhones client.

func (*ContactsPhonesClient) GetDisplayLabel3

func (c *ContactsPhonesClient) GetDisplayLabel3(ctx context.Context, arg0 int64, arg1 int32, arg2 string) (int64, error)

GetDisplayLabel3 calls the GetDisplayLabel3 RPC.

func (*ContactsPhonesClient) GetDisplayLabel4_1

func (c *ContactsPhonesClient) GetDisplayLabel4_1(ctx context.Context, arg0 int64, arg1 int32, arg2 string, arg3 int64) (int64, error)

GetDisplayLabel4_1 calls the GetDisplayLabel4_1 RPC.

type ContactsSettingsClient

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

ContactsSettingsClient wraps the gRPC ContactsSettingsService client.

func NewContactsSettingsClient

func NewContactsSettingsClient(cc grpc.ClientConnInterface) *ContactsSettingsClient

NewContactsSettingsClient creates a new ContactsSettings client.

func (*ContactsSettingsClient) GetSetting

func (c *ContactsSettingsClient) GetSetting(ctx context.Context, arg0 int64, arg1 string, arg2 string) (string, error)

GetSetting calls the GetSetting RPC.

func (*ContactsSettingsClient) SetSetting

func (c *ContactsSettingsClient) SetSetting(ctx context.Context, arg0 int64, arg1 string, arg2 string, arg3 string) error

SetSetting calls the SetSetting RPC.

type DocumentsProviderClient

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

DocumentsProviderClient wraps the gRPC DocumentsProviderService client.

func NewDocumentsProviderClient

func NewDocumentsProviderClient(cc grpc.ClientConnInterface) *DocumentsProviderClient

NewDocumentsProviderClient creates a new DocumentsProvider client.

func (*DocumentsProviderClient) AttachInfo

func (c *DocumentsProviderClient) AttachInfo(ctx context.Context, arg0 int64, arg1 int64) error

AttachInfo calls the AttachInfo RPC.

func (*DocumentsProviderClient) Call

func (c *DocumentsProviderClient) Call(ctx context.Context, arg0 string, arg1 string, arg2 int64) (int64, error)

Call calls the Call RPC.

func (*DocumentsProviderClient) Canonicalize

func (c *DocumentsProviderClient) Canonicalize(ctx context.Context, arg0 int64) (int64, error)

Canonicalize calls the Canonicalize RPC.

func (*DocumentsProviderClient) CopyDocument

func (c *DocumentsProviderClient) CopyDocument(ctx context.Context, arg0 string, arg1 string) (string, error)

CopyDocument calls the CopyDocument RPC.

func (*DocumentsProviderClient) CreateDocument

func (c *DocumentsProviderClient) CreateDocument(ctx context.Context, arg0 string, arg1 string, arg2 string) (string, error)

CreateDocument calls the CreateDocument RPC.

func (*DocumentsProviderClient) CreateWebLinkIntent

func (c *DocumentsProviderClient) CreateWebLinkIntent(ctx context.Context, arg0 string, arg1 int64) (int64, error)

CreateWebLinkIntent calls the CreateWebLinkIntent RPC.

func (*DocumentsProviderClient) Delete

func (c *DocumentsProviderClient) Delete(ctx context.Context, arg0 int64, arg1 string, arg2 int64) (int32, error)

Delete calls the Delete RPC.

func (*DocumentsProviderClient) DeleteDocument

func (c *DocumentsProviderClient) DeleteDocument(ctx context.Context, arg0 string) error

DeleteDocument calls the DeleteDocument RPC.

func (*DocumentsProviderClient) EjectRoot

func (c *DocumentsProviderClient) EjectRoot(ctx context.Context, arg0 string) error

EjectRoot calls the EjectRoot RPC.

func (*DocumentsProviderClient) FindDocumentPath

func (c *DocumentsProviderClient) FindDocumentPath(ctx context.Context, arg0 string, arg1 string) (int64, error)

FindDocumentPath calls the FindDocumentPath RPC.

func (*DocumentsProviderClient) GetDocumentMetadata

func (c *DocumentsProviderClient) GetDocumentMetadata(ctx context.Context, arg0 string) (int64, error)

GetDocumentMetadata calls the GetDocumentMetadata RPC.

func (*DocumentsProviderClient) GetDocumentStreamTypes

func (c *DocumentsProviderClient) GetDocumentStreamTypes(ctx context.Context, arg0 string, arg1 string) (int64, error)

GetDocumentStreamTypes calls the GetDocumentStreamTypes RPC.

func (*DocumentsProviderClient) GetDocumentType

func (c *DocumentsProviderClient) GetDocumentType(ctx context.Context, arg0 string) (string, error)

GetDocumentType calls the GetDocumentType RPC.

func (*DocumentsProviderClient) GetStreamTypes

func (c *DocumentsProviderClient) GetStreamTypes(ctx context.Context, arg0 int64, arg1 string) (int64, error)

GetStreamTypes calls the GetStreamTypes RPC.

func (*DocumentsProviderClient) GetType

func (c *DocumentsProviderClient) GetType(ctx context.Context, arg0 int64) (string, error)

GetType calls the GetType RPC.

func (*DocumentsProviderClient) GetTypeAnonymous

func (c *DocumentsProviderClient) GetTypeAnonymous(ctx context.Context, arg0 int64) (string, error)

GetTypeAnonymous calls the GetTypeAnonymous RPC.

func (*DocumentsProviderClient) Insert

func (c *DocumentsProviderClient) Insert(ctx context.Context, arg0 int64, arg1 int64) (int64, error)

Insert calls the Insert RPC.

func (*DocumentsProviderClient) IsChildDocument

func (c *DocumentsProviderClient) IsChildDocument(ctx context.Context, arg0 string, arg1 string) (bool, error)

IsChildDocument calls the IsChildDocument RPC.

func (*DocumentsProviderClient) MoveDocument

func (c *DocumentsProviderClient) MoveDocument(ctx context.Context, arg0 string, arg1 string, arg2 string) (string, error)

MoveDocument calls the MoveDocument RPC.

func (*DocumentsProviderClient) OpenAssetFile2

func (c *DocumentsProviderClient) OpenAssetFile2(ctx context.Context, arg0 int64, arg1 string) (int64, error)

OpenAssetFile2 calls the OpenAssetFile2 RPC.

func (*DocumentsProviderClient) OpenAssetFile3_1

func (c *DocumentsProviderClient) OpenAssetFile3_1(ctx context.Context, arg0 int64, arg1 string, arg2 int64) (int64, error)

OpenAssetFile3_1 calls the OpenAssetFile3_1 RPC.

func (*DocumentsProviderClient) OpenDocument

func (c *DocumentsProviderClient) OpenDocument(ctx context.Context, arg0 string, arg1 string, arg2 int64) (int64, error)

OpenDocument calls the OpenDocument RPC.

func (*DocumentsProviderClient) OpenDocumentThumbnail

func (c *DocumentsProviderClient) OpenDocumentThumbnail(ctx context.Context, arg0 string, arg1 int64, arg2 int64) (int64, error)

OpenDocumentThumbnail calls the OpenDocumentThumbnail RPC.

func (*DocumentsProviderClient) OpenFile2

func (c *DocumentsProviderClient) OpenFile2(ctx context.Context, arg0 int64, arg1 string) (int64, error)

OpenFile2 calls the OpenFile2 RPC.

func (*DocumentsProviderClient) OpenFile3_1

func (c *DocumentsProviderClient) OpenFile3_1(ctx context.Context, arg0 int64, arg1 string, arg2 int64) (int64, error)

OpenFile3_1 calls the OpenFile3_1 RPC.

func (*DocumentsProviderClient) OpenTypedAssetFile3

func (c *DocumentsProviderClient) OpenTypedAssetFile3(ctx context.Context, arg0 int64, arg1 string, arg2 int64) (int64, error)

OpenTypedAssetFile3 calls the OpenTypedAssetFile3 RPC.

func (*DocumentsProviderClient) OpenTypedAssetFile4_1

func (c *DocumentsProviderClient) OpenTypedAssetFile4_1(ctx context.Context, arg0 int64, arg1 string, arg2 int64, arg3 int64) (int64, error)

OpenTypedAssetFile4_1 calls the OpenTypedAssetFile4_1 RPC.

func (*DocumentsProviderClient) OpenTypedDocument

func (c *DocumentsProviderClient) OpenTypedDocument(ctx context.Context, arg0 string, arg1 string, arg2 int64, arg3 int64) (int64, error)

OpenTypedDocument calls the OpenTypedDocument RPC.

func (*DocumentsProviderClient) Query4

func (c *DocumentsProviderClient) Query4(ctx context.Context, arg0 int64, arg1 int64, arg2 int64, arg3 int64) (int64, error)

Query4 calls the Query4 RPC.

func (*DocumentsProviderClient) Query5_1

func (c *DocumentsProviderClient) Query5_1(ctx context.Context, arg0 int64, arg1 int64, arg2 string, arg3 int64, arg4 string) (int64, error)

Query5_1 calls the Query5_1 RPC.

func (*DocumentsProviderClient) Query6_2

func (c *DocumentsProviderClient) Query6_2(ctx context.Context, arg0 int64, arg1 int64, arg2 string, arg3 int64, arg4 string, arg5 int64) (int64, error)

Query6_2 calls the Query6_2 RPC.

func (*DocumentsProviderClient) QueryChildDocuments3

func (c *DocumentsProviderClient) QueryChildDocuments3(ctx context.Context, arg0 string, arg1 int64, arg2 int64) (int64, error)

QueryChildDocuments3 calls the QueryChildDocuments3 RPC.

func (*DocumentsProviderClient) QueryChildDocuments3_1

func (c *DocumentsProviderClient) QueryChildDocuments3_1(ctx context.Context, arg0 string, arg1 int64, arg2 string) (int64, error)

QueryChildDocuments3_1 calls the QueryChildDocuments3_1 RPC.

func (*DocumentsProviderClient) QueryDocument

func (c *DocumentsProviderClient) QueryDocument(ctx context.Context, arg0 string, arg1 int64) (int64, error)

QueryDocument calls the QueryDocument RPC.

func (*DocumentsProviderClient) QueryRecentDocuments2

func (c *DocumentsProviderClient) QueryRecentDocuments2(ctx context.Context, arg0 string, arg1 int64) (int64, error)

QueryRecentDocuments2 calls the QueryRecentDocuments2 RPC.

func (*DocumentsProviderClient) QueryRecentDocuments4_1

func (c *DocumentsProviderClient) QueryRecentDocuments4_1(ctx context.Context, arg0 string, arg1 int64, arg2 int64, arg3 int64) (int64, error)

QueryRecentDocuments4_1 calls the QueryRecentDocuments4_1 RPC.

func (*DocumentsProviderClient) QueryRoots

func (c *DocumentsProviderClient) QueryRoots(ctx context.Context, arg0 int64) (int64, error)

QueryRoots calls the QueryRoots RPC.

func (*DocumentsProviderClient) QuerySearchDocuments3

func (c *DocumentsProviderClient) QuerySearchDocuments3(ctx context.Context, arg0 string, arg1 string, arg2 int64) (int64, error)

QuerySearchDocuments3 calls the QuerySearchDocuments3 RPC.

func (*DocumentsProviderClient) QuerySearchDocuments3_1

func (c *DocumentsProviderClient) QuerySearchDocuments3_1(ctx context.Context, arg0 string, arg1 int64, arg2 int64) (int64, error)

QuerySearchDocuments3_1 calls the QuerySearchDocuments3_1 RPC.

func (*DocumentsProviderClient) RemoveDocument

func (c *DocumentsProviderClient) RemoveDocument(ctx context.Context, arg0 string, arg1 string) error

RemoveDocument calls the RemoveDocument RPC.

func (*DocumentsProviderClient) RenameDocument

func (c *DocumentsProviderClient) RenameDocument(ctx context.Context, arg0 string, arg1 string) (string, error)

RenameDocument calls the RenameDocument RPC.

func (*DocumentsProviderClient) RevokeDocumentPermission

func (c *DocumentsProviderClient) RevokeDocumentPermission(ctx context.Context, arg0 string) error

RevokeDocumentPermission calls the RevokeDocumentPermission RPC.

func (*DocumentsProviderClient) Update

func (c *DocumentsProviderClient) Update(ctx context.Context, arg0 int64, arg1 int64, arg2 string, arg3 int64) (int32, error)

Update calls the Update RPC.

type E2eeContactKeysManagerClient

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

E2eeContactKeysManagerClient wraps the gRPC E2EeContactKeysManagerService client.

func NewE2eeContactKeysManagerClient

func NewE2eeContactKeysManagerClient(cc grpc.ClientConnInterface) *E2eeContactKeysManagerClient

NewE2eeContactKeysManagerClient creates a new E2eeContactKeysManager client.

func (*E2eeContactKeysManagerClient) GetAllE2EeContactKeys

func (c *E2eeContactKeysManagerClient) GetAllE2EeContactKeys(ctx context.Context, arg0 string) (int64, error)

GetAllE2EeContactKeys calls the GetAllE2EeContactKeys RPC.

func (*E2eeContactKeysManagerClient) GetAllE2EeSelfKeys

func (c *E2eeContactKeysManagerClient) GetAllE2EeSelfKeys(ctx context.Context) (int64, error)

GetAllE2EeSelfKeys calls the GetAllE2EeSelfKeys RPC.

func (*E2eeContactKeysManagerClient) GetE2EeContactKey

func (c *E2eeContactKeysManagerClient) GetE2EeContactKey(ctx context.Context, arg0 string, arg1 string, arg2 string) (int64, error)

GetE2EeContactKey calls the GetE2EeContactKey RPC.

func (*E2eeContactKeysManagerClient) GetE2EeSelfKey

func (c *E2eeContactKeysManagerClient) GetE2EeSelfKey(ctx context.Context, arg0 string, arg1 string) (int64, error)

GetE2EeSelfKey calls the GetE2EeSelfKey RPC.

func (*E2eeContactKeysManagerClient) GetMaxKeySizeBytes

func (c *E2eeContactKeysManagerClient) GetMaxKeySizeBytes(ctx context.Context) (int32, error)

GetMaxKeySizeBytes calls the GetMaxKeySizeBytes RPC.

func (*E2eeContactKeysManagerClient) GetOwnerE2EeContactKeys

func (c *E2eeContactKeysManagerClient) GetOwnerE2EeContactKeys(ctx context.Context, arg0 string) (int64, error)

GetOwnerE2EeContactKeys calls the GetOwnerE2EeContactKeys RPC.

func (*E2eeContactKeysManagerClient) GetOwnerE2EeSelfKeys

func (c *E2eeContactKeysManagerClient) GetOwnerE2EeSelfKeys(ctx context.Context) (int64, error)

GetOwnerE2EeSelfKeys calls the GetOwnerE2EeSelfKeys RPC.

func (*E2eeContactKeysManagerClient) RemoveE2EeContactKey

func (c *E2eeContactKeysManagerClient) RemoveE2EeContactKey(ctx context.Context, arg0 string, arg1 string, arg2 string) (bool, error)

RemoveE2EeContactKey calls the RemoveE2EeContactKey RPC.

func (*E2eeContactKeysManagerClient) RemoveE2EeSelfKey

func (c *E2eeContactKeysManagerClient) RemoveE2EeSelfKey(ctx context.Context, arg0 string, arg1 string) (bool, error)

RemoveE2EeSelfKey calls the RemoveE2EeSelfKey RPC.

func (*E2eeContactKeysManagerClient) UpdateE2EeContactKeyLocalVerificationState

func (c *E2eeContactKeysManagerClient) UpdateE2EeContactKeyLocalVerificationState(ctx context.Context, arg0 string, arg1 string, arg2 string, arg3 int32) (bool, error)

UpdateE2EeContactKeyLocalVerificationState calls the UpdateE2EeContactKeyLocalVerificationState RPC.

func (*E2eeContactKeysManagerClient) UpdateE2EeContactKeyRemoteVerificationState

func (c *E2eeContactKeysManagerClient) UpdateE2EeContactKeyRemoteVerificationState(ctx context.Context, arg0 string, arg1 string, arg2 string, arg3 int32) (bool, error)

UpdateE2EeContactKeyRemoteVerificationState calls the UpdateE2EeContactKeyRemoteVerificationState RPC.

func (*E2eeContactKeysManagerClient) UpdateE2EeSelfKeyRemoteVerificationState

func (c *E2eeContactKeysManagerClient) UpdateE2EeSelfKeyRemoteVerificationState(ctx context.Context, arg0 string, arg1 string, arg2 int32) (bool, error)

UpdateE2EeSelfKeyRemoteVerificationState calls the UpdateE2EeSelfKeyRemoteVerificationState RPC.

func (*E2eeContactKeysManagerClient) UpdateOrInsertE2EeContactKey

func (c *E2eeContactKeysManagerClient) UpdateOrInsertE2EeContactKey(ctx context.Context, arg0 string, arg1 string, arg2 string, arg3 int64) error

UpdateOrInsertE2EeContactKey calls the UpdateOrInsertE2EeContactKey RPC.

func (*E2eeContactKeysManagerClient) UpdateOrInsertE2EeSelfKey

func (c *E2eeContactKeysManagerClient) UpdateOrInsertE2EeSelfKey(ctx context.Context, arg0 string, arg1 string, arg2 int64) (bool, error)

UpdateOrInsertE2EeSelfKey calls the UpdateOrInsertE2EeSelfKey RPC.

type E2eeContactKeysManagerE2eeContactKeyClient

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

E2eeContactKeysManagerE2eeContactKeyClient wraps the gRPC E2EeContactKeysManagerE2EeContactKeyService client.

func NewE2eeContactKeysManagerE2eeContactKeyClient

func NewE2eeContactKeysManagerE2eeContactKeyClient(cc grpc.ClientConnInterface) *E2eeContactKeysManagerE2eeContactKeyClient

NewE2eeContactKeysManagerE2eeContactKeyClient creates a new E2eeContactKeysManagerE2eeContactKey client.

func (*E2eeContactKeysManagerE2eeContactKeyClient) DescribeContents

DescribeContents calls the DescribeContents RPC.

func (*E2eeContactKeysManagerE2eeContactKeyClient) Equals

Equals calls the Equals RPC.

func (*E2eeContactKeysManagerE2eeContactKeyClient) GetAccountId

GetAccountId calls the GetAccountId RPC.

func (*E2eeContactKeysManagerE2eeContactKeyClient) GetDeviceId

GetDeviceId calls the GetDeviceId RPC.

func (*E2eeContactKeysManagerE2eeContactKeyClient) GetDisplayName

GetDisplayName calls the GetDisplayName RPC.

func (*E2eeContactKeysManagerE2eeContactKeyClient) GetEmailAddress

GetEmailAddress calls the GetEmailAddress RPC.

func (*E2eeContactKeysManagerE2eeContactKeyClient) GetKeyValue

GetKeyValue calls the GetKeyValue RPC.

func (*E2eeContactKeysManagerE2eeContactKeyClient) GetLocalVerificationState

func (c *E2eeContactKeysManagerE2eeContactKeyClient) GetLocalVerificationState(ctx context.Context) (int32, error)

GetLocalVerificationState calls the GetLocalVerificationState RPC.

func (*E2eeContactKeysManagerE2eeContactKeyClient) GetOwnerPackageName

GetOwnerPackageName calls the GetOwnerPackageName RPC.

func (*E2eeContactKeysManagerE2eeContactKeyClient) GetPhoneNumber

GetPhoneNumber calls the GetPhoneNumber RPC.

func (*E2eeContactKeysManagerE2eeContactKeyClient) GetRemoteVerificationState

func (c *E2eeContactKeysManagerE2eeContactKeyClient) GetRemoteVerificationState(ctx context.Context) (int32, error)

GetRemoteVerificationState calls the GetRemoteVerificationState RPC.

func (*E2eeContactKeysManagerE2eeContactKeyClient) GetTimeUpdated

GetTimeUpdated calls the GetTimeUpdated RPC.

func (*E2eeContactKeysManagerE2eeContactKeyClient) HashCode

HashCode calls the HashCode RPC.

func (*E2eeContactKeysManagerE2eeContactKeyClient) WriteToParcel

func (c *E2eeContactKeysManagerE2eeContactKeyClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error

WriteToParcel calls the WriteToParcel RPC.

type E2eeContactKeysManagerE2eeSelfKeyClient

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

E2eeContactKeysManagerE2eeSelfKeyClient wraps the gRPC E2EeContactKeysManagerE2EeSelfKeyService client.

func NewE2eeContactKeysManagerE2eeSelfKeyClient

func NewE2eeContactKeysManagerE2eeSelfKeyClient(cc grpc.ClientConnInterface) *E2eeContactKeysManagerE2eeSelfKeyClient

NewE2eeContactKeysManagerE2eeSelfKeyClient creates a new E2eeContactKeysManagerE2eeSelfKey client.

func (*E2eeContactKeysManagerE2eeSelfKeyClient) DescribeContents

DescribeContents calls the DescribeContents RPC.

func (*E2eeContactKeysManagerE2eeSelfKeyClient) Equals

Equals calls the Equals RPC.

func (*E2eeContactKeysManagerE2eeSelfKeyClient) GetAccountId

GetAccountId calls the GetAccountId RPC.

func (*E2eeContactKeysManagerE2eeSelfKeyClient) GetDeviceId

GetDeviceId calls the GetDeviceId RPC.

func (*E2eeContactKeysManagerE2eeSelfKeyClient) GetKeyValue

GetKeyValue calls the GetKeyValue RPC.

func (*E2eeContactKeysManagerE2eeSelfKeyClient) GetOwnerPackageName

func (c *E2eeContactKeysManagerE2eeSelfKeyClient) GetOwnerPackageName(ctx context.Context) (string, error)

GetOwnerPackageName calls the GetOwnerPackageName RPC.

func (*E2eeContactKeysManagerE2eeSelfKeyClient) GetRemoteVerificationState

func (c *E2eeContactKeysManagerE2eeSelfKeyClient) GetRemoteVerificationState(ctx context.Context) (int32, error)

GetRemoteVerificationState calls the GetRemoteVerificationState RPC.

func (*E2eeContactKeysManagerE2eeSelfKeyClient) GetTimeUpdated

GetTimeUpdated calls the GetTimeUpdated RPC.

func (*E2eeContactKeysManagerE2eeSelfKeyClient) HashCode

HashCode calls the HashCode RPC.

func (*E2eeContactKeysManagerE2eeSelfKeyClient) WriteToParcel

func (c *E2eeContactKeysManagerE2eeSelfKeyClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error

WriteToParcel calls the WriteToParcel RPC.

type FontRequestClient

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

FontRequestClient wraps the gRPC FontRequestService client.

func NewFontRequestClient

func NewFontRequestClient(cc grpc.ClientConnInterface) *FontRequestClient

NewFontRequestClient creates a new FontRequest client.

func (*FontRequestClient) GetCertificates

func (c *FontRequestClient) GetCertificates(ctx context.Context, handle int64) (int64, error)

GetCertificates calls the GetCertificates RPC.

func (*FontRequestClient) GetProviderAuthority

func (c *FontRequestClient) GetProviderAuthority(ctx context.Context, handle int64) (string, error)

GetProviderAuthority calls the GetProviderAuthority RPC.

func (*FontRequestClient) GetProviderPackage

func (c *FontRequestClient) GetProviderPackage(ctx context.Context, handle int64) (string, error)

GetProviderPackage calls the GetProviderPackage RPC.

func (*FontRequestClient) GetQuery

func (c *FontRequestClient) GetQuery(ctx context.Context, handle int64) (string, error)

GetQuery calls the GetQuery RPC.

func (*FontRequestClient) ToString

func (c *FontRequestClient) ToString(ctx context.Context, handle int64) (string, error)

ToString calls the ToString RPC.

type FontsContractClient

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

FontsContractClient wraps the gRPC FontsContractService client.

func NewFontsContractClient

func NewFontsContractClient(cc grpc.ClientConnInterface) *FontsContractClient

NewFontsContractClient creates a new FontsContract client.

func (*FontsContractClient) BuildTypeface

func (c *FontsContractClient) BuildTypeface(ctx context.Context, arg0 int64, arg1 int64, arg2 int64) (int64, error)

BuildTypeface calls the BuildTypeface RPC.

func (*FontsContractClient) FetchFonts

func (c *FontsContractClient) FetchFonts(ctx context.Context, arg0 int64, arg1 int64, arg2 int64) (int64, error)

FetchFonts calls the FetchFonts RPC.

type FontsContractFontFamilyResultClient

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

FontsContractFontFamilyResultClient wraps the gRPC FontsContractFontFamilyResultService client.

func NewFontsContractFontFamilyResultClient

func NewFontsContractFontFamilyResultClient(cc grpc.ClientConnInterface) *FontsContractFontFamilyResultClient

NewFontsContractFontFamilyResultClient creates a new FontsContractFontFamilyResult client.

func (*FontsContractFontFamilyResultClient) GetFonts

GetFonts calls the GetFonts RPC.

func (*FontsContractFontFamilyResultClient) GetStatusCode

GetStatusCode calls the GetStatusCode RPC.

type FontsContractFontInfoClient

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

FontsContractFontInfoClient wraps the gRPC FontsContractFontInfoService client.

func NewFontsContractFontInfoClient

func NewFontsContractFontInfoClient(cc grpc.ClientConnInterface) *FontsContractFontInfoClient

NewFontsContractFontInfoClient creates a new FontsContractFontInfo client.

func (*FontsContractFontInfoClient) GetAxes

GetAxes calls the GetAxes RPC.

func (*FontsContractFontInfoClient) GetResultCode

func (c *FontsContractFontInfoClient) GetResultCode(ctx context.Context) (int32, error)

GetResultCode calls the GetResultCode RPC.

func (*FontsContractFontInfoClient) GetTtcIndex

func (c *FontsContractFontInfoClient) GetTtcIndex(ctx context.Context) (int32, error)

GetTtcIndex calls the GetTtcIndex RPC.

func (*FontsContractFontInfoClient) GetUri

GetUri calls the GetUri RPC.

func (*FontsContractFontInfoClient) GetWeight

func (c *FontsContractFontInfoClient) GetWeight(ctx context.Context) (int32, error)

GetWeight calls the GetWeight RPC.

func (*FontsContractFontInfoClient) IsItalic

IsItalic calls the IsItalic RPC.

type FontsContractFontRequestCallbackClient

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

FontsContractFontRequestCallbackClient wraps the gRPC FontsContractFontRequestCallbackService client.

func NewFontsContractFontRequestCallbackClient

func NewFontsContractFontRequestCallbackClient(cc grpc.ClientConnInterface) *FontsContractFontRequestCallbackClient

NewFontsContractFontRequestCallbackClient creates a new FontsContractFontRequestCallback client.

func (*FontsContractFontRequestCallbackClient) OnTypefaceRequestFailed

func (c *FontsContractFontRequestCallbackClient) OnTypefaceRequestFailed(ctx context.Context, arg0 int32) error

OnTypefaceRequestFailed calls the OnTypefaceRequestFailed RPC.

func (*FontsContractFontRequestCallbackClient) OnTypefaceRetrieved

func (c *FontsContractFontRequestCallbackClient) OnTypefaceRetrieved(ctx context.Context, arg0 int64) error

OnTypefaceRetrieved calls the OnTypefaceRetrieved RPC.

type PropertiesBuilderClient

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

PropertiesBuilderClient wraps the gRPC PropertiesBuilderService client.

func NewPropertiesBuilderClient

func NewPropertiesBuilderClient(cc grpc.ClientConnInterface) *PropertiesBuilderClient

NewPropertiesBuilderClient creates a new PropertiesBuilder client.

func (*PropertiesBuilderClient) Build

Build calls the Build RPC.

func (*PropertiesBuilderClient) SetAccuracy

func (c *PropertiesBuilderClient) SetAccuracy(ctx context.Context, arg0 int32) (int64, error)

SetAccuracy calls the SetAccuracy RPC.

func (*PropertiesBuilderClient) SetHasAltitudeSupport

func (c *PropertiesBuilderClient) SetHasAltitudeSupport(ctx context.Context, arg0 bool) (int64, error)

SetHasAltitudeSupport calls the SetHasAltitudeSupport RPC.

func (*PropertiesBuilderClient) SetHasBearingSupport

func (c *PropertiesBuilderClient) SetHasBearingSupport(ctx context.Context, arg0 bool) (int64, error)

SetHasBearingSupport calls the SetHasBearingSupport RPC.

func (*PropertiesBuilderClient) SetHasCellRequirement

func (c *PropertiesBuilderClient) SetHasCellRequirement(ctx context.Context, arg0 bool) (int64, error)

SetHasCellRequirement calls the SetHasCellRequirement RPC.

func (*PropertiesBuilderClient) SetHasMonetaryCost

func (c *PropertiesBuilderClient) SetHasMonetaryCost(ctx context.Context, arg0 bool) (int64, error)

SetHasMonetaryCost calls the SetHasMonetaryCost RPC.

func (*PropertiesBuilderClient) SetHasNetworkRequirement

func (c *PropertiesBuilderClient) SetHasNetworkRequirement(ctx context.Context, arg0 bool) (int64, error)

SetHasNetworkRequirement calls the SetHasNetworkRequirement RPC.

func (*PropertiesBuilderClient) SetHasSatelliteRequirement

func (c *PropertiesBuilderClient) SetHasSatelliteRequirement(ctx context.Context, arg0 bool) (int64, error)

SetHasSatelliteRequirement calls the SetHasSatelliteRequirement RPC.

func (*PropertiesBuilderClient) SetHasSpeedSupport

func (c *PropertiesBuilderClient) SetHasSpeedSupport(ctx context.Context, arg0 bool) (int64, error)

SetHasSpeedSupport calls the SetHasSpeedSupport RPC.

func (*PropertiesBuilderClient) SetPowerUsage

func (c *PropertiesBuilderClient) SetPowerUsage(ctx context.Context, arg0 int32) (int64, error)

SetPowerUsage calls the SetPowerUsage RPC.

type PropertiesClient

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

PropertiesClient wraps the gRPC PropertiesService client.

func NewPropertiesClient

func NewPropertiesClient(cc grpc.ClientConnInterface) *PropertiesClient

NewPropertiesClient creates a new Properties client.

func (*PropertiesClient) DescribeContents

func (c *PropertiesClient) DescribeContents(ctx context.Context) (int32, error)

DescribeContents calls the DescribeContents RPC.

func (*PropertiesClient) Equals

func (c *PropertiesClient) Equals(ctx context.Context, arg0 int64) (bool, error)

Equals calls the Equals RPC.

func (*PropertiesClient) GetAccuracy

func (c *PropertiesClient) GetAccuracy(ctx context.Context) (int32, error)

GetAccuracy calls the GetAccuracy RPC.

func (*PropertiesClient) GetPowerUsage

func (c *PropertiesClient) GetPowerUsage(ctx context.Context) (int32, error)

GetPowerUsage calls the GetPowerUsage RPC.

func (*PropertiesClient) HasAltitudeSupport

func (c *PropertiesClient) HasAltitudeSupport(ctx context.Context) (bool, error)

HasAltitudeSupport calls the HasAltitudeSupport RPC.

func (*PropertiesClient) HasBearingSupport

func (c *PropertiesClient) HasBearingSupport(ctx context.Context) (bool, error)

HasBearingSupport calls the HasBearingSupport RPC.

func (*PropertiesClient) HasCellRequirement

func (c *PropertiesClient) HasCellRequirement(ctx context.Context) (bool, error)

HasCellRequirement calls the HasCellRequirement RPC.

func (*PropertiesClient) HasMonetaryCost

func (c *PropertiesClient) HasMonetaryCost(ctx context.Context) (bool, error)

HasMonetaryCost calls the HasMonetaryCost RPC.

func (*PropertiesClient) HasNetworkRequirement

func (c *PropertiesClient) HasNetworkRequirement(ctx context.Context) (bool, error)

HasNetworkRequirement calls the HasNetworkRequirement RPC.

func (*PropertiesClient) HasSatelliteRequirement

func (c *PropertiesClient) HasSatelliteRequirement(ctx context.Context) (bool, error)

HasSatelliteRequirement calls the HasSatelliteRequirement RPC.

func (*PropertiesClient) HasSpeedSupport

func (c *PropertiesClient) HasSpeedSupport(ctx context.Context) (bool, error)

HasSpeedSupport calls the HasSpeedSupport RPC.

func (*PropertiesClient) HashCode

func (c *PropertiesClient) HashCode(ctx context.Context) (int32, error)

HashCode calls the HashCode RPC.

func (*PropertiesClient) ToString

func (c *PropertiesClient) ToString(ctx context.Context) (string, error)

ToString calls the ToString RPC.

func (*PropertiesClient) WriteToParcel

func (c *PropertiesClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error

WriteToParcel calls the WriteToParcel RPC.

type SearchRecentSuggestionsClient

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

SearchRecentSuggestionsClient wraps the gRPC SearchRecentSuggestionsService client.

func NewSearchRecentSuggestionsClient

func NewSearchRecentSuggestionsClient(cc grpc.ClientConnInterface) *SearchRecentSuggestionsClient

NewSearchRecentSuggestionsClient creates a new SearchRecentSuggestions client.

func (*SearchRecentSuggestionsClient) ClearHistory

func (c *SearchRecentSuggestionsClient) ClearHistory(ctx context.Context, handle int64) error

ClearHistory calls the ClearHistory RPC.

func (*SearchRecentSuggestionsClient) SaveRecentQuery

func (c *SearchRecentSuggestionsClient) SaveRecentQuery(ctx context.Context, handle int64, arg0 string, arg1 string) error

SaveRecentQuery calls the SaveRecentQuery RPC.

type SimPhonebookContractElementaryFilesClient

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

SimPhonebookContractElementaryFilesClient wraps the gRPC SimPhonebookContractElementaryFilesService client.

func NewSimPhonebookContractElementaryFilesClient

func NewSimPhonebookContractElementaryFilesClient(cc grpc.ClientConnInterface) *SimPhonebookContractElementaryFilesClient

NewSimPhonebookContractElementaryFilesClient creates a new SimPhonebookContractElementaryFiles client.

func (*SimPhonebookContractElementaryFilesClient) GetItemUri

GetItemUri calls the GetItemUri RPC.

type SimPhonebookContractSimRecordsClient

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

SimPhonebookContractSimRecordsClient wraps the gRPC SimPhonebookContractSimRecordsService client.

func NewSimPhonebookContractSimRecordsClient

func NewSimPhonebookContractSimRecordsClient(cc grpc.ClientConnInterface) *SimPhonebookContractSimRecordsClient

NewSimPhonebookContractSimRecordsClient creates a new SimPhonebookContractSimRecords client.

func (*SimPhonebookContractSimRecordsClient) GetContentUri

func (c *SimPhonebookContractSimRecordsClient) GetContentUri(ctx context.Context, arg0 int32, arg1 int32) (int64, error)

GetContentUri calls the GetContentUri RPC.

func (*SimPhonebookContractSimRecordsClient) GetEncodedNameLength

func (c *SimPhonebookContractSimRecordsClient) GetEncodedNameLength(ctx context.Context, arg0 int64, arg1 string) (int32, error)

GetEncodedNameLength calls the GetEncodedNameLength RPC.

func (*SimPhonebookContractSimRecordsClient) GetItemUri

func (c *SimPhonebookContractSimRecordsClient) GetItemUri(ctx context.Context, arg0 int32, arg1 int32, arg2 int32) (int64, error)

GetItemUri calls the GetItemUri RPC.

type SyncStateContractHelpersClient

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

SyncStateContractHelpersClient wraps the gRPC SyncStateContractHelpersService client.

func NewSyncStateContractHelpersClient

func NewSyncStateContractHelpersClient(cc grpc.ClientConnInterface) *SyncStateContractHelpersClient

NewSyncStateContractHelpersClient creates a new SyncStateContractHelpers client.

func (*SyncStateContractHelpersClient) Get

func (c *SyncStateContractHelpersClient) Get(ctx context.Context, arg0 int64, arg1 int64, arg2 int64) (int64, error)

Get calls the Get RPC.

func (*SyncStateContractHelpersClient) Insert

func (c *SyncStateContractHelpersClient) Insert(ctx context.Context, arg0 int64, arg1 int64, arg2 int64, arg3 int64) (int64, error)

Insert calls the Insert RPC.

func (*SyncStateContractHelpersClient) NewSetOperation

func (c *SyncStateContractHelpersClient) NewSetOperation(ctx context.Context, arg0 int64, arg1 int64, arg2 int64) (int64, error)

NewSetOperation calls the NewSetOperation RPC.

func (*SyncStateContractHelpersClient) NewUpdateOperation

func (c *SyncStateContractHelpersClient) NewUpdateOperation(ctx context.Context, arg0 int64, arg1 int64) (int64, error)

NewUpdateOperation calls the NewUpdateOperation RPC.

func (*SyncStateContractHelpersClient) Set

func (c *SyncStateContractHelpersClient) Set(ctx context.Context, arg0 int64, arg1 int64, arg2 int64, arg3 int64) error

Set calls the Set RPC.

func (*SyncStateContractHelpersClient) Update

func (c *SyncStateContractHelpersClient) Update(ctx context.Context, arg0 int64, arg1 int64, arg2 int64) error

Update calls the Update RPC.

type TelephonyCarrierIdClient

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

TelephonyCarrierIdClient wraps the gRPC TelephonyCarrierIdService client.

func NewTelephonyCarrierIdClient

func NewTelephonyCarrierIdClient(cc grpc.ClientConnInterface) *TelephonyCarrierIdClient

NewTelephonyCarrierIdClient creates a new TelephonyCarrierId client.

func (*TelephonyCarrierIdClient) GetSpecificCarrierIdUriForSubscriptionId

func (c *TelephonyCarrierIdClient) GetSpecificCarrierIdUriForSubscriptionId(ctx context.Context, arg0 int32) (int64, error)

GetSpecificCarrierIdUriForSubscriptionId calls the GetSpecificCarrierIdUriForSubscriptionId RPC.

func (*TelephonyCarrierIdClient) GetUriForSubscriptionId

func (c *TelephonyCarrierIdClient) GetUriForSubscriptionId(ctx context.Context, arg0 int32) (int64, error)

GetUriForSubscriptionId calls the GetUriForSubscriptionId RPC.

type TelephonyServiceStateTableClient

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

TelephonyServiceStateTableClient wraps the gRPC TelephonyServiceStateTableService client.

func NewTelephonyServiceStateTableClient

func NewTelephonyServiceStateTableClient(cc grpc.ClientConnInterface) *TelephonyServiceStateTableClient

NewTelephonyServiceStateTableClient creates a new TelephonyServiceStateTable client.

func (*TelephonyServiceStateTableClient) GetUriForSubscriptionId

func (c *TelephonyServiceStateTableClient) GetUriForSubscriptionId(ctx context.Context, arg0 int32) (int64, error)

GetUriForSubscriptionId calls the GetUriForSubscriptionId RPC.

func (*TelephonyServiceStateTableClient) GetUriForSubscriptionIdAndField

func (c *TelephonyServiceStateTableClient) GetUriForSubscriptionIdAndField(ctx context.Context, arg0 int32, arg1 string) (int64, error)

GetUriForSubscriptionIdAndField calls the GetUriForSubscriptionIdAndField RPC.

type TelephonySmsClient

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

TelephonySmsClient wraps the gRPC TelephonySmsService client.

func NewTelephonySmsClient

func NewTelephonySmsClient(cc grpc.ClientConnInterface) *TelephonySmsClient

NewTelephonySmsClient creates a new TelephonySms client.

func (*TelephonySmsClient) GetDefaultSmsPackage

func (c *TelephonySmsClient) GetDefaultSmsPackage(ctx context.Context, arg0 int64) (string, error)

GetDefaultSmsPackage calls the GetDefaultSmsPackage RPC.

type TelephonyThreadsClient

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

TelephonyThreadsClient wraps the gRPC TelephonyThreadsService client.

func NewTelephonyThreadsClient

func NewTelephonyThreadsClient(cc grpc.ClientConnInterface) *TelephonyThreadsClient

NewTelephonyThreadsClient creates a new TelephonyThreads client.

func (*TelephonyThreadsClient) GetOrCreateThreadId

func (c *TelephonyThreadsClient) GetOrCreateThreadId(ctx context.Context, arg0 int64, arg1 string) (int64, error)

GetOrCreateThreadId calls the GetOrCreateThreadId RPC.

type UserDictionaryWordsClient

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

UserDictionaryWordsClient wraps the gRPC UserDictionaryWordsService client.

func NewUserDictionaryWordsClient

func NewUserDictionaryWordsClient(cc grpc.ClientConnInterface) *UserDictionaryWordsClient

NewUserDictionaryWordsClient creates a new UserDictionaryWords client.

func (*UserDictionaryWordsClient) AddWord4

func (c *UserDictionaryWordsClient) AddWord4(ctx context.Context, arg0 int64, arg1 string, arg2 int32, arg3 int32) error

AddWord4 calls the AddWord4 RPC.

func (*UserDictionaryWordsClient) AddWord5_1

func (c *UserDictionaryWordsClient) AddWord5_1(ctx context.Context, arg0 int64, arg1 string, arg2 int32, arg3 string, arg4 int64) error

AddWord5_1 calls the AddWord5_1 RPC.

type VoicemailContractStatusClient

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

VoicemailContractStatusClient wraps the gRPC VoicemailContractStatusService client.

func NewVoicemailContractStatusClient

func NewVoicemailContractStatusClient(cc grpc.ClientConnInterface) *VoicemailContractStatusClient

NewVoicemailContractStatusClient creates a new VoicemailContractStatus client.

func (*VoicemailContractStatusClient) BuildSourceUri

func (c *VoicemailContractStatusClient) BuildSourceUri(ctx context.Context, arg0 string) (int64, error)

BuildSourceUri calls the BuildSourceUri RPC.

type VoicemailContractVoicemailsClient

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

VoicemailContractVoicemailsClient wraps the gRPC VoicemailContractVoicemailsService client.

func NewVoicemailContractVoicemailsClient

func NewVoicemailContractVoicemailsClient(cc grpc.ClientConnInterface) *VoicemailContractVoicemailsClient

NewVoicemailContractVoicemailsClient creates a new VoicemailContractVoicemails client.

func (*VoicemailContractVoicemailsClient) BuildSourceUri

func (c *VoicemailContractVoicemailsClient) BuildSourceUri(ctx context.Context, arg0 string) (int64, error)

BuildSourceUri calls the BuildSourceUri RPC.

Jump to

Keyboard shortcuts

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