Documentation
¶
Index ¶
- type ArrayMapClient
- func (c *ArrayMapClient) Clear(ctx context.Context, handle int64) error
- func (c *ArrayMapClient) ContainsKey(ctx context.Context, handle int64, arg0 int64) (bool, error)
- func (c *ArrayMapClient) ContainsValue(ctx context.Context, handle int64, arg0 int64) (bool, error)
- func (c *ArrayMapClient) EnsureCapacity(ctx context.Context, handle int64, arg0 int32) error
- func (c *ArrayMapClient) Equals(ctx context.Context, handle int64, arg0 int64) (bool, error)
- func (c *ArrayMapClient) HashCode(ctx context.Context, handle int64) (int32, error)
- func (c *ArrayMapClient) IndexOfKey(ctx context.Context, handle int64, arg0 int64) (int32, error)
- func (c *ArrayMapClient) IndexOfValue(ctx context.Context, handle int64, arg0 int64) (int32, error)
- func (c *ArrayMapClient) IsEmpty(ctx context.Context, handle int64) (bool, error)
- func (c *ArrayMapClient) KeySet(ctx context.Context, handle int64) (int64, error)
- func (c *ArrayMapClient) Size(ctx context.Context, handle int64) (int32, error)
- func (c *ArrayMapClient) ToString(ctx context.Context, handle int64) (string, error)
- func (c *ArrayMapClient) Values(ctx context.Context, handle int64) (int64, error)
- type ArraySetClient
- func (c *ArraySetClient) Clear(ctx context.Context, handle int64) error
- func (c *ArraySetClient) Contains(ctx context.Context, handle int64, arg0 int64) (bool, error)
- func (c *ArraySetClient) EnsureCapacity(ctx context.Context, handle int64, arg0 int32) error
- func (c *ArraySetClient) Equals(ctx context.Context, handle int64, arg0 int64) (bool, error)
- func (c *ArraySetClient) HashCode(ctx context.Context, handle int64) (int32, error)
- func (c *ArraySetClient) IndexOf(ctx context.Context, handle int64, arg0 int64) (int32, error)
- func (c *ArraySetClient) IsEmpty(ctx context.Context, handle int64) (bool, error)
- func (c *ArraySetClient) Iterator(ctx context.Context, handle int64) (int64, error)
- func (c *ArraySetClient) Remove(ctx context.Context, handle int64, arg0 int64) (bool, error)
- func (c *ArraySetClient) Size(ctx context.Context, handle int64) (int32, error)
- func (c *ArraySetClient) ToArray(ctx context.Context, handle int64) (int64, error)
- func (c *ArraySetClient) ToString(ctx context.Context, handle int64) (string, error)
- type AtomicFileClient
- func (c *AtomicFileClient) Delete(ctx context.Context, handle int64) error
- func (c *AtomicFileClient) FailWrite(ctx context.Context, handle int64, arg0 int64) error
- func (c *AtomicFileClient) FinishWrite(ctx context.Context, handle int64, arg0 int64) error
- func (c *AtomicFileClient) GetBaseFile(ctx context.Context, handle int64) (int64, error)
- func (c *AtomicFileClient) GetLastModifiedTime(ctx context.Context, handle int64) (int64, error)
- func (c *AtomicFileClient) OpenRead(ctx context.Context, handle int64) (int64, error)
- func (c *AtomicFileClient) ReadFully(ctx context.Context, handle int64) (int64, error)
- func (c *AtomicFileClient) StartWrite(ctx context.Context, handle int64) (int64, error)
- func (c *AtomicFileClient) ToString(ctx context.Context, handle int64) (string, error)
- type AttributeSetClient
- func (c *AttributeSetClient) GetAttributeBooleanValue2(ctx context.Context, arg0 int32, arg1 bool) (bool, error)
- func (c *AttributeSetClient) GetAttributeBooleanValue3_1(ctx context.Context, arg0 string, arg1 string, arg2 bool) (bool, error)
- func (c *AttributeSetClient) GetAttributeCount(ctx context.Context) (int32, error)
- func (c *AttributeSetClient) GetAttributeFloatValue2(ctx context.Context, arg0 int32, arg1 float32) (float32, error)
- func (c *AttributeSetClient) GetAttributeFloatValue3_1(ctx context.Context, arg0 string, arg1 string, arg2 float32) (float32, error)
- func (c *AttributeSetClient) GetAttributeIntValue2(ctx context.Context, arg0 int32, arg1 int32) (int32, error)
- func (c *AttributeSetClient) GetAttributeIntValue3_1(ctx context.Context, arg0 string, arg1 string, arg2 int32) (int32, error)
- func (c *AttributeSetClient) GetAttributeListValue3(ctx context.Context, arg0 int32, arg1 int64, arg2 int32) (int32, error)
- func (c *AttributeSetClient) GetAttributeListValue4_1(ctx context.Context, arg0 string, arg1 string, arg2 int64, arg3 int32) (int32, error)
- func (c *AttributeSetClient) GetAttributeName(ctx context.Context, arg0 int32) (string, error)
- func (c *AttributeSetClient) GetAttributeNameResource(ctx context.Context, arg0 int32) (int32, error)
- func (c *AttributeSetClient) GetAttributeResourceValue2(ctx context.Context, arg0 int32, arg1 int32) (int32, error)
- func (c *AttributeSetClient) GetAttributeResourceValue3_1(ctx context.Context, arg0 string, arg1 string, arg2 int32) (int32, error)
- func (c *AttributeSetClient) GetAttributeUnsignedIntValue2(ctx context.Context, arg0 int32, arg1 int32) (int32, error)
- func (c *AttributeSetClient) GetAttributeUnsignedIntValue3_1(ctx context.Context, arg0 string, arg1 string, arg2 int32) (int32, error)
- func (c *AttributeSetClient) GetAttributeValue1(ctx context.Context, arg0 int32) (string, error)
- func (c *AttributeSetClient) GetAttributeValue2_1(ctx context.Context, arg0 string, arg1 string) (string, error)
- func (c *AttributeSetClient) GetClassAttribute(ctx context.Context) (string, error)
- func (c *AttributeSetClient) GetIdAttribute(ctx context.Context) (string, error)
- func (c *AttributeSetClient) GetIdAttributeResourceValue(ctx context.Context, arg0 int32) (int32, error)
- func (c *AttributeSetClient) GetPositionDescription(ctx context.Context) (string, error)
- func (c *AttributeSetClient) GetStyleAttribute(ctx context.Context) (int32, error)
- type Base64Client
- func (c *Base64Client) Decode2(ctx context.Context, arg0 int64, arg1 int32) (int64, error)
- func (c *Base64Client) Decode2_2(ctx context.Context, arg0 string, arg1 int32) (int64, error)
- func (c *Base64Client) Decode4_1(ctx context.Context, arg0 int64, arg1 int32, arg2 int32, arg3 int32) (int64, error)
- func (c *Base64Client) Encode2(ctx context.Context, arg0 int64, arg1 int32) (int64, error)
- func (c *Base64Client) Encode4_1(ctx context.Context, arg0 int64, arg1 int32, arg2 int32, arg3 int32) (int64, error)
- func (c *Base64Client) EncodeToString2(ctx context.Context, arg0 int64, arg1 int32) (string, error)
- func (c *Base64Client) EncodeToString4_1(ctx context.Context, arg0 int64, arg1 int32, arg2 int32, arg3 int32) (string, error)
- type Base64InputStreamClient
- func (c *Base64InputStreamClient) Available(ctx context.Context, handle int64) (int32, error)
- func (c *Base64InputStreamClient) Close(ctx context.Context, handle int64) error
- func (c *Base64InputStreamClient) Mark(ctx context.Context, handle int64, arg0 int32) error
- func (c *Base64InputStreamClient) MarkSupported(ctx context.Context, handle int64) (bool, error)
- func (c *Base64InputStreamClient) Read0(ctx context.Context, handle int64) (int32, error)
- func (c *Base64InputStreamClient) Read3_1(ctx context.Context, handle int64, arg0 int64, arg1 int32, arg2 int32) (int32, error)
- func (c *Base64InputStreamClient) Reset(ctx context.Context, handle int64) error
- func (c *Base64InputStreamClient) Skip(ctx context.Context, handle int64, arg0 int64) (int64, error)
- type Base64OutputStreamClient
- type BuddhistCalendarClient
- type CalendarClient
- func (c *CalendarClient) Add(ctx context.Context, arg0 int32, arg1 int32) error
- func (c *CalendarClient) After(ctx context.Context, arg0 int64) (bool, error)
- func (c *CalendarClient) Before(ctx context.Context, arg0 int64) (bool, error)
- func (c *CalendarClient) Clear0(ctx context.Context) error
- func (c *CalendarClient) Clear1_1(ctx context.Context, arg0 int32) error
- func (c *CalendarClient) Clone(ctx context.Context) (int64, error)
- func (c *CalendarClient) CompareTo1(ctx context.Context, arg0 int64) (int32, error)
- func (c *CalendarClient) CompareTo1_1(ctx context.Context, arg0 int64) (int32, error)
- func (c *CalendarClient) Equals(ctx context.Context, arg0 int64) (bool, error)
- func (c *CalendarClient) FieldDifference(ctx context.Context, arg0 int64, arg1 int32) (int32, error)
- func (c *CalendarClient) Get(ctx context.Context, arg0 int32) (int32, error)
- func (c *CalendarClient) GetActualMaximum(ctx context.Context, arg0 int32) (int32, error)
- func (c *CalendarClient) GetActualMinimum(ctx context.Context, arg0 int32) (int32, error)
- func (c *CalendarClient) GetAvailableLocales(ctx context.Context) (int64, error)
- func (c *CalendarClient) GetDateTimeFormat3(ctx context.Context, arg0 int32, arg1 int32, arg2 int64) (int64, error)
- func (c *CalendarClient) GetDateTimeFormat3_1(ctx context.Context, arg0 int32, arg1 int32, arg2 int64) (int64, error)
- func (c *CalendarClient) GetDisplayName1(ctx context.Context, arg0 int64) (string, error)
- func (c *CalendarClient) GetDisplayName1_1(ctx context.Context, arg0 int64) (string, error)
- func (c *CalendarClient) GetFieldCount(ctx context.Context) (int32, error)
- func (c *CalendarClient) GetFirstDayOfWeek(ctx context.Context) (int32, error)
- func (c *CalendarClient) GetGreatestMinimum(ctx context.Context, arg0 int32) (int32, error)
- func (c *CalendarClient) GetInstance0(ctx context.Context) (int64, error)
- func (c *CalendarClient) GetInstance1_1(ctx context.Context, arg0 int64) (int64, error)
- func (c *CalendarClient) GetInstance1_4(ctx context.Context, arg0 int64) (int64, error)
- func (c *CalendarClient) GetInstance1_5(ctx context.Context, arg0 int64) (int64, error)
- func (c *CalendarClient) GetInstance2_2(ctx context.Context, arg0 int64, arg1 int64) (int64, error)
- func (c *CalendarClient) GetInstance2_3(ctx context.Context, arg0 int64, arg1 int64) (int64, error)
- func (c *CalendarClient) GetKeywordValuesForLocale(ctx context.Context, arg0 string, arg1 int64, arg2 bool) (int64, error)
- func (c *CalendarClient) GetLeastMaximum(ctx context.Context, arg0 int32) (int32, error)
- func (c *CalendarClient) GetMaximum(ctx context.Context, arg0 int32) (int32, error)
- func (c *CalendarClient) GetMinimalDaysInFirstWeek(ctx context.Context) (int32, error)
- func (c *CalendarClient) GetMinimum(ctx context.Context, arg0 int32) (int32, error)
- func (c *CalendarClient) GetRepeatedWallTimeOption(ctx context.Context) (int32, error)
- func (c *CalendarClient) GetSkippedWallTimeOption(ctx context.Context) (int32, error)
- func (c *CalendarClient) GetTemporalMonthCode(ctx context.Context) (string, error)
- func (c *CalendarClient) GetTime(ctx context.Context) (int64, error)
- func (c *CalendarClient) GetTimeInMillis(ctx context.Context) (int64, error)
- func (c *CalendarClient) GetTimeZone(ctx context.Context) (int64, error)
- func (c *CalendarClient) GetType(ctx context.Context) (string, error)
- func (c *CalendarClient) GetWeekData(ctx context.Context) (int64, error)
- func (c *CalendarClient) GetWeekDataForRegion(ctx context.Context, arg0 string) (int64, error)
- func (c *CalendarClient) HashCode(ctx context.Context) (int32, error)
- func (c *CalendarClient) InTemporalLeapYear(ctx context.Context) (bool, error)
- func (c *CalendarClient) IsEquivalentTo(ctx context.Context, arg0 int64) (bool, error)
- func (c *CalendarClient) IsLenient(ctx context.Context) (bool, error)
- func (c *CalendarClient) IsSet(ctx context.Context, arg0 int32) (bool, error)
- func (c *CalendarClient) IsWeekend0(ctx context.Context) (bool, error)
- func (c *CalendarClient) IsWeekend1_1(ctx context.Context, arg0 int64) (bool, error)
- func (c *CalendarClient) Roll2(ctx context.Context, arg0 int32, arg1 bool) error
- func (c *CalendarClient) Roll2_1(ctx context.Context, arg0 int32, arg1 int32) error
- func (c *CalendarClient) Set2(ctx context.Context, arg0 int32, arg1 int32) error
- func (c *CalendarClient) Set3_1(ctx context.Context, arg0 int32, arg1 int32, arg2 int32) error
- func (c *CalendarClient) Set5_2(ctx context.Context, arg0 int32, arg1 int32, arg2 int32, arg3 int32, ...) error
- func (c *CalendarClient) Set6_3(ctx context.Context, arg0 int32, arg1 int32, arg2 int32, arg3 int32, ...) error
- func (c *CalendarClient) SetFirstDayOfWeek(ctx context.Context, arg0 int32) error
- func (c *CalendarClient) SetLenient(ctx context.Context, arg0 bool) error
- func (c *CalendarClient) SetMinimalDaysInFirstWeek(ctx context.Context, arg0 int32) error
- func (c *CalendarClient) SetRepeatedWallTimeOption(ctx context.Context, arg0 int32) error
- func (c *CalendarClient) SetSkippedWallTimeOption(ctx context.Context, arg0 int32) error
- func (c *CalendarClient) SetTemporalMonthCode(ctx context.Context, arg0 string) error
- func (c *CalendarClient) SetTime(ctx context.Context, arg0 int64) error
- func (c *CalendarClient) SetTimeInMillis(ctx context.Context, arg0 int64) error
- func (c *CalendarClient) SetTimeZone(ctx context.Context, arg0 int64) error
- func (c *CalendarClient) SetWeekData(ctx context.Context, arg0 int64) (int64, error)
- func (c *CalendarClient) ToString(ctx context.Context) (string, error)
- type CalendarWeekDataClient
- type ChineseCalendarClient
- func (c *ChineseCalendarClient) Add(ctx context.Context, handle int64, arg0 int32, arg1 int32) error
- func (c *ChineseCalendarClient) GetTemporalMonthCode(ctx context.Context, handle int64) (string, error)
- func (c *ChineseCalendarClient) GetType(ctx context.Context, handle int64) (string, error)
- func (c *ChineseCalendarClient) InTemporalLeapYear(ctx context.Context, handle int64) (bool, error)
- func (c *ChineseCalendarClient) Roll(ctx context.Context, handle int64, arg0 int32, arg1 int32) error
- func (c *ChineseCalendarClient) SetTemporalMonthCode(ctx context.Context, handle int64, arg0 string) error
- type CloseGuardClient
- type CopticCalendarClient
- type CurrencyAmountClient
- type CurrencyClient
- func (c *CurrencyClient) FromJavaCurrency(ctx context.Context, arg0 int64) (int64, error)
- func (c *CurrencyClient) GetAvailableCurrencies(ctx context.Context) (int64, error)
- func (c *CurrencyClient) GetAvailableCurrencyCodes2(ctx context.Context, arg0 int64, arg1 int64) (int64, error)
- func (c *CurrencyClient) GetAvailableCurrencyCodes2_1(ctx context.Context, arg0 int64, arg1 int64) (int64, error)
- func (c *CurrencyClient) GetAvailableLocales(ctx context.Context) (int64, error)
- func (c *CurrencyClient) GetAvailableULocales(ctx context.Context) (int64, error)
- func (c *CurrencyClient) GetCurrencyCode(ctx context.Context) (string, error)
- func (c *CurrencyClient) GetDefaultFractionDigits0(ctx context.Context) (int32, error)
- func (c *CurrencyClient) GetDefaultFractionDigits1_1(ctx context.Context, arg0 int64) (int32, error)
- func (c *CurrencyClient) GetDisplayName0(ctx context.Context) (string, error)
- func (c *CurrencyClient) GetDisplayName1_1(ctx context.Context, arg0 int64) (string, error)
- func (c *CurrencyClient) GetInstance1(ctx context.Context, arg0 int64) (int64, error)
- func (c *CurrencyClient) GetInstance1_1(ctx context.Context, arg0 string) (int64, error)
- func (c *CurrencyClient) GetInstance1_2(ctx context.Context, arg0 int64) (int64, error)
- func (c *CurrencyClient) GetKeywordValuesForLocale(ctx context.Context, arg0 string, arg1 int64, arg2 bool) (int64, error)
- func (c *CurrencyClient) GetName3(ctx context.Context, arg0 int64, arg1 int32, arg2 int64) (string, error)
- func (c *CurrencyClient) GetName3_2(ctx context.Context, arg0 int64, arg1 int32, arg2 int64) (string, error)
- func (c *CurrencyClient) GetName4_1(ctx context.Context, arg0 int64, arg1 int32, arg2 string, arg3 int64) (string, error)
- func (c *CurrencyClient) GetName4_3(ctx context.Context, arg0 int64, arg1 int32, arg2 string, arg3 int64) (string, error)
- func (c *CurrencyClient) GetNumericCode(ctx context.Context) (int32, error)
- func (c *CurrencyClient) GetRoundingIncrement0(ctx context.Context) (float64, error)
- func (c *CurrencyClient) GetRoundingIncrement1_1(ctx context.Context, arg0 int64) (float64, error)
- func (c *CurrencyClient) GetSymbol0(ctx context.Context) (string, error)
- func (c *CurrencyClient) GetSymbol1_1(ctx context.Context, arg0 int64) (string, error)
- func (c *CurrencyClient) GetSymbol1_2(ctx context.Context, arg0 int64) (string, error)
- func (c *CurrencyClient) IsAvailable(ctx context.Context, arg0 string, arg1 int64, arg2 int64) (bool, error)
- func (c *CurrencyClient) ToJavaCurrency(ctx context.Context) (int64, error)
- func (c *CurrencyClient) ToString(ctx context.Context) (string, error)
- type CurrencyCurrencyUsageClient
- type DateIntervalClient
- func (c *DateIntervalClient) Equals(ctx context.Context, handle int64, arg0 int64) (bool, error)
- func (c *DateIntervalClient) GetFromDate(ctx context.Context, handle int64) (int64, error)
- func (c *DateIntervalClient) GetToDate(ctx context.Context, handle int64) (int64, error)
- func (c *DateIntervalClient) HashCode(ctx context.Context, handle int64) (int32, error)
- func (c *DateIntervalClient) ToString(ctx context.Context, handle int64) (string, error)
- type DebugUtilsClient
- type DocumentIdUtilClient
- type DumpableClient
- type DumpableContainerClient
- type EthiopicCalendarClient
- func (c *EthiopicCalendarClient) GetTemporalMonthCode(ctx context.Context, handle int64) (string, error)
- func (c *EthiopicCalendarClient) GetType(ctx context.Context, handle int64) (string, error)
- func (c *EthiopicCalendarClient) IsAmeteAlemEra(ctx context.Context, handle int64) (bool, error)
- func (c *EthiopicCalendarClient) SetAmeteAlemEra(ctx context.Context, handle int64, arg0 bool) error
- func (c *EthiopicCalendarClient) SetTemporalMonthCode(ctx context.Context, handle int64, arg0 string) error
- type EventLogClient
- func (c *EventLogClient) GetTagCode(ctx context.Context, arg0 string) (int32, error)
- func (c *EventLogClient) GetTagName(ctx context.Context, arg0 int32) (string, error)
- func (c *EventLogClient) WriteEvent2(ctx context.Context, arg0 int32, arg1 float32) (int32, error)
- func (c *EventLogClient) WriteEvent2_1(ctx context.Context, arg0 int32, arg1 int32) (int32, error)
- func (c *EventLogClient) WriteEvent2_2(ctx context.Context, arg0 int32, arg1 int64) (int32, error)
- func (c *EventLogClient) WriteEvent2_3(ctx context.Context, arg0 int32, arg1 string) (int32, error)
- func (c *EventLogClient) WriteEvent2_4(ctx context.Context, arg0 int32, arg1 int64) (int32, error)
- type EventLogEventClient
- func (c *EventLogEventClient) Equals(ctx context.Context, arg0 int64) (bool, error)
- func (c *EventLogEventClient) GetProcessId(ctx context.Context) (int32, error)
- func (c *EventLogEventClient) GetTag(ctx context.Context) (int32, error)
- func (c *EventLogEventClient) GetThreadId(ctx context.Context) (int32, error)
- func (c *EventLogEventClient) GetTimeNanos(ctx context.Context) (int64, error)
- func (c *EventLogEventClient) HashCode(ctx context.Context) (int32, error)
- type EventLogTagsClient
- type FloatPropertyClient
- type FreezableClient
- type GregorianCalendarClient
- func (c *GregorianCalendarClient) GetActualMaximum(ctx context.Context, handle int64, arg0 int32) (int32, error)
- func (c *GregorianCalendarClient) GetActualMinimum(ctx context.Context, handle int64, arg0 int32) (int32, error)
- func (c *GregorianCalendarClient) GetGregorianChange(ctx context.Context, handle int64) (int64, error)
- func (c *GregorianCalendarClient) GetType(ctx context.Context, handle int64) (string, error)
- func (c *GregorianCalendarClient) HashCode(ctx context.Context, handle int64) (int32, error)
- func (c *GregorianCalendarClient) IsEquivalentTo(ctx context.Context, handle int64, arg0 int64) (bool, error)
- func (c *GregorianCalendarClient) IsLeapYear(ctx context.Context, handle int64, arg0 int32) (bool, error)
- func (c *GregorianCalendarClient) Roll(ctx context.Context, handle int64, arg0 int32, arg1 int32) error
- func (c *GregorianCalendarClient) SetGregorianChange(ctx context.Context, handle int64, arg0 int64) error
- type HalfClient
- func (c *HalfClient) Abs(ctx context.Context, handle int64, arg0 int16) (int16, error)
- func (c *HalfClient) ByteValue(ctx context.Context, handle int64) (int8, error)
- func (c *HalfClient) Ceil(ctx context.Context, handle int64, arg0 int16) (int16, error)
- func (c *HalfClient) Compare(ctx context.Context, handle int64, arg0 int16, arg1 int16) (int32, error)
- func (c *HalfClient) CompareTo1(ctx context.Context, handle int64, arg0 int64) (int32, error)
- func (c *HalfClient) CompareTo1_1(ctx context.Context, handle int64, arg0 int64) (int32, error)
- func (c *HalfClient) CopySign(ctx context.Context, handle int64, arg0 int16, arg1 int16) (int16, error)
- func (c *HalfClient) DoubleValue(ctx context.Context, handle int64) (float64, error)
- func (c *HalfClient) Equals1(ctx context.Context, handle int64, arg0 int64) (bool, error)
- func (c *HalfClient) Equals2_1(ctx context.Context, handle int64, arg0 int16, arg1 int16) (bool, error)
- func (c *HalfClient) FloatValue(ctx context.Context, handle int64) (float32, error)
- func (c *HalfClient) Floor(ctx context.Context, handle int64, arg0 int16) (int16, error)
- func (c *HalfClient) GetExponent(ctx context.Context, handle int64, arg0 int16) (int32, error)
- func (c *HalfClient) GetSign(ctx context.Context, handle int64, arg0 int16) (int32, error)
- func (c *HalfClient) GetSignificand(ctx context.Context, handle int64, arg0 int16) (int32, error)
- func (c *HalfClient) Greater(ctx context.Context, handle int64, arg0 int16, arg1 int16) (bool, error)
- func (c *HalfClient) GreaterEquals(ctx context.Context, handle int64, arg0 int16, arg1 int16) (bool, error)
- func (c *HalfClient) HalfToIntBits(ctx context.Context, handle int64, arg0 int16) (int32, error)
- func (c *HalfClient) HalfToRawIntBits(ctx context.Context, handle int64, arg0 int16) (int32, error)
- func (c *HalfClient) HalfToShortBits(ctx context.Context, handle int64, arg0 int16) (int16, error)
- func (c *HalfClient) HalfValue(ctx context.Context, handle int64) (int16, error)
- func (c *HalfClient) HashCode0(ctx context.Context, handle int64) (int32, error)
- func (c *HalfClient) HashCode1_1(ctx context.Context, handle int64, arg0 int16) (int32, error)
- func (c *HalfClient) IntBitsToHalf(ctx context.Context, handle int64, arg0 int32) (int16, error)
- func (c *HalfClient) IntValue(ctx context.Context, handle int64) (int32, error)
- func (c *HalfClient) IsInfinite(ctx context.Context, handle int64, arg0 int16) (bool, error)
- func (c *HalfClient) IsNaN0(ctx context.Context, handle int64) (bool, error)
- func (c *HalfClient) IsNaN1_1(ctx context.Context, handle int64, arg0 int16) (bool, error)
- func (c *HalfClient) IsNormalized(ctx context.Context, handle int64, arg0 int16) (bool, error)
- func (c *HalfClient) Less(ctx context.Context, handle int64, arg0 int16, arg1 int16) (bool, error)
- func (c *HalfClient) LessEquals(ctx context.Context, handle int64, arg0 int16, arg1 int16) (bool, error)
- func (c *HalfClient) LongValue(ctx context.Context, handle int64) (int64, error)
- func (c *HalfClient) Max(ctx context.Context, handle int64, arg0 int16, arg1 int16) (int16, error)
- func (c *HalfClient) Min(ctx context.Context, handle int64, arg0 int16, arg1 int16) (int16, error)
- func (c *HalfClient) ParseHalf(ctx context.Context, handle int64, arg0 string) (int16, error)
- func (c *HalfClient) Round(ctx context.Context, handle int64, arg0 int16) (int16, error)
- func (c *HalfClient) ShortValue(ctx context.Context, handle int64) (int16, error)
- func (c *HalfClient) ToFloat(ctx context.Context, handle int64, arg0 int16) (float32, error)
- func (c *HalfClient) ToHalf(ctx context.Context, handle int64, arg0 float32) (int16, error)
- func (c *HalfClient) ToHexString(ctx context.Context, handle int64, arg0 int16) (string, error)
- func (c *HalfClient) ToString0(ctx context.Context, handle int64) (string, error)
- func (c *HalfClient) ToString1_1(ctx context.Context, handle int64, arg0 int16) (string, error)
- func (c *HalfClient) Trunc(ctx context.Context, handle int64, arg0 int16) (int16, error)
- func (c *HalfClient) ValueOf1(ctx context.Context, handle int64, arg0 float32) (int64, error)
- func (c *HalfClient) ValueOf1_1(ctx context.Context, handle int64, arg0 string) (int64, error)
- func (c *HalfClient) ValueOf1_2(ctx context.Context, handle int64, arg0 int16) (int64, error)
- type HebrewCalendarClient
- func (c *HebrewCalendarClient) Add(ctx context.Context, handle int64, arg0 int32, arg1 int32) error
- func (c *HebrewCalendarClient) GetTemporalMonthCode(ctx context.Context, handle int64) (string, error)
- func (c *HebrewCalendarClient) GetType(ctx context.Context, handle int64) (string, error)
- func (c *HebrewCalendarClient) InTemporalLeapYear(ctx context.Context, handle int64) (bool, error)
- func (c *HebrewCalendarClient) Roll(ctx context.Context, handle int64, arg0 int32, arg1 int32) error
- func (c *HebrewCalendarClient) SetTemporalMonthCode(ctx context.Context, handle int64, arg0 string) error
- type IllformedLocaleExceptionClient
- type IndianCalendarClient
- type IntPropertyClient
- type IslamicCalendarCalculationTypeClient
- type IslamicCalendarClient
- func (c *IslamicCalendarClient) GetCalculationType(ctx context.Context, handle int64) (int64, error)
- func (c *IslamicCalendarClient) GetType(ctx context.Context, handle int64) (string, error)
- func (c *IslamicCalendarClient) InTemporalLeapYear(ctx context.Context, handle int64) (bool, error)
- func (c *IslamicCalendarClient) SetCalculationType(ctx context.Context, handle int64, arg0 int64) error
- type JapaneseCalendarClient
- type JsonReaderClient
- func (c *JsonReaderClient) BeginArray(ctx context.Context, handle int64) error
- func (c *JsonReaderClient) BeginObject(ctx context.Context, handle int64) error
- func (c *JsonReaderClient) Close(ctx context.Context, handle int64) error
- func (c *JsonReaderClient) EndArray(ctx context.Context, handle int64) error
- func (c *JsonReaderClient) EndObject(ctx context.Context, handle int64) error
- func (c *JsonReaderClient) HasNext(ctx context.Context, handle int64) (bool, error)
- func (c *JsonReaderClient) IsLenient(ctx context.Context, handle int64) (bool, error)
- func (c *JsonReaderClient) NextBoolean(ctx context.Context, handle int64) (bool, error)
- func (c *JsonReaderClient) NextDouble(ctx context.Context, handle int64) (float64, error)
- func (c *JsonReaderClient) NextInt(ctx context.Context, handle int64) (int32, error)
- func (c *JsonReaderClient) NextLong(ctx context.Context, handle int64) (int64, error)
- func (c *JsonReaderClient) NextName(ctx context.Context, handle int64) (string, error)
- func (c *JsonReaderClient) NextNull(ctx context.Context, handle int64) error
- func (c *JsonReaderClient) NextString(ctx context.Context, handle int64) (string, error)
- func (c *JsonReaderClient) Peek(ctx context.Context, handle int64) (int64, error)
- func (c *JsonReaderClient) SetLenient(ctx context.Context, handle int64, arg0 bool) error
- func (c *JsonReaderClient) SkipValue(ctx context.Context, handle int64) error
- func (c *JsonReaderClient) ToString(ctx context.Context, handle int64) (string, error)
- type JsonTokenClient
- type JsonWriterClient
- func (c *JsonWriterClient) BeginArray(ctx context.Context, handle int64) (int64, error)
- func (c *JsonWriterClient) BeginObject(ctx context.Context, handle int64) (int64, error)
- func (c *JsonWriterClient) Close(ctx context.Context, handle int64) error
- func (c *JsonWriterClient) EndArray(ctx context.Context, handle int64) (int64, error)
- func (c *JsonWriterClient) EndObject(ctx context.Context, handle int64) (int64, error)
- func (c *JsonWriterClient) Flush(ctx context.Context, handle int64) error
- func (c *JsonWriterClient) IsLenient(ctx context.Context, handle int64) (bool, error)
- func (c *JsonWriterClient) Name(ctx context.Context, handle int64, arg0 string) (int64, error)
- func (c *JsonWriterClient) NullValue(ctx context.Context, handle int64) (int64, error)
- func (c *JsonWriterClient) SetIndent(ctx context.Context, handle int64, arg0 string) error
- func (c *JsonWriterClient) SetLenient(ctx context.Context, handle int64, arg0 bool) error
- func (c *JsonWriterClient) Value1(ctx context.Context, handle int64, arg0 bool) (int64, error)
- func (c *JsonWriterClient) Value1_1(ctx context.Context, handle int64, arg0 float64) (int64, error)
- func (c *JsonWriterClient) Value1_2(ctx context.Context, handle int64, arg0 int64) (int64, error)
- func (c *JsonWriterClient) Value1_3(ctx context.Context, handle int64, arg0 string) (int64, error)
- func (c *JsonWriterClient) Value1_4(ctx context.Context, handle int64, arg0 int64) (int64, error)
- type LinkifyClient
- func (c *LinkifyClient) AddLinks2(ctx context.Context, handle int64, arg0 int64, arg1 int32) (bool, error)
- func (c *LinkifyClient) AddLinks2_4(ctx context.Context, handle int64, arg0 int64, arg1 int32) (bool, error)
- func (c *LinkifyClient) AddLinks3_1(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 string) (bool, error)
- func (c *LinkifyClient) AddLinks3_5(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 string) error
- func (c *LinkifyClient) AddLinks5_2(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 string, ...) (bool, error)
- func (c *LinkifyClient) AddLinks5_6(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 string, ...) error
- func (c *LinkifyClient) AddLinks6_3(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 string, ...) (bool, error)
- func (c *LinkifyClient) AddLinks6_7(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 string, ...) error
- type LinkifyMatchFilterClient
- type LinkifyTransformFilterClient
- type LocaleDataClient
- func (c *LocaleDataClient) GetCLDRVersion(ctx context.Context) (int64, error)
- func (c *LocaleDataClient) GetDelimiter(ctx context.Context, arg0 int32) (string, error)
- func (c *LocaleDataClient) GetInstance0(ctx context.Context) (int64, error)
- func (c *LocaleDataClient) GetInstance1_1(ctx context.Context, arg0 int64) (int64, error)
- func (c *LocaleDataClient) GetMeasurementSystem(ctx context.Context, arg0 int64) (int64, error)
- func (c *LocaleDataClient) GetNoSubstitute(ctx context.Context) (bool, error)
- func (c *LocaleDataClient) GetPaperSize(ctx context.Context, arg0 int64) (int64, error)
- func (c *LocaleDataClient) SetNoSubstitute(ctx context.Context, arg0 bool) error
- type LocaleDataPaperSizeClient
- type LogClient
- func (c *LogClient) D2(ctx context.Context, arg0 string, arg1 string) (int32, error)
- func (c *LogClient) D3_1(ctx context.Context, arg0 string, arg1 string, arg2 int64) (int32, error)
- func (c *LogClient) E2(ctx context.Context, arg0 string, arg1 string) (int32, error)
- func (c *LogClient) E3_1(ctx context.Context, arg0 string, arg1 string, arg2 int64) (int32, error)
- func (c *LogClient) GetStackTraceString(ctx context.Context, arg0 int64) (string, error)
- func (c *LogClient) I2(ctx context.Context, arg0 string, arg1 string) (int32, error)
- func (c *LogClient) I3_1(ctx context.Context, arg0 string, arg1 string, arg2 int64) (int32, error)
- func (c *LogClient) IsLoggable(ctx context.Context, arg0 string, arg1 int32) (bool, error)
- func (c *LogClient) Println(ctx context.Context, arg0 int32, arg1 string, arg2 string) (int32, error)
- func (c *LogClient) V2(ctx context.Context, arg0 string, arg1 string) (int32, error)
- func (c *LogClient) V3_1(ctx context.Context, arg0 string, arg1 string, arg2 int64) (int32, error)
- func (c *LogClient) W2(ctx context.Context, arg0 string, arg1 string) (int32, error)
- func (c *LogClient) W2_2(ctx context.Context, arg0 string, arg1 int64) (int32, error)
- func (c *LogClient) W3_1(ctx context.Context, arg0 string, arg1 string, arg2 int64) (int32, error)
- func (c *LogClient) Wtf2(ctx context.Context, arg0 string, arg1 string) (int32, error)
- func (c *LogClient) Wtf2_2(ctx context.Context, arg0 string, arg1 int64) (int32, error)
- func (c *LogClient) Wtf3_1(ctx context.Context, arg0 string, arg1 string, arg2 int64) (int32, error)
- type LogPrinterClient
- type LongSparseArrayClient
- func (c *LongSparseArrayClient) Clear(ctx context.Context, handle int64) error
- func (c *LongSparseArrayClient) Clone0(ctx context.Context, handle int64) (int64, error)
- func (c *LongSparseArrayClient) Clone0_1(ctx context.Context, handle int64) (int64, error)
- func (c *LongSparseArrayClient) Delete(ctx context.Context, handle int64, arg0 int64) error
- func (c *LongSparseArrayClient) IndexOfKey(ctx context.Context, handle int64, arg0 int64) (int32, error)
- func (c *LongSparseArrayClient) KeyAt(ctx context.Context, handle int64, arg0 int32) (int64, error)
- func (c *LongSparseArrayClient) Remove(ctx context.Context, handle int64, arg0 int64) error
- func (c *LongSparseArrayClient) RemoveAt(ctx context.Context, handle int64, arg0 int32) error
- func (c *LongSparseArrayClient) Size(ctx context.Context, handle int64) (int32, error)
- func (c *LongSparseArrayClient) ToString(ctx context.Context, handle int64) (string, error)
- type LruCacheClient
- type MeasureClient
- func (c *MeasureClient) Equals(ctx context.Context, handle int64, arg0 int64) (bool, error)
- func (c *MeasureClient) GetNumber(ctx context.Context, handle int64) (int64, error)
- func (c *MeasureClient) GetUnit(ctx context.Context, handle int64) (int64, error)
- func (c *MeasureClient) HashCode(ctx context.Context, handle int64) (int32, error)
- func (c *MeasureClient) ToString(ctx context.Context, handle int64) (string, error)
- type MeasureUnitClient
- func (c *MeasureUnitClient) Equals(ctx context.Context, arg0 int64) (bool, error)
- func (c *MeasureUnitClient) ForIdentifier(ctx context.Context, arg0 string) (int64, error)
- func (c *MeasureUnitClient) GetAvailable(ctx context.Context, arg0 string) (int64, error)
- func (c *MeasureUnitClient) GetAvailableTypes(ctx context.Context) (int64, error)
- func (c *MeasureUnitClient) GetComplexity(ctx context.Context) (int64, error)
- func (c *MeasureUnitClient) GetDimensionality(ctx context.Context) (int32, error)
- func (c *MeasureUnitClient) GetIdentifier(ctx context.Context) (string, error)
- func (c *MeasureUnitClient) GetPrefix(ctx context.Context) (int64, error)
- func (c *MeasureUnitClient) GetSubtype(ctx context.Context) (string, error)
- func (c *MeasureUnitClient) GetType(ctx context.Context) (string, error)
- func (c *MeasureUnitClient) HashCode(ctx context.Context) (int32, error)
- func (c *MeasureUnitClient) Product(ctx context.Context, arg0 int64) (int64, error)
- func (c *MeasureUnitClient) Reciprocal(ctx context.Context) (int64, error)
- func (c *MeasureUnitClient) SplitToSingleUnits(ctx context.Context) (int64, error)
- func (c *MeasureUnitClient) ToString(ctx context.Context) (string, error)
- func (c *MeasureUnitClient) WithDimensionality(ctx context.Context, arg0 int32) (int64, error)
- func (c *MeasureUnitClient) WithPrefix(ctx context.Context, arg0 int64) (int64, error)
- type MeasureUnitComplexityClient
- type MeasureUnitMeasurePrefixClient
- func (c *MeasureUnitMeasurePrefixClient) GetBase(ctx context.Context) (int32, error)
- func (c *MeasureUnitMeasurePrefixClient) GetPower(ctx context.Context) (int32, error)
- func (c *MeasureUnitMeasurePrefixClient) ValueOf(ctx context.Context, arg0 string) (int64, error)
- func (c *MeasureUnitMeasurePrefixClient) Values(ctx context.Context) (int64, error)
- type MonthDisplayHelperClient
- func (c *MonthDisplayHelperClient) GetColumnOf(ctx context.Context, handle int64, arg0 int32) (int32, error)
- func (c *MonthDisplayHelperClient) GetDayAt(ctx context.Context, handle int64, arg0 int32, arg1 int32) (int32, error)
- func (c *MonthDisplayHelperClient) GetDigitsForRow(ctx context.Context, handle int64, arg0 int32) (int64, error)
- func (c *MonthDisplayHelperClient) GetFirstDayOfMonth(ctx context.Context, handle int64) (int32, error)
- func (c *MonthDisplayHelperClient) GetMonth(ctx context.Context, handle int64) (int32, error)
- func (c *MonthDisplayHelperClient) GetNumberOfDaysInMonth(ctx context.Context, handle int64) (int32, error)
- func (c *MonthDisplayHelperClient) GetOffset(ctx context.Context, handle int64) (int32, error)
- func (c *MonthDisplayHelperClient) GetRowOf(ctx context.Context, handle int64, arg0 int32) (int32, error)
- func (c *MonthDisplayHelperClient) GetWeekStartDay(ctx context.Context, handle int64) (int32, error)
- func (c *MonthDisplayHelperClient) GetYear(ctx context.Context, handle int64) (int32, error)
- func (c *MonthDisplayHelperClient) IsWithinCurrentMonth(ctx context.Context, handle int64, arg0 int32, arg1 int32) (bool, error)
- func (c *MonthDisplayHelperClient) NextMonth(ctx context.Context, handle int64) error
- func (c *MonthDisplayHelperClient) PreviousMonth(ctx context.Context, handle int64) error
- type OutputClient
- type PairClient
- type PatternsClient
- type PrintStreamPrinterClient
- type PrintWriterPrinterClient
- type PrinterClient
- type PropertyClient
- type RangeClient
- type RangeValueIteratorClient
- type RationalClient
- func (c *RationalClient) CompareTo1(ctx context.Context, handle int64, arg0 int64) (int32, error)
- func (c *RationalClient) CompareTo1_1(ctx context.Context, handle int64, arg0 int64) (int32, error)
- func (c *RationalClient) DoubleValue(ctx context.Context, handle int64) (float64, error)
- func (c *RationalClient) Equals(ctx context.Context, handle int64, arg0 int64) (bool, error)
- func (c *RationalClient) FloatValue(ctx context.Context, handle int64) (float32, error)
- func (c *RationalClient) GetDenominator(ctx context.Context, handle int64) (int32, error)
- func (c *RationalClient) GetNumerator(ctx context.Context, handle int64) (int32, error)
- func (c *RationalClient) HashCode(ctx context.Context, handle int64) (int32, error)
- func (c *RationalClient) IntValue(ctx context.Context, handle int64) (int32, error)
- func (c *RationalClient) IsFinite(ctx context.Context, handle int64) (bool, error)
- func (c *RationalClient) IsInfinite(ctx context.Context, handle int64) (bool, error)
- func (c *RationalClient) IsNaN(ctx context.Context, handle int64) (bool, error)
- func (c *RationalClient) IsZero(ctx context.Context, handle int64) (bool, error)
- func (c *RationalClient) LongValue(ctx context.Context, handle int64) (int64, error)
- func (c *RationalClient) ParseRational(ctx context.Context, handle int64, arg0 string) (int64, error)
- func (c *RationalClient) ShortValue(ctx context.Context, handle int64) (int16, error)
- func (c *RationalClient) ToString(ctx context.Context, handle int64) (string, error)
- type Rfc822TokenClient
- func (c *Rfc822TokenClient) Equals(ctx context.Context, handle int64, arg0 int64) (bool, error)
- func (c *Rfc822TokenClient) GetAddress(ctx context.Context, handle int64) (string, error)
- func (c *Rfc822TokenClient) GetComment(ctx context.Context, handle int64) (string, error)
- func (c *Rfc822TokenClient) GetName(ctx context.Context, handle int64) (string, error)
- func (c *Rfc822TokenClient) HashCode(ctx context.Context, handle int64) (int32, error)
- func (c *Rfc822TokenClient) QuoteComment(ctx context.Context, handle int64, arg0 string) (string, error)
- func (c *Rfc822TokenClient) QuoteName(ctx context.Context, handle int64, arg0 string) (string, error)
- func (c *Rfc822TokenClient) QuoteNameIfNecessary(ctx context.Context, handle int64, arg0 string) (string, error)
- func (c *Rfc822TokenClient) SetAddress(ctx context.Context, handle int64, arg0 string) error
- func (c *Rfc822TokenClient) SetComment(ctx context.Context, handle int64, arg0 string) error
- func (c *Rfc822TokenClient) SetName(ctx context.Context, handle int64, arg0 string) error
- func (c *Rfc822TokenClient) ToString(ctx context.Context, handle int64) (string, error)
- type Rfc822TokenizerClient
- func (c *Rfc822TokenizerClient) FindTokenEnd(ctx context.Context, handle int64, arg0 string, arg1 int32) (int32, error)
- func (c *Rfc822TokenizerClient) FindTokenStart(ctx context.Context, handle int64, arg0 string, arg1 int32) (int32, error)
- func (c *Rfc822TokenizerClient) TerminateToken(ctx context.Context, handle int64, arg0 string) (int64, error)
- func (c *Rfc822TokenizerClient) Tokenize(ctx context.Context, handle int64, arg0 string) (int64, error)
- type SizeClient
- func (c *SizeClient) Equals(ctx context.Context, handle int64, arg0 int64) (bool, error)
- func (c *SizeClient) GetHeight(ctx context.Context, handle int64) (int32, error)
- func (c *SizeClient) GetWidth(ctx context.Context, handle int64) (int32, error)
- func (c *SizeClient) HashCode(ctx context.Context, handle int64) (int32, error)
- func (c *SizeClient) ParseSize(ctx context.Context, handle int64, arg0 string) (int64, error)
- func (c *SizeClient) ToString(ctx context.Context, handle int64) (string, error)
- type SizeFClient
- func (c *SizeFClient) DescribeContents(ctx context.Context, handle int64) (int32, error)
- func (c *SizeFClient) Equals(ctx context.Context, handle int64, arg0 int64) (bool, error)
- func (c *SizeFClient) GetHeight(ctx context.Context, handle int64) (float32, error)
- func (c *SizeFClient) GetWidth(ctx context.Context, handle int64) (float32, error)
- func (c *SizeFClient) HashCode(ctx context.Context, handle int64) (int32, error)
- func (c *SizeFClient) ParseSizeF(ctx context.Context, handle int64, arg0 string) (int64, error)
- func (c *SizeFClient) ToString(ctx context.Context, handle int64) (string, error)
- func (c *SizeFClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error
- type SparseArrayClient
- func (c *SparseArrayClient) Clear(ctx context.Context, handle int64) error
- func (c *SparseArrayClient) Clone0(ctx context.Context, handle int64) (int64, error)
- func (c *SparseArrayClient) Clone0_1(ctx context.Context, handle int64) (int64, error)
- func (c *SparseArrayClient) Contains(ctx context.Context, handle int64, arg0 int32) (bool, error)
- func (c *SparseArrayClient) ContentHashCode(ctx context.Context, handle int64) (int32, error)
- func (c *SparseArrayClient) Delete(ctx context.Context, handle int64, arg0 int32) error
- func (c *SparseArrayClient) IndexOfKey(ctx context.Context, handle int64, arg0 int32) (int32, error)
- func (c *SparseArrayClient) KeyAt(ctx context.Context, handle int64, arg0 int32) (int32, error)
- func (c *SparseArrayClient) Remove(ctx context.Context, handle int64, arg0 int32) error
- func (c *SparseArrayClient) RemoveAt(ctx context.Context, handle int64, arg0 int32) error
- func (c *SparseArrayClient) RemoveAtRange(ctx context.Context, handle int64, arg0 int32, arg1 int32) error
- func (c *SparseArrayClient) Size(ctx context.Context, handle int64) (int32, error)
- func (c *SparseArrayClient) ToString(ctx context.Context, handle int64) (string, error)
- type SparseBooleanArrayClient
- func (c *SparseBooleanArrayClient) Append(ctx context.Context, handle int64, arg0 int32, arg1 bool) error
- func (c *SparseBooleanArrayClient) Clear(ctx context.Context, handle int64) error
- func (c *SparseBooleanArrayClient) Clone0(ctx context.Context, handle int64) (int64, error)
- func (c *SparseBooleanArrayClient) Clone0_1(ctx context.Context, handle int64) (int64, error)
- func (c *SparseBooleanArrayClient) Delete(ctx context.Context, handle int64, arg0 int32) error
- func (c *SparseBooleanArrayClient) Equals(ctx context.Context, handle int64, arg0 int64) (bool, error)
- func (c *SparseBooleanArrayClient) Get1(ctx context.Context, handle int64, arg0 int32) (bool, error)
- func (c *SparseBooleanArrayClient) Get2_1(ctx context.Context, handle int64, arg0 int32, arg1 bool) (bool, error)
- func (c *SparseBooleanArrayClient) HashCode(ctx context.Context, handle int64) (int32, error)
- func (c *SparseBooleanArrayClient) IndexOfKey(ctx context.Context, handle int64, arg0 int32) (int32, error)
- func (c *SparseBooleanArrayClient) IndexOfValue(ctx context.Context, handle int64, arg0 bool) (int32, error)
- func (c *SparseBooleanArrayClient) KeyAt(ctx context.Context, handle int64, arg0 int32) (int32, error)
- func (c *SparseBooleanArrayClient) Put(ctx context.Context, handle int64, arg0 int32, arg1 bool) error
- func (c *SparseBooleanArrayClient) RemoveAt(ctx context.Context, handle int64, arg0 int32) error
- func (c *SparseBooleanArrayClient) SetValueAt(ctx context.Context, handle int64, arg0 int32, arg1 bool) error
- func (c *SparseBooleanArrayClient) Size(ctx context.Context, handle int64) (int32, error)
- func (c *SparseBooleanArrayClient) ToString(ctx context.Context, handle int64) (string, error)
- func (c *SparseBooleanArrayClient) ValueAt(ctx context.Context, handle int64, arg0 int32) (bool, error)
- type SparseIntArrayClient
- func (c *SparseIntArrayClient) Append(ctx context.Context, handle int64, arg0 int32, arg1 int32) error
- func (c *SparseIntArrayClient) Clear(ctx context.Context, handle int64) error
- func (c *SparseIntArrayClient) Clone0(ctx context.Context, handle int64) (int64, error)
- func (c *SparseIntArrayClient) Clone0_1(ctx context.Context, handle int64) (int64, error)
- func (c *SparseIntArrayClient) Delete(ctx context.Context, handle int64, arg0 int32) error
- func (c *SparseIntArrayClient) Get1(ctx context.Context, handle int64, arg0 int32) (int32, error)
- func (c *SparseIntArrayClient) Get2_1(ctx context.Context, handle int64, arg0 int32, arg1 int32) (int32, error)
- func (c *SparseIntArrayClient) IndexOfKey(ctx context.Context, handle int64, arg0 int32) (int32, error)
- func (c *SparseIntArrayClient) IndexOfValue(ctx context.Context, handle int64, arg0 int32) (int32, error)
- func (c *SparseIntArrayClient) KeyAt(ctx context.Context, handle int64, arg0 int32) (int32, error)
- func (c *SparseIntArrayClient) Put(ctx context.Context, handle int64, arg0 int32, arg1 int32) error
- func (c *SparseIntArrayClient) RemoveAt(ctx context.Context, handle int64, arg0 int32) error
- func (c *SparseIntArrayClient) SetValueAt(ctx context.Context, handle int64, arg0 int32, arg1 int32) error
- func (c *SparseIntArrayClient) Size(ctx context.Context, handle int64) (int32, error)
- func (c *SparseIntArrayClient) ToString(ctx context.Context, handle int64) (string, error)
- func (c *SparseIntArrayClient) ValueAt(ctx context.Context, handle int64, arg0 int32) (int32, error)
- type SparseLongArrayClient
- func (c *SparseLongArrayClient) Append(ctx context.Context, handle int64, arg0 int32, arg1 int64) error
- func (c *SparseLongArrayClient) Clear(ctx context.Context, handle int64) error
- func (c *SparseLongArrayClient) Clone0(ctx context.Context, handle int64) (int64, error)
- func (c *SparseLongArrayClient) Clone0_1(ctx context.Context, handle int64) (int64, error)
- func (c *SparseLongArrayClient) Delete(ctx context.Context, handle int64, arg0 int32) error
- func (c *SparseLongArrayClient) Get1(ctx context.Context, handle int64, arg0 int32) (int64, error)
- func (c *SparseLongArrayClient) Get2_1(ctx context.Context, handle int64, arg0 int32, arg1 int64) (int64, error)
- func (c *SparseLongArrayClient) IndexOfKey(ctx context.Context, handle int64, arg0 int32) (int32, error)
- func (c *SparseLongArrayClient) IndexOfValue(ctx context.Context, handle int64, arg0 int64) (int32, error)
- func (c *SparseLongArrayClient) KeyAt(ctx context.Context, handle int64, arg0 int32) (int32, error)
- func (c *SparseLongArrayClient) Put(ctx context.Context, handle int64, arg0 int32, arg1 int64) error
- func (c *SparseLongArrayClient) RemoveAt(ctx context.Context, handle int64, arg0 int32) error
- func (c *SparseLongArrayClient) Size(ctx context.Context, handle int64) (int32, error)
- func (c *SparseLongArrayClient) ToString(ctx context.Context, handle int64) (string, error)
- func (c *SparseLongArrayClient) ValueAt(ctx context.Context, handle int64, arg0 int32) (int64, error)
- type StateSetClient
- func (c *StateSetClient) Dump(ctx context.Context, arg0 int64) (string, error)
- func (c *StateSetClient) IsWildCard(ctx context.Context, arg0 int64) (bool, error)
- func (c *StateSetClient) StateSetMatches2(ctx context.Context, arg0 int64, arg1 int32) (bool, error)
- func (c *StateSetClient) StateSetMatches2_1(ctx context.Context, arg0 int64, arg1 int64) (bool, error)
- func (c *StateSetClient) TrimStateSet(ctx context.Context, arg0 int64, arg1 int32) (int64, error)
- type StatsLogClient
- func (c *StatsLogClient) LogBinaryPushStateChanged(ctx context.Context, arg0 string, arg1 int64, arg2 int32, arg3 int32, ...) (bool, error)
- func (c *StatsLogClient) LogEvent(ctx context.Context, arg0 int32) (bool, error)
- func (c *StatsLogClient) LogStart(ctx context.Context, arg0 int32) (bool, error)
- func (c *StatsLogClient) LogStop(ctx context.Context, arg0 int32) (bool, error)
- type StringBuilderPrinterClient
- type TaiwanCalendarClient
- type TimeUnitClient
- type TimeUtilsClient
- func (c *TimeUtilsClient) GetTimeZone(ctx context.Context, arg0 int32, arg1 bool, arg2 int64, arg3 string) (int64, error)
- func (c *TimeUtilsClient) GetTimeZoneDatabaseVersion(ctx context.Context) (string, error)
- func (c *TimeUtilsClient) GetTimeZoneIdsForCountryCode(ctx context.Context, arg0 string) (int64, error)
- func (c *TimeUtilsClient) IsTimeBetween(ctx context.Context, arg0 int64, arg1 int64, arg2 int64) (bool, error)
- type TimeZoneClient
- func (c *TimeZoneClient) Clone(ctx context.Context) (int64, error)
- func (c *TimeZoneClient) CloneAsThawed0(ctx context.Context) (int64, error)
- func (c *TimeZoneClient) CloneAsThawed0_1(ctx context.Context) (int64, error)
- func (c *TimeZoneClient) CountEquivalentIDs(ctx context.Context, arg0 string) (int32, error)
- func (c *TimeZoneClient) Equals(ctx context.Context, arg0 int64) (bool, error)
- func (c *TimeZoneClient) Freeze0(ctx context.Context) (int64, error)
- func (c *TimeZoneClient) Freeze0_1(ctx context.Context) (int64, error)
- func (c *TimeZoneClient) GetAvailableIDs0(ctx context.Context) (int64, error)
- func (c *TimeZoneClient) GetAvailableIDs1_2(ctx context.Context, arg0 int32) (int64, error)
- func (c *TimeZoneClient) GetAvailableIDs1_3(ctx context.Context, arg0 string) (int64, error)
- func (c *TimeZoneClient) GetAvailableIDs3_1(ctx context.Context, arg0 int64, arg1 string, arg2 int64) (int64, error)
- func (c *TimeZoneClient) GetCanonicalID1(ctx context.Context, arg0 string) (string, error)
- func (c *TimeZoneClient) GetCanonicalID2_1(ctx context.Context, arg0 string, arg1 int64) (string, error)
- func (c *TimeZoneClient) GetDSTSavings(ctx context.Context) (int32, error)
- func (c *TimeZoneClient) GetDefault(ctx context.Context) (int64, error)
- func (c *TimeZoneClient) GetDisplayName0(ctx context.Context) (string, error)
- func (c *TimeZoneClient) GetDisplayName1_1(ctx context.Context, arg0 int64) (string, error)
- func (c *TimeZoneClient) GetDisplayName1_5(ctx context.Context, arg0 int64) (string, error)
- func (c *TimeZoneClient) GetDisplayName2_2(ctx context.Context, arg0 bool, arg1 int32) (string, error)
- func (c *TimeZoneClient) GetDisplayName3_3(ctx context.Context, arg0 bool, arg1 int32, arg2 int64) (string, error)
- func (c *TimeZoneClient) GetDisplayName3_4(ctx context.Context, arg0 bool, arg1 int32, arg2 int64) (string, error)
- func (c *TimeZoneClient) GetEquivalentID(ctx context.Context, arg0 string, arg1 int32) (string, error)
- func (c *TimeZoneClient) GetFrozenTimeZone(ctx context.Context, arg0 string) (int64, error)
- func (c *TimeZoneClient) GetID(ctx context.Context) (string, error)
- func (c *TimeZoneClient) GetIDForWindowsID(ctx context.Context, arg0 string, arg1 string) (string, error)
- func (c *TimeZoneClient) GetIanaID(ctx context.Context, arg0 string) (string, error)
- func (c *TimeZoneClient) GetOffset1_1(ctx context.Context, arg0 int64) (int32, error)
- func (c *TimeZoneClient) GetOffset3_2(ctx context.Context, arg0 int64, arg1 bool, arg2 int64) error
- func (c *TimeZoneClient) GetOffset6(ctx context.Context, arg0 int32, arg1 int32, arg2 int32, arg3 int32, ...) (int32, error)
- func (c *TimeZoneClient) GetRawOffset(ctx context.Context) (int32, error)
- func (c *TimeZoneClient) GetRegion(ctx context.Context, arg0 string) (string, error)
- func (c *TimeZoneClient) GetTZDataVersion(ctx context.Context) (string, error)
- func (c *TimeZoneClient) GetTimeZone1(ctx context.Context, arg0 string) (int64, error)
- func (c *TimeZoneClient) GetTimeZone2_1(ctx context.Context, arg0 string, arg1 int32) (int64, error)
- func (c *TimeZoneClient) GetWindowsID(ctx context.Context, arg0 string) (string, error)
- func (c *TimeZoneClient) HasSameRules(ctx context.Context, arg0 int64) (bool, error)
- func (c *TimeZoneClient) HashCode(ctx context.Context) (int32, error)
- func (c *TimeZoneClient) InDaylightTime(ctx context.Context, arg0 int64) (bool, error)
- func (c *TimeZoneClient) IsFrozen(ctx context.Context) (bool, error)
- func (c *TimeZoneClient) ObservesDaylightTime(ctx context.Context) (bool, error)
- func (c *TimeZoneClient) SetID(ctx context.Context, arg0 string) error
- func (c *TimeZoneClient) SetRawOffset(ctx context.Context, arg0 int32) error
- func (c *TimeZoneClient) UseDaylightTime(ctx context.Context) (bool, error)
- type TimeZoneSystemTimeZoneTypeClient
- type TimingLoggerClient
- func (c *TimingLoggerClient) AddSplit(ctx context.Context, handle int64, arg0 string) error
- func (c *TimingLoggerClient) DumpToLog(ctx context.Context, handle int64) error
- func (c *TimingLoggerClient) Reset0(ctx context.Context, handle int64) error
- func (c *TimingLoggerClient) Reset2_1(ctx context.Context, handle int64, arg0 string, arg1 string) error
- type TypedValueClient
- func (c *TypedValueClient) ApplyDimension(ctx context.Context, handle int64, arg0 int32, arg1 float32, arg2 int64) (float32, error)
- func (c *TypedValueClient) CoerceToString0(ctx context.Context, handle int64) (int64, error)
- func (c *TypedValueClient) CoerceToString2_1(ctx context.Context, handle int64, arg0 int32, arg1 int32) (string, error)
- func (c *TypedValueClient) ComplexToDimension(ctx context.Context, handle int64, arg0 int32, arg1 int64) (float32, error)
- func (c *TypedValueClient) ComplexToDimensionPixelOffset(ctx context.Context, handle int64, arg0 int32, arg1 int64) (int32, error)
- func (c *TypedValueClient) ComplexToDimensionPixelSize(ctx context.Context, handle int64, arg0 int32, arg1 int64) (int32, error)
- func (c *TypedValueClient) ComplexToFloat(ctx context.Context, handle int64, arg0 int32) (float32, error)
- func (c *TypedValueClient) ComplexToFraction(ctx context.Context, handle int64, arg0 int32, arg1 float32, arg2 float32) (float32, error)
- func (c *TypedValueClient) ConvertDimensionToPixels(ctx context.Context, handle int64, arg0 int32, arg1 float32, arg2 int64) (float32, error)
- func (c *TypedValueClient) ConvertPixelsToDimension(ctx context.Context, handle int64, arg0 int32, arg1 float32, arg2 int64) (float32, error)
- func (c *TypedValueClient) DeriveDimension(ctx context.Context, handle int64, arg0 int32, arg1 float32, arg2 int64) (float32, error)
- func (c *TypedValueClient) GetComplexUnit(ctx context.Context, handle int64) (int32, error)
- func (c *TypedValueClient) GetDimension(ctx context.Context, handle int64, arg0 int64) (float32, error)
- func (c *TypedValueClient) GetFloat(ctx context.Context, handle int64) (float32, error)
- func (c *TypedValueClient) GetFraction(ctx context.Context, handle int64, arg0 float32, arg1 float32) (float32, error)
- func (c *TypedValueClient) IsColorType(ctx context.Context, handle int64) (bool, error)
- func (c *TypedValueClient) SetTo(ctx context.Context, handle int64, arg0 int64) error
- func (c *TypedValueClient) ToString(ctx context.Context, handle int64) (string, error)
- type ULocaleAvailableTypeClient
- type ULocaleBuilderClient
- func (c *ULocaleBuilderClient) AddUnicodeLocaleAttribute(ctx context.Context, arg0 string) (int64, error)
- func (c *ULocaleBuilderClient) Build(ctx context.Context) (int64, error)
- func (c *ULocaleBuilderClient) Clear(ctx context.Context) (int64, error)
- func (c *ULocaleBuilderClient) ClearExtensions(ctx context.Context) (int64, error)
- func (c *ULocaleBuilderClient) RemoveUnicodeLocaleAttribute(ctx context.Context, arg0 string) (int64, error)
- func (c *ULocaleBuilderClient) SetExtension(ctx context.Context, arg0 uint16, arg1 string) (int64, error)
- func (c *ULocaleBuilderClient) SetLanguage(ctx context.Context, arg0 string) (int64, error)
- func (c *ULocaleBuilderClient) SetLanguageTag(ctx context.Context, arg0 string) (int64, error)
- func (c *ULocaleBuilderClient) SetLocale(ctx context.Context, arg0 int64) (int64, error)
- func (c *ULocaleBuilderClient) SetRegion(ctx context.Context, arg0 string) (int64, error)
- func (c *ULocaleBuilderClient) SetScript(ctx context.Context, arg0 string) (int64, error)
- func (c *ULocaleBuilderClient) SetUnicodeLocaleKeyword(ctx context.Context, arg0 string, arg1 string) (int64, error)
- func (c *ULocaleBuilderClient) SetVariant(ctx context.Context, arg0 string) (int64, error)
- type ULocaleCategoryClient
- type ULocaleClient
- func (c *ULocaleClient) AcceptLanguage2_1(ctx context.Context, handle int64, arg0 int64, arg1 int64) (int64, error)
- func (c *ULocaleClient) AcceptLanguage2_3(ctx context.Context, handle int64, arg0 string, arg1 int64) (int64, error)
- func (c *ULocaleClient) AcceptLanguage3(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 int64) (int64, error)
- func (c *ULocaleClient) AcceptLanguage3_2(ctx context.Context, handle int64, arg0 string, arg1 int64, arg2 int64) (int64, error)
- func (c *ULocaleClient) AddLikelySubtags(ctx context.Context, handle int64, arg0 int64) (int64, error)
- func (c *ULocaleClient) Canonicalize(ctx context.Context, handle int64, arg0 string) (string, error)
- func (c *ULocaleClient) Clone(ctx context.Context, handle int64) (int64, error)
- func (c *ULocaleClient) CompareTo1(ctx context.Context, handle int64, arg0 int64) (int32, error)
- func (c *ULocaleClient) CompareTo1_1(ctx context.Context, handle int64, arg0 int64) (int32, error)
- func (c *ULocaleClient) CreateCanonical1(ctx context.Context, handle int64, arg0 int64) (int64, error)
- func (c *ULocaleClient) CreateCanonical1_1(ctx context.Context, handle int64, arg0 string) (int64, error)
- func (c *ULocaleClient) Equals(ctx context.Context, handle int64, arg0 int64) (bool, error)
- func (c *ULocaleClient) ForLanguageTag(ctx context.Context, handle int64, arg0 string) (int64, error)
- func (c *ULocaleClient) ForLocale(ctx context.Context, handle int64, arg0 int64) (int64, error)
- func (c *ULocaleClient) GetAvailableLocales(ctx context.Context, handle int64) (int64, error)
- func (c *ULocaleClient) GetAvailableLocalesByType(ctx context.Context, handle int64, arg0 int64) (int64, error)
- func (c *ULocaleClient) GetBaseName0(ctx context.Context, handle int64) (string, error)
- func (c *ULocaleClient) GetBaseName1_1(ctx context.Context, handle int64, arg0 string) (string, error)
- func (c *ULocaleClient) GetCharacterOrientation(ctx context.Context, handle int64) (string, error)
- func (c *ULocaleClient) GetCountry0(ctx context.Context, handle int64) (string, error)
- func (c *ULocaleClient) GetCountry1_1(ctx context.Context, handle int64, arg0 string) (string, error)
- func (c *ULocaleClient) GetDefault0(ctx context.Context, handle int64) (int64, error)
- func (c *ULocaleClient) GetDefault1_1(ctx context.Context, handle int64, arg0 int64) (int64, error)
- func (c *ULocaleClient) GetDisplayCountry0(ctx context.Context, handle int64) (string, error)
- func (c *ULocaleClient) GetDisplayCountry1_1(ctx context.Context, handle int64, arg0 int64) (string, error)
- func (c *ULocaleClient) GetDisplayCountry2_2(ctx context.Context, handle int64, arg0 string, arg1 int64) (string, error)
- func (c *ULocaleClient) GetDisplayCountry2_3(ctx context.Context, handle int64, arg0 string, arg1 string) (string, error)
- func (c *ULocaleClient) GetDisplayKeyword1(ctx context.Context, handle int64, arg0 string) (string, error)
- func (c *ULocaleClient) GetDisplayKeyword2_1(ctx context.Context, handle int64, arg0 string, arg1 int64) (string, error)
- func (c *ULocaleClient) GetDisplayKeyword2_2(ctx context.Context, handle int64, arg0 string, arg1 string) (string, error)
- func (c *ULocaleClient) GetDisplayKeywordValue1(ctx context.Context, handle int64, arg0 string) (string, error)
- func (c *ULocaleClient) GetDisplayKeywordValue2_1(ctx context.Context, handle int64, arg0 string, arg1 int64) (string, error)
- func (c *ULocaleClient) GetDisplayKeywordValue3_2(ctx context.Context, handle int64, arg0 string, arg1 string, arg2 int64) (string, error)
- func (c *ULocaleClient) GetDisplayKeywordValue3_3(ctx context.Context, handle int64, arg0 string, arg1 string, arg2 string) (string, error)
- func (c *ULocaleClient) GetDisplayLanguage0(ctx context.Context, handle int64) (string, error)
- func (c *ULocaleClient) GetDisplayLanguage1_1(ctx context.Context, handle int64, arg0 int64) (string, error)
- func (c *ULocaleClient) GetDisplayLanguage2_2(ctx context.Context, handle int64, arg0 string, arg1 int64) (string, error)
- func (c *ULocaleClient) GetDisplayLanguage2_3(ctx context.Context, handle int64, arg0 string, arg1 string) (string, error)
- func (c *ULocaleClient) GetDisplayLanguageWithDialect0(ctx context.Context, handle int64) (string, error)
- func (c *ULocaleClient) GetDisplayLanguageWithDialect1_1(ctx context.Context, handle int64, arg0 int64) (string, error)
- func (c *ULocaleClient) GetDisplayLanguageWithDialect2_2(ctx context.Context, handle int64, arg0 string, arg1 int64) (string, error)
- func (c *ULocaleClient) GetDisplayLanguageWithDialect2_3(ctx context.Context, handle int64, arg0 string, arg1 string) (string, error)
- func (c *ULocaleClient) GetDisplayName0(ctx context.Context, handle int64) (string, error)
- func (c *ULocaleClient) GetDisplayName1_1(ctx context.Context, handle int64, arg0 int64) (string, error)
- func (c *ULocaleClient) GetDisplayName2_2(ctx context.Context, handle int64, arg0 string, arg1 int64) (string, error)
- func (c *ULocaleClient) GetDisplayName2_3(ctx context.Context, handle int64, arg0 string, arg1 string) (string, error)
- func (c *ULocaleClient) GetDisplayNameWithDialect0(ctx context.Context, handle int64) (string, error)
- func (c *ULocaleClient) GetDisplayNameWithDialect1_1(ctx context.Context, handle int64, arg0 int64) (string, error)
- func (c *ULocaleClient) GetDisplayNameWithDialect2_2(ctx context.Context, handle int64, arg0 string, arg1 int64) (string, error)
- func (c *ULocaleClient) GetDisplayNameWithDialect2_3(ctx context.Context, handle int64, arg0 string, arg1 string) (string, error)
- func (c *ULocaleClient) GetDisplayScript0(ctx context.Context, handle int64) (string, error)
- func (c *ULocaleClient) GetDisplayScript1_1(ctx context.Context, handle int64, arg0 int64) (string, error)
- func (c *ULocaleClient) GetDisplayScript2_2(ctx context.Context, handle int64, arg0 string, arg1 int64) (string, error)
- func (c *ULocaleClient) GetDisplayScript2_3(ctx context.Context, handle int64, arg0 string, arg1 string) (string, error)
- func (c *ULocaleClient) GetDisplayVariant0(ctx context.Context, handle int64) (string, error)
- func (c *ULocaleClient) GetDisplayVariant1_1(ctx context.Context, handle int64, arg0 int64) (string, error)
- func (c *ULocaleClient) GetDisplayVariant2_2(ctx context.Context, handle int64, arg0 string, arg1 int64) (string, error)
- func (c *ULocaleClient) GetDisplayVariant2_3(ctx context.Context, handle int64, arg0 string, arg1 string) (string, error)
- func (c *ULocaleClient) GetExtension(ctx context.Context, handle int64, arg0 uint16) (string, error)
- func (c *ULocaleClient) GetExtensionKeys(ctx context.Context, handle int64) (int64, error)
- func (c *ULocaleClient) GetFallback0(ctx context.Context, handle int64) (int64, error)
- func (c *ULocaleClient) GetFallback1_1(ctx context.Context, handle int64, arg0 string) (string, error)
- func (c *ULocaleClient) GetISO3Country0(ctx context.Context, handle int64) (string, error)
- func (c *ULocaleClient) GetISO3Country1_1(ctx context.Context, handle int64, arg0 string) (string, error)
- func (c *ULocaleClient) GetISO3Language0(ctx context.Context, handle int64) (string, error)
- func (c *ULocaleClient) GetISO3Language1_1(ctx context.Context, handle int64, arg0 string) (string, error)
- func (c *ULocaleClient) GetISOCountries(ctx context.Context, handle int64) (int64, error)
- func (c *ULocaleClient) GetISOLanguages(ctx context.Context, handle int64) (int64, error)
- func (c *ULocaleClient) GetKeywordValue1(ctx context.Context, handle int64, arg0 string) (string, error)
- func (c *ULocaleClient) GetKeywordValue2_1(ctx context.Context, handle int64, arg0 string, arg1 string) (string, error)
- func (c *ULocaleClient) GetKeywords0(ctx context.Context, handle int64) (int64, error)
- func (c *ULocaleClient) GetKeywords1_1(ctx context.Context, handle int64, arg0 string) (int64, error)
- func (c *ULocaleClient) GetLanguage0(ctx context.Context, handle int64) (string, error)
- func (c *ULocaleClient) GetLanguage1_1(ctx context.Context, handle int64, arg0 string) (string, error)
- func (c *ULocaleClient) GetLineOrientation(ctx context.Context, handle int64) (string, error)
- func (c *ULocaleClient) GetName0(ctx context.Context, handle int64) (string, error)
- func (c *ULocaleClient) GetName1_1(ctx context.Context, handle int64, arg0 string) (string, error)
- func (c *ULocaleClient) GetScript0(ctx context.Context, handle int64) (string, error)
- func (c *ULocaleClient) GetScript1_1(ctx context.Context, handle int64, arg0 string) (string, error)
- func (c *ULocaleClient) GetUnicodeLocaleAttributes(ctx context.Context, handle int64) (int64, error)
- func (c *ULocaleClient) GetUnicodeLocaleKeys(ctx context.Context, handle int64) (int64, error)
- func (c *ULocaleClient) GetUnicodeLocaleType(ctx context.Context, handle int64, arg0 string) (string, error)
- func (c *ULocaleClient) GetVariant0(ctx context.Context, handle int64) (string, error)
- func (c *ULocaleClient) GetVariant1_1(ctx context.Context, handle int64, arg0 string) (string, error)
- func (c *ULocaleClient) HashCode(ctx context.Context, handle int64) (int32, error)
- func (c *ULocaleClient) IsRightToLeft(ctx context.Context, handle int64) (bool, error)
- func (c *ULocaleClient) MinimizeSubtags(ctx context.Context, handle int64, arg0 int64) (int64, error)
- func (c *ULocaleClient) SetKeywordValue2(ctx context.Context, handle int64, arg0 string, arg1 string) (int64, error)
- func (c *ULocaleClient) SetKeywordValue3_1(ctx context.Context, handle int64, arg0 string, arg1 string, arg2 string) (string, error)
- func (c *ULocaleClient) ToLanguageTag(ctx context.Context, handle int64) (string, error)
- func (c *ULocaleClient) ToLegacyKey(ctx context.Context, handle int64, arg0 string) (string, error)
- func (c *ULocaleClient) ToLegacyType(ctx context.Context, handle int64, arg0 string, arg1 string) (string, error)
- func (c *ULocaleClient) ToLocale(ctx context.Context, handle int64) (int64, error)
- func (c *ULocaleClient) ToString(ctx context.Context, handle int64) (string, error)
- func (c *ULocaleClient) ToUnicodeLocaleKey(ctx context.Context, handle int64, arg0 string) (string, error)
- func (c *ULocaleClient) ToUnicodeLocaleType(ctx context.Context, handle int64, arg0 string, arg1 string) (string, error)
- type UniversalTimeScaleClient
- func (c *UniversalTimeScaleClient) BigDecimalFrom2(ctx context.Context, arg0 int64, arg1 int32) (int64, error)
- func (c *UniversalTimeScaleClient) BigDecimalFrom2_1(ctx context.Context, arg0 float64, arg1 int32) (int64, error)
- func (c *UniversalTimeScaleClient) BigDecimalFrom2_2(ctx context.Context, arg0 int64, arg1 int32) (int64, error)
- func (c *UniversalTimeScaleClient) From(ctx context.Context, arg0 int64, arg1 int32) (int64, error)
- func (c *UniversalTimeScaleClient) GetTimeScaleValue(ctx context.Context, arg0 int32, arg1 int32) (int64, error)
- func (c *UniversalTimeScaleClient) ToBigDecimal2(ctx context.Context, arg0 int64, arg1 int32) (int64, error)
- func (c *UniversalTimeScaleClient) ToBigDecimal2_1(ctx context.Context, arg0 int64, arg1 int32) (int64, error)
- func (c *UniversalTimeScaleClient) ToLong(ctx context.Context, arg0 int64, arg1 int32) (int64, error)
- type ValueIteratorClient
- type VersionInfoClient
- func (c *VersionInfoClient) CompareTo1(ctx context.Context, arg0 int64) (int32, error)
- func (c *VersionInfoClient) CompareTo1_1(ctx context.Context, arg0 int64) (int32, error)
- func (c *VersionInfoClient) Equals(ctx context.Context, arg0 int64) (bool, error)
- func (c *VersionInfoClient) GetInstance1(ctx context.Context, arg0 int32) (int64, error)
- func (c *VersionInfoClient) GetInstance1_4(ctx context.Context, arg0 string) (int64, error)
- func (c *VersionInfoClient) GetInstance2_1(ctx context.Context, arg0 int32, arg1 int32) (int64, error)
- func (c *VersionInfoClient) GetInstance3_2(ctx context.Context, arg0 int32, arg1 int32, arg2 int32) (int64, error)
- func (c *VersionInfoClient) GetInstance4_3(ctx context.Context, arg0 int32, arg1 int32, arg2 int32, arg3 int32) (int64, error)
- func (c *VersionInfoClient) GetMajor(ctx context.Context) (int32, error)
- func (c *VersionInfoClient) GetMicro(ctx context.Context) (int32, error)
- func (c *VersionInfoClient) GetMilli(ctx context.Context) (int32, error)
- func (c *VersionInfoClient) GetMinor(ctx context.Context) (int32, error)
- func (c *VersionInfoClient) HashCode(ctx context.Context) (int32, error)
- func (c *VersionInfoClient) ToString(ctx context.Context) (string, error)
- type XmlClient
- func (c *XmlClient) AsAttributeSet(ctx context.Context, arg0 int64) (int64, error)
- func (c *XmlClient) FindEncodingByName(ctx context.Context, arg0 string) (int64, error)
- func (c *XmlClient) NewPullParser(ctx context.Context) (int64, error)
- func (c *XmlClient) NewSerializer(ctx context.Context) (int64, error)
- type XmlEncodingClient
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 ¶
ContainsKey calls the ContainsKey RPC.
func (*ArrayMapClient) ContainsValue ¶
ContainsValue calls the ContainsValue RPC.
func (*ArrayMapClient) EnsureCapacity ¶
EnsureCapacity calls the EnsureCapacity RPC.
func (*ArrayMapClient) IndexOfKey ¶
IndexOfKey calls the IndexOfKey RPC.
func (*ArrayMapClient) IndexOfValue ¶
IndexOfValue calls the IndexOfValue 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) EnsureCapacity ¶
EnsureCapacity calls the EnsureCapacity 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) FinishWrite ¶
FinishWrite calls the FinishWrite RPC.
func (*AtomicFileClient) GetBaseFile ¶
GetBaseFile calls the GetBaseFile RPC.
func (*AtomicFileClient) GetLastModifiedTime ¶
GetLastModifiedTime calls the GetLastModifiedTime RPC.
func (*AtomicFileClient) StartWrite ¶
StartWrite calls the StartWrite 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 ¶
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 ¶
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) 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) 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 ¶
EncodeToString2 calls the EncodeToString2 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) Close ¶
func (c *Base64InputStreamClient) Close(ctx context.Context, handle int64) error
Close calls the Close RPC.
func (*Base64InputStreamClient) MarkSupported ¶
MarkSupported calls the MarkSupported 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.
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.
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.
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) 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 ¶
CompareTo1 calls the CompareTo1 RPC.
func (*CalendarClient) CompareTo1_1 ¶
CompareTo1_1 calls the CompareTo1_1 RPC.
func (*CalendarClient) FieldDifference ¶
func (c *CalendarClient) FieldDifference(ctx context.Context, arg0 int64, arg1 int32) (int32, error)
FieldDifference calls the FieldDifference RPC.
func (*CalendarClient) GetActualMaximum ¶
GetActualMaximum calls the GetActualMaximum RPC.
func (*CalendarClient) GetActualMinimum ¶
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 ¶
GetDisplayName1 calls the GetDisplayName1 RPC.
func (*CalendarClient) GetDisplayName1_1 ¶
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 ¶
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 ¶
GetInstance1_1 calls the GetInstance1_1 RPC.
func (*CalendarClient) GetInstance1_4 ¶
GetInstance1_4 calls the GetInstance1_4 RPC.
func (*CalendarClient) GetInstance1_5 ¶
GetInstance1_5 calls the GetInstance1_5 RPC.
func (*CalendarClient) GetInstance2_2 ¶
GetInstance2_2 calls the GetInstance2_2 RPC.
func (*CalendarClient) GetInstance2_3 ¶
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 ¶
GetLeastMaximum calls the GetLeastMaximum RPC.
func (*CalendarClient) GetMaximum ¶
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 ¶
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 ¶
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 ¶
IsEquivalentTo calls the IsEquivalentTo RPC.
func (*CalendarClient) IsLenient ¶
func (c *CalendarClient) IsLenient(ctx context.Context) (bool, error)
IsLenient calls the IsLenient RPC.
func (*CalendarClient) IsWeekend0 ¶
func (c *CalendarClient) IsWeekend0(ctx context.Context) (bool, error)
IsWeekend0 calls the IsWeekend0 RPC.
func (*CalendarClient) IsWeekend1_1 ¶
IsWeekend1_1 calls the IsWeekend1_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 ¶
SetWeekData calls the SetWeekData 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.
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) InTemporalLeapYear ¶
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) 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) 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 ¶
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 ¶
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 ¶
GetDisplayName1_1 calls the GetDisplayName1_1 RPC.
func (*CurrencyClient) GetInstance1 ¶
GetInstance1 calls the GetInstance1 RPC.
func (*CurrencyClient) GetInstance1_1 ¶
GetInstance1_1 calls the GetInstance1_1 RPC.
func (*CurrencyClient) GetInstance1_2 ¶
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 ¶
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 ¶
GetSymbol1_1 calls the GetSymbol1_1 RPC.
func (*CurrencyClient) GetSymbol1_2 ¶
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.
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.
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) GetFromDate ¶
GetFromDate calls the GetFromDate 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 ¶
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.
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.
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 ¶
AddDumpable calls the AddDumpable RPC.
func (*DumpableContainerClient) RemoveDumpable ¶
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) IsAmeteAlemEra ¶
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 ¶
GetTagCode calls the GetTagCode RPC.
func (*EventLogClient) GetTagName ¶
GetTagName calls the GetTagName RPC.
func (*EventLogClient) WriteEvent2 ¶
WriteEvent2 calls the WriteEvent2 RPC.
func (*EventLogClient) WriteEvent2_1 ¶
WriteEvent2_1 calls the WriteEvent2_1 RPC.
func (*EventLogClient) WriteEvent2_2 ¶
WriteEvent2_2 calls the WriteEvent2_2 RPC.
func (*EventLogClient) WriteEvent2_3 ¶
WriteEvent2_3 calls the WriteEvent2_3 RPC.
func (*EventLogClient) WriteEvent2_4 ¶
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) 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.
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.
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.
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.
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) 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) Compare ¶
func (c *HalfClient) Compare(ctx context.Context, handle int64, arg0 int16, arg1 int16) (int32, error)
Compare calls the Compare RPC.
func (*HalfClient) CompareTo1 ¶
CompareTo1 calls the CompareTo1 RPC.
func (*HalfClient) CompareTo1_1 ¶
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 ¶
DoubleValue calls the DoubleValue 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 ¶
FloatValue calls the FloatValue RPC.
func (*HalfClient) GetExponent ¶
GetExponent calls the GetExponent RPC.
func (*HalfClient) GetSignificand ¶
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 ¶
HalfToIntBits calls the HalfToIntBits RPC.
func (*HalfClient) HalfToRawIntBits ¶
HalfToRawIntBits calls the HalfToRawIntBits RPC.
func (*HalfClient) HalfToShortBits ¶
HalfToShortBits calls the HalfToShortBits RPC.
func (*HalfClient) HashCode1_1 ¶
HashCode1_1 calls the HashCode1_1 RPC.
func (*HalfClient) IntBitsToHalf ¶
IntBitsToHalf calls the IntBitsToHalf RPC.
func (*HalfClient) IsInfinite ¶
IsInfinite calls the IsInfinite RPC.
func (*HalfClient) IsNormalized ¶
IsNormalized calls the IsNormalized 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) ShortValue ¶
ShortValue calls the ShortValue RPC.
func (*HalfClient) ToHexString ¶
ToHexString calls the ToHexString RPC.
func (*HalfClient) ToString1_1 ¶
ToString1_1 calls the ToString1_1 RPC.
func (*HalfClient) ValueOf1_1 ¶
ValueOf1_1 calls the ValueOf1_1 RPC.
func (*HalfClient) ValueOf1_2 ¶
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) GetTemporalMonthCode ¶
func (c *HebrewCalendarClient) GetTemporalMonthCode(ctx context.Context, handle int64) (string, error)
GetTemporalMonthCode calls the GetTemporalMonthCode RPC.
func (*HebrewCalendarClient) InTemporalLeapYear ¶
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.
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.
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.
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) InTemporalLeapYear ¶
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.
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) NextBoolean ¶
NextBoolean calls the NextBoolean RPC.
func (*JsonReaderClient) NextDouble ¶
NextDouble calls the NextDouble RPC.
func (*JsonReaderClient) NextNull ¶
func (c *JsonReaderClient) NextNull(ctx context.Context, handle int64) error
NextNull calls the NextNull RPC.
func (*JsonReaderClient) NextString ¶
NextString calls the NextString RPC.
func (*JsonReaderClient) SetLenient ¶
SetLenient calls the SetLenient 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.
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 ¶
BeginArray calls the BeginArray RPC.
func (*JsonWriterClient) BeginObject ¶
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) Flush ¶
func (c *JsonWriterClient) Flush(ctx context.Context, handle int64) error
Flush calls the Flush RPC.
func (*JsonWriterClient) SetLenient ¶
SetLenient calls the SetLenient 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.
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 ¶
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 ¶
GetInstance1_1 calls the GetInstance1_1 RPC.
func (*LocaleDataClient) GetMeasurementSystem ¶
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 ¶
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.
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) GetStackTraceString ¶
GetStackTraceString calls the GetStackTraceString RPC.
func (*LogClient) IsLoggable ¶
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.
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.
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) IndexOfKey ¶
func (c *LongSparseArrayClient) IndexOfKey(ctx context.Context, handle int64, arg0 int64) (int32, error)
IndexOfKey calls the IndexOfKey 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) TrimToSize ¶
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.
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) ForIdentifier ¶
ForIdentifier calls the ForIdentifier RPC.
func (*MeasureUnitClient) GetAvailable ¶
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) 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 ¶
WithDimensionality calls the WithDimensionality RPC.
func (*MeasureUnitClient) WithPrefix ¶
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.
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 ¶
func (c *MeasureUnitMeasurePrefixClient) GetBase(ctx context.Context) (int32, error)
GetBase calls the GetBase RPC.
func (*MeasureUnitMeasurePrefixClient) GetPower ¶
func (c *MeasureUnitMeasurePrefixClient) GetPower(ctx context.Context) (int32, error)
GetPower calls the GetPower 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) GetNumberOfDaysInMonth ¶
func (c *MonthDisplayHelperClient) GetNumberOfDaysInMonth(ctx context.Context, handle int64) (int32, error)
GetNumberOfDaysInMonth calls the GetNumberOfDaysInMonth 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) 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.
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.
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 ¶
ConcatGroups calls the ConcatGroups RPC.
func (*PatternsClient) DigitsAndPlusOnly ¶
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.
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.
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.
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.
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.
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 ¶
CompareTo1 calls the CompareTo1 RPC.
func (*RationalClient) CompareTo1_1 ¶
CompareTo1_1 calls the CompareTo1_1 RPC.
func (*RationalClient) DoubleValue ¶
DoubleValue calls the DoubleValue RPC.
func (*RationalClient) FloatValue ¶
FloatValue calls the FloatValue RPC.
func (*RationalClient) GetDenominator ¶
GetDenominator calls the GetDenominator RPC.
func (*RationalClient) GetNumerator ¶
GetNumerator calls the GetNumerator RPC.
func (*RationalClient) IsInfinite ¶
IsInfinite calls the IsInfinite 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 ¶
ShortValue calls the ShortValue 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) GetAddress ¶
GetAddress calls the GetAddress RPC.
func (*Rfc822TokenClient) GetComment ¶
GetComment calls the GetComment 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 ¶
SetAddress calls the SetAddress RPC.
func (*Rfc822TokenClient) SetComment ¶
SetComment calls the SetComment 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.
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.
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 ¶
DescribeContents calls the DescribeContents RPC.
func (*SizeFClient) ParseSizeF ¶
ParseSizeF calls the ParseSizeF 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) ContentHashCode ¶
ContentHashCode calls the ContentHashCode RPC.
func (*SparseArrayClient) IndexOfKey ¶
func (c *SparseArrayClient) IndexOfKey(ctx context.Context, handle int64, arg0 int32) (int32, error)
IndexOfKey calls the IndexOfKey RPC.
func (*SparseArrayClient) RemoveAtRange ¶
func (c *SparseArrayClient) RemoveAtRange(ctx context.Context, handle int64, arg0 int32, arg1 int32) error
RemoveAtRange calls the RemoveAtRange 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) 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) 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) SetValueAt ¶
func (c *SparseBooleanArrayClient) SetValueAt(ctx context.Context, handle int64, arg0 int32, arg1 bool) error
SetValueAt calls the SetValueAt 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) 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) SetValueAt ¶
func (c *SparseIntArrayClient) SetValueAt(ctx context.Context, handle int64, arg0 int32, arg1 int32) error
SetValueAt calls the SetValueAt 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) 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) Put ¶
func (c *SparseLongArrayClient) Put(ctx context.Context, handle int64, arg0 int32, arg1 int64) error
Put calls the Put 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) IsWildCard ¶
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 ¶
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.
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.
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.
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.
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 ¶
CountEquivalentIDs calls the CountEquivalentIDs 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 ¶
GetAvailableIDs1_2 calls the GetAvailableIDs1_2 RPC.
func (*TimeZoneClient) GetAvailableIDs1_3 ¶
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 ¶
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 ¶
GetDisplayName1_1 calls the GetDisplayName1_1 RPC.
func (*TimeZoneClient) GetDisplayName1_5 ¶
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 ¶
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) GetOffset1_1 ¶
GetOffset1_1 calls the GetOffset1_1 RPC.
func (*TimeZoneClient) GetOffset3_2 ¶
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) GetTZDataVersion ¶
func (c *TimeZoneClient) GetTZDataVersion(ctx context.Context) (string, error)
GetTZDataVersion calls the GetTZDataVersion RPC.
func (*TimeZoneClient) GetTimeZone1 ¶
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 ¶
GetWindowsID calls the GetWindowsID RPC.
func (*TimeZoneClient) HasSameRules ¶
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 ¶
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.
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) DumpToLog ¶
func (c *TimingLoggerClient) DumpToLog(ctx context.Context, handle int64) error
DumpToLog calls the DumpToLog 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 ¶
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 ¶
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) GetFraction ¶
func (c *TypedValueClient) GetFraction(ctx context.Context, handle int64, arg0 float32, arg1 float32) (float32, error)
GetFraction calls the GetFraction RPC.
func (*TypedValueClient) IsColorType ¶
IsColorType calls the IsColorType 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.
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 ¶
SetLanguage calls the SetLanguage RPC.
func (*ULocaleBuilderClient) SetLanguageTag ¶
SetLanguageTag calls the SetLanguageTag 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 ¶
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.
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) CompareTo1 ¶
CompareTo1 calls the CompareTo1 RPC.
func (*ULocaleClient) CompareTo1_1 ¶
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) ForLanguageTag ¶
func (c *ULocaleClient) ForLanguageTag(ctx context.Context, handle int64, arg0 string) (int64, error)
ForLanguageTag calls the ForLanguageTag RPC.
func (*ULocaleClient) GetAvailableLocales ¶
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 ¶
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 ¶
GetCharacterOrientation calls the GetCharacterOrientation RPC.
func (*ULocaleClient) GetCountry0 ¶
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 ¶
GetDefault0 calls the GetDefault0 RPC.
func (*ULocaleClient) GetDefault1_1 ¶
GetDefault1_1 calls the GetDefault1_1 RPC.
func (*ULocaleClient) GetDisplayCountry0 ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
GetExtensionKeys calls the GetExtensionKeys RPC.
func (*ULocaleClient) GetFallback0 ¶
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 ¶
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 ¶
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 ¶
GetISOCountries calls the GetISOCountries RPC.
func (*ULocaleClient) GetISOLanguages ¶
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 ¶
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 ¶
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 ¶
GetLineOrientation calls the GetLineOrientation RPC.
func (*ULocaleClient) GetName1_1 ¶
GetName1_1 calls the GetName1_1 RPC.
func (*ULocaleClient) GetScript0 ¶
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 ¶
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 ¶
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) IsRightToLeft ¶
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 ¶
ToLanguageTag calls the ToLanguageTag RPC.
func (*ULocaleClient) ToLegacyKey ¶
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) 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) 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.
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.
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 ¶
CompareTo1 calls the CompareTo1 RPC.
func (*VersionInfoClient) CompareTo1_1 ¶
CompareTo1_1 calls the CompareTo1_1 RPC.
func (*VersionInfoClient) GetInstance1 ¶
GetInstance1 calls the GetInstance1 RPC.
func (*VersionInfoClient) GetInstance1_4 ¶
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.
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 ¶
AsAttributeSet calls the AsAttributeSet RPC.
func (*XmlClient) FindEncodingByName ¶
FindEncodingByName calls the FindEncodingByName RPC.
func (*XmlClient) NewPullParser ¶
NewPullParser calls the NewPullParser 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.