util

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 ArrayMapClient

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

ArrayMapClient wraps the gRPC ArrayMapService client.

func NewArrayMapClient

func NewArrayMapClient(cc grpc.ClientConnInterface) *ArrayMapClient

NewArrayMapClient creates a new ArrayMap client.

func (*ArrayMapClient) Clear

func (c *ArrayMapClient) Clear(ctx context.Context, handle int64) error

Clear calls the Clear RPC.

func (*ArrayMapClient) ContainsKey

func (c *ArrayMapClient) ContainsKey(ctx context.Context, handle int64, arg0 int64) (bool, error)

ContainsKey calls the ContainsKey RPC.

func (*ArrayMapClient) ContainsValue

func (c *ArrayMapClient) ContainsValue(ctx context.Context, handle int64, arg0 int64) (bool, error)

ContainsValue calls the ContainsValue RPC.

func (*ArrayMapClient) EnsureCapacity

func (c *ArrayMapClient) EnsureCapacity(ctx context.Context, handle int64, arg0 int32) error

EnsureCapacity calls the EnsureCapacity RPC.

func (*ArrayMapClient) Equals

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

Equals calls the Equals RPC.

func (*ArrayMapClient) HashCode

func (c *ArrayMapClient) HashCode(ctx context.Context, handle int64) (int32, error)

HashCode calls the HashCode RPC.

func (*ArrayMapClient) IndexOfKey

func (c *ArrayMapClient) IndexOfKey(ctx context.Context, handle int64, arg0 int64) (int32, error)

IndexOfKey calls the IndexOfKey RPC.

func (*ArrayMapClient) IndexOfValue

func (c *ArrayMapClient) IndexOfValue(ctx context.Context, handle int64, arg0 int64) (int32, error)

IndexOfValue calls the IndexOfValue RPC.

func (*ArrayMapClient) IsEmpty

func (c *ArrayMapClient) IsEmpty(ctx context.Context, handle int64) (bool, error)

IsEmpty calls the IsEmpty RPC.

func (*ArrayMapClient) KeySet

func (c *ArrayMapClient) KeySet(ctx context.Context, handle int64) (int64, error)

KeySet calls the KeySet RPC.

func (*ArrayMapClient) Size

func (c *ArrayMapClient) Size(ctx context.Context, handle int64) (int32, error)

Size calls the Size RPC.

func (*ArrayMapClient) ToString

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

ToString calls the ToString RPC.

func (*ArrayMapClient) Values

func (c *ArrayMapClient) Values(ctx context.Context, handle int64) (int64, error)

Values calls the Values RPC.

type ArraySetClient

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

ArraySetClient wraps the gRPC ArraySetService client.

func NewArraySetClient

func NewArraySetClient(cc grpc.ClientConnInterface) *ArraySetClient

NewArraySetClient creates a new ArraySet client.

func (*ArraySetClient) Clear

func (c *ArraySetClient) Clear(ctx context.Context, handle int64) error

Clear calls the Clear RPC.

func (*ArraySetClient) Contains

func (c *ArraySetClient) Contains(ctx context.Context, handle int64, arg0 int64) (bool, error)

Contains calls the Contains RPC.

func (*ArraySetClient) EnsureCapacity

func (c *ArraySetClient) EnsureCapacity(ctx context.Context, handle int64, arg0 int32) error

EnsureCapacity calls the EnsureCapacity RPC.

func (*ArraySetClient) Equals

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

Equals calls the Equals RPC.

func (*ArraySetClient) HashCode

func (c *ArraySetClient) HashCode(ctx context.Context, handle int64) (int32, error)

HashCode calls the HashCode RPC.

func (*ArraySetClient) IndexOf

func (c *ArraySetClient) IndexOf(ctx context.Context, handle int64, arg0 int64) (int32, error)

IndexOf calls the IndexOf RPC.

func (*ArraySetClient) IsEmpty

func (c *ArraySetClient) IsEmpty(ctx context.Context, handle int64) (bool, error)

IsEmpty calls the IsEmpty RPC.

func (*ArraySetClient) Iterator

func (c *ArraySetClient) Iterator(ctx context.Context, handle int64) (int64, error)

Iterator calls the Iterator RPC.

func (*ArraySetClient) Remove

func (c *ArraySetClient) Remove(ctx context.Context, handle int64, arg0 int64) (bool, error)

Remove calls the Remove RPC.

func (*ArraySetClient) Size

func (c *ArraySetClient) Size(ctx context.Context, handle int64) (int32, error)

Size calls the Size RPC.

func (*ArraySetClient) ToArray

func (c *ArraySetClient) ToArray(ctx context.Context, handle int64) (int64, error)

ToArray calls the ToArray RPC.

func (*ArraySetClient) ToString

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

ToString calls the ToString RPC.

type AtomicFileClient

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

AtomicFileClient wraps the gRPC AtomicFileService client.

func NewAtomicFileClient

func NewAtomicFileClient(cc grpc.ClientConnInterface) *AtomicFileClient

NewAtomicFileClient creates a new AtomicFile client.

func (*AtomicFileClient) Delete

func (c *AtomicFileClient) Delete(ctx context.Context, handle int64) error

Delete calls the Delete RPC.

func (*AtomicFileClient) FailWrite

func (c *AtomicFileClient) FailWrite(ctx context.Context, handle int64, arg0 int64) error

FailWrite calls the FailWrite RPC.

func (*AtomicFileClient) FinishWrite

func (c *AtomicFileClient) FinishWrite(ctx context.Context, handle int64, arg0 int64) error

FinishWrite calls the FinishWrite RPC.

func (*AtomicFileClient) GetBaseFile

func (c *AtomicFileClient) GetBaseFile(ctx context.Context, handle int64) (int64, error)

GetBaseFile calls the GetBaseFile RPC.

func (*AtomicFileClient) GetLastModifiedTime

func (c *AtomicFileClient) GetLastModifiedTime(ctx context.Context, handle int64) (int64, error)

GetLastModifiedTime calls the GetLastModifiedTime RPC.

func (*AtomicFileClient) OpenRead

func (c *AtomicFileClient) OpenRead(ctx context.Context, handle int64) (int64, error)

OpenRead calls the OpenRead RPC.

func (*AtomicFileClient) ReadFully

func (c *AtomicFileClient) ReadFully(ctx context.Context, handle int64) (int64, error)

ReadFully calls the ReadFully RPC.

func (*AtomicFileClient) StartWrite

func (c *AtomicFileClient) StartWrite(ctx context.Context, handle int64) (int64, error)

StartWrite calls the StartWrite RPC.

func (*AtomicFileClient) ToString

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

ToString calls the ToString RPC.

type AttributeSetClient

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

AttributeSetClient wraps the gRPC AttributeSetService client.

func NewAttributeSetClient

func NewAttributeSetClient(cc grpc.ClientConnInterface) *AttributeSetClient

NewAttributeSetClient creates a new AttributeSet client.

func (*AttributeSetClient) GetAttributeBooleanValue2

func (c *AttributeSetClient) GetAttributeBooleanValue2(ctx context.Context, arg0 int32, arg1 bool) (bool, error)

GetAttributeBooleanValue2 calls the GetAttributeBooleanValue2 RPC.

func (*AttributeSetClient) GetAttributeBooleanValue3_1

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

GetAttributeBooleanValue3_1 calls the GetAttributeBooleanValue3_1 RPC.

func (*AttributeSetClient) GetAttributeCount

func (c *AttributeSetClient) GetAttributeCount(ctx context.Context) (int32, error)

GetAttributeCount calls the GetAttributeCount RPC.

func (*AttributeSetClient) GetAttributeFloatValue2

func (c *AttributeSetClient) GetAttributeFloatValue2(ctx context.Context, arg0 int32, arg1 float32) (float32, error)

GetAttributeFloatValue2 calls the GetAttributeFloatValue2 RPC.

func (*AttributeSetClient) GetAttributeFloatValue3_1

func (c *AttributeSetClient) GetAttributeFloatValue3_1(ctx context.Context, arg0 string, arg1 string, arg2 float32) (float32, error)

GetAttributeFloatValue3_1 calls the GetAttributeFloatValue3_1 RPC.

func (*AttributeSetClient) GetAttributeIntValue2

func (c *AttributeSetClient) GetAttributeIntValue2(ctx context.Context, arg0 int32, arg1 int32) (int32, error)

GetAttributeIntValue2 calls the GetAttributeIntValue2 RPC.

func (*AttributeSetClient) GetAttributeIntValue3_1

func (c *AttributeSetClient) GetAttributeIntValue3_1(ctx context.Context, arg0 string, arg1 string, arg2 int32) (int32, error)

GetAttributeIntValue3_1 calls the GetAttributeIntValue3_1 RPC.

func (*AttributeSetClient) GetAttributeListValue3

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

GetAttributeListValue3 calls the GetAttributeListValue3 RPC.

func (*AttributeSetClient) GetAttributeListValue4_1

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

GetAttributeListValue4_1 calls the GetAttributeListValue4_1 RPC.

func (*AttributeSetClient) GetAttributeName

func (c *AttributeSetClient) GetAttributeName(ctx context.Context, arg0 int32) (string, error)

GetAttributeName calls the GetAttributeName RPC.

func (*AttributeSetClient) GetAttributeNameResource

func (c *AttributeSetClient) GetAttributeNameResource(ctx context.Context, arg0 int32) (int32, error)

GetAttributeNameResource calls the GetAttributeNameResource RPC.

func (*AttributeSetClient) GetAttributeResourceValue2

func (c *AttributeSetClient) GetAttributeResourceValue2(ctx context.Context, arg0 int32, arg1 int32) (int32, error)

GetAttributeResourceValue2 calls the GetAttributeResourceValue2 RPC.

func (*AttributeSetClient) GetAttributeResourceValue3_1

func (c *AttributeSetClient) GetAttributeResourceValue3_1(ctx context.Context, arg0 string, arg1 string, arg2 int32) (int32, error)

GetAttributeResourceValue3_1 calls the GetAttributeResourceValue3_1 RPC.

func (*AttributeSetClient) GetAttributeUnsignedIntValue2

func (c *AttributeSetClient) GetAttributeUnsignedIntValue2(ctx context.Context, arg0 int32, arg1 int32) (int32, error)

GetAttributeUnsignedIntValue2 calls the GetAttributeUnsignedIntValue2 RPC.

func (*AttributeSetClient) GetAttributeUnsignedIntValue3_1

func (c *AttributeSetClient) GetAttributeUnsignedIntValue3_1(ctx context.Context, arg0 string, arg1 string, arg2 int32) (int32, error)

GetAttributeUnsignedIntValue3_1 calls the GetAttributeUnsignedIntValue3_1 RPC.

func (*AttributeSetClient) GetAttributeValue1

func (c *AttributeSetClient) GetAttributeValue1(ctx context.Context, arg0 int32) (string, error)

GetAttributeValue1 calls the GetAttributeValue1 RPC.

func (*AttributeSetClient) GetAttributeValue2_1

func (c *AttributeSetClient) GetAttributeValue2_1(ctx context.Context, arg0 string, arg1 string) (string, error)

GetAttributeValue2_1 calls the GetAttributeValue2_1 RPC.

func (*AttributeSetClient) GetClassAttribute

func (c *AttributeSetClient) GetClassAttribute(ctx context.Context) (string, error)

GetClassAttribute calls the GetClassAttribute RPC.

func (*AttributeSetClient) GetIdAttribute

func (c *AttributeSetClient) GetIdAttribute(ctx context.Context) (string, error)

GetIdAttribute calls the GetIdAttribute RPC.

func (*AttributeSetClient) GetIdAttributeResourceValue

func (c *AttributeSetClient) GetIdAttributeResourceValue(ctx context.Context, arg0 int32) (int32, error)

GetIdAttributeResourceValue calls the GetIdAttributeResourceValue RPC.

func (*AttributeSetClient) GetPositionDescription

func (c *AttributeSetClient) GetPositionDescription(ctx context.Context) (string, error)

GetPositionDescription calls the GetPositionDescription RPC.

func (*AttributeSetClient) GetStyleAttribute

func (c *AttributeSetClient) GetStyleAttribute(ctx context.Context) (int32, error)

GetStyleAttribute calls the GetStyleAttribute RPC.

type Base64Client

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

Base64Client wraps the gRPC Base64Service client.

func NewBase64Client

func NewBase64Client(cc grpc.ClientConnInterface) *Base64Client

NewBase64Client creates a new Base64 client.

func (*Base64Client) Decode2

func (c *Base64Client) Decode2(ctx context.Context, arg0 int64, arg1 int32) (int64, error)

Decode2 calls the Decode2 RPC.

func (*Base64Client) Decode2_2

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

Decode2_2 calls the Decode2_2 RPC.

func (*Base64Client) Decode4_1

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

Decode4_1 calls the Decode4_1 RPC.

func (*Base64Client) Encode2

func (c *Base64Client) Encode2(ctx context.Context, arg0 int64, arg1 int32) (int64, error)

Encode2 calls the Encode2 RPC.

func (*Base64Client) Encode4_1

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

Encode4_1 calls the Encode4_1 RPC.

func (*Base64Client) EncodeToString2

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

EncodeToString2 calls the EncodeToString2 RPC.

func (*Base64Client) EncodeToString4_1

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

EncodeToString4_1 calls the EncodeToString4_1 RPC.

type Base64InputStreamClient

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

Base64InputStreamClient wraps the gRPC Base64InputStreamService client.

func NewBase64InputStreamClient

func NewBase64InputStreamClient(cc grpc.ClientConnInterface) *Base64InputStreamClient

NewBase64InputStreamClient creates a new Base64InputStream client.

func (*Base64InputStreamClient) Available

func (c *Base64InputStreamClient) Available(ctx context.Context, handle int64) (int32, error)

Available calls the Available RPC.

func (*Base64InputStreamClient) Close

func (c *Base64InputStreamClient) Close(ctx context.Context, handle int64) error

Close calls the Close RPC.

func (*Base64InputStreamClient) Mark

func (c *Base64InputStreamClient) Mark(ctx context.Context, handle int64, arg0 int32) error

Mark calls the Mark RPC.

func (*Base64InputStreamClient) MarkSupported

func (c *Base64InputStreamClient) MarkSupported(ctx context.Context, handle int64) (bool, error)

MarkSupported calls the MarkSupported RPC.

func (*Base64InputStreamClient) Read0

func (c *Base64InputStreamClient) Read0(ctx context.Context, handle int64) (int32, error)

Read0 calls the Read0 RPC.

func (*Base64InputStreamClient) Read3_1

func (c *Base64InputStreamClient) Read3_1(ctx context.Context, handle int64, arg0 int64, arg1 int32, arg2 int32) (int32, error)

Read3_1 calls the Read3_1 RPC.

func (*Base64InputStreamClient) Reset

func (c *Base64InputStreamClient) Reset(ctx context.Context, handle int64) error

Reset calls the Reset RPC.

func (*Base64InputStreamClient) Skip

func (c *Base64InputStreamClient) Skip(ctx context.Context, handle int64, arg0 int64) (int64, error)

Skip calls the Skip RPC.

type Base64OutputStreamClient

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

Base64OutputStreamClient wraps the gRPC Base64OutputStreamService client.

func NewBase64OutputStreamClient

func NewBase64OutputStreamClient(cc grpc.ClientConnInterface) *Base64OutputStreamClient

NewBase64OutputStreamClient creates a new Base64OutputStream client.

func (*Base64OutputStreamClient) Close

func (c *Base64OutputStreamClient) Close(ctx context.Context, handle int64) error

Close calls the Close RPC.

func (*Base64OutputStreamClient) Write1_1

func (c *Base64OutputStreamClient) Write1_1(ctx context.Context, handle int64, arg0 int32) error

Write1_1 calls the Write1_1 RPC.

func (*Base64OutputStreamClient) Write3

func (c *Base64OutputStreamClient) Write3(ctx context.Context, handle int64, arg0 int64, arg1 int32, arg2 int32) error

Write3 calls the Write3 RPC.

type BuddhistCalendarClient

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

BuddhistCalendarClient wraps the gRPC BuddhistCalendarService client.

func NewBuddhistCalendarClient

func NewBuddhistCalendarClient(cc grpc.ClientConnInterface) *BuddhistCalendarClient

NewBuddhistCalendarClient creates a new BuddhistCalendar client.

func (*BuddhistCalendarClient) GetType

func (c *BuddhistCalendarClient) GetType(ctx context.Context, handle int64) (string, error)

GetType calls the GetType RPC.

type CalendarClient

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

CalendarClient wraps the gRPC CalendarService client.

func NewCalendarClient

func NewCalendarClient(cc grpc.ClientConnInterface) *CalendarClient

NewCalendarClient creates a new Calendar client.

func (*CalendarClient) Add

func (c *CalendarClient) Add(ctx context.Context, arg0 int32, arg1 int32) error

Add calls the Add RPC.

func (*CalendarClient) After

func (c *CalendarClient) After(ctx context.Context, arg0 int64) (bool, error)

After calls the After RPC.

func (*CalendarClient) Before

func (c *CalendarClient) Before(ctx context.Context, arg0 int64) (bool, error)

Before calls the Before RPC.

func (*CalendarClient) Clear0

func (c *CalendarClient) Clear0(ctx context.Context) error

Clear0 calls the Clear0 RPC.

func (*CalendarClient) Clear1_1

func (c *CalendarClient) Clear1_1(ctx context.Context, arg0 int32) error

Clear1_1 calls the Clear1_1 RPC.

func (*CalendarClient) Clone

func (c *CalendarClient) Clone(ctx context.Context) (int64, error)

Clone calls the Clone RPC.

func (*CalendarClient) CompareTo1

func (c *CalendarClient) CompareTo1(ctx context.Context, arg0 int64) (int32, error)

CompareTo1 calls the CompareTo1 RPC.

func (*CalendarClient) CompareTo1_1

func (c *CalendarClient) CompareTo1_1(ctx context.Context, arg0 int64) (int32, error)

CompareTo1_1 calls the CompareTo1_1 RPC.

func (*CalendarClient) Equals

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

Equals calls the Equals RPC.

func (*CalendarClient) FieldDifference

func (c *CalendarClient) FieldDifference(ctx context.Context, arg0 int64, arg1 int32) (int32, error)

FieldDifference calls the FieldDifference RPC.

func (*CalendarClient) Get

func (c *CalendarClient) Get(ctx context.Context, arg0 int32) (int32, error)

Get calls the Get RPC.

func (*CalendarClient) GetActualMaximum

func (c *CalendarClient) GetActualMaximum(ctx context.Context, arg0 int32) (int32, error)

GetActualMaximum calls the GetActualMaximum RPC.

func (*CalendarClient) GetActualMinimum

func (c *CalendarClient) GetActualMinimum(ctx context.Context, arg0 int32) (int32, error)

GetActualMinimum calls the GetActualMinimum RPC.

func (*CalendarClient) GetAvailableLocales

func (c *CalendarClient) GetAvailableLocales(ctx context.Context) (int64, error)

GetAvailableLocales calls the GetAvailableLocales RPC.

func (*CalendarClient) GetDateTimeFormat3

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

GetDateTimeFormat3 calls the GetDateTimeFormat3 RPC.

func (*CalendarClient) GetDateTimeFormat3_1

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

GetDateTimeFormat3_1 calls the GetDateTimeFormat3_1 RPC.

func (*CalendarClient) GetDisplayName1

func (c *CalendarClient) GetDisplayName1(ctx context.Context, arg0 int64) (string, error)

GetDisplayName1 calls the GetDisplayName1 RPC.

func (*CalendarClient) GetDisplayName1_1

func (c *CalendarClient) GetDisplayName1_1(ctx context.Context, arg0 int64) (string, error)

GetDisplayName1_1 calls the GetDisplayName1_1 RPC.

func (*CalendarClient) GetFieldCount

func (c *CalendarClient) GetFieldCount(ctx context.Context) (int32, error)

GetFieldCount calls the GetFieldCount RPC.

func (*CalendarClient) GetFirstDayOfWeek

func (c *CalendarClient) GetFirstDayOfWeek(ctx context.Context) (int32, error)

GetFirstDayOfWeek calls the GetFirstDayOfWeek RPC.

func (*CalendarClient) GetGreatestMinimum

func (c *CalendarClient) GetGreatestMinimum(ctx context.Context, arg0 int32) (int32, error)

GetGreatestMinimum calls the GetGreatestMinimum RPC.

func (*CalendarClient) GetInstance0

func (c *CalendarClient) GetInstance0(ctx context.Context) (int64, error)

GetInstance0 calls the GetInstance0 RPC.

func (*CalendarClient) GetInstance1_1

func (c *CalendarClient) GetInstance1_1(ctx context.Context, arg0 int64) (int64, error)

GetInstance1_1 calls the GetInstance1_1 RPC.

func (*CalendarClient) GetInstance1_4

func (c *CalendarClient) GetInstance1_4(ctx context.Context, arg0 int64) (int64, error)

GetInstance1_4 calls the GetInstance1_4 RPC.

func (*CalendarClient) GetInstance1_5

func (c *CalendarClient) GetInstance1_5(ctx context.Context, arg0 int64) (int64, error)

GetInstance1_5 calls the GetInstance1_5 RPC.

func (*CalendarClient) GetInstance2_2

func (c *CalendarClient) GetInstance2_2(ctx context.Context, arg0 int64, arg1 int64) (int64, error)

GetInstance2_2 calls the GetInstance2_2 RPC.

func (*CalendarClient) GetInstance2_3

func (c *CalendarClient) GetInstance2_3(ctx context.Context, arg0 int64, arg1 int64) (int64, error)

GetInstance2_3 calls the GetInstance2_3 RPC.

func (*CalendarClient) GetKeywordValuesForLocale

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

GetKeywordValuesForLocale calls the GetKeywordValuesForLocale RPC.

func (*CalendarClient) GetLeastMaximum

func (c *CalendarClient) GetLeastMaximum(ctx context.Context, arg0 int32) (int32, error)

GetLeastMaximum calls the GetLeastMaximum RPC.

func (*CalendarClient) GetMaximum

func (c *CalendarClient) GetMaximum(ctx context.Context, arg0 int32) (int32, error)

GetMaximum calls the GetMaximum RPC.

func (*CalendarClient) GetMinimalDaysInFirstWeek

func (c *CalendarClient) GetMinimalDaysInFirstWeek(ctx context.Context) (int32, error)

GetMinimalDaysInFirstWeek calls the GetMinimalDaysInFirstWeek RPC.

func (*CalendarClient) GetMinimum

func (c *CalendarClient) GetMinimum(ctx context.Context, arg0 int32) (int32, error)

GetMinimum calls the GetMinimum RPC.

func (*CalendarClient) GetRepeatedWallTimeOption

func (c *CalendarClient) GetRepeatedWallTimeOption(ctx context.Context) (int32, error)

GetRepeatedWallTimeOption calls the GetRepeatedWallTimeOption RPC.

func (*CalendarClient) GetSkippedWallTimeOption

func (c *CalendarClient) GetSkippedWallTimeOption(ctx context.Context) (int32, error)

GetSkippedWallTimeOption calls the GetSkippedWallTimeOption RPC.

func (*CalendarClient) GetTemporalMonthCode

func (c *CalendarClient) GetTemporalMonthCode(ctx context.Context) (string, error)

GetTemporalMonthCode calls the GetTemporalMonthCode RPC.

func (*CalendarClient) GetTime

func (c *CalendarClient) GetTime(ctx context.Context) (int64, error)

GetTime calls the GetTime RPC.

func (*CalendarClient) GetTimeInMillis

func (c *CalendarClient) GetTimeInMillis(ctx context.Context) (int64, error)

GetTimeInMillis calls the GetTimeInMillis RPC.

func (*CalendarClient) GetTimeZone

func (c *CalendarClient) GetTimeZone(ctx context.Context) (int64, error)

GetTimeZone calls the GetTimeZone RPC.

func (*CalendarClient) GetType

func (c *CalendarClient) GetType(ctx context.Context) (string, error)

GetType calls the GetType RPC.

func (*CalendarClient) GetWeekData

func (c *CalendarClient) GetWeekData(ctx context.Context) (int64, error)

GetWeekData calls the GetWeekData RPC.

func (*CalendarClient) GetWeekDataForRegion

func (c *CalendarClient) GetWeekDataForRegion(ctx context.Context, arg0 string) (int64, error)

GetWeekDataForRegion calls the GetWeekDataForRegion RPC.

func (*CalendarClient) HashCode

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

HashCode calls the HashCode RPC.

func (*CalendarClient) InTemporalLeapYear

func (c *CalendarClient) InTemporalLeapYear(ctx context.Context) (bool, error)

InTemporalLeapYear calls the InTemporalLeapYear RPC.

func (*CalendarClient) IsEquivalentTo

func (c *CalendarClient) IsEquivalentTo(ctx context.Context, arg0 int64) (bool, error)

IsEquivalentTo calls the IsEquivalentTo RPC.

func (*CalendarClient) IsLenient

func (c *CalendarClient) IsLenient(ctx context.Context) (bool, error)

IsLenient calls the IsLenient RPC.

func (*CalendarClient) IsSet

func (c *CalendarClient) IsSet(ctx context.Context, arg0 int32) (bool, error)

IsSet calls the IsSet RPC.

func (*CalendarClient) IsWeekend0

func (c *CalendarClient) IsWeekend0(ctx context.Context) (bool, error)

IsWeekend0 calls the IsWeekend0 RPC.

func (*CalendarClient) IsWeekend1_1

func (c *CalendarClient) IsWeekend1_1(ctx context.Context, arg0 int64) (bool, error)

IsWeekend1_1 calls the IsWeekend1_1 RPC.

func (*CalendarClient) Roll2

func (c *CalendarClient) Roll2(ctx context.Context, arg0 int32, arg1 bool) error

Roll2 calls the Roll2 RPC.

func (*CalendarClient) Roll2_1

func (c *CalendarClient) Roll2_1(ctx context.Context, arg0 int32, arg1 int32) error

Roll2_1 calls the Roll2_1 RPC.

func (*CalendarClient) Set2

func (c *CalendarClient) Set2(ctx context.Context, arg0 int32, arg1 int32) error

Set2 calls the Set2 RPC.

func (*CalendarClient) Set3_1

func (c *CalendarClient) Set3_1(ctx context.Context, arg0 int32, arg1 int32, arg2 int32) error

Set3_1 calls the Set3_1 RPC.

func (*CalendarClient) Set5_2

func (c *CalendarClient) Set5_2(ctx context.Context, arg0 int32, arg1 int32, arg2 int32, arg3 int32, arg4 int32) error

Set5_2 calls the Set5_2 RPC.

func (*CalendarClient) Set6_3

func (c *CalendarClient) Set6_3(ctx context.Context, arg0 int32, arg1 int32, arg2 int32, arg3 int32, arg4 int32, arg5 int32) error

Set6_3 calls the Set6_3 RPC.

func (*CalendarClient) SetFirstDayOfWeek

func (c *CalendarClient) SetFirstDayOfWeek(ctx context.Context, arg0 int32) error

SetFirstDayOfWeek calls the SetFirstDayOfWeek RPC.

func (*CalendarClient) SetLenient

func (c *CalendarClient) SetLenient(ctx context.Context, arg0 bool) error

SetLenient calls the SetLenient RPC.

func (*CalendarClient) SetMinimalDaysInFirstWeek

func (c *CalendarClient) SetMinimalDaysInFirstWeek(ctx context.Context, arg0 int32) error

SetMinimalDaysInFirstWeek calls the SetMinimalDaysInFirstWeek RPC.

func (*CalendarClient) SetRepeatedWallTimeOption

func (c *CalendarClient) SetRepeatedWallTimeOption(ctx context.Context, arg0 int32) error

SetRepeatedWallTimeOption calls the SetRepeatedWallTimeOption RPC.

func (*CalendarClient) SetSkippedWallTimeOption

func (c *CalendarClient) SetSkippedWallTimeOption(ctx context.Context, arg0 int32) error

SetSkippedWallTimeOption calls the SetSkippedWallTimeOption RPC.

func (*CalendarClient) SetTemporalMonthCode

func (c *CalendarClient) SetTemporalMonthCode(ctx context.Context, arg0 string) error

SetTemporalMonthCode calls the SetTemporalMonthCode RPC.

func (*CalendarClient) SetTime

func (c *CalendarClient) SetTime(ctx context.Context, arg0 int64) error

SetTime calls the SetTime RPC.

func (*CalendarClient) SetTimeInMillis

func (c *CalendarClient) SetTimeInMillis(ctx context.Context, arg0 int64) error

SetTimeInMillis calls the SetTimeInMillis RPC.

func (*CalendarClient) SetTimeZone

func (c *CalendarClient) SetTimeZone(ctx context.Context, arg0 int64) error

SetTimeZone calls the SetTimeZone RPC.

func (*CalendarClient) SetWeekData

func (c *CalendarClient) SetWeekData(ctx context.Context, arg0 int64) (int64, error)

SetWeekData calls the SetWeekData RPC.

func (*CalendarClient) ToString

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

ToString calls the ToString RPC.

type CalendarWeekDataClient

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

CalendarWeekDataClient wraps the gRPC CalendarWeekDataService client.

func NewCalendarWeekDataClient

func NewCalendarWeekDataClient(cc grpc.ClientConnInterface) *CalendarWeekDataClient

NewCalendarWeekDataClient creates a new CalendarWeekData client.

func (*CalendarWeekDataClient) Equals

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

Equals calls the Equals RPC.

func (*CalendarWeekDataClient) HashCode

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

HashCode calls the HashCode RPC.

func (*CalendarWeekDataClient) ToString

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

ToString calls the ToString RPC.

type ChineseCalendarClient

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

ChineseCalendarClient wraps the gRPC ChineseCalendarService client.

func NewChineseCalendarClient

func NewChineseCalendarClient(cc grpc.ClientConnInterface) *ChineseCalendarClient

NewChineseCalendarClient creates a new ChineseCalendar client.

func (*ChineseCalendarClient) Add

func (c *ChineseCalendarClient) Add(ctx context.Context, handle int64, arg0 int32, arg1 int32) error

Add calls the Add RPC.

func (*ChineseCalendarClient) GetTemporalMonthCode

func (c *ChineseCalendarClient) GetTemporalMonthCode(ctx context.Context, handle int64) (string, error)

GetTemporalMonthCode calls the GetTemporalMonthCode RPC.

func (*ChineseCalendarClient) GetType

func (c *ChineseCalendarClient) GetType(ctx context.Context, handle int64) (string, error)

GetType calls the GetType RPC.

func (*ChineseCalendarClient) InTemporalLeapYear

func (c *ChineseCalendarClient) InTemporalLeapYear(ctx context.Context, handle int64) (bool, error)

InTemporalLeapYear calls the InTemporalLeapYear RPC.

func (*ChineseCalendarClient) Roll

func (c *ChineseCalendarClient) Roll(ctx context.Context, handle int64, arg0 int32, arg1 int32) error

Roll calls the Roll RPC.

func (*ChineseCalendarClient) SetTemporalMonthCode

func (c *ChineseCalendarClient) SetTemporalMonthCode(ctx context.Context, handle int64, arg0 string) error

SetTemporalMonthCode calls the SetTemporalMonthCode RPC.

type CloseGuardClient

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

CloseGuardClient wraps the gRPC CloseGuardService client.

func NewCloseGuardClient

func NewCloseGuardClient(cc grpc.ClientConnInterface) *CloseGuardClient

NewCloseGuardClient creates a new CloseGuard client.

func (*CloseGuardClient) Close

func (c *CloseGuardClient) Close(ctx context.Context, handle int64) error

Close calls the Close RPC.

func (*CloseGuardClient) Open

func (c *CloseGuardClient) Open(ctx context.Context, handle int64, arg0 string) error

Open calls the Open RPC.

func (*CloseGuardClient) WarnIfOpen

func (c *CloseGuardClient) WarnIfOpen(ctx context.Context, handle int64) error

WarnIfOpen calls the WarnIfOpen RPC.

type CopticCalendarClient

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

CopticCalendarClient wraps the gRPC CopticCalendarService client.

func NewCopticCalendarClient

func NewCopticCalendarClient(cc grpc.ClientConnInterface) *CopticCalendarClient

NewCopticCalendarClient creates a new CopticCalendar client.

func (*CopticCalendarClient) GetTemporalMonthCode

func (c *CopticCalendarClient) GetTemporalMonthCode(ctx context.Context, handle int64) (string, error)

GetTemporalMonthCode calls the GetTemporalMonthCode RPC.

func (*CopticCalendarClient) GetType

func (c *CopticCalendarClient) GetType(ctx context.Context, handle int64) (string, error)

GetType calls the GetType RPC.

func (*CopticCalendarClient) SetTemporalMonthCode

func (c *CopticCalendarClient) SetTemporalMonthCode(ctx context.Context, handle int64, arg0 string) error

SetTemporalMonthCode calls the SetTemporalMonthCode RPC.

type CurrencyAmountClient

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

CurrencyAmountClient wraps the gRPC CurrencyAmountService client.

func NewCurrencyAmountClient

func NewCurrencyAmountClient(cc grpc.ClientConnInterface) *CurrencyAmountClient

NewCurrencyAmountClient creates a new CurrencyAmount client.

func (*CurrencyAmountClient) GetCurrency

func (c *CurrencyAmountClient) GetCurrency(ctx context.Context, handle int64) (int64, error)

GetCurrency calls the GetCurrency RPC.

type CurrencyClient

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

CurrencyClient wraps the gRPC CurrencyService client.

func NewCurrencyClient

func NewCurrencyClient(cc grpc.ClientConnInterface) *CurrencyClient

NewCurrencyClient creates a new Currency client.

func (*CurrencyClient) FromJavaCurrency

func (c *CurrencyClient) FromJavaCurrency(ctx context.Context, arg0 int64) (int64, error)

FromJavaCurrency calls the FromJavaCurrency RPC.

func (*CurrencyClient) GetAvailableCurrencies

func (c *CurrencyClient) GetAvailableCurrencies(ctx context.Context) (int64, error)

GetAvailableCurrencies calls the GetAvailableCurrencies RPC.

func (*CurrencyClient) GetAvailableCurrencyCodes2

func (c *CurrencyClient) GetAvailableCurrencyCodes2(ctx context.Context, arg0 int64, arg1 int64) (int64, error)

GetAvailableCurrencyCodes2 calls the GetAvailableCurrencyCodes2 RPC.

func (*CurrencyClient) GetAvailableCurrencyCodes2_1

func (c *CurrencyClient) GetAvailableCurrencyCodes2_1(ctx context.Context, arg0 int64, arg1 int64) (int64, error)

GetAvailableCurrencyCodes2_1 calls the GetAvailableCurrencyCodes2_1 RPC.

func (*CurrencyClient) GetAvailableLocales

func (c *CurrencyClient) GetAvailableLocales(ctx context.Context) (int64, error)

GetAvailableLocales calls the GetAvailableLocales RPC.

func (*CurrencyClient) GetAvailableULocales

func (c *CurrencyClient) GetAvailableULocales(ctx context.Context) (int64, error)

GetAvailableULocales calls the GetAvailableULocales RPC.

func (*CurrencyClient) GetCurrencyCode

func (c *CurrencyClient) GetCurrencyCode(ctx context.Context) (string, error)

GetCurrencyCode calls the GetCurrencyCode RPC.

func (*CurrencyClient) GetDefaultFractionDigits0

func (c *CurrencyClient) GetDefaultFractionDigits0(ctx context.Context) (int32, error)

GetDefaultFractionDigits0 calls the GetDefaultFractionDigits0 RPC.

func (*CurrencyClient) GetDefaultFractionDigits1_1

func (c *CurrencyClient) GetDefaultFractionDigits1_1(ctx context.Context, arg0 int64) (int32, error)

GetDefaultFractionDigits1_1 calls the GetDefaultFractionDigits1_1 RPC.

func (*CurrencyClient) GetDisplayName0

func (c *CurrencyClient) GetDisplayName0(ctx context.Context) (string, error)

GetDisplayName0 calls the GetDisplayName0 RPC.

func (*CurrencyClient) GetDisplayName1_1

func (c *CurrencyClient) GetDisplayName1_1(ctx context.Context, arg0 int64) (string, error)

GetDisplayName1_1 calls the GetDisplayName1_1 RPC.

func (*CurrencyClient) GetInstance1

func (c *CurrencyClient) GetInstance1(ctx context.Context, arg0 int64) (int64, error)

GetInstance1 calls the GetInstance1 RPC.

func (*CurrencyClient) GetInstance1_1

func (c *CurrencyClient) GetInstance1_1(ctx context.Context, arg0 string) (int64, error)

GetInstance1_1 calls the GetInstance1_1 RPC.

func (*CurrencyClient) GetInstance1_2

func (c *CurrencyClient) GetInstance1_2(ctx context.Context, arg0 int64) (int64, error)

GetInstance1_2 calls the GetInstance1_2 RPC.

func (*CurrencyClient) GetKeywordValuesForLocale

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

GetKeywordValuesForLocale calls the GetKeywordValuesForLocale RPC.

func (*CurrencyClient) GetName3

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

GetName3 calls the GetName3 RPC.

func (*CurrencyClient) GetName3_2

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

GetName3_2 calls the GetName3_2 RPC.

func (*CurrencyClient) GetName4_1

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

GetName4_1 calls the GetName4_1 RPC.

func (*CurrencyClient) GetName4_3

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

GetName4_3 calls the GetName4_3 RPC.

func (*CurrencyClient) GetNumericCode

func (c *CurrencyClient) GetNumericCode(ctx context.Context) (int32, error)

GetNumericCode calls the GetNumericCode RPC.

func (*CurrencyClient) GetRoundingIncrement0

func (c *CurrencyClient) GetRoundingIncrement0(ctx context.Context) (float64, error)

GetRoundingIncrement0 calls the GetRoundingIncrement0 RPC.

func (*CurrencyClient) GetRoundingIncrement1_1

func (c *CurrencyClient) GetRoundingIncrement1_1(ctx context.Context, arg0 int64) (float64, error)

GetRoundingIncrement1_1 calls the GetRoundingIncrement1_1 RPC.

func (*CurrencyClient) GetSymbol0

func (c *CurrencyClient) GetSymbol0(ctx context.Context) (string, error)

GetSymbol0 calls the GetSymbol0 RPC.

func (*CurrencyClient) GetSymbol1_1

func (c *CurrencyClient) GetSymbol1_1(ctx context.Context, arg0 int64) (string, error)

GetSymbol1_1 calls the GetSymbol1_1 RPC.

func (*CurrencyClient) GetSymbol1_2

func (c *CurrencyClient) GetSymbol1_2(ctx context.Context, arg0 int64) (string, error)

GetSymbol1_2 calls the GetSymbol1_2 RPC.

func (*CurrencyClient) IsAvailable

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

IsAvailable calls the IsAvailable RPC.

func (*CurrencyClient) ToJavaCurrency

func (c *CurrencyClient) ToJavaCurrency(ctx context.Context) (int64, error)

ToJavaCurrency calls the ToJavaCurrency RPC.

func (*CurrencyClient) ToString

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

ToString calls the ToString RPC.

type CurrencyCurrencyUsageClient

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

CurrencyCurrencyUsageClient wraps the gRPC CurrencyCurrencyUsageService client.

func NewCurrencyCurrencyUsageClient

func NewCurrencyCurrencyUsageClient(cc grpc.ClientConnInterface) *CurrencyCurrencyUsageClient

NewCurrencyCurrencyUsageClient creates a new CurrencyCurrencyUsage client.

func (*CurrencyCurrencyUsageClient) ValueOf

func (c *CurrencyCurrencyUsageClient) ValueOf(ctx context.Context, arg0 string) (int64, error)

ValueOf calls the ValueOf RPC.

func (*CurrencyCurrencyUsageClient) Values

Values calls the Values RPC.

type DateIntervalClient

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

DateIntervalClient wraps the gRPC DateIntervalService client.

func NewDateIntervalClient

func NewDateIntervalClient(cc grpc.ClientConnInterface) *DateIntervalClient

NewDateIntervalClient creates a new DateInterval client.

func (*DateIntervalClient) Equals

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

Equals calls the Equals RPC.

func (*DateIntervalClient) GetFromDate

func (c *DateIntervalClient) GetFromDate(ctx context.Context, handle int64) (int64, error)

GetFromDate calls the GetFromDate RPC.

func (*DateIntervalClient) GetToDate

func (c *DateIntervalClient) GetToDate(ctx context.Context, handle int64) (int64, error)

GetToDate calls the GetToDate RPC.

func (*DateIntervalClient) HashCode

func (c *DateIntervalClient) HashCode(ctx context.Context, handle int64) (int32, error)

HashCode calls the HashCode RPC.

func (*DateIntervalClient) ToString

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

ToString calls the ToString RPC.

type DebugUtilsClient

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

DebugUtilsClient wraps the gRPC DebugUtilsService client.

func NewDebugUtilsClient

func NewDebugUtilsClient(cc grpc.ClientConnInterface) *DebugUtilsClient

NewDebugUtilsClient creates a new DebugUtils client.

func (*DebugUtilsClient) IsObjectSelected

func (c *DebugUtilsClient) IsObjectSelected(ctx context.Context, arg0 int64) (bool, error)

IsObjectSelected calls the IsObjectSelected RPC.

type DocumentIdUtilClient

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

DocumentIdUtilClient wraps the gRPC DocumentIdUtilService client.

func NewDocumentIdUtilClient

func NewDocumentIdUtilClient(cc grpc.ClientConnInterface) *DocumentIdUtilClient

NewDocumentIdUtilClient creates a new DocumentIdUtil client.

func (*DocumentIdUtilClient) CreateQualifiedId3

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

CreateQualifiedId3 calls the CreateQualifiedId3 RPC.

func (*DocumentIdUtilClient) CreateQualifiedId4_1

func (c *DocumentIdUtilClient) CreateQualifiedId4_1(ctx context.Context, arg0 string, arg1 string, arg2 string, arg3 string) (string, error)

CreateQualifiedId4_1 calls the CreateQualifiedId4_1 RPC.

type DumpableClient

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

DumpableClient wraps the gRPC DumpableService client.

func NewDumpableClient

func NewDumpableClient(cc grpc.ClientConnInterface) *DumpableClient

NewDumpableClient creates a new Dumpable client.

func (*DumpableClient) Dump

func (c *DumpableClient) Dump(ctx context.Context, arg0 int64, arg1 int64) error

Dump calls the Dump RPC.

type DumpableContainerClient

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

DumpableContainerClient wraps the gRPC DumpableContainerService client.

func NewDumpableContainerClient

func NewDumpableContainerClient(cc grpc.ClientConnInterface) *DumpableContainerClient

NewDumpableContainerClient creates a new DumpableContainer client.

func (*DumpableContainerClient) AddDumpable

func (c *DumpableContainerClient) AddDumpable(ctx context.Context, arg0 int64) (bool, error)

AddDumpable calls the AddDumpable RPC.

func (*DumpableContainerClient) RemoveDumpable

func (c *DumpableContainerClient) RemoveDumpable(ctx context.Context, arg0 int64) (bool, error)

RemoveDumpable calls the RemoveDumpable RPC.

type EthiopicCalendarClient

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

EthiopicCalendarClient wraps the gRPC EthiopicCalendarService client.

func NewEthiopicCalendarClient

func NewEthiopicCalendarClient(cc grpc.ClientConnInterface) *EthiopicCalendarClient

NewEthiopicCalendarClient creates a new EthiopicCalendar client.

func (*EthiopicCalendarClient) GetTemporalMonthCode

func (c *EthiopicCalendarClient) GetTemporalMonthCode(ctx context.Context, handle int64) (string, error)

GetTemporalMonthCode calls the GetTemporalMonthCode RPC.

func (*EthiopicCalendarClient) GetType

func (c *EthiopicCalendarClient) GetType(ctx context.Context, handle int64) (string, error)

GetType calls the GetType RPC.

func (*EthiopicCalendarClient) IsAmeteAlemEra

func (c *EthiopicCalendarClient) IsAmeteAlemEra(ctx context.Context, handle int64) (bool, error)

IsAmeteAlemEra calls the IsAmeteAlemEra RPC.

func (*EthiopicCalendarClient) SetAmeteAlemEra

func (c *EthiopicCalendarClient) SetAmeteAlemEra(ctx context.Context, handle int64, arg0 bool) error

SetAmeteAlemEra calls the SetAmeteAlemEra RPC.

func (*EthiopicCalendarClient) SetTemporalMonthCode

func (c *EthiopicCalendarClient) SetTemporalMonthCode(ctx context.Context, handle int64, arg0 string) error

SetTemporalMonthCode calls the SetTemporalMonthCode RPC.

type EventLogClient

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

EventLogClient wraps the gRPC EventLogService client.

func NewEventLogClient

func NewEventLogClient(cc grpc.ClientConnInterface) *EventLogClient

NewEventLogClient creates a new EventLog client.

func (*EventLogClient) GetTagCode

func (c *EventLogClient) GetTagCode(ctx context.Context, arg0 string) (int32, error)

GetTagCode calls the GetTagCode RPC.

func (*EventLogClient) GetTagName

func (c *EventLogClient) GetTagName(ctx context.Context, arg0 int32) (string, error)

GetTagName calls the GetTagName RPC.

func (*EventLogClient) WriteEvent2

func (c *EventLogClient) WriteEvent2(ctx context.Context, arg0 int32, arg1 float32) (int32, error)

WriteEvent2 calls the WriteEvent2 RPC.

func (*EventLogClient) WriteEvent2_1

func (c *EventLogClient) WriteEvent2_1(ctx context.Context, arg0 int32, arg1 int32) (int32, error)

WriteEvent2_1 calls the WriteEvent2_1 RPC.

func (*EventLogClient) WriteEvent2_2

func (c *EventLogClient) WriteEvent2_2(ctx context.Context, arg0 int32, arg1 int64) (int32, error)

WriteEvent2_2 calls the WriteEvent2_2 RPC.

func (*EventLogClient) WriteEvent2_3

func (c *EventLogClient) WriteEvent2_3(ctx context.Context, arg0 int32, arg1 string) (int32, error)

WriteEvent2_3 calls the WriteEvent2_3 RPC.

func (*EventLogClient) WriteEvent2_4

func (c *EventLogClient) WriteEvent2_4(ctx context.Context, arg0 int32, arg1 int64) (int32, error)

WriteEvent2_4 calls the WriteEvent2_4 RPC.

type EventLogEventClient

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

EventLogEventClient wraps the gRPC EventLogEventService client.

func NewEventLogEventClient

func NewEventLogEventClient(cc grpc.ClientConnInterface) *EventLogEventClient

NewEventLogEventClient creates a new EventLogEvent client.

func (*EventLogEventClient) Equals

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

Equals calls the Equals RPC.

func (*EventLogEventClient) GetProcessId

func (c *EventLogEventClient) GetProcessId(ctx context.Context) (int32, error)

GetProcessId calls the GetProcessId RPC.

func (*EventLogEventClient) GetTag

func (c *EventLogEventClient) GetTag(ctx context.Context) (int32, error)

GetTag calls the GetTag RPC.

func (*EventLogEventClient) GetThreadId

func (c *EventLogEventClient) GetThreadId(ctx context.Context) (int32, error)

GetThreadId calls the GetThreadId RPC.

func (*EventLogEventClient) GetTimeNanos

func (c *EventLogEventClient) GetTimeNanos(ctx context.Context) (int64, error)

GetTimeNanos calls the GetTimeNanos RPC.

func (*EventLogEventClient) HashCode

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

HashCode calls the HashCode RPC.

type EventLogTagsClient

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

EventLogTagsClient wraps the gRPC EventLogTagsService client.

func NewEventLogTagsClient

func NewEventLogTagsClient(cc grpc.ClientConnInterface) *EventLogTagsClient

NewEventLogTagsClient creates a new EventLogTags client.

func (*EventLogTagsClient) Get1

func (c *EventLogTagsClient) Get1(ctx context.Context, handle int64, arg0 int32) (int64, error)

Get1 calls the Get1 RPC.

func (*EventLogTagsClient) Get1_1

func (c *EventLogTagsClient) Get1_1(ctx context.Context, handle int64, arg0 string) (int64, error)

Get1_1 calls the Get1_1 RPC.

type FloatPropertyClient

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

FloatPropertyClient wraps the gRPC FloatPropertyService client.

func NewFloatPropertyClient

func NewFloatPropertyClient(cc grpc.ClientConnInterface) *FloatPropertyClient

NewFloatPropertyClient creates a new FloatProperty client.

func (*FloatPropertyClient) Set

func (c *FloatPropertyClient) Set(ctx context.Context, arg0 int64, arg1 int64) error

Set calls the Set RPC.

type FreezableClient

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

FreezableClient wraps the gRPC FreezableService client.

func NewFreezableClient

func NewFreezableClient(cc grpc.ClientConnInterface) *FreezableClient

NewFreezableClient creates a new Freezable client.

func (*FreezableClient) IsFrozen

func (c *FreezableClient) IsFrozen(ctx context.Context) (bool, error)

IsFrozen calls the IsFrozen RPC.

type GregorianCalendarClient

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

GregorianCalendarClient wraps the gRPC GregorianCalendarService client.

func NewGregorianCalendarClient

func NewGregorianCalendarClient(cc grpc.ClientConnInterface) *GregorianCalendarClient

NewGregorianCalendarClient creates a new GregorianCalendar client.

func (*GregorianCalendarClient) GetActualMaximum

func (c *GregorianCalendarClient) GetActualMaximum(ctx context.Context, handle int64, arg0 int32) (int32, error)

GetActualMaximum calls the GetActualMaximum RPC.

func (*GregorianCalendarClient) GetActualMinimum

func (c *GregorianCalendarClient) GetActualMinimum(ctx context.Context, handle int64, arg0 int32) (int32, error)

GetActualMinimum calls the GetActualMinimum RPC.

func (*GregorianCalendarClient) GetGregorianChange

func (c *GregorianCalendarClient) GetGregorianChange(ctx context.Context, handle int64) (int64, error)

GetGregorianChange calls the GetGregorianChange RPC.

func (*GregorianCalendarClient) GetType

func (c *GregorianCalendarClient) GetType(ctx context.Context, handle int64) (string, error)

GetType calls the GetType RPC.

func (*GregorianCalendarClient) HashCode

func (c *GregorianCalendarClient) HashCode(ctx context.Context, handle int64) (int32, error)

HashCode calls the HashCode RPC.

func (*GregorianCalendarClient) IsEquivalentTo

func (c *GregorianCalendarClient) IsEquivalentTo(ctx context.Context, handle int64, arg0 int64) (bool, error)

IsEquivalentTo calls the IsEquivalentTo RPC.

func (*GregorianCalendarClient) IsLeapYear

func (c *GregorianCalendarClient) IsLeapYear(ctx context.Context, handle int64, arg0 int32) (bool, error)

IsLeapYear calls the IsLeapYear RPC.

func (*GregorianCalendarClient) Roll

func (c *GregorianCalendarClient) Roll(ctx context.Context, handle int64, arg0 int32, arg1 int32) error

Roll calls the Roll RPC.

func (*GregorianCalendarClient) SetGregorianChange

func (c *GregorianCalendarClient) SetGregorianChange(ctx context.Context, handle int64, arg0 int64) error

SetGregorianChange calls the SetGregorianChange RPC.

type HalfClient

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

HalfClient wraps the gRPC HalfService client.

func NewHalfClient

func NewHalfClient(cc grpc.ClientConnInterface) *HalfClient

NewHalfClient creates a new Half client.

func (*HalfClient) Abs

func (c *HalfClient) Abs(ctx context.Context, handle int64, arg0 int16) (int16, error)

Abs calls the Abs RPC.

func (*HalfClient) ByteValue

func (c *HalfClient) ByteValue(ctx context.Context, handle int64) (int8, error)

ByteValue calls the ByteValue RPC.

func (*HalfClient) Ceil

func (c *HalfClient) Ceil(ctx context.Context, handle int64, arg0 int16) (int16, error)

Ceil calls the Ceil RPC.

func (*HalfClient) Compare

func (c *HalfClient) Compare(ctx context.Context, handle int64, arg0 int16, arg1 int16) (int32, error)

Compare calls the Compare RPC.

func (*HalfClient) CompareTo1

func (c *HalfClient) CompareTo1(ctx context.Context, handle int64, arg0 int64) (int32, error)

CompareTo1 calls the CompareTo1 RPC.

func (*HalfClient) CompareTo1_1

func (c *HalfClient) CompareTo1_1(ctx context.Context, handle int64, arg0 int64) (int32, error)

CompareTo1_1 calls the CompareTo1_1 RPC.

func (*HalfClient) CopySign

func (c *HalfClient) CopySign(ctx context.Context, handle int64, arg0 int16, arg1 int16) (int16, error)

CopySign calls the CopySign RPC.

func (*HalfClient) DoubleValue

func (c *HalfClient) DoubleValue(ctx context.Context, handle int64) (float64, error)

DoubleValue calls the DoubleValue RPC.

func (*HalfClient) Equals1

func (c *HalfClient) Equals1(ctx context.Context, handle int64, arg0 int64) (bool, error)

Equals1 calls the Equals1 RPC.

func (*HalfClient) Equals2_1

func (c *HalfClient) Equals2_1(ctx context.Context, handle int64, arg0 int16, arg1 int16) (bool, error)

Equals2_1 calls the Equals2_1 RPC.

func (*HalfClient) FloatValue

func (c *HalfClient) FloatValue(ctx context.Context, handle int64) (float32, error)

FloatValue calls the FloatValue RPC.

func (*HalfClient) Floor

func (c *HalfClient) Floor(ctx context.Context, handle int64, arg0 int16) (int16, error)

Floor calls the Floor RPC.

func (*HalfClient) GetExponent

func (c *HalfClient) GetExponent(ctx context.Context, handle int64, arg0 int16) (int32, error)

GetExponent calls the GetExponent RPC.

func (*HalfClient) GetSign

func (c *HalfClient) GetSign(ctx context.Context, handle int64, arg0 int16) (int32, error)

GetSign calls the GetSign RPC.

func (*HalfClient) GetSignificand

func (c *HalfClient) GetSignificand(ctx context.Context, handle int64, arg0 int16) (int32, error)

GetSignificand calls the GetSignificand RPC.

func (*HalfClient) Greater

func (c *HalfClient) Greater(ctx context.Context, handle int64, arg0 int16, arg1 int16) (bool, error)

Greater calls the Greater RPC.

func (*HalfClient) GreaterEquals

func (c *HalfClient) GreaterEquals(ctx context.Context, handle int64, arg0 int16, arg1 int16) (bool, error)

GreaterEquals calls the GreaterEquals RPC.

func (*HalfClient) HalfToIntBits

func (c *HalfClient) HalfToIntBits(ctx context.Context, handle int64, arg0 int16) (int32, error)

HalfToIntBits calls the HalfToIntBits RPC.

func (*HalfClient) HalfToRawIntBits

func (c *HalfClient) HalfToRawIntBits(ctx context.Context, handle int64, arg0 int16) (int32, error)

HalfToRawIntBits calls the HalfToRawIntBits RPC.

func (*HalfClient) HalfToShortBits

func (c *HalfClient) HalfToShortBits(ctx context.Context, handle int64, arg0 int16) (int16, error)

HalfToShortBits calls the HalfToShortBits RPC.

func (*HalfClient) HalfValue

func (c *HalfClient) HalfValue(ctx context.Context, handle int64) (int16, error)

HalfValue calls the HalfValue RPC.

func (*HalfClient) HashCode0

func (c *HalfClient) HashCode0(ctx context.Context, handle int64) (int32, error)

HashCode0 calls the HashCode0 RPC.

func (*HalfClient) HashCode1_1

func (c *HalfClient) HashCode1_1(ctx context.Context, handle int64, arg0 int16) (int32, error)

HashCode1_1 calls the HashCode1_1 RPC.

func (*HalfClient) IntBitsToHalf

func (c *HalfClient) IntBitsToHalf(ctx context.Context, handle int64, arg0 int32) (int16, error)

IntBitsToHalf calls the IntBitsToHalf RPC.

func (*HalfClient) IntValue

func (c *HalfClient) IntValue(ctx context.Context, handle int64) (int32, error)

IntValue calls the IntValue RPC.

func (*HalfClient) IsInfinite

func (c *HalfClient) IsInfinite(ctx context.Context, handle int64, arg0 int16) (bool, error)

IsInfinite calls the IsInfinite RPC.

func (*HalfClient) IsNaN0

func (c *HalfClient) IsNaN0(ctx context.Context, handle int64) (bool, error)

IsNaN0 calls the IsNaN0 RPC.

func (*HalfClient) IsNaN1_1

func (c *HalfClient) IsNaN1_1(ctx context.Context, handle int64, arg0 int16) (bool, error)

IsNaN1_1 calls the IsNaN1_1 RPC.

func (*HalfClient) IsNormalized

func (c *HalfClient) IsNormalized(ctx context.Context, handle int64, arg0 int16) (bool, error)

IsNormalized calls the IsNormalized RPC.

func (*HalfClient) Less

func (c *HalfClient) Less(ctx context.Context, handle int64, arg0 int16, arg1 int16) (bool, error)

Less calls the Less RPC.

func (*HalfClient) LessEquals

func (c *HalfClient) LessEquals(ctx context.Context, handle int64, arg0 int16, arg1 int16) (bool, error)

LessEquals calls the LessEquals RPC.

func (*HalfClient) LongValue

func (c *HalfClient) LongValue(ctx context.Context, handle int64) (int64, error)

LongValue calls the LongValue RPC.

func (*HalfClient) Max

func (c *HalfClient) Max(ctx context.Context, handle int64, arg0 int16, arg1 int16) (int16, error)

Max calls the Max RPC.

func (*HalfClient) Min

func (c *HalfClient) Min(ctx context.Context, handle int64, arg0 int16, arg1 int16) (int16, error)

Min calls the Min RPC.

func (*HalfClient) ParseHalf

func (c *HalfClient) ParseHalf(ctx context.Context, handle int64, arg0 string) (int16, error)

ParseHalf calls the ParseHalf RPC.

func (*HalfClient) Round

func (c *HalfClient) Round(ctx context.Context, handle int64, arg0 int16) (int16, error)

Round calls the Round RPC.

func (*HalfClient) ShortValue

func (c *HalfClient) ShortValue(ctx context.Context, handle int64) (int16, error)

ShortValue calls the ShortValue RPC.

func (*HalfClient) ToFloat

func (c *HalfClient) ToFloat(ctx context.Context, handle int64, arg0 int16) (float32, error)

ToFloat calls the ToFloat RPC.

func (*HalfClient) ToHalf

func (c *HalfClient) ToHalf(ctx context.Context, handle int64, arg0 float32) (int16, error)

ToHalf calls the ToHalf RPC.

func (*HalfClient) ToHexString

func (c *HalfClient) ToHexString(ctx context.Context, handle int64, arg0 int16) (string, error)

ToHexString calls the ToHexString RPC.

func (*HalfClient) ToString0

func (c *HalfClient) ToString0(ctx context.Context, handle int64) (string, error)

ToString0 calls the ToString0 RPC.

func (*HalfClient) ToString1_1

func (c *HalfClient) ToString1_1(ctx context.Context, handle int64, arg0 int16) (string, error)

ToString1_1 calls the ToString1_1 RPC.

func (*HalfClient) Trunc

func (c *HalfClient) Trunc(ctx context.Context, handle int64, arg0 int16) (int16, error)

Trunc calls the Trunc RPC.

func (*HalfClient) ValueOf1

func (c *HalfClient) ValueOf1(ctx context.Context, handle int64, arg0 float32) (int64, error)

ValueOf1 calls the ValueOf1 RPC.

func (*HalfClient) ValueOf1_1

func (c *HalfClient) ValueOf1_1(ctx context.Context, handle int64, arg0 string) (int64, error)

ValueOf1_1 calls the ValueOf1_1 RPC.

func (*HalfClient) ValueOf1_2

func (c *HalfClient) ValueOf1_2(ctx context.Context, handle int64, arg0 int16) (int64, error)

ValueOf1_2 calls the ValueOf1_2 RPC.

type HebrewCalendarClient

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

HebrewCalendarClient wraps the gRPC HebrewCalendarService client.

func NewHebrewCalendarClient

func NewHebrewCalendarClient(cc grpc.ClientConnInterface) *HebrewCalendarClient

NewHebrewCalendarClient creates a new HebrewCalendar client.

func (*HebrewCalendarClient) Add

func (c *HebrewCalendarClient) Add(ctx context.Context, handle int64, arg0 int32, arg1 int32) error

Add calls the Add RPC.

func (*HebrewCalendarClient) GetTemporalMonthCode

func (c *HebrewCalendarClient) GetTemporalMonthCode(ctx context.Context, handle int64) (string, error)

GetTemporalMonthCode calls the GetTemporalMonthCode RPC.

func (*HebrewCalendarClient) GetType

func (c *HebrewCalendarClient) GetType(ctx context.Context, handle int64) (string, error)

GetType calls the GetType RPC.

func (*HebrewCalendarClient) InTemporalLeapYear

func (c *HebrewCalendarClient) InTemporalLeapYear(ctx context.Context, handle int64) (bool, error)

InTemporalLeapYear calls the InTemporalLeapYear RPC.

func (*HebrewCalendarClient) Roll

func (c *HebrewCalendarClient) Roll(ctx context.Context, handle int64, arg0 int32, arg1 int32) error

Roll calls the Roll RPC.

func (*HebrewCalendarClient) SetTemporalMonthCode

func (c *HebrewCalendarClient) SetTemporalMonthCode(ctx context.Context, handle int64, arg0 string) error

SetTemporalMonthCode calls the SetTemporalMonthCode RPC.

type IllformedLocaleExceptionClient

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

IllformedLocaleExceptionClient wraps the gRPC IllformedLocaleExceptionService client.

func NewIllformedLocaleExceptionClient

func NewIllformedLocaleExceptionClient(cc grpc.ClientConnInterface) *IllformedLocaleExceptionClient

NewIllformedLocaleExceptionClient creates a new IllformedLocaleException client.

func (*IllformedLocaleExceptionClient) GetErrorIndex

func (c *IllformedLocaleExceptionClient) GetErrorIndex(ctx context.Context, handle int64) (int32, error)

GetErrorIndex calls the GetErrorIndex RPC.

type IndianCalendarClient

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

IndianCalendarClient wraps the gRPC IndianCalendarService client.

func NewIndianCalendarClient

func NewIndianCalendarClient(cc grpc.ClientConnInterface) *IndianCalendarClient

NewIndianCalendarClient creates a new IndianCalendar client.

func (*IndianCalendarClient) GetType

func (c *IndianCalendarClient) GetType(ctx context.Context, handle int64) (string, error)

GetType calls the GetType RPC.

type IntPropertyClient

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

IntPropertyClient wraps the gRPC IntPropertyService client.

func NewIntPropertyClient

func NewIntPropertyClient(cc grpc.ClientConnInterface) *IntPropertyClient

NewIntPropertyClient creates a new IntProperty client.

func (*IntPropertyClient) Set

func (c *IntPropertyClient) Set(ctx context.Context, arg0 int64, arg1 int64) error

Set calls the Set RPC.

type IslamicCalendarCalculationTypeClient

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

IslamicCalendarCalculationTypeClient wraps the gRPC IslamicCalendarCalculationTypeService client.

func NewIslamicCalendarCalculationTypeClient

func NewIslamicCalendarCalculationTypeClient(cc grpc.ClientConnInterface) *IslamicCalendarCalculationTypeClient

NewIslamicCalendarCalculationTypeClient creates a new IslamicCalendarCalculationType client.

func (*IslamicCalendarCalculationTypeClient) ValueOf

ValueOf calls the ValueOf RPC.

func (*IslamicCalendarCalculationTypeClient) Values

Values calls the Values RPC.

type IslamicCalendarClient

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

IslamicCalendarClient wraps the gRPC IslamicCalendarService client.

func NewIslamicCalendarClient

func NewIslamicCalendarClient(cc grpc.ClientConnInterface) *IslamicCalendarClient

NewIslamicCalendarClient creates a new IslamicCalendar client.

func (*IslamicCalendarClient) GetCalculationType

func (c *IslamicCalendarClient) GetCalculationType(ctx context.Context, handle int64) (int64, error)

GetCalculationType calls the GetCalculationType RPC.

func (*IslamicCalendarClient) GetType

func (c *IslamicCalendarClient) GetType(ctx context.Context, handle int64) (string, error)

GetType calls the GetType RPC.

func (*IslamicCalendarClient) InTemporalLeapYear

func (c *IslamicCalendarClient) InTemporalLeapYear(ctx context.Context, handle int64) (bool, error)

InTemporalLeapYear calls the InTemporalLeapYear RPC.

func (*IslamicCalendarClient) SetCalculationType

func (c *IslamicCalendarClient) SetCalculationType(ctx context.Context, handle int64, arg0 int64) error

SetCalculationType calls the SetCalculationType RPC.

type JapaneseCalendarClient

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

JapaneseCalendarClient wraps the gRPC JapaneseCalendarService client.

func NewJapaneseCalendarClient

func NewJapaneseCalendarClient(cc grpc.ClientConnInterface) *JapaneseCalendarClient

NewJapaneseCalendarClient creates a new JapaneseCalendar client.

func (*JapaneseCalendarClient) GetActualMaximum

func (c *JapaneseCalendarClient) GetActualMaximum(ctx context.Context, handle int64, arg0 int32) (int32, error)

GetActualMaximum calls the GetActualMaximum RPC.

func (*JapaneseCalendarClient) GetType

func (c *JapaneseCalendarClient) GetType(ctx context.Context, handle int64) (string, error)

GetType calls the GetType RPC.

type JsonReaderClient

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

JsonReaderClient wraps the gRPC JsonReaderService client.

func NewJsonReaderClient

func NewJsonReaderClient(cc grpc.ClientConnInterface) *JsonReaderClient

NewJsonReaderClient creates a new JsonReader client.

func (*JsonReaderClient) BeginArray

func (c *JsonReaderClient) BeginArray(ctx context.Context, handle int64) error

BeginArray calls the BeginArray RPC.

func (*JsonReaderClient) BeginObject

func (c *JsonReaderClient) BeginObject(ctx context.Context, handle int64) error

BeginObject calls the BeginObject RPC.

func (*JsonReaderClient) Close

func (c *JsonReaderClient) Close(ctx context.Context, handle int64) error

Close calls the Close RPC.

func (*JsonReaderClient) EndArray

func (c *JsonReaderClient) EndArray(ctx context.Context, handle int64) error

EndArray calls the EndArray RPC.

func (*JsonReaderClient) EndObject

func (c *JsonReaderClient) EndObject(ctx context.Context, handle int64) error

EndObject calls the EndObject RPC.

func (*JsonReaderClient) HasNext

func (c *JsonReaderClient) HasNext(ctx context.Context, handle int64) (bool, error)

HasNext calls the HasNext RPC.

func (*JsonReaderClient) IsLenient

func (c *JsonReaderClient) IsLenient(ctx context.Context, handle int64) (bool, error)

IsLenient calls the IsLenient RPC.

func (*JsonReaderClient) NextBoolean

func (c *JsonReaderClient) NextBoolean(ctx context.Context, handle int64) (bool, error)

NextBoolean calls the NextBoolean RPC.

func (*JsonReaderClient) NextDouble

func (c *JsonReaderClient) NextDouble(ctx context.Context, handle int64) (float64, error)

NextDouble calls the NextDouble RPC.

func (*JsonReaderClient) NextInt

func (c *JsonReaderClient) NextInt(ctx context.Context, handle int64) (int32, error)

NextInt calls the NextInt RPC.

func (*JsonReaderClient) NextLong

func (c *JsonReaderClient) NextLong(ctx context.Context, handle int64) (int64, error)

NextLong calls the NextLong RPC.

func (*JsonReaderClient) NextName

func (c *JsonReaderClient) NextName(ctx context.Context, handle int64) (string, error)

NextName calls the NextName RPC.

func (*JsonReaderClient) NextNull

func (c *JsonReaderClient) NextNull(ctx context.Context, handle int64) error

NextNull calls the NextNull RPC.

func (*JsonReaderClient) NextString

func (c *JsonReaderClient) NextString(ctx context.Context, handle int64) (string, error)

NextString calls the NextString RPC.

func (*JsonReaderClient) Peek

func (c *JsonReaderClient) Peek(ctx context.Context, handle int64) (int64, error)

Peek calls the Peek RPC.

func (*JsonReaderClient) SetLenient

func (c *JsonReaderClient) SetLenient(ctx context.Context, handle int64, arg0 bool) error

SetLenient calls the SetLenient RPC.

func (*JsonReaderClient) SkipValue

func (c *JsonReaderClient) SkipValue(ctx context.Context, handle int64) error

SkipValue calls the SkipValue RPC.

func (*JsonReaderClient) ToString

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

ToString calls the ToString RPC.

type JsonTokenClient

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

JsonTokenClient wraps the gRPC JsonTokenService client.

func NewJsonTokenClient

func NewJsonTokenClient(cc grpc.ClientConnInterface) *JsonTokenClient

NewJsonTokenClient creates a new JsonToken client.

func (*JsonTokenClient) ValueOf

func (c *JsonTokenClient) ValueOf(ctx context.Context, arg0 string) (int64, error)

ValueOf calls the ValueOf RPC.

func (*JsonTokenClient) Values

func (c *JsonTokenClient) Values(ctx context.Context) (int64, error)

Values calls the Values RPC.

type JsonWriterClient

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

JsonWriterClient wraps the gRPC JsonWriterService client.

func NewJsonWriterClient

func NewJsonWriterClient(cc grpc.ClientConnInterface) *JsonWriterClient

NewJsonWriterClient creates a new JsonWriter client.

func (*JsonWriterClient) BeginArray

func (c *JsonWriterClient) BeginArray(ctx context.Context, handle int64) (int64, error)

BeginArray calls the BeginArray RPC.

func (*JsonWriterClient) BeginObject

func (c *JsonWriterClient) BeginObject(ctx context.Context, handle int64) (int64, error)

BeginObject calls the BeginObject RPC.

func (*JsonWriterClient) Close

func (c *JsonWriterClient) Close(ctx context.Context, handle int64) error

Close calls the Close RPC.

func (*JsonWriterClient) EndArray

func (c *JsonWriterClient) EndArray(ctx context.Context, handle int64) (int64, error)

EndArray calls the EndArray RPC.

func (*JsonWriterClient) EndObject

func (c *JsonWriterClient) EndObject(ctx context.Context, handle int64) (int64, error)

EndObject calls the EndObject RPC.

func (*JsonWriterClient) Flush

func (c *JsonWriterClient) Flush(ctx context.Context, handle int64) error

Flush calls the Flush RPC.

func (*JsonWriterClient) IsLenient

func (c *JsonWriterClient) IsLenient(ctx context.Context, handle int64) (bool, error)

IsLenient calls the IsLenient RPC.

func (*JsonWriterClient) Name

func (c *JsonWriterClient) Name(ctx context.Context, handle int64, arg0 string) (int64, error)

Name calls the Name RPC.

func (*JsonWriterClient) NullValue

func (c *JsonWriterClient) NullValue(ctx context.Context, handle int64) (int64, error)

NullValue calls the NullValue RPC.

func (*JsonWriterClient) SetIndent

func (c *JsonWriterClient) SetIndent(ctx context.Context, handle int64, arg0 string) error

SetIndent calls the SetIndent RPC.

func (*JsonWriterClient) SetLenient

func (c *JsonWriterClient) SetLenient(ctx context.Context, handle int64, arg0 bool) error

SetLenient calls the SetLenient RPC.

func (*JsonWriterClient) Value1

func (c *JsonWriterClient) Value1(ctx context.Context, handle int64, arg0 bool) (int64, error)

Value1 calls the Value1 RPC.

func (*JsonWriterClient) Value1_1

func (c *JsonWriterClient) Value1_1(ctx context.Context, handle int64, arg0 float64) (int64, error)

Value1_1 calls the Value1_1 RPC.

func (*JsonWriterClient) Value1_2

func (c *JsonWriterClient) Value1_2(ctx context.Context, handle int64, arg0 int64) (int64, error)

Value1_2 calls the Value1_2 RPC.

func (*JsonWriterClient) Value1_3

func (c *JsonWriterClient) Value1_3(ctx context.Context, handle int64, arg0 string) (int64, error)

Value1_3 calls the Value1_3 RPC.

func (*JsonWriterClient) Value1_4

func (c *JsonWriterClient) Value1_4(ctx context.Context, handle int64, arg0 int64) (int64, error)

Value1_4 calls the Value1_4 RPC.

type LinkifyClient

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

LinkifyClient wraps the gRPC LinkifyService client.

func NewLinkifyClient

func NewLinkifyClient(cc grpc.ClientConnInterface) *LinkifyClient

NewLinkifyClient creates a new Linkify client.

func (*LinkifyClient) AddLinks2

func (c *LinkifyClient) AddLinks2(ctx context.Context, handle int64, arg0 int64, arg1 int32) (bool, error)

AddLinks2 calls the AddLinks2 RPC.

func (*LinkifyClient) AddLinks2_4

func (c *LinkifyClient) AddLinks2_4(ctx context.Context, handle int64, arg0 int64, arg1 int32) (bool, error)

AddLinks2_4 calls the AddLinks2_4 RPC.

func (*LinkifyClient) AddLinks3_1

func (c *LinkifyClient) AddLinks3_1(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 string) (bool, error)

AddLinks3_1 calls the AddLinks3_1 RPC.

func (*LinkifyClient) AddLinks3_5

func (c *LinkifyClient) AddLinks3_5(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 string) error

AddLinks3_5 calls the AddLinks3_5 RPC.

func (*LinkifyClient) AddLinks5_2

func (c *LinkifyClient) AddLinks5_2(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 string, arg3 int64, arg4 int64) (bool, error)

AddLinks5_2 calls the AddLinks5_2 RPC.

func (*LinkifyClient) AddLinks5_6

func (c *LinkifyClient) AddLinks5_6(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 string, arg3 int64, arg4 int64) error

AddLinks5_6 calls the AddLinks5_6 RPC.

func (*LinkifyClient) AddLinks6_3

func (c *LinkifyClient) AddLinks6_3(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 string, arg3 int64, arg4 int64, arg5 int64) (bool, error)

AddLinks6_3 calls the AddLinks6_3 RPC.

func (*LinkifyClient) AddLinks6_7

func (c *LinkifyClient) AddLinks6_7(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 string, arg3 int64, arg4 int64, arg5 int64) error

AddLinks6_7 calls the AddLinks6_7 RPC.

type LinkifyMatchFilterClient

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

LinkifyMatchFilterClient wraps the gRPC LinkifyMatchFilterService client.

func NewLinkifyMatchFilterClient

func NewLinkifyMatchFilterClient(cc grpc.ClientConnInterface) *LinkifyMatchFilterClient

NewLinkifyMatchFilterClient creates a new LinkifyMatchFilter client.

func (*LinkifyMatchFilterClient) AcceptMatch

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

AcceptMatch calls the AcceptMatch RPC.

type LinkifyTransformFilterClient

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

LinkifyTransformFilterClient wraps the gRPC LinkifyTransformFilterService client.

func NewLinkifyTransformFilterClient

func NewLinkifyTransformFilterClient(cc grpc.ClientConnInterface) *LinkifyTransformFilterClient

NewLinkifyTransformFilterClient creates a new LinkifyTransformFilter client.

func (*LinkifyTransformFilterClient) TransformUrl

func (c *LinkifyTransformFilterClient) TransformUrl(ctx context.Context, arg0 int64, arg1 string) (string, error)

TransformUrl calls the TransformUrl RPC.

type LocaleDataClient

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

LocaleDataClient wraps the gRPC LocaleDataService client.

func NewLocaleDataClient

func NewLocaleDataClient(cc grpc.ClientConnInterface) *LocaleDataClient

NewLocaleDataClient creates a new LocaleData client.

func (*LocaleDataClient) GetCLDRVersion

func (c *LocaleDataClient) GetCLDRVersion(ctx context.Context) (int64, error)

GetCLDRVersion calls the GetCLDRVersion RPC.

func (*LocaleDataClient) GetDelimiter

func (c *LocaleDataClient) GetDelimiter(ctx context.Context, arg0 int32) (string, error)

GetDelimiter calls the GetDelimiter RPC.

func (*LocaleDataClient) GetInstance0

func (c *LocaleDataClient) GetInstance0(ctx context.Context) (int64, error)

GetInstance0 calls the GetInstance0 RPC.

func (*LocaleDataClient) GetInstance1_1

func (c *LocaleDataClient) GetInstance1_1(ctx context.Context, arg0 int64) (int64, error)

GetInstance1_1 calls the GetInstance1_1 RPC.

func (*LocaleDataClient) GetMeasurementSystem

func (c *LocaleDataClient) GetMeasurementSystem(ctx context.Context, arg0 int64) (int64, error)

GetMeasurementSystem calls the GetMeasurementSystem RPC.

func (*LocaleDataClient) GetNoSubstitute

func (c *LocaleDataClient) GetNoSubstitute(ctx context.Context) (bool, error)

GetNoSubstitute calls the GetNoSubstitute RPC.

func (*LocaleDataClient) GetPaperSize

func (c *LocaleDataClient) GetPaperSize(ctx context.Context, arg0 int64) (int64, error)

GetPaperSize calls the GetPaperSize RPC.

func (*LocaleDataClient) SetNoSubstitute

func (c *LocaleDataClient) SetNoSubstitute(ctx context.Context, arg0 bool) error

SetNoSubstitute calls the SetNoSubstitute RPC.

type LocaleDataPaperSizeClient

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

LocaleDataPaperSizeClient wraps the gRPC LocaleDataPaperSizeService client.

func NewLocaleDataPaperSizeClient

func NewLocaleDataPaperSizeClient(cc grpc.ClientConnInterface) *LocaleDataPaperSizeClient

NewLocaleDataPaperSizeClient creates a new LocaleDataPaperSize client.

func (*LocaleDataPaperSizeClient) GetHeight

func (c *LocaleDataPaperSizeClient) GetHeight(ctx context.Context) (int32, error)

GetHeight calls the GetHeight RPC.

func (*LocaleDataPaperSizeClient) GetWidth

func (c *LocaleDataPaperSizeClient) GetWidth(ctx context.Context) (int32, error)

GetWidth calls the GetWidth RPC.

type LogClient

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

LogClient wraps the gRPC LogService client.

func NewLogClient

func NewLogClient(cc grpc.ClientConnInterface) *LogClient

NewLogClient creates a new Log client.

func (*LogClient) D2

func (c *LogClient) D2(ctx context.Context, arg0 string, arg1 string) (int32, error)

D2 calls the D2 RPC.

func (*LogClient) D3_1

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

D3_1 calls the D3_1 RPC.

func (*LogClient) E2

func (c *LogClient) E2(ctx context.Context, arg0 string, arg1 string) (int32, error)

E2 calls the E2 RPC.

func (*LogClient) E3_1

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

E3_1 calls the E3_1 RPC.

func (*LogClient) GetStackTraceString

func (c *LogClient) GetStackTraceString(ctx context.Context, arg0 int64) (string, error)

GetStackTraceString calls the GetStackTraceString RPC.

func (*LogClient) I2

func (c *LogClient) I2(ctx context.Context, arg0 string, arg1 string) (int32, error)

I2 calls the I2 RPC.

func (*LogClient) I3_1

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

I3_1 calls the I3_1 RPC.

func (*LogClient) IsLoggable

func (c *LogClient) IsLoggable(ctx context.Context, arg0 string, arg1 int32) (bool, error)

IsLoggable calls the IsLoggable RPC.

func (*LogClient) Println

func (c *LogClient) Println(ctx context.Context, arg0 int32, arg1 string, arg2 string) (int32, error)

Println calls the Println RPC.

func (*LogClient) V2

func (c *LogClient) V2(ctx context.Context, arg0 string, arg1 string) (int32, error)

V2 calls the V2 RPC.

func (*LogClient) V3_1

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

V3_1 calls the V3_1 RPC.

func (*LogClient) W2

func (c *LogClient) W2(ctx context.Context, arg0 string, arg1 string) (int32, error)

W2 calls the W2 RPC.

func (*LogClient) W2_2

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

W2_2 calls the W2_2 RPC.

func (*LogClient) W3_1

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

W3_1 calls the W3_1 RPC.

func (*LogClient) Wtf2

func (c *LogClient) Wtf2(ctx context.Context, arg0 string, arg1 string) (int32, error)

Wtf2 calls the Wtf2 RPC.

func (*LogClient) Wtf2_2

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

Wtf2_2 calls the Wtf2_2 RPC.

func (*LogClient) Wtf3_1

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

Wtf3_1 calls the Wtf3_1 RPC.

type LogPrinterClient

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

LogPrinterClient wraps the gRPC LogPrinterService client.

func NewLogPrinterClient

func NewLogPrinterClient(cc grpc.ClientConnInterface) *LogPrinterClient

NewLogPrinterClient creates a new LogPrinter client.

func (*LogPrinterClient) Println

func (c *LogPrinterClient) Println(ctx context.Context, handle int64, arg0 string) error

Println calls the Println RPC.

type LongSparseArrayClient

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

LongSparseArrayClient wraps the gRPC LongSparseArrayService client.

func NewLongSparseArrayClient

func NewLongSparseArrayClient(cc grpc.ClientConnInterface) *LongSparseArrayClient

NewLongSparseArrayClient creates a new LongSparseArray client.

func (*LongSparseArrayClient) Clear

func (c *LongSparseArrayClient) Clear(ctx context.Context, handle int64) error

Clear calls the Clear RPC.

func (*LongSparseArrayClient) Clone0

func (c *LongSparseArrayClient) Clone0(ctx context.Context, handle int64) (int64, error)

Clone0 calls the Clone0 RPC.

func (*LongSparseArrayClient) Clone0_1

func (c *LongSparseArrayClient) Clone0_1(ctx context.Context, handle int64) (int64, error)

Clone0_1 calls the Clone0_1 RPC.

func (*LongSparseArrayClient) Delete

func (c *LongSparseArrayClient) Delete(ctx context.Context, handle int64, arg0 int64) error

Delete calls the Delete RPC.

func (*LongSparseArrayClient) IndexOfKey

func (c *LongSparseArrayClient) IndexOfKey(ctx context.Context, handle int64, arg0 int64) (int32, error)

IndexOfKey calls the IndexOfKey RPC.

func (*LongSparseArrayClient) KeyAt

func (c *LongSparseArrayClient) KeyAt(ctx context.Context, handle int64, arg0 int32) (int64, error)

KeyAt calls the KeyAt RPC.

func (*LongSparseArrayClient) Remove

func (c *LongSparseArrayClient) Remove(ctx context.Context, handle int64, arg0 int64) error

Remove calls the Remove RPC.

func (*LongSparseArrayClient) RemoveAt

func (c *LongSparseArrayClient) RemoveAt(ctx context.Context, handle int64, arg0 int32) error

RemoveAt calls the RemoveAt RPC.

func (*LongSparseArrayClient) Size

func (c *LongSparseArrayClient) Size(ctx context.Context, handle int64) (int32, error)

Size calls the Size RPC.

func (*LongSparseArrayClient) ToString

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

ToString calls the ToString RPC.

type LruCacheClient

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

LruCacheClient wraps the gRPC LruCacheService client.

func NewLruCacheClient

func NewLruCacheClient(cc grpc.ClientConnInterface) *LruCacheClient

NewLruCacheClient creates a new LruCache client.

func (*LruCacheClient) EvictAll

func (c *LruCacheClient) EvictAll(ctx context.Context, handle int64) error

EvictAll calls the EvictAll RPC.

func (*LruCacheClient) Resize

func (c *LruCacheClient) Resize(ctx context.Context, handle int64, arg0 int32) error

Resize calls the Resize RPC.

func (*LruCacheClient) TrimToSize

func (c *LruCacheClient) TrimToSize(ctx context.Context, handle int64, arg0 int32) error

TrimToSize calls the TrimToSize RPC.

type MeasureClient

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

MeasureClient wraps the gRPC MeasureService client.

func NewMeasureClient

func NewMeasureClient(cc grpc.ClientConnInterface) *MeasureClient

NewMeasureClient creates a new Measure client.

func (*MeasureClient) Equals

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

Equals calls the Equals RPC.

func (*MeasureClient) GetNumber

func (c *MeasureClient) GetNumber(ctx context.Context, handle int64) (int64, error)

GetNumber calls the GetNumber RPC.

func (*MeasureClient) GetUnit

func (c *MeasureClient) GetUnit(ctx context.Context, handle int64) (int64, error)

GetUnit calls the GetUnit RPC.

func (*MeasureClient) HashCode

func (c *MeasureClient) HashCode(ctx context.Context, handle int64) (int32, error)

HashCode calls the HashCode RPC.

func (*MeasureClient) ToString

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

ToString calls the ToString RPC.

type MeasureUnitClient

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

MeasureUnitClient wraps the gRPC MeasureUnitService client.

func NewMeasureUnitClient

func NewMeasureUnitClient(cc grpc.ClientConnInterface) *MeasureUnitClient

NewMeasureUnitClient creates a new MeasureUnit client.

func (*MeasureUnitClient) Equals

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

Equals calls the Equals RPC.

func (*MeasureUnitClient) ForIdentifier

func (c *MeasureUnitClient) ForIdentifier(ctx context.Context, arg0 string) (int64, error)

ForIdentifier calls the ForIdentifier RPC.

func (*MeasureUnitClient) GetAvailable

func (c *MeasureUnitClient) GetAvailable(ctx context.Context, arg0 string) (int64, error)

GetAvailable calls the GetAvailable RPC.

func (*MeasureUnitClient) GetAvailableTypes

func (c *MeasureUnitClient) GetAvailableTypes(ctx context.Context) (int64, error)

GetAvailableTypes calls the GetAvailableTypes RPC.

func (*MeasureUnitClient) GetComplexity

func (c *MeasureUnitClient) GetComplexity(ctx context.Context) (int64, error)

GetComplexity calls the GetComplexity RPC.

func (*MeasureUnitClient) GetDimensionality

func (c *MeasureUnitClient) GetDimensionality(ctx context.Context) (int32, error)

GetDimensionality calls the GetDimensionality RPC.

func (*MeasureUnitClient) GetIdentifier

func (c *MeasureUnitClient) GetIdentifier(ctx context.Context) (string, error)

GetIdentifier calls the GetIdentifier RPC.

func (*MeasureUnitClient) GetPrefix

func (c *MeasureUnitClient) GetPrefix(ctx context.Context) (int64, error)

GetPrefix calls the GetPrefix RPC.

func (*MeasureUnitClient) GetSubtype

func (c *MeasureUnitClient) GetSubtype(ctx context.Context) (string, error)

GetSubtype calls the GetSubtype RPC.

func (*MeasureUnitClient) GetType

func (c *MeasureUnitClient) GetType(ctx context.Context) (string, error)

GetType calls the GetType RPC.

func (*MeasureUnitClient) HashCode

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

HashCode calls the HashCode RPC.

func (*MeasureUnitClient) Product

func (c *MeasureUnitClient) Product(ctx context.Context, arg0 int64) (int64, error)

Product calls the Product RPC.

func (*MeasureUnitClient) Reciprocal

func (c *MeasureUnitClient) Reciprocal(ctx context.Context) (int64, error)

Reciprocal calls the Reciprocal RPC.

func (*MeasureUnitClient) SplitToSingleUnits

func (c *MeasureUnitClient) SplitToSingleUnits(ctx context.Context) (int64, error)

SplitToSingleUnits calls the SplitToSingleUnits RPC.

func (*MeasureUnitClient) ToString

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

ToString calls the ToString RPC.

func (*MeasureUnitClient) WithDimensionality

func (c *MeasureUnitClient) WithDimensionality(ctx context.Context, arg0 int32) (int64, error)

WithDimensionality calls the WithDimensionality RPC.

func (*MeasureUnitClient) WithPrefix

func (c *MeasureUnitClient) WithPrefix(ctx context.Context, arg0 int64) (int64, error)

WithPrefix calls the WithPrefix RPC.

type MeasureUnitComplexityClient

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

MeasureUnitComplexityClient wraps the gRPC MeasureUnitComplexityService client.

func NewMeasureUnitComplexityClient

func NewMeasureUnitComplexityClient(cc grpc.ClientConnInterface) *MeasureUnitComplexityClient

NewMeasureUnitComplexityClient creates a new MeasureUnitComplexity client.

func (*MeasureUnitComplexityClient) ValueOf

func (c *MeasureUnitComplexityClient) ValueOf(ctx context.Context, arg0 string) (int64, error)

ValueOf calls the ValueOf RPC.

func (*MeasureUnitComplexityClient) Values

Values calls the Values RPC.

type MeasureUnitMeasurePrefixClient

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

MeasureUnitMeasurePrefixClient wraps the gRPC MeasureUnitMeasurePrefixService client.

func NewMeasureUnitMeasurePrefixClient

func NewMeasureUnitMeasurePrefixClient(cc grpc.ClientConnInterface) *MeasureUnitMeasurePrefixClient

NewMeasureUnitMeasurePrefixClient creates a new MeasureUnitMeasurePrefix client.

func (*MeasureUnitMeasurePrefixClient) GetBase

GetBase calls the GetBase RPC.

func (*MeasureUnitMeasurePrefixClient) GetPower

GetPower calls the GetPower RPC.

func (*MeasureUnitMeasurePrefixClient) ValueOf

ValueOf calls the ValueOf RPC.

func (*MeasureUnitMeasurePrefixClient) Values

Values calls the Values RPC.

type MonthDisplayHelperClient

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

MonthDisplayHelperClient wraps the gRPC MonthDisplayHelperService client.

func NewMonthDisplayHelperClient

func NewMonthDisplayHelperClient(cc grpc.ClientConnInterface) *MonthDisplayHelperClient

NewMonthDisplayHelperClient creates a new MonthDisplayHelper client.

func (*MonthDisplayHelperClient) GetColumnOf

func (c *MonthDisplayHelperClient) GetColumnOf(ctx context.Context, handle int64, arg0 int32) (int32, error)

GetColumnOf calls the GetColumnOf RPC.

func (*MonthDisplayHelperClient) GetDayAt

func (c *MonthDisplayHelperClient) GetDayAt(ctx context.Context, handle int64, arg0 int32, arg1 int32) (int32, error)

GetDayAt calls the GetDayAt RPC.

func (*MonthDisplayHelperClient) GetDigitsForRow

func (c *MonthDisplayHelperClient) GetDigitsForRow(ctx context.Context, handle int64, arg0 int32) (int64, error)

GetDigitsForRow calls the GetDigitsForRow RPC.

func (*MonthDisplayHelperClient) GetFirstDayOfMonth

func (c *MonthDisplayHelperClient) GetFirstDayOfMonth(ctx context.Context, handle int64) (int32, error)

GetFirstDayOfMonth calls the GetFirstDayOfMonth RPC.

func (*MonthDisplayHelperClient) GetMonth

func (c *MonthDisplayHelperClient) GetMonth(ctx context.Context, handle int64) (int32, error)

GetMonth calls the GetMonth RPC.

func (*MonthDisplayHelperClient) GetNumberOfDaysInMonth

func (c *MonthDisplayHelperClient) GetNumberOfDaysInMonth(ctx context.Context, handle int64) (int32, error)

GetNumberOfDaysInMonth calls the GetNumberOfDaysInMonth RPC.

func (*MonthDisplayHelperClient) GetOffset

func (c *MonthDisplayHelperClient) GetOffset(ctx context.Context, handle int64) (int32, error)

GetOffset calls the GetOffset RPC.

func (*MonthDisplayHelperClient) GetRowOf

func (c *MonthDisplayHelperClient) GetRowOf(ctx context.Context, handle int64, arg0 int32) (int32, error)

GetRowOf calls the GetRowOf RPC.

func (*MonthDisplayHelperClient) GetWeekStartDay

func (c *MonthDisplayHelperClient) GetWeekStartDay(ctx context.Context, handle int64) (int32, error)

GetWeekStartDay calls the GetWeekStartDay RPC.

func (*MonthDisplayHelperClient) GetYear

func (c *MonthDisplayHelperClient) GetYear(ctx context.Context, handle int64) (int32, error)

GetYear calls the GetYear RPC.

func (*MonthDisplayHelperClient) IsWithinCurrentMonth

func (c *MonthDisplayHelperClient) IsWithinCurrentMonth(ctx context.Context, handle int64, arg0 int32, arg1 int32) (bool, error)

IsWithinCurrentMonth calls the IsWithinCurrentMonth RPC.

func (*MonthDisplayHelperClient) NextMonth

func (c *MonthDisplayHelperClient) NextMonth(ctx context.Context, handle int64) error

NextMonth calls the NextMonth RPC.

func (*MonthDisplayHelperClient) PreviousMonth

func (c *MonthDisplayHelperClient) PreviousMonth(ctx context.Context, handle int64) error

PreviousMonth calls the PreviousMonth RPC.

type OutputClient

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

OutputClient wraps the gRPC OutputService client.

func NewOutputClient

func NewOutputClient(cc grpc.ClientConnInterface) *OutputClient

NewOutputClient creates a new Output client.

func (*OutputClient) ToString

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

ToString calls the ToString RPC.

type PairClient

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

PairClient wraps the gRPC PairService client.

func NewPairClient

func NewPairClient(cc grpc.ClientConnInterface) *PairClient

NewPairClient creates a new Pair client.

func (*PairClient) Equals

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

Equals calls the Equals RPC.

func (*PairClient) HashCode

func (c *PairClient) HashCode(ctx context.Context, handle int64) (int32, error)

HashCode calls the HashCode RPC.

func (*PairClient) ToString

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

ToString calls the ToString RPC.

type PatternsClient

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

PatternsClient wraps the gRPC PatternsService client.

func NewPatternsClient

func NewPatternsClient(cc grpc.ClientConnInterface) *PatternsClient

NewPatternsClient creates a new Patterns client.

func (*PatternsClient) ConcatGroups

func (c *PatternsClient) ConcatGroups(ctx context.Context, arg0 int64) (string, error)

ConcatGroups calls the ConcatGroups RPC.

func (*PatternsClient) DigitsAndPlusOnly

func (c *PatternsClient) DigitsAndPlusOnly(ctx context.Context, arg0 int64) (string, error)

DigitsAndPlusOnly calls the DigitsAndPlusOnly RPC.

type PrintStreamPrinterClient

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

PrintStreamPrinterClient wraps the gRPC PrintStreamPrinterService client.

func NewPrintStreamPrinterClient

func NewPrintStreamPrinterClient(cc grpc.ClientConnInterface) *PrintStreamPrinterClient

NewPrintStreamPrinterClient creates a new PrintStreamPrinter client.

func (*PrintStreamPrinterClient) Println

func (c *PrintStreamPrinterClient) Println(ctx context.Context, handle int64, arg0 string) error

Println calls the Println RPC.

type PrintWriterPrinterClient

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

PrintWriterPrinterClient wraps the gRPC PrintWriterPrinterService client.

func NewPrintWriterPrinterClient

func NewPrintWriterPrinterClient(cc grpc.ClientConnInterface) *PrintWriterPrinterClient

NewPrintWriterPrinterClient creates a new PrintWriterPrinter client.

func (*PrintWriterPrinterClient) Println

func (c *PrintWriterPrinterClient) Println(ctx context.Context, handle int64, arg0 string) error

Println calls the Println RPC.

type PrinterClient

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

PrinterClient wraps the gRPC PrinterService client.

func NewPrinterClient

func NewPrinterClient(cc grpc.ClientConnInterface) *PrinterClient

NewPrinterClient creates a new Printer client.

func (*PrinterClient) Println

func (c *PrinterClient) Println(ctx context.Context, arg0 string) error

Println calls the Println RPC.

type PropertyClient

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

PropertyClient wraps the gRPC PropertyService client.

func NewPropertyClient

func NewPropertyClient(cc grpc.ClientConnInterface) *PropertyClient

NewPropertyClient creates a new Property client.

func (*PropertyClient) GetName

func (c *PropertyClient) GetName(ctx context.Context) (string, error)

GetName calls the GetName RPC.

func (*PropertyClient) GetType

func (c *PropertyClient) GetType(ctx context.Context) (int64, error)

GetType calls the GetType RPC.

func (*PropertyClient) IsReadOnly

func (c *PropertyClient) IsReadOnly(ctx context.Context) (bool, error)

IsReadOnly calls the IsReadOnly RPC.

type RangeClient

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

RangeClient wraps the gRPC RangeService client.

func NewRangeClient

func NewRangeClient(cc grpc.ClientConnInterface) *RangeClient

NewRangeClient creates a new Range client.

func (*RangeClient) Equals

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

Equals calls the Equals RPC.

func (*RangeClient) HashCode

func (c *RangeClient) HashCode(ctx context.Context, handle int64) (int32, error)

HashCode calls the HashCode RPC.

func (*RangeClient) ToString

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

ToString calls the ToString RPC.

type RangeValueIteratorClient

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

RangeValueIteratorClient wraps the gRPC RangeValueIteratorService client.

func NewRangeValueIteratorClient

func NewRangeValueIteratorClient(cc grpc.ClientConnInterface) *RangeValueIteratorClient

NewRangeValueIteratorClient creates a new RangeValueIterator client.

func (*RangeValueIteratorClient) Next

func (c *RangeValueIteratorClient) Next(ctx context.Context, arg0 int64) (bool, error)

Next calls the Next RPC.

func (*RangeValueIteratorClient) Reset

Reset calls the Reset RPC.

type RationalClient

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

RationalClient wraps the gRPC RationalService client.

func NewRationalClient

func NewRationalClient(cc grpc.ClientConnInterface) *RationalClient

NewRationalClient creates a new Rational client.

func (*RationalClient) CompareTo1

func (c *RationalClient) CompareTo1(ctx context.Context, handle int64, arg0 int64) (int32, error)

CompareTo1 calls the CompareTo1 RPC.

func (*RationalClient) CompareTo1_1

func (c *RationalClient) CompareTo1_1(ctx context.Context, handle int64, arg0 int64) (int32, error)

CompareTo1_1 calls the CompareTo1_1 RPC.

func (*RationalClient) DoubleValue

func (c *RationalClient) DoubleValue(ctx context.Context, handle int64) (float64, error)

DoubleValue calls the DoubleValue RPC.

func (*RationalClient) Equals

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

Equals calls the Equals RPC.

func (*RationalClient) FloatValue

func (c *RationalClient) FloatValue(ctx context.Context, handle int64) (float32, error)

FloatValue calls the FloatValue RPC.

func (*RationalClient) GetDenominator

func (c *RationalClient) GetDenominator(ctx context.Context, handle int64) (int32, error)

GetDenominator calls the GetDenominator RPC.

func (*RationalClient) GetNumerator

func (c *RationalClient) GetNumerator(ctx context.Context, handle int64) (int32, error)

GetNumerator calls the GetNumerator RPC.

func (*RationalClient) HashCode

func (c *RationalClient) HashCode(ctx context.Context, handle int64) (int32, error)

HashCode calls the HashCode RPC.

func (*RationalClient) IntValue

func (c *RationalClient) IntValue(ctx context.Context, handle int64) (int32, error)

IntValue calls the IntValue RPC.

func (*RationalClient) IsFinite

func (c *RationalClient) IsFinite(ctx context.Context, handle int64) (bool, error)

IsFinite calls the IsFinite RPC.

func (*RationalClient) IsInfinite

func (c *RationalClient) IsInfinite(ctx context.Context, handle int64) (bool, error)

IsInfinite calls the IsInfinite RPC.

func (*RationalClient) IsNaN

func (c *RationalClient) IsNaN(ctx context.Context, handle int64) (bool, error)

IsNaN calls the IsNaN RPC.

func (*RationalClient) IsZero

func (c *RationalClient) IsZero(ctx context.Context, handle int64) (bool, error)

IsZero calls the IsZero RPC.

func (*RationalClient) LongValue

func (c *RationalClient) LongValue(ctx context.Context, handle int64) (int64, error)

LongValue calls the LongValue RPC.

func (*RationalClient) ParseRational

func (c *RationalClient) ParseRational(ctx context.Context, handle int64, arg0 string) (int64, error)

ParseRational calls the ParseRational RPC.

func (*RationalClient) ShortValue

func (c *RationalClient) ShortValue(ctx context.Context, handle int64) (int16, error)

ShortValue calls the ShortValue RPC.

func (*RationalClient) ToString

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

ToString calls the ToString RPC.

type Rfc822TokenClient

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

Rfc822TokenClient wraps the gRPC Rfc822TokenService client.

func NewRfc822TokenClient

func NewRfc822TokenClient(cc grpc.ClientConnInterface) *Rfc822TokenClient

NewRfc822TokenClient creates a new Rfc822Token client.

func (*Rfc822TokenClient) Equals

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

Equals calls the Equals RPC.

func (*Rfc822TokenClient) GetAddress

func (c *Rfc822TokenClient) GetAddress(ctx context.Context, handle int64) (string, error)

GetAddress calls the GetAddress RPC.

func (*Rfc822TokenClient) GetComment

func (c *Rfc822TokenClient) GetComment(ctx context.Context, handle int64) (string, error)

GetComment calls the GetComment RPC.

func (*Rfc822TokenClient) GetName

func (c *Rfc822TokenClient) GetName(ctx context.Context, handle int64) (string, error)

GetName calls the GetName RPC.

func (*Rfc822TokenClient) HashCode

func (c *Rfc822TokenClient) HashCode(ctx context.Context, handle int64) (int32, error)

HashCode calls the HashCode RPC.

func (*Rfc822TokenClient) QuoteComment

func (c *Rfc822TokenClient) QuoteComment(ctx context.Context, handle int64, arg0 string) (string, error)

QuoteComment calls the QuoteComment RPC.

func (*Rfc822TokenClient) QuoteName

func (c *Rfc822TokenClient) QuoteName(ctx context.Context, handle int64, arg0 string) (string, error)

QuoteName calls the QuoteName RPC.

func (*Rfc822TokenClient) QuoteNameIfNecessary

func (c *Rfc822TokenClient) QuoteNameIfNecessary(ctx context.Context, handle int64, arg0 string) (string, error)

QuoteNameIfNecessary calls the QuoteNameIfNecessary RPC.

func (*Rfc822TokenClient) SetAddress

func (c *Rfc822TokenClient) SetAddress(ctx context.Context, handle int64, arg0 string) error

SetAddress calls the SetAddress RPC.

func (*Rfc822TokenClient) SetComment

func (c *Rfc822TokenClient) SetComment(ctx context.Context, handle int64, arg0 string) error

SetComment calls the SetComment RPC.

func (*Rfc822TokenClient) SetName

func (c *Rfc822TokenClient) SetName(ctx context.Context, handle int64, arg0 string) error

SetName calls the SetName RPC.

func (*Rfc822TokenClient) ToString

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

ToString calls the ToString RPC.

type Rfc822TokenizerClient

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

Rfc822TokenizerClient wraps the gRPC Rfc822TokenizerService client.

func NewRfc822TokenizerClient

func NewRfc822TokenizerClient(cc grpc.ClientConnInterface) *Rfc822TokenizerClient

NewRfc822TokenizerClient creates a new Rfc822Tokenizer client.

func (*Rfc822TokenizerClient) FindTokenEnd

func (c *Rfc822TokenizerClient) FindTokenEnd(ctx context.Context, handle int64, arg0 string, arg1 int32) (int32, error)

FindTokenEnd calls the FindTokenEnd RPC.

func (*Rfc822TokenizerClient) FindTokenStart

func (c *Rfc822TokenizerClient) FindTokenStart(ctx context.Context, handle int64, arg0 string, arg1 int32) (int32, error)

FindTokenStart calls the FindTokenStart RPC.

func (*Rfc822TokenizerClient) TerminateToken

func (c *Rfc822TokenizerClient) TerminateToken(ctx context.Context, handle int64, arg0 string) (int64, error)

TerminateToken calls the TerminateToken RPC.

func (*Rfc822TokenizerClient) Tokenize

func (c *Rfc822TokenizerClient) Tokenize(ctx context.Context, handle int64, arg0 string) (int64, error)

Tokenize calls the Tokenize RPC.

type SizeClient

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

SizeClient wraps the gRPC SizeService client.

func NewSizeClient

func NewSizeClient(cc grpc.ClientConnInterface) *SizeClient

NewSizeClient creates a new Size client.

func (*SizeClient) Equals

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

Equals calls the Equals RPC.

func (*SizeClient) GetHeight

func (c *SizeClient) GetHeight(ctx context.Context, handle int64) (int32, error)

GetHeight calls the GetHeight RPC.

func (*SizeClient) GetWidth

func (c *SizeClient) GetWidth(ctx context.Context, handle int64) (int32, error)

GetWidth calls the GetWidth RPC.

func (*SizeClient) HashCode

func (c *SizeClient) HashCode(ctx context.Context, handle int64) (int32, error)

HashCode calls the HashCode RPC.

func (*SizeClient) ParseSize

func (c *SizeClient) ParseSize(ctx context.Context, handle int64, arg0 string) (int64, error)

ParseSize calls the ParseSize RPC.

func (*SizeClient) ToString

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

ToString calls the ToString RPC.

type SizeFClient

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

SizeFClient wraps the gRPC SizeFService client.

func NewSizeFClient

func NewSizeFClient(cc grpc.ClientConnInterface) *SizeFClient

NewSizeFClient creates a new SizeF client.

func (*SizeFClient) DescribeContents

func (c *SizeFClient) DescribeContents(ctx context.Context, handle int64) (int32, error)

DescribeContents calls the DescribeContents RPC.

func (*SizeFClient) Equals

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

Equals calls the Equals RPC.

func (*SizeFClient) GetHeight

func (c *SizeFClient) GetHeight(ctx context.Context, handle int64) (float32, error)

GetHeight calls the GetHeight RPC.

func (*SizeFClient) GetWidth

func (c *SizeFClient) GetWidth(ctx context.Context, handle int64) (float32, error)

GetWidth calls the GetWidth RPC.

func (*SizeFClient) HashCode

func (c *SizeFClient) HashCode(ctx context.Context, handle int64) (int32, error)

HashCode calls the HashCode RPC.

func (*SizeFClient) ParseSizeF

func (c *SizeFClient) ParseSizeF(ctx context.Context, handle int64, arg0 string) (int64, error)

ParseSizeF calls the ParseSizeF RPC.

func (*SizeFClient) ToString

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

ToString calls the ToString RPC.

func (*SizeFClient) WriteToParcel

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

WriteToParcel calls the WriteToParcel RPC.

type SparseArrayClient

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

SparseArrayClient wraps the gRPC SparseArrayService client.

func NewSparseArrayClient

func NewSparseArrayClient(cc grpc.ClientConnInterface) *SparseArrayClient

NewSparseArrayClient creates a new SparseArray client.

func (*SparseArrayClient) Clear

func (c *SparseArrayClient) Clear(ctx context.Context, handle int64) error

Clear calls the Clear RPC.

func (*SparseArrayClient) Clone0

func (c *SparseArrayClient) Clone0(ctx context.Context, handle int64) (int64, error)

Clone0 calls the Clone0 RPC.

func (*SparseArrayClient) Clone0_1

func (c *SparseArrayClient) Clone0_1(ctx context.Context, handle int64) (int64, error)

Clone0_1 calls the Clone0_1 RPC.

func (*SparseArrayClient) Contains

func (c *SparseArrayClient) Contains(ctx context.Context, handle int64, arg0 int32) (bool, error)

Contains calls the Contains RPC.

func (*SparseArrayClient) ContentHashCode

func (c *SparseArrayClient) ContentHashCode(ctx context.Context, handle int64) (int32, error)

ContentHashCode calls the ContentHashCode RPC.

func (*SparseArrayClient) Delete

func (c *SparseArrayClient) Delete(ctx context.Context, handle int64, arg0 int32) error

Delete calls the Delete RPC.

func (*SparseArrayClient) IndexOfKey

func (c *SparseArrayClient) IndexOfKey(ctx context.Context, handle int64, arg0 int32) (int32, error)

IndexOfKey calls the IndexOfKey RPC.

func (*SparseArrayClient) KeyAt

func (c *SparseArrayClient) KeyAt(ctx context.Context, handle int64, arg0 int32) (int32, error)

KeyAt calls the KeyAt RPC.

func (*SparseArrayClient) Remove

func (c *SparseArrayClient) Remove(ctx context.Context, handle int64, arg0 int32) error

Remove calls the Remove RPC.

func (*SparseArrayClient) RemoveAt

func (c *SparseArrayClient) RemoveAt(ctx context.Context, handle int64, arg0 int32) error

RemoveAt calls the RemoveAt RPC.

func (*SparseArrayClient) RemoveAtRange

func (c *SparseArrayClient) RemoveAtRange(ctx context.Context, handle int64, arg0 int32, arg1 int32) error

RemoveAtRange calls the RemoveAtRange RPC.

func (*SparseArrayClient) Size

func (c *SparseArrayClient) Size(ctx context.Context, handle int64) (int32, error)

Size calls the Size RPC.

func (*SparseArrayClient) ToString

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

ToString calls the ToString RPC.

type SparseBooleanArrayClient

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

SparseBooleanArrayClient wraps the gRPC SparseBooleanArrayService client.

func NewSparseBooleanArrayClient

func NewSparseBooleanArrayClient(cc grpc.ClientConnInterface) *SparseBooleanArrayClient

NewSparseBooleanArrayClient creates a new SparseBooleanArray client.

func (*SparseBooleanArrayClient) Append

func (c *SparseBooleanArrayClient) Append(ctx context.Context, handle int64, arg0 int32, arg1 bool) error

Append calls the Append RPC.

func (*SparseBooleanArrayClient) Clear

func (c *SparseBooleanArrayClient) Clear(ctx context.Context, handle int64) error

Clear calls the Clear RPC.

func (*SparseBooleanArrayClient) Clone0

func (c *SparseBooleanArrayClient) Clone0(ctx context.Context, handle int64) (int64, error)

Clone0 calls the Clone0 RPC.

func (*SparseBooleanArrayClient) Clone0_1

func (c *SparseBooleanArrayClient) Clone0_1(ctx context.Context, handle int64) (int64, error)

Clone0_1 calls the Clone0_1 RPC.

func (*SparseBooleanArrayClient) Delete

func (c *SparseBooleanArrayClient) Delete(ctx context.Context, handle int64, arg0 int32) error

Delete calls the Delete RPC.

func (*SparseBooleanArrayClient) Equals

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

Equals calls the Equals RPC.

func (*SparseBooleanArrayClient) Get1

func (c *SparseBooleanArrayClient) Get1(ctx context.Context, handle int64, arg0 int32) (bool, error)

Get1 calls the Get1 RPC.

func (*SparseBooleanArrayClient) Get2_1

func (c *SparseBooleanArrayClient) Get2_1(ctx context.Context, handle int64, arg0 int32, arg1 bool) (bool, error)

Get2_1 calls the Get2_1 RPC.

func (*SparseBooleanArrayClient) HashCode

func (c *SparseBooleanArrayClient) HashCode(ctx context.Context, handle int64) (int32, error)

HashCode calls the HashCode RPC.

func (*SparseBooleanArrayClient) IndexOfKey

func (c *SparseBooleanArrayClient) IndexOfKey(ctx context.Context, handle int64, arg0 int32) (int32, error)

IndexOfKey calls the IndexOfKey RPC.

func (*SparseBooleanArrayClient) IndexOfValue

func (c *SparseBooleanArrayClient) IndexOfValue(ctx context.Context, handle int64, arg0 bool) (int32, error)

IndexOfValue calls the IndexOfValue RPC.

func (*SparseBooleanArrayClient) KeyAt

func (c *SparseBooleanArrayClient) KeyAt(ctx context.Context, handle int64, arg0 int32) (int32, error)

KeyAt calls the KeyAt RPC.

func (*SparseBooleanArrayClient) Put

func (c *SparseBooleanArrayClient) Put(ctx context.Context, handle int64, arg0 int32, arg1 bool) error

Put calls the Put RPC.

func (*SparseBooleanArrayClient) RemoveAt

func (c *SparseBooleanArrayClient) RemoveAt(ctx context.Context, handle int64, arg0 int32) error

RemoveAt calls the RemoveAt RPC.

func (*SparseBooleanArrayClient) SetValueAt

func (c *SparseBooleanArrayClient) SetValueAt(ctx context.Context, handle int64, arg0 int32, arg1 bool) error

SetValueAt calls the SetValueAt RPC.

func (*SparseBooleanArrayClient) Size

func (c *SparseBooleanArrayClient) Size(ctx context.Context, handle int64) (int32, error)

Size calls the Size RPC.

func (*SparseBooleanArrayClient) ToString

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

ToString calls the ToString RPC.

func (*SparseBooleanArrayClient) ValueAt

func (c *SparseBooleanArrayClient) ValueAt(ctx context.Context, handle int64, arg0 int32) (bool, error)

ValueAt calls the ValueAt RPC.

type SparseIntArrayClient

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

SparseIntArrayClient wraps the gRPC SparseIntArrayService client.

func NewSparseIntArrayClient

func NewSparseIntArrayClient(cc grpc.ClientConnInterface) *SparseIntArrayClient

NewSparseIntArrayClient creates a new SparseIntArray client.

func (*SparseIntArrayClient) Append

func (c *SparseIntArrayClient) Append(ctx context.Context, handle int64, arg0 int32, arg1 int32) error

Append calls the Append RPC.

func (*SparseIntArrayClient) Clear

func (c *SparseIntArrayClient) Clear(ctx context.Context, handle int64) error

Clear calls the Clear RPC.

func (*SparseIntArrayClient) Clone0

func (c *SparseIntArrayClient) Clone0(ctx context.Context, handle int64) (int64, error)

Clone0 calls the Clone0 RPC.

func (*SparseIntArrayClient) Clone0_1

func (c *SparseIntArrayClient) Clone0_1(ctx context.Context, handle int64) (int64, error)

Clone0_1 calls the Clone0_1 RPC.

func (*SparseIntArrayClient) Delete

func (c *SparseIntArrayClient) Delete(ctx context.Context, handle int64, arg0 int32) error

Delete calls the Delete RPC.

func (*SparseIntArrayClient) Get1

func (c *SparseIntArrayClient) Get1(ctx context.Context, handle int64, arg0 int32) (int32, error)

Get1 calls the Get1 RPC.

func (*SparseIntArrayClient) Get2_1

func (c *SparseIntArrayClient) Get2_1(ctx context.Context, handle int64, arg0 int32, arg1 int32) (int32, error)

Get2_1 calls the Get2_1 RPC.

func (*SparseIntArrayClient) IndexOfKey

func (c *SparseIntArrayClient) IndexOfKey(ctx context.Context, handle int64, arg0 int32) (int32, error)

IndexOfKey calls the IndexOfKey RPC.

func (*SparseIntArrayClient) IndexOfValue

func (c *SparseIntArrayClient) IndexOfValue(ctx context.Context, handle int64, arg0 int32) (int32, error)

IndexOfValue calls the IndexOfValue RPC.

func (*SparseIntArrayClient) KeyAt

func (c *SparseIntArrayClient) KeyAt(ctx context.Context, handle int64, arg0 int32) (int32, error)

KeyAt calls the KeyAt RPC.

func (*SparseIntArrayClient) Put

func (c *SparseIntArrayClient) Put(ctx context.Context, handle int64, arg0 int32, arg1 int32) error

Put calls the Put RPC.

func (*SparseIntArrayClient) RemoveAt

func (c *SparseIntArrayClient) RemoveAt(ctx context.Context, handle int64, arg0 int32) error

RemoveAt calls the RemoveAt RPC.

func (*SparseIntArrayClient) SetValueAt

func (c *SparseIntArrayClient) SetValueAt(ctx context.Context, handle int64, arg0 int32, arg1 int32) error

SetValueAt calls the SetValueAt RPC.

func (*SparseIntArrayClient) Size

func (c *SparseIntArrayClient) Size(ctx context.Context, handle int64) (int32, error)

Size calls the Size RPC.

func (*SparseIntArrayClient) ToString

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

ToString calls the ToString RPC.

func (*SparseIntArrayClient) ValueAt

func (c *SparseIntArrayClient) ValueAt(ctx context.Context, handle int64, arg0 int32) (int32, error)

ValueAt calls the ValueAt RPC.

type SparseLongArrayClient

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

SparseLongArrayClient wraps the gRPC SparseLongArrayService client.

func NewSparseLongArrayClient

func NewSparseLongArrayClient(cc grpc.ClientConnInterface) *SparseLongArrayClient

NewSparseLongArrayClient creates a new SparseLongArray client.

func (*SparseLongArrayClient) Append

func (c *SparseLongArrayClient) Append(ctx context.Context, handle int64, arg0 int32, arg1 int64) error

Append calls the Append RPC.

func (*SparseLongArrayClient) Clear

func (c *SparseLongArrayClient) Clear(ctx context.Context, handle int64) error

Clear calls the Clear RPC.

func (*SparseLongArrayClient) Clone0

func (c *SparseLongArrayClient) Clone0(ctx context.Context, handle int64) (int64, error)

Clone0 calls the Clone0 RPC.

func (*SparseLongArrayClient) Clone0_1

func (c *SparseLongArrayClient) Clone0_1(ctx context.Context, handle int64) (int64, error)

Clone0_1 calls the Clone0_1 RPC.

func (*SparseLongArrayClient) Delete

func (c *SparseLongArrayClient) Delete(ctx context.Context, handle int64, arg0 int32) error

Delete calls the Delete RPC.

func (*SparseLongArrayClient) Get1

func (c *SparseLongArrayClient) Get1(ctx context.Context, handle int64, arg0 int32) (int64, error)

Get1 calls the Get1 RPC.

func (*SparseLongArrayClient) Get2_1

func (c *SparseLongArrayClient) Get2_1(ctx context.Context, handle int64, arg0 int32, arg1 int64) (int64, error)

Get2_1 calls the Get2_1 RPC.

func (*SparseLongArrayClient) IndexOfKey

func (c *SparseLongArrayClient) IndexOfKey(ctx context.Context, handle int64, arg0 int32) (int32, error)

IndexOfKey calls the IndexOfKey RPC.

func (*SparseLongArrayClient) IndexOfValue

func (c *SparseLongArrayClient) IndexOfValue(ctx context.Context, handle int64, arg0 int64) (int32, error)

IndexOfValue calls the IndexOfValue RPC.

func (*SparseLongArrayClient) KeyAt

func (c *SparseLongArrayClient) KeyAt(ctx context.Context, handle int64, arg0 int32) (int32, error)

KeyAt calls the KeyAt RPC.

func (*SparseLongArrayClient) Put

func (c *SparseLongArrayClient) Put(ctx context.Context, handle int64, arg0 int32, arg1 int64) error

Put calls the Put RPC.

func (*SparseLongArrayClient) RemoveAt

func (c *SparseLongArrayClient) RemoveAt(ctx context.Context, handle int64, arg0 int32) error

RemoveAt calls the RemoveAt RPC.

func (*SparseLongArrayClient) Size

func (c *SparseLongArrayClient) Size(ctx context.Context, handle int64) (int32, error)

Size calls the Size RPC.

func (*SparseLongArrayClient) ToString

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

ToString calls the ToString RPC.

func (*SparseLongArrayClient) ValueAt

func (c *SparseLongArrayClient) ValueAt(ctx context.Context, handle int64, arg0 int32) (int64, error)

ValueAt calls the ValueAt RPC.

type StateSetClient

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

StateSetClient wraps the gRPC StateSetService client.

func NewStateSetClient

func NewStateSetClient(cc grpc.ClientConnInterface) *StateSetClient

NewStateSetClient creates a new StateSet client.

func (*StateSetClient) Dump

func (c *StateSetClient) Dump(ctx context.Context, arg0 int64) (string, error)

Dump calls the Dump RPC.

func (*StateSetClient) IsWildCard

func (c *StateSetClient) IsWildCard(ctx context.Context, arg0 int64) (bool, error)

IsWildCard calls the IsWildCard RPC.

func (*StateSetClient) StateSetMatches2

func (c *StateSetClient) StateSetMatches2(ctx context.Context, arg0 int64, arg1 int32) (bool, error)

StateSetMatches2 calls the StateSetMatches2 RPC.

func (*StateSetClient) StateSetMatches2_1

func (c *StateSetClient) StateSetMatches2_1(ctx context.Context, arg0 int64, arg1 int64) (bool, error)

StateSetMatches2_1 calls the StateSetMatches2_1 RPC.

func (*StateSetClient) TrimStateSet

func (c *StateSetClient) TrimStateSet(ctx context.Context, arg0 int64, arg1 int32) (int64, error)

TrimStateSet calls the TrimStateSet RPC.

type StatsLogClient

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

StatsLogClient wraps the gRPC StatsLogService client.

func NewStatsLogClient

func NewStatsLogClient(cc grpc.ClientConnInterface) *StatsLogClient

NewStatsLogClient creates a new StatsLog client.

func (*StatsLogClient) LogBinaryPushStateChanged

func (c *StatsLogClient) LogBinaryPushStateChanged(ctx context.Context, arg0 string, arg1 int64, arg2 int32, arg3 int32, arg4 int64) (bool, error)

LogBinaryPushStateChanged calls the LogBinaryPushStateChanged RPC.

func (*StatsLogClient) LogEvent

func (c *StatsLogClient) LogEvent(ctx context.Context, arg0 int32) (bool, error)

LogEvent calls the LogEvent RPC.

func (*StatsLogClient) LogStart

func (c *StatsLogClient) LogStart(ctx context.Context, arg0 int32) (bool, error)

LogStart calls the LogStart RPC.

func (*StatsLogClient) LogStop

func (c *StatsLogClient) LogStop(ctx context.Context, arg0 int32) (bool, error)

LogStop calls the LogStop RPC.

type StringBuilderPrinterClient

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

StringBuilderPrinterClient wraps the gRPC StringBuilderPrinterService client.

func NewStringBuilderPrinterClient

func NewStringBuilderPrinterClient(cc grpc.ClientConnInterface) *StringBuilderPrinterClient

NewStringBuilderPrinterClient creates a new StringBuilderPrinter client.

func (*StringBuilderPrinterClient) Println

func (c *StringBuilderPrinterClient) Println(ctx context.Context, handle int64, arg0 string) error

Println calls the Println RPC.

type TaiwanCalendarClient

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

TaiwanCalendarClient wraps the gRPC TaiwanCalendarService client.

func NewTaiwanCalendarClient

func NewTaiwanCalendarClient(cc grpc.ClientConnInterface) *TaiwanCalendarClient

NewTaiwanCalendarClient creates a new TaiwanCalendar client.

func (*TaiwanCalendarClient) GetType

func (c *TaiwanCalendarClient) GetType(ctx context.Context, handle int64) (string, error)

GetType calls the GetType RPC.

type TimeUnitClient

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

TimeUnitClient wraps the gRPC TimeUnitService client.

func NewTimeUnitClient

func NewTimeUnitClient(cc grpc.ClientConnInterface) *TimeUnitClient

NewTimeUnitClient creates a new TimeUnit client.

func (*TimeUnitClient) Values

func (c *TimeUnitClient) Values(ctx context.Context) (int64, error)

Values calls the Values RPC.

type TimeUtilsClient

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

TimeUtilsClient wraps the gRPC TimeUtilsService client.

func NewTimeUtilsClient

func NewTimeUtilsClient(cc grpc.ClientConnInterface) *TimeUtilsClient

NewTimeUtilsClient creates a new TimeUtils client.

func (*TimeUtilsClient) GetTimeZone

func (c *TimeUtilsClient) GetTimeZone(ctx context.Context, arg0 int32, arg1 bool, arg2 int64, arg3 string) (int64, error)

GetTimeZone calls the GetTimeZone RPC.

func (*TimeUtilsClient) GetTimeZoneDatabaseVersion

func (c *TimeUtilsClient) GetTimeZoneDatabaseVersion(ctx context.Context) (string, error)

GetTimeZoneDatabaseVersion calls the GetTimeZoneDatabaseVersion RPC.

func (*TimeUtilsClient) GetTimeZoneIdsForCountryCode

func (c *TimeUtilsClient) GetTimeZoneIdsForCountryCode(ctx context.Context, arg0 string) (int64, error)

GetTimeZoneIdsForCountryCode calls the GetTimeZoneIdsForCountryCode RPC.

func (*TimeUtilsClient) IsTimeBetween

func (c *TimeUtilsClient) IsTimeBetween(ctx context.Context, arg0 int64, arg1 int64, arg2 int64) (bool, error)

IsTimeBetween calls the IsTimeBetween RPC.

type TimeZoneClient

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

TimeZoneClient wraps the gRPC TimeZoneService client.

func NewTimeZoneClient

func NewTimeZoneClient(cc grpc.ClientConnInterface) *TimeZoneClient

NewTimeZoneClient creates a new TimeZone client.

func (*TimeZoneClient) Clone

func (c *TimeZoneClient) Clone(ctx context.Context) (int64, error)

Clone calls the Clone RPC.

func (*TimeZoneClient) CloneAsThawed0

func (c *TimeZoneClient) CloneAsThawed0(ctx context.Context) (int64, error)

CloneAsThawed0 calls the CloneAsThawed0 RPC.

func (*TimeZoneClient) CloneAsThawed0_1

func (c *TimeZoneClient) CloneAsThawed0_1(ctx context.Context) (int64, error)

CloneAsThawed0_1 calls the CloneAsThawed0_1 RPC.

func (*TimeZoneClient) CountEquivalentIDs

func (c *TimeZoneClient) CountEquivalentIDs(ctx context.Context, arg0 string) (int32, error)

CountEquivalentIDs calls the CountEquivalentIDs RPC.

func (*TimeZoneClient) Equals

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

Equals calls the Equals RPC.

func (*TimeZoneClient) Freeze0

func (c *TimeZoneClient) Freeze0(ctx context.Context) (int64, error)

Freeze0 calls the Freeze0 RPC.

func (*TimeZoneClient) Freeze0_1

func (c *TimeZoneClient) Freeze0_1(ctx context.Context) (int64, error)

Freeze0_1 calls the Freeze0_1 RPC.

func (*TimeZoneClient) GetAvailableIDs0

func (c *TimeZoneClient) GetAvailableIDs0(ctx context.Context) (int64, error)

GetAvailableIDs0 calls the GetAvailableIDs0 RPC.

func (*TimeZoneClient) GetAvailableIDs1_2

func (c *TimeZoneClient) GetAvailableIDs1_2(ctx context.Context, arg0 int32) (int64, error)

GetAvailableIDs1_2 calls the GetAvailableIDs1_2 RPC.

func (*TimeZoneClient) GetAvailableIDs1_3

func (c *TimeZoneClient) GetAvailableIDs1_3(ctx context.Context, arg0 string) (int64, error)

GetAvailableIDs1_3 calls the GetAvailableIDs1_3 RPC.

func (*TimeZoneClient) GetAvailableIDs3_1

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

GetAvailableIDs3_1 calls the GetAvailableIDs3_1 RPC.

func (*TimeZoneClient) GetCanonicalID1

func (c *TimeZoneClient) GetCanonicalID1(ctx context.Context, arg0 string) (string, error)

GetCanonicalID1 calls the GetCanonicalID1 RPC.

func (*TimeZoneClient) GetCanonicalID2_1

func (c *TimeZoneClient) GetCanonicalID2_1(ctx context.Context, arg0 string, arg1 int64) (string, error)

GetCanonicalID2_1 calls the GetCanonicalID2_1 RPC.

func (*TimeZoneClient) GetDSTSavings

func (c *TimeZoneClient) GetDSTSavings(ctx context.Context) (int32, error)

GetDSTSavings calls the GetDSTSavings RPC.

func (*TimeZoneClient) GetDefault

func (c *TimeZoneClient) GetDefault(ctx context.Context) (int64, error)

GetDefault calls the GetDefault RPC.

func (*TimeZoneClient) GetDisplayName0

func (c *TimeZoneClient) GetDisplayName0(ctx context.Context) (string, error)

GetDisplayName0 calls the GetDisplayName0 RPC.

func (*TimeZoneClient) GetDisplayName1_1

func (c *TimeZoneClient) GetDisplayName1_1(ctx context.Context, arg0 int64) (string, error)

GetDisplayName1_1 calls the GetDisplayName1_1 RPC.

func (*TimeZoneClient) GetDisplayName1_5

func (c *TimeZoneClient) GetDisplayName1_5(ctx context.Context, arg0 int64) (string, error)

GetDisplayName1_5 calls the GetDisplayName1_5 RPC.

func (*TimeZoneClient) GetDisplayName2_2

func (c *TimeZoneClient) GetDisplayName2_2(ctx context.Context, arg0 bool, arg1 int32) (string, error)

GetDisplayName2_2 calls the GetDisplayName2_2 RPC.

func (*TimeZoneClient) GetDisplayName3_3

func (c *TimeZoneClient) GetDisplayName3_3(ctx context.Context, arg0 bool, arg1 int32, arg2 int64) (string, error)

GetDisplayName3_3 calls the GetDisplayName3_3 RPC.

func (*TimeZoneClient) GetDisplayName3_4

func (c *TimeZoneClient) GetDisplayName3_4(ctx context.Context, arg0 bool, arg1 int32, arg2 int64) (string, error)

GetDisplayName3_4 calls the GetDisplayName3_4 RPC.

func (*TimeZoneClient) GetEquivalentID

func (c *TimeZoneClient) GetEquivalentID(ctx context.Context, arg0 string, arg1 int32) (string, error)

GetEquivalentID calls the GetEquivalentID RPC.

func (*TimeZoneClient) GetFrozenTimeZone

func (c *TimeZoneClient) GetFrozenTimeZone(ctx context.Context, arg0 string) (int64, error)

GetFrozenTimeZone calls the GetFrozenTimeZone RPC.

func (*TimeZoneClient) GetID

func (c *TimeZoneClient) GetID(ctx context.Context) (string, error)

GetID calls the GetID RPC.

func (*TimeZoneClient) GetIDForWindowsID

func (c *TimeZoneClient) GetIDForWindowsID(ctx context.Context, arg0 string, arg1 string) (string, error)

GetIDForWindowsID calls the GetIDForWindowsID RPC.

func (*TimeZoneClient) GetIanaID

func (c *TimeZoneClient) GetIanaID(ctx context.Context, arg0 string) (string, error)

GetIanaID calls the GetIanaID RPC.

func (*TimeZoneClient) GetOffset1_1

func (c *TimeZoneClient) GetOffset1_1(ctx context.Context, arg0 int64) (int32, error)

GetOffset1_1 calls the GetOffset1_1 RPC.

func (*TimeZoneClient) GetOffset3_2

func (c *TimeZoneClient) GetOffset3_2(ctx context.Context, arg0 int64, arg1 bool, arg2 int64) error

GetOffset3_2 calls the GetOffset3_2 RPC.

func (*TimeZoneClient) GetOffset6

func (c *TimeZoneClient) GetOffset6(ctx context.Context, arg0 int32, arg1 int32, arg2 int32, arg3 int32, arg4 int32, arg5 int32) (int32, error)

GetOffset6 calls the GetOffset6 RPC.

func (*TimeZoneClient) GetRawOffset

func (c *TimeZoneClient) GetRawOffset(ctx context.Context) (int32, error)

GetRawOffset calls the GetRawOffset RPC.

func (*TimeZoneClient) GetRegion

func (c *TimeZoneClient) GetRegion(ctx context.Context, arg0 string) (string, error)

GetRegion calls the GetRegion RPC.

func (*TimeZoneClient) GetTZDataVersion

func (c *TimeZoneClient) GetTZDataVersion(ctx context.Context) (string, error)

GetTZDataVersion calls the GetTZDataVersion RPC.

func (*TimeZoneClient) GetTimeZone1

func (c *TimeZoneClient) GetTimeZone1(ctx context.Context, arg0 string) (int64, error)

GetTimeZone1 calls the GetTimeZone1 RPC.

func (*TimeZoneClient) GetTimeZone2_1

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

GetTimeZone2_1 calls the GetTimeZone2_1 RPC.

func (*TimeZoneClient) GetWindowsID

func (c *TimeZoneClient) GetWindowsID(ctx context.Context, arg0 string) (string, error)

GetWindowsID calls the GetWindowsID RPC.

func (*TimeZoneClient) HasSameRules

func (c *TimeZoneClient) HasSameRules(ctx context.Context, arg0 int64) (bool, error)

HasSameRules calls the HasSameRules RPC.

func (*TimeZoneClient) HashCode

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

HashCode calls the HashCode RPC.

func (*TimeZoneClient) InDaylightTime

func (c *TimeZoneClient) InDaylightTime(ctx context.Context, arg0 int64) (bool, error)

InDaylightTime calls the InDaylightTime RPC.

func (*TimeZoneClient) IsFrozen

func (c *TimeZoneClient) IsFrozen(ctx context.Context) (bool, error)

IsFrozen calls the IsFrozen RPC.

func (*TimeZoneClient) ObservesDaylightTime

func (c *TimeZoneClient) ObservesDaylightTime(ctx context.Context) (bool, error)

ObservesDaylightTime calls the ObservesDaylightTime RPC.

func (*TimeZoneClient) SetID

func (c *TimeZoneClient) SetID(ctx context.Context, arg0 string) error

SetID calls the SetID RPC.

func (*TimeZoneClient) SetRawOffset

func (c *TimeZoneClient) SetRawOffset(ctx context.Context, arg0 int32) error

SetRawOffset calls the SetRawOffset RPC.

func (*TimeZoneClient) UseDaylightTime

func (c *TimeZoneClient) UseDaylightTime(ctx context.Context) (bool, error)

UseDaylightTime calls the UseDaylightTime RPC.

type TimeZoneSystemTimeZoneTypeClient

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

TimeZoneSystemTimeZoneTypeClient wraps the gRPC TimeZoneSystemTimeZoneTypeService client.

func NewTimeZoneSystemTimeZoneTypeClient

func NewTimeZoneSystemTimeZoneTypeClient(cc grpc.ClientConnInterface) *TimeZoneSystemTimeZoneTypeClient

NewTimeZoneSystemTimeZoneTypeClient creates a new TimeZoneSystemTimeZoneType client.

func (*TimeZoneSystemTimeZoneTypeClient) ValueOf

ValueOf calls the ValueOf RPC.

func (*TimeZoneSystemTimeZoneTypeClient) Values

Values calls the Values RPC.

type TimingLoggerClient

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

TimingLoggerClient wraps the gRPC TimingLoggerService client.

func NewTimingLoggerClient

func NewTimingLoggerClient(cc grpc.ClientConnInterface) *TimingLoggerClient

NewTimingLoggerClient creates a new TimingLogger client.

func (*TimingLoggerClient) AddSplit

func (c *TimingLoggerClient) AddSplit(ctx context.Context, handle int64, arg0 string) error

AddSplit calls the AddSplit RPC.

func (*TimingLoggerClient) DumpToLog

func (c *TimingLoggerClient) DumpToLog(ctx context.Context, handle int64) error

DumpToLog calls the DumpToLog RPC.

func (*TimingLoggerClient) Reset0

func (c *TimingLoggerClient) Reset0(ctx context.Context, handle int64) error

Reset0 calls the Reset0 RPC.

func (*TimingLoggerClient) Reset2_1

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

Reset2_1 calls the Reset2_1 RPC.

type TypedValueClient

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

TypedValueClient wraps the gRPC TypedValueService client.

func NewTypedValueClient

func NewTypedValueClient(cc grpc.ClientConnInterface) *TypedValueClient

NewTypedValueClient creates a new TypedValue client.

func (*TypedValueClient) ApplyDimension

func (c *TypedValueClient) ApplyDimension(ctx context.Context, handle int64, arg0 int32, arg1 float32, arg2 int64) (float32, error)

ApplyDimension calls the ApplyDimension RPC.

func (*TypedValueClient) CoerceToString0

func (c *TypedValueClient) CoerceToString0(ctx context.Context, handle int64) (int64, error)

CoerceToString0 calls the CoerceToString0 RPC.

func (*TypedValueClient) CoerceToString2_1

func (c *TypedValueClient) CoerceToString2_1(ctx context.Context, handle int64, arg0 int32, arg1 int32) (string, error)

CoerceToString2_1 calls the CoerceToString2_1 RPC.

func (*TypedValueClient) ComplexToDimension

func (c *TypedValueClient) ComplexToDimension(ctx context.Context, handle int64, arg0 int32, arg1 int64) (float32, error)

ComplexToDimension calls the ComplexToDimension RPC.

func (*TypedValueClient) ComplexToDimensionPixelOffset

func (c *TypedValueClient) ComplexToDimensionPixelOffset(ctx context.Context, handle int64, arg0 int32, arg1 int64) (int32, error)

ComplexToDimensionPixelOffset calls the ComplexToDimensionPixelOffset RPC.

func (*TypedValueClient) ComplexToDimensionPixelSize

func (c *TypedValueClient) ComplexToDimensionPixelSize(ctx context.Context, handle int64, arg0 int32, arg1 int64) (int32, error)

ComplexToDimensionPixelSize calls the ComplexToDimensionPixelSize RPC.

func (*TypedValueClient) ComplexToFloat

func (c *TypedValueClient) ComplexToFloat(ctx context.Context, handle int64, arg0 int32) (float32, error)

ComplexToFloat calls the ComplexToFloat RPC.

func (*TypedValueClient) ComplexToFraction

func (c *TypedValueClient) ComplexToFraction(ctx context.Context, handle int64, arg0 int32, arg1 float32, arg2 float32) (float32, error)

ComplexToFraction calls the ComplexToFraction RPC.

func (*TypedValueClient) ConvertDimensionToPixels

func (c *TypedValueClient) ConvertDimensionToPixels(ctx context.Context, handle int64, arg0 int32, arg1 float32, arg2 int64) (float32, error)

ConvertDimensionToPixels calls the ConvertDimensionToPixels RPC.

func (*TypedValueClient) ConvertPixelsToDimension

func (c *TypedValueClient) ConvertPixelsToDimension(ctx context.Context, handle int64, arg0 int32, arg1 float32, arg2 int64) (float32, error)

ConvertPixelsToDimension calls the ConvertPixelsToDimension RPC.

func (*TypedValueClient) DeriveDimension

func (c *TypedValueClient) DeriveDimension(ctx context.Context, handle int64, arg0 int32, arg1 float32, arg2 int64) (float32, error)

DeriveDimension calls the DeriveDimension RPC.

func (*TypedValueClient) GetComplexUnit

func (c *TypedValueClient) GetComplexUnit(ctx context.Context, handle int64) (int32, error)

GetComplexUnit calls the GetComplexUnit RPC.

func (*TypedValueClient) GetDimension

func (c *TypedValueClient) GetDimension(ctx context.Context, handle int64, arg0 int64) (float32, error)

GetDimension calls the GetDimension RPC.

func (*TypedValueClient) GetFloat

func (c *TypedValueClient) GetFloat(ctx context.Context, handle int64) (float32, error)

GetFloat calls the GetFloat RPC.

func (*TypedValueClient) GetFraction

func (c *TypedValueClient) GetFraction(ctx context.Context, handle int64, arg0 float32, arg1 float32) (float32, error)

GetFraction calls the GetFraction RPC.

func (*TypedValueClient) IsColorType

func (c *TypedValueClient) IsColorType(ctx context.Context, handle int64) (bool, error)

IsColorType calls the IsColorType RPC.

func (*TypedValueClient) SetTo

func (c *TypedValueClient) SetTo(ctx context.Context, handle int64, arg0 int64) error

SetTo calls the SetTo RPC.

func (*TypedValueClient) ToString

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

ToString calls the ToString RPC.

type ULocaleAvailableTypeClient

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

ULocaleAvailableTypeClient wraps the gRPC ULocaleAvailableTypeService client.

func NewULocaleAvailableTypeClient

func NewULocaleAvailableTypeClient(cc grpc.ClientConnInterface) *ULocaleAvailableTypeClient

NewULocaleAvailableTypeClient creates a new ULocaleAvailableType client.

func (*ULocaleAvailableTypeClient) ValueOf

func (c *ULocaleAvailableTypeClient) ValueOf(ctx context.Context, arg0 string) (int64, error)

ValueOf calls the ValueOf RPC.

func (*ULocaleAvailableTypeClient) Values

Values calls the Values RPC.

type ULocaleBuilderClient

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

ULocaleBuilderClient wraps the gRPC ULocaleBuilderService client.

func NewULocaleBuilderClient

func NewULocaleBuilderClient(cc grpc.ClientConnInterface) *ULocaleBuilderClient

NewULocaleBuilderClient creates a new ULocaleBuilder client.

func (*ULocaleBuilderClient) AddUnicodeLocaleAttribute

func (c *ULocaleBuilderClient) AddUnicodeLocaleAttribute(ctx context.Context, arg0 string) (int64, error)

AddUnicodeLocaleAttribute calls the AddUnicodeLocaleAttribute RPC.

func (*ULocaleBuilderClient) Build

func (c *ULocaleBuilderClient) Build(ctx context.Context) (int64, error)

Build calls the Build RPC.

func (*ULocaleBuilderClient) Clear

func (c *ULocaleBuilderClient) Clear(ctx context.Context) (int64, error)

Clear calls the Clear RPC.

func (*ULocaleBuilderClient) ClearExtensions

func (c *ULocaleBuilderClient) ClearExtensions(ctx context.Context) (int64, error)

ClearExtensions calls the ClearExtensions RPC.

func (*ULocaleBuilderClient) RemoveUnicodeLocaleAttribute

func (c *ULocaleBuilderClient) RemoveUnicodeLocaleAttribute(ctx context.Context, arg0 string) (int64, error)

RemoveUnicodeLocaleAttribute calls the RemoveUnicodeLocaleAttribute RPC.

func (*ULocaleBuilderClient) SetExtension

func (c *ULocaleBuilderClient) SetExtension(ctx context.Context, arg0 uint16, arg1 string) (int64, error)

SetExtension calls the SetExtension RPC.

func (*ULocaleBuilderClient) SetLanguage

func (c *ULocaleBuilderClient) SetLanguage(ctx context.Context, arg0 string) (int64, error)

SetLanguage calls the SetLanguage RPC.

func (*ULocaleBuilderClient) SetLanguageTag

func (c *ULocaleBuilderClient) SetLanguageTag(ctx context.Context, arg0 string) (int64, error)

SetLanguageTag calls the SetLanguageTag RPC.

func (*ULocaleBuilderClient) SetLocale

func (c *ULocaleBuilderClient) SetLocale(ctx context.Context, arg0 int64) (int64, error)

SetLocale calls the SetLocale RPC.

func (*ULocaleBuilderClient) SetRegion

func (c *ULocaleBuilderClient) SetRegion(ctx context.Context, arg0 string) (int64, error)

SetRegion calls the SetRegion RPC.

func (*ULocaleBuilderClient) SetScript

func (c *ULocaleBuilderClient) SetScript(ctx context.Context, arg0 string) (int64, error)

SetScript calls the SetScript RPC.

func (*ULocaleBuilderClient) SetUnicodeLocaleKeyword

func (c *ULocaleBuilderClient) SetUnicodeLocaleKeyword(ctx context.Context, arg0 string, arg1 string) (int64, error)

SetUnicodeLocaleKeyword calls the SetUnicodeLocaleKeyword RPC.

func (*ULocaleBuilderClient) SetVariant

func (c *ULocaleBuilderClient) SetVariant(ctx context.Context, arg0 string) (int64, error)

SetVariant calls the SetVariant RPC.

type ULocaleCategoryClient

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

ULocaleCategoryClient wraps the gRPC ULocaleCategoryService client.

func NewULocaleCategoryClient

func NewULocaleCategoryClient(cc grpc.ClientConnInterface) *ULocaleCategoryClient

NewULocaleCategoryClient creates a new ULocaleCategory client.

func (*ULocaleCategoryClient) ValueOf

func (c *ULocaleCategoryClient) ValueOf(ctx context.Context, arg0 string) (int64, error)

ValueOf calls the ValueOf RPC.

func (*ULocaleCategoryClient) Values

func (c *ULocaleCategoryClient) Values(ctx context.Context) (int64, error)

Values calls the Values RPC.

type ULocaleClient

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

ULocaleClient wraps the gRPC ULocaleService client.

func NewULocaleClient

func NewULocaleClient(cc grpc.ClientConnInterface) *ULocaleClient

NewULocaleClient creates a new ULocale client.

func (*ULocaleClient) AcceptLanguage2_1

func (c *ULocaleClient) AcceptLanguage2_1(ctx context.Context, handle int64, arg0 int64, arg1 int64) (int64, error)

AcceptLanguage2_1 calls the AcceptLanguage2_1 RPC.

func (*ULocaleClient) AcceptLanguage2_3

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

AcceptLanguage2_3 calls the AcceptLanguage2_3 RPC.

func (*ULocaleClient) AcceptLanguage3

func (c *ULocaleClient) AcceptLanguage3(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 int64) (int64, error)

AcceptLanguage3 calls the AcceptLanguage3 RPC.

func (*ULocaleClient) AcceptLanguage3_2

func (c *ULocaleClient) AcceptLanguage3_2(ctx context.Context, handle int64, arg0 string, arg1 int64, arg2 int64) (int64, error)

AcceptLanguage3_2 calls the AcceptLanguage3_2 RPC.

func (*ULocaleClient) AddLikelySubtags

func (c *ULocaleClient) AddLikelySubtags(ctx context.Context, handle int64, arg0 int64) (int64, error)

AddLikelySubtags calls the AddLikelySubtags RPC.

func (*ULocaleClient) Canonicalize

func (c *ULocaleClient) Canonicalize(ctx context.Context, handle int64, arg0 string) (string, error)

Canonicalize calls the Canonicalize RPC.

func (*ULocaleClient) Clone

func (c *ULocaleClient) Clone(ctx context.Context, handle int64) (int64, error)

Clone calls the Clone RPC.

func (*ULocaleClient) CompareTo1

func (c *ULocaleClient) CompareTo1(ctx context.Context, handle int64, arg0 int64) (int32, error)

CompareTo1 calls the CompareTo1 RPC.

func (*ULocaleClient) CompareTo1_1

func (c *ULocaleClient) CompareTo1_1(ctx context.Context, handle int64, arg0 int64) (int32, error)

CompareTo1_1 calls the CompareTo1_1 RPC.

func (*ULocaleClient) CreateCanonical1

func (c *ULocaleClient) CreateCanonical1(ctx context.Context, handle int64, arg0 int64) (int64, error)

CreateCanonical1 calls the CreateCanonical1 RPC.

func (*ULocaleClient) CreateCanonical1_1

func (c *ULocaleClient) CreateCanonical1_1(ctx context.Context, handle int64, arg0 string) (int64, error)

CreateCanonical1_1 calls the CreateCanonical1_1 RPC.

func (*ULocaleClient) Equals

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

Equals calls the Equals RPC.

func (*ULocaleClient) ForLanguageTag

func (c *ULocaleClient) ForLanguageTag(ctx context.Context, handle int64, arg0 string) (int64, error)

ForLanguageTag calls the ForLanguageTag RPC.

func (*ULocaleClient) ForLocale

func (c *ULocaleClient) ForLocale(ctx context.Context, handle int64, arg0 int64) (int64, error)

ForLocale calls the ForLocale RPC.

func (*ULocaleClient) GetAvailableLocales

func (c *ULocaleClient) GetAvailableLocales(ctx context.Context, handle int64) (int64, error)

GetAvailableLocales calls the GetAvailableLocales RPC.

func (*ULocaleClient) GetAvailableLocalesByType

func (c *ULocaleClient) GetAvailableLocalesByType(ctx context.Context, handle int64, arg0 int64) (int64, error)

GetAvailableLocalesByType calls the GetAvailableLocalesByType RPC.

func (*ULocaleClient) GetBaseName0

func (c *ULocaleClient) GetBaseName0(ctx context.Context, handle int64) (string, error)

GetBaseName0 calls the GetBaseName0 RPC.

func (*ULocaleClient) GetBaseName1_1

func (c *ULocaleClient) GetBaseName1_1(ctx context.Context, handle int64, arg0 string) (string, error)

GetBaseName1_1 calls the GetBaseName1_1 RPC.

func (*ULocaleClient) GetCharacterOrientation

func (c *ULocaleClient) GetCharacterOrientation(ctx context.Context, handle int64) (string, error)

GetCharacterOrientation calls the GetCharacterOrientation RPC.

func (*ULocaleClient) GetCountry0

func (c *ULocaleClient) GetCountry0(ctx context.Context, handle int64) (string, error)

GetCountry0 calls the GetCountry0 RPC.

func (*ULocaleClient) GetCountry1_1

func (c *ULocaleClient) GetCountry1_1(ctx context.Context, handle int64, arg0 string) (string, error)

GetCountry1_1 calls the GetCountry1_1 RPC.

func (*ULocaleClient) GetDefault0

func (c *ULocaleClient) GetDefault0(ctx context.Context, handle int64) (int64, error)

GetDefault0 calls the GetDefault0 RPC.

func (*ULocaleClient) GetDefault1_1

func (c *ULocaleClient) GetDefault1_1(ctx context.Context, handle int64, arg0 int64) (int64, error)

GetDefault1_1 calls the GetDefault1_1 RPC.

func (*ULocaleClient) GetDisplayCountry0

func (c *ULocaleClient) GetDisplayCountry0(ctx context.Context, handle int64) (string, error)

GetDisplayCountry0 calls the GetDisplayCountry0 RPC.

func (*ULocaleClient) GetDisplayCountry1_1

func (c *ULocaleClient) GetDisplayCountry1_1(ctx context.Context, handle int64, arg0 int64) (string, error)

GetDisplayCountry1_1 calls the GetDisplayCountry1_1 RPC.

func (*ULocaleClient) GetDisplayCountry2_2

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

GetDisplayCountry2_2 calls the GetDisplayCountry2_2 RPC.

func (*ULocaleClient) GetDisplayCountry2_3

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

GetDisplayCountry2_3 calls the GetDisplayCountry2_3 RPC.

func (*ULocaleClient) GetDisplayKeyword1

func (c *ULocaleClient) GetDisplayKeyword1(ctx context.Context, handle int64, arg0 string) (string, error)

GetDisplayKeyword1 calls the GetDisplayKeyword1 RPC.

func (*ULocaleClient) GetDisplayKeyword2_1

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

GetDisplayKeyword2_1 calls the GetDisplayKeyword2_1 RPC.

func (*ULocaleClient) GetDisplayKeyword2_2

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

GetDisplayKeyword2_2 calls the GetDisplayKeyword2_2 RPC.

func (*ULocaleClient) GetDisplayKeywordValue1

func (c *ULocaleClient) GetDisplayKeywordValue1(ctx context.Context, handle int64, arg0 string) (string, error)

GetDisplayKeywordValue1 calls the GetDisplayKeywordValue1 RPC.

func (*ULocaleClient) GetDisplayKeywordValue2_1

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

GetDisplayKeywordValue2_1 calls the GetDisplayKeywordValue2_1 RPC.

func (*ULocaleClient) GetDisplayKeywordValue3_2

func (c *ULocaleClient) GetDisplayKeywordValue3_2(ctx context.Context, handle int64, arg0 string, arg1 string, arg2 int64) (string, error)

GetDisplayKeywordValue3_2 calls the GetDisplayKeywordValue3_2 RPC.

func (*ULocaleClient) GetDisplayKeywordValue3_3

func (c *ULocaleClient) GetDisplayKeywordValue3_3(ctx context.Context, handle int64, arg0 string, arg1 string, arg2 string) (string, error)

GetDisplayKeywordValue3_3 calls the GetDisplayKeywordValue3_3 RPC.

func (*ULocaleClient) GetDisplayLanguage0

func (c *ULocaleClient) GetDisplayLanguage0(ctx context.Context, handle int64) (string, error)

GetDisplayLanguage0 calls the GetDisplayLanguage0 RPC.

func (*ULocaleClient) GetDisplayLanguage1_1

func (c *ULocaleClient) GetDisplayLanguage1_1(ctx context.Context, handle int64, arg0 int64) (string, error)

GetDisplayLanguage1_1 calls the GetDisplayLanguage1_1 RPC.

func (*ULocaleClient) GetDisplayLanguage2_2

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

GetDisplayLanguage2_2 calls the GetDisplayLanguage2_2 RPC.

func (*ULocaleClient) GetDisplayLanguage2_3

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

GetDisplayLanguage2_3 calls the GetDisplayLanguage2_3 RPC.

func (*ULocaleClient) GetDisplayLanguageWithDialect0

func (c *ULocaleClient) GetDisplayLanguageWithDialect0(ctx context.Context, handle int64) (string, error)

GetDisplayLanguageWithDialect0 calls the GetDisplayLanguageWithDialect0 RPC.

func (*ULocaleClient) GetDisplayLanguageWithDialect1_1

func (c *ULocaleClient) GetDisplayLanguageWithDialect1_1(ctx context.Context, handle int64, arg0 int64) (string, error)

GetDisplayLanguageWithDialect1_1 calls the GetDisplayLanguageWithDialect1_1 RPC.

func (*ULocaleClient) GetDisplayLanguageWithDialect2_2

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

GetDisplayLanguageWithDialect2_2 calls the GetDisplayLanguageWithDialect2_2 RPC.

func (*ULocaleClient) GetDisplayLanguageWithDialect2_3

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

GetDisplayLanguageWithDialect2_3 calls the GetDisplayLanguageWithDialect2_3 RPC.

func (*ULocaleClient) GetDisplayName0

func (c *ULocaleClient) GetDisplayName0(ctx context.Context, handle int64) (string, error)

GetDisplayName0 calls the GetDisplayName0 RPC.

func (*ULocaleClient) GetDisplayName1_1

func (c *ULocaleClient) GetDisplayName1_1(ctx context.Context, handle int64, arg0 int64) (string, error)

GetDisplayName1_1 calls the GetDisplayName1_1 RPC.

func (*ULocaleClient) GetDisplayName2_2

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

GetDisplayName2_2 calls the GetDisplayName2_2 RPC.

func (*ULocaleClient) GetDisplayName2_3

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

GetDisplayName2_3 calls the GetDisplayName2_3 RPC.

func (*ULocaleClient) GetDisplayNameWithDialect0

func (c *ULocaleClient) GetDisplayNameWithDialect0(ctx context.Context, handle int64) (string, error)

GetDisplayNameWithDialect0 calls the GetDisplayNameWithDialect0 RPC.

func (*ULocaleClient) GetDisplayNameWithDialect1_1

func (c *ULocaleClient) GetDisplayNameWithDialect1_1(ctx context.Context, handle int64, arg0 int64) (string, error)

GetDisplayNameWithDialect1_1 calls the GetDisplayNameWithDialect1_1 RPC.

func (*ULocaleClient) GetDisplayNameWithDialect2_2

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

GetDisplayNameWithDialect2_2 calls the GetDisplayNameWithDialect2_2 RPC.

func (*ULocaleClient) GetDisplayNameWithDialect2_3

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

GetDisplayNameWithDialect2_3 calls the GetDisplayNameWithDialect2_3 RPC.

func (*ULocaleClient) GetDisplayScript0

func (c *ULocaleClient) GetDisplayScript0(ctx context.Context, handle int64) (string, error)

GetDisplayScript0 calls the GetDisplayScript0 RPC.

func (*ULocaleClient) GetDisplayScript1_1

func (c *ULocaleClient) GetDisplayScript1_1(ctx context.Context, handle int64, arg0 int64) (string, error)

GetDisplayScript1_1 calls the GetDisplayScript1_1 RPC.

func (*ULocaleClient) GetDisplayScript2_2

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

GetDisplayScript2_2 calls the GetDisplayScript2_2 RPC.

func (*ULocaleClient) GetDisplayScript2_3

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

GetDisplayScript2_3 calls the GetDisplayScript2_3 RPC.

func (*ULocaleClient) GetDisplayVariant0

func (c *ULocaleClient) GetDisplayVariant0(ctx context.Context, handle int64) (string, error)

GetDisplayVariant0 calls the GetDisplayVariant0 RPC.

func (*ULocaleClient) GetDisplayVariant1_1

func (c *ULocaleClient) GetDisplayVariant1_1(ctx context.Context, handle int64, arg0 int64) (string, error)

GetDisplayVariant1_1 calls the GetDisplayVariant1_1 RPC.

func (*ULocaleClient) GetDisplayVariant2_2

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

GetDisplayVariant2_2 calls the GetDisplayVariant2_2 RPC.

func (*ULocaleClient) GetDisplayVariant2_3

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

GetDisplayVariant2_3 calls the GetDisplayVariant2_3 RPC.

func (*ULocaleClient) GetExtension

func (c *ULocaleClient) GetExtension(ctx context.Context, handle int64, arg0 uint16) (string, error)

GetExtension calls the GetExtension RPC.

func (*ULocaleClient) GetExtensionKeys

func (c *ULocaleClient) GetExtensionKeys(ctx context.Context, handle int64) (int64, error)

GetExtensionKeys calls the GetExtensionKeys RPC.

func (*ULocaleClient) GetFallback0

func (c *ULocaleClient) GetFallback0(ctx context.Context, handle int64) (int64, error)

GetFallback0 calls the GetFallback0 RPC.

func (*ULocaleClient) GetFallback1_1

func (c *ULocaleClient) GetFallback1_1(ctx context.Context, handle int64, arg0 string) (string, error)

GetFallback1_1 calls the GetFallback1_1 RPC.

func (*ULocaleClient) GetISO3Country0

func (c *ULocaleClient) GetISO3Country0(ctx context.Context, handle int64) (string, error)

GetISO3Country0 calls the GetISO3Country0 RPC.

func (*ULocaleClient) GetISO3Country1_1

func (c *ULocaleClient) GetISO3Country1_1(ctx context.Context, handle int64, arg0 string) (string, error)

GetISO3Country1_1 calls the GetISO3Country1_1 RPC.

func (*ULocaleClient) GetISO3Language0

func (c *ULocaleClient) GetISO3Language0(ctx context.Context, handle int64) (string, error)

GetISO3Language0 calls the GetISO3Language0 RPC.

func (*ULocaleClient) GetISO3Language1_1

func (c *ULocaleClient) GetISO3Language1_1(ctx context.Context, handle int64, arg0 string) (string, error)

GetISO3Language1_1 calls the GetISO3Language1_1 RPC.

func (*ULocaleClient) GetISOCountries

func (c *ULocaleClient) GetISOCountries(ctx context.Context, handle int64) (int64, error)

GetISOCountries calls the GetISOCountries RPC.

func (*ULocaleClient) GetISOLanguages

func (c *ULocaleClient) GetISOLanguages(ctx context.Context, handle int64) (int64, error)

GetISOLanguages calls the GetISOLanguages RPC.

func (*ULocaleClient) GetKeywordValue1

func (c *ULocaleClient) GetKeywordValue1(ctx context.Context, handle int64, arg0 string) (string, error)

GetKeywordValue1 calls the GetKeywordValue1 RPC.

func (*ULocaleClient) GetKeywordValue2_1

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

GetKeywordValue2_1 calls the GetKeywordValue2_1 RPC.

func (*ULocaleClient) GetKeywords0

func (c *ULocaleClient) GetKeywords0(ctx context.Context, handle int64) (int64, error)

GetKeywords0 calls the GetKeywords0 RPC.

func (*ULocaleClient) GetKeywords1_1

func (c *ULocaleClient) GetKeywords1_1(ctx context.Context, handle int64, arg0 string) (int64, error)

GetKeywords1_1 calls the GetKeywords1_1 RPC.

func (*ULocaleClient) GetLanguage0

func (c *ULocaleClient) GetLanguage0(ctx context.Context, handle int64) (string, error)

GetLanguage0 calls the GetLanguage0 RPC.

func (*ULocaleClient) GetLanguage1_1

func (c *ULocaleClient) GetLanguage1_1(ctx context.Context, handle int64, arg0 string) (string, error)

GetLanguage1_1 calls the GetLanguage1_1 RPC.

func (*ULocaleClient) GetLineOrientation

func (c *ULocaleClient) GetLineOrientation(ctx context.Context, handle int64) (string, error)

GetLineOrientation calls the GetLineOrientation RPC.

func (*ULocaleClient) GetName0

func (c *ULocaleClient) GetName0(ctx context.Context, handle int64) (string, error)

GetName0 calls the GetName0 RPC.

func (*ULocaleClient) GetName1_1

func (c *ULocaleClient) GetName1_1(ctx context.Context, handle int64, arg0 string) (string, error)

GetName1_1 calls the GetName1_1 RPC.

func (*ULocaleClient) GetScript0

func (c *ULocaleClient) GetScript0(ctx context.Context, handle int64) (string, error)

GetScript0 calls the GetScript0 RPC.

func (*ULocaleClient) GetScript1_1

func (c *ULocaleClient) GetScript1_1(ctx context.Context, handle int64, arg0 string) (string, error)

GetScript1_1 calls the GetScript1_1 RPC.

func (*ULocaleClient) GetUnicodeLocaleAttributes

func (c *ULocaleClient) GetUnicodeLocaleAttributes(ctx context.Context, handle int64) (int64, error)

GetUnicodeLocaleAttributes calls the GetUnicodeLocaleAttributes RPC.

func (*ULocaleClient) GetUnicodeLocaleKeys

func (c *ULocaleClient) GetUnicodeLocaleKeys(ctx context.Context, handle int64) (int64, error)

GetUnicodeLocaleKeys calls the GetUnicodeLocaleKeys RPC.

func (*ULocaleClient) GetUnicodeLocaleType

func (c *ULocaleClient) GetUnicodeLocaleType(ctx context.Context, handle int64, arg0 string) (string, error)

GetUnicodeLocaleType calls the GetUnicodeLocaleType RPC.

func (*ULocaleClient) GetVariant0

func (c *ULocaleClient) GetVariant0(ctx context.Context, handle int64) (string, error)

GetVariant0 calls the GetVariant0 RPC.

func (*ULocaleClient) GetVariant1_1

func (c *ULocaleClient) GetVariant1_1(ctx context.Context, handle int64, arg0 string) (string, error)

GetVariant1_1 calls the GetVariant1_1 RPC.

func (*ULocaleClient) HashCode

func (c *ULocaleClient) HashCode(ctx context.Context, handle int64) (int32, error)

HashCode calls the HashCode RPC.

func (*ULocaleClient) IsRightToLeft

func (c *ULocaleClient) IsRightToLeft(ctx context.Context, handle int64) (bool, error)

IsRightToLeft calls the IsRightToLeft RPC.

func (*ULocaleClient) MinimizeSubtags

func (c *ULocaleClient) MinimizeSubtags(ctx context.Context, handle int64, arg0 int64) (int64, error)

MinimizeSubtags calls the MinimizeSubtags RPC.

func (*ULocaleClient) SetKeywordValue2

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

SetKeywordValue2 calls the SetKeywordValue2 RPC.

func (*ULocaleClient) SetKeywordValue3_1

func (c *ULocaleClient) SetKeywordValue3_1(ctx context.Context, handle int64, arg0 string, arg1 string, arg2 string) (string, error)

SetKeywordValue3_1 calls the SetKeywordValue3_1 RPC.

func (*ULocaleClient) ToLanguageTag

func (c *ULocaleClient) ToLanguageTag(ctx context.Context, handle int64) (string, error)

ToLanguageTag calls the ToLanguageTag RPC.

func (*ULocaleClient) ToLegacyKey

func (c *ULocaleClient) ToLegacyKey(ctx context.Context, handle int64, arg0 string) (string, error)

ToLegacyKey calls the ToLegacyKey RPC.

func (*ULocaleClient) ToLegacyType

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

ToLegacyType calls the ToLegacyType RPC.

func (*ULocaleClient) ToLocale

func (c *ULocaleClient) ToLocale(ctx context.Context, handle int64) (int64, error)

ToLocale calls the ToLocale RPC.

func (*ULocaleClient) ToString

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

ToString calls the ToString RPC.

func (*ULocaleClient) ToUnicodeLocaleKey

func (c *ULocaleClient) ToUnicodeLocaleKey(ctx context.Context, handle int64, arg0 string) (string, error)

ToUnicodeLocaleKey calls the ToUnicodeLocaleKey RPC.

func (*ULocaleClient) ToUnicodeLocaleType

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

ToUnicodeLocaleType calls the ToUnicodeLocaleType RPC.

type UniversalTimeScaleClient

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

UniversalTimeScaleClient wraps the gRPC UniversalTimeScaleService client.

func NewUniversalTimeScaleClient

func NewUniversalTimeScaleClient(cc grpc.ClientConnInterface) *UniversalTimeScaleClient

NewUniversalTimeScaleClient creates a new UniversalTimeScale client.

func (*UniversalTimeScaleClient) BigDecimalFrom2

func (c *UniversalTimeScaleClient) BigDecimalFrom2(ctx context.Context, arg0 int64, arg1 int32) (int64, error)

BigDecimalFrom2 calls the BigDecimalFrom2 RPC.

func (*UniversalTimeScaleClient) BigDecimalFrom2_1

func (c *UniversalTimeScaleClient) BigDecimalFrom2_1(ctx context.Context, arg0 float64, arg1 int32) (int64, error)

BigDecimalFrom2_1 calls the BigDecimalFrom2_1 RPC.

func (*UniversalTimeScaleClient) BigDecimalFrom2_2

func (c *UniversalTimeScaleClient) BigDecimalFrom2_2(ctx context.Context, arg0 int64, arg1 int32) (int64, error)

BigDecimalFrom2_2 calls the BigDecimalFrom2_2 RPC.

func (*UniversalTimeScaleClient) From

func (c *UniversalTimeScaleClient) From(ctx context.Context, arg0 int64, arg1 int32) (int64, error)

From calls the From RPC.

func (*UniversalTimeScaleClient) GetTimeScaleValue

func (c *UniversalTimeScaleClient) GetTimeScaleValue(ctx context.Context, arg0 int32, arg1 int32) (int64, error)

GetTimeScaleValue calls the GetTimeScaleValue RPC.

func (*UniversalTimeScaleClient) ToBigDecimal2

func (c *UniversalTimeScaleClient) ToBigDecimal2(ctx context.Context, arg0 int64, arg1 int32) (int64, error)

ToBigDecimal2 calls the ToBigDecimal2 RPC.

func (*UniversalTimeScaleClient) ToBigDecimal2_1

func (c *UniversalTimeScaleClient) ToBigDecimal2_1(ctx context.Context, arg0 int64, arg1 int32) (int64, error)

ToBigDecimal2_1 calls the ToBigDecimal2_1 RPC.

func (*UniversalTimeScaleClient) ToLong

func (c *UniversalTimeScaleClient) ToLong(ctx context.Context, arg0 int64, arg1 int32) (int64, error)

ToLong calls the ToLong RPC.

type ValueIteratorClient

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

ValueIteratorClient wraps the gRPC ValueIteratorService client.

func NewValueIteratorClient

func NewValueIteratorClient(cc grpc.ClientConnInterface) *ValueIteratorClient

NewValueIteratorClient creates a new ValueIterator client.

func (*ValueIteratorClient) Next

func (c *ValueIteratorClient) Next(ctx context.Context, arg0 int64) (bool, error)

Next calls the Next RPC.

func (*ValueIteratorClient) Reset

func (c *ValueIteratorClient) Reset(ctx context.Context) error

Reset calls the Reset RPC.

func (*ValueIteratorClient) SetRange

func (c *ValueIteratorClient) SetRange(ctx context.Context, arg0 int32, arg1 int32) error

SetRange calls the SetRange RPC.

type VersionInfoClient

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

VersionInfoClient wraps the gRPC VersionInfoService client.

func NewVersionInfoClient

func NewVersionInfoClient(cc grpc.ClientConnInterface) *VersionInfoClient

NewVersionInfoClient creates a new VersionInfo client.

func (*VersionInfoClient) CompareTo1

func (c *VersionInfoClient) CompareTo1(ctx context.Context, arg0 int64) (int32, error)

CompareTo1 calls the CompareTo1 RPC.

func (*VersionInfoClient) CompareTo1_1

func (c *VersionInfoClient) CompareTo1_1(ctx context.Context, arg0 int64) (int32, error)

CompareTo1_1 calls the CompareTo1_1 RPC.

func (*VersionInfoClient) Equals

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

Equals calls the Equals RPC.

func (*VersionInfoClient) GetInstance1

func (c *VersionInfoClient) GetInstance1(ctx context.Context, arg0 int32) (int64, error)

GetInstance1 calls the GetInstance1 RPC.

func (*VersionInfoClient) GetInstance1_4

func (c *VersionInfoClient) GetInstance1_4(ctx context.Context, arg0 string) (int64, error)

GetInstance1_4 calls the GetInstance1_4 RPC.

func (*VersionInfoClient) GetInstance2_1

func (c *VersionInfoClient) GetInstance2_1(ctx context.Context, arg0 int32, arg1 int32) (int64, error)

GetInstance2_1 calls the GetInstance2_1 RPC.

func (*VersionInfoClient) GetInstance3_2

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

GetInstance3_2 calls the GetInstance3_2 RPC.

func (*VersionInfoClient) GetInstance4_3

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

GetInstance4_3 calls the GetInstance4_3 RPC.

func (*VersionInfoClient) GetMajor

func (c *VersionInfoClient) GetMajor(ctx context.Context) (int32, error)

GetMajor calls the GetMajor RPC.

func (*VersionInfoClient) GetMicro

func (c *VersionInfoClient) GetMicro(ctx context.Context) (int32, error)

GetMicro calls the GetMicro RPC.

func (*VersionInfoClient) GetMilli

func (c *VersionInfoClient) GetMilli(ctx context.Context) (int32, error)

GetMilli calls the GetMilli RPC.

func (*VersionInfoClient) GetMinor

func (c *VersionInfoClient) GetMinor(ctx context.Context) (int32, error)

GetMinor calls the GetMinor RPC.

func (*VersionInfoClient) HashCode

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

HashCode calls the HashCode RPC.

func (*VersionInfoClient) ToString

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

ToString calls the ToString RPC.

type XmlClient

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

XmlClient wraps the gRPC XmlService client.

func NewXmlClient

func NewXmlClient(cc grpc.ClientConnInterface) *XmlClient

NewXmlClient creates a new Xml client.

func (*XmlClient) AsAttributeSet

func (c *XmlClient) AsAttributeSet(ctx context.Context, arg0 int64) (int64, error)

AsAttributeSet calls the AsAttributeSet RPC.

func (*XmlClient) FindEncodingByName

func (c *XmlClient) FindEncodingByName(ctx context.Context, arg0 string) (int64, error)

FindEncodingByName calls the FindEncodingByName RPC.

func (*XmlClient) NewPullParser

func (c *XmlClient) NewPullParser(ctx context.Context) (int64, error)

NewPullParser calls the NewPullParser RPC.

func (*XmlClient) NewSerializer

func (c *XmlClient) NewSerializer(ctx context.Context) (int64, error)

NewSerializer calls the NewSerializer RPC.

type XmlEncodingClient

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

XmlEncodingClient wraps the gRPC XmlEncodingService client.

func NewXmlEncodingClient

func NewXmlEncodingClient(cc grpc.ClientConnInterface) *XmlEncodingClient

NewXmlEncodingClient creates a new XmlEncoding client.

func (*XmlEncodingClient) ValueOf

func (c *XmlEncodingClient) ValueOf(ctx context.Context, arg0 string) (int64, error)

ValueOf calls the ValueOf RPC.

func (*XmlEncodingClient) Values

func (c *XmlEncodingClient) Values(ctx context.Context) (int64, error)

Values calls the Values RPC.

Jump to

Keyboard shortcuts

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