Documentation
¶
Index ¶
- Constants
- Variables
- func RegisterCurrencyPrecisionServiceServer(s grpc.ServiceRegistrar, srv CurrencyPrecisionServiceServer)
- func RegisterFormattedNumberRangeServiceServer(s grpc.ServiceRegistrar, srv FormattedNumberRangeServiceServer)
- func RegisterFormattedNumberServiceServer(s grpc.ServiceRegistrar, srv FormattedNumberServiceServer)
- func RegisterFormatterDecimalSeparatorDisplayServiceServer(s grpc.ServiceRegistrar, srv FormatterDecimalSeparatorDisplayServiceServer)
- func RegisterFormatterGroupingStrategyServiceServer(s grpc.ServiceRegistrar, srv FormatterGroupingStrategyServiceServer)
- func RegisterFormatterRoundingPriorityServiceServer(s grpc.ServiceRegistrar, srv FormatterRoundingPriorityServiceServer)
- func RegisterFormatterServiceServer(s grpc.ServiceRegistrar, srv FormatterServiceServer)
- func RegisterFormatterSettingsServiceServer(s grpc.ServiceRegistrar, srv FormatterSettingsServiceServer)
- func RegisterFormatterSignDisplayServiceServer(s grpc.ServiceRegistrar, srv FormatterSignDisplayServiceServer)
- func RegisterFormatterTrailingZeroDisplayServiceServer(s grpc.ServiceRegistrar, srv FormatterTrailingZeroDisplayServiceServer)
- func RegisterFormatterUnitWidthServiceServer(s grpc.ServiceRegistrar, srv FormatterUnitWidthServiceServer)
- func RegisterFractionPrecisionServiceServer(s grpc.ServiceRegistrar, srv FractionPrecisionServiceServer)
- func RegisterIntegerWidthServiceServer(s grpc.ServiceRegistrar, srv IntegerWidthServiceServer)
- func RegisterLocalizedNumberFormatterServiceServer(s grpc.ServiceRegistrar, srv LocalizedNumberFormatterServiceServer)
- func RegisterLocalizedNumberRangeFormatterServiceServer(s grpc.ServiceRegistrar, srv LocalizedNumberRangeFormatterServiceServer)
- func RegisterNotationServiceServer(s grpc.ServiceRegistrar, srv NotationServiceServer)
- func RegisterPrecisionServiceServer(s grpc.ServiceRegistrar, srv PrecisionServiceServer)
- func RegisterRangeFormatterRangeCollapseServiceServer(s grpc.ServiceRegistrar, srv RangeFormatterRangeCollapseServiceServer)
- func RegisterRangeFormatterRangeIdentityFallbackServiceServer(s grpc.ServiceRegistrar, srv RangeFormatterRangeIdentityFallbackServiceServer)
- func RegisterRangeFormatterRangeIdentityResultServiceServer(s grpc.ServiceRegistrar, srv RangeFormatterRangeIdentityResultServiceServer)
- func RegisterRangeFormatterServiceServer(s grpc.ServiceRegistrar, srv RangeFormatterServiceServer)
- func RegisterRangeFormatterSettingsServiceServer(s grpc.ServiceRegistrar, srv RangeFormatterSettingsServiceServer)
- func RegisterScaleServiceServer(s grpc.ServiceRegistrar, srv ScaleServiceServer)
- func RegisterScientificNotationServiceServer(s grpc.ServiceRegistrar, srv ScientificNotationServiceServer)
- func RegisterUnlocalizedNumberFormatterServiceServer(s grpc.ServiceRegistrar, srv UnlocalizedNumberFormatterServiceServer)
- func RegisterUnlocalizedNumberRangeFormatterServiceServer(s grpc.ServiceRegistrar, srv UnlocalizedNumberRangeFormatterServiceServer)
- type ByBigDecimalRequest
- func (*ByBigDecimalRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ByBigDecimalRequest) GetArg0() int64
- func (*ByBigDecimalRequest) ProtoMessage()
- func (x *ByBigDecimalRequest) ProtoReflect() protoreflect.Message
- func (x *ByBigDecimalRequest) Reset()
- func (x *ByBigDecimalRequest) String() string
- type ByBigDecimalResponse
- func (*ByBigDecimalResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ByBigDecimalResponse) GetResult() int64
- func (*ByBigDecimalResponse) ProtoMessage()
- func (x *ByBigDecimalResponse) ProtoReflect() protoreflect.Message
- func (x *ByBigDecimalResponse) Reset()
- func (x *ByBigDecimalResponse) String() string
- type ByDoubleAndPowerOfTenRequest
- func (*ByDoubleAndPowerOfTenRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ByDoubleAndPowerOfTenRequest) GetArg0() float64
- func (x *ByDoubleAndPowerOfTenRequest) GetArg1() int32
- func (*ByDoubleAndPowerOfTenRequest) ProtoMessage()
- func (x *ByDoubleAndPowerOfTenRequest) ProtoReflect() protoreflect.Message
- func (x *ByDoubleAndPowerOfTenRequest) Reset()
- func (x *ByDoubleAndPowerOfTenRequest) String() string
- type ByDoubleAndPowerOfTenResponse
- func (*ByDoubleAndPowerOfTenResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ByDoubleAndPowerOfTenResponse) GetResult() int64
- func (*ByDoubleAndPowerOfTenResponse) ProtoMessage()
- func (x *ByDoubleAndPowerOfTenResponse) ProtoReflect() protoreflect.Message
- func (x *ByDoubleAndPowerOfTenResponse) Reset()
- func (x *ByDoubleAndPowerOfTenResponse) String() string
- type ByDoubleRequest
- type ByDoubleResponse
- type CharAtRequest
- type CharAtResponse
- type CompactLongRequest
- type CompactLongResponse
- func (*CompactLongResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CompactLongResponse) GetResult() int64
- func (*CompactLongResponse) ProtoMessage()
- func (x *CompactLongResponse) ProtoReflect() protoreflect.Message
- func (x *CompactLongResponse) Reset()
- func (x *CompactLongResponse) String() string
- type CompactShortRequest
- type CompactShortResponse
- func (*CompactShortResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CompactShortResponse) GetResult() int64
- func (*CompactShortResponse) ProtoMessage()
- func (x *CompactShortResponse) ProtoReflect() protoreflect.Message
- func (x *CompactShortResponse) Reset()
- func (x *CompactShortResponse) String() string
- type CurrencyPrecisionServiceClient
- type CurrencyPrecisionServiceServer
- type CurrencyRequest
- type CurrencyResponse
- type EngineeringRequest
- type EngineeringResponse
- func (*EngineeringResponse) Descriptor() ([]byte, []int)deprecated
- func (x *EngineeringResponse) GetResult() int64
- func (*EngineeringResponse) ProtoMessage()
- func (x *EngineeringResponse) ProtoReflect() protoreflect.Message
- func (x *EngineeringResponse) Reset()
- func (x *EngineeringResponse) String() string
- type EqualsRequest
- type EqualsResponse
- type FixedFractionRequest
- func (*FixedFractionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *FixedFractionRequest) GetArg0() int32
- func (*FixedFractionRequest) ProtoMessage()
- func (x *FixedFractionRequest) ProtoReflect() protoreflect.Message
- func (x *FixedFractionRequest) Reset()
- func (x *FixedFractionRequest) String() string
- type FixedFractionResponse
- func (*FixedFractionResponse) Descriptor() ([]byte, []int)deprecated
- func (x *FixedFractionResponse) GetResult() int64
- func (*FixedFractionResponse) ProtoMessage()
- func (x *FixedFractionResponse) ProtoReflect() protoreflect.Message
- func (x *FixedFractionResponse) Reset()
- func (x *FixedFractionResponse) String() string
- type FixedSignificantDigitsRequest
- func (*FixedSignificantDigitsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *FixedSignificantDigitsRequest) GetArg0() int32
- func (*FixedSignificantDigitsRequest) ProtoMessage()
- func (x *FixedSignificantDigitsRequest) ProtoReflect() protoreflect.Message
- func (x *FixedSignificantDigitsRequest) Reset()
- func (x *FixedSignificantDigitsRequest) String() string
- type FixedSignificantDigitsResponse
- func (*FixedSignificantDigitsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *FixedSignificantDigitsResponse) GetResult() int64
- func (*FixedSignificantDigitsResponse) ProtoMessage()
- func (x *FixedSignificantDigitsResponse) ProtoReflect() protoreflect.Message
- func (x *FixedSignificantDigitsResponse) Reset()
- func (x *FixedSignificantDigitsResponse) String() string
- type Format1Request
- type Format1Response
- type Format1_1Request
- type Format1_1Response
- type Format1_2Request
- type Format1_2Response
- type Format1_3Request
- type Format1_3Response
- type FormatRange2Request
- func (*FormatRange2Request) Descriptor() ([]byte, []int)deprecated
- func (x *FormatRange2Request) GetArg0() float64
- func (x *FormatRange2Request) GetArg1() float64
- func (*FormatRange2Request) ProtoMessage()
- func (x *FormatRange2Request) ProtoReflect() protoreflect.Message
- func (x *FormatRange2Request) Reset()
- func (x *FormatRange2Request) String() string
- type FormatRange2Response
- func (*FormatRange2Response) Descriptor() ([]byte, []int)deprecated
- func (x *FormatRange2Response) GetResult() int64
- func (*FormatRange2Response) ProtoMessage()
- func (x *FormatRange2Response) ProtoReflect() protoreflect.Message
- func (x *FormatRange2Response) Reset()
- func (x *FormatRange2Response) String() string
- type FormatRange2_1Request
- func (*FormatRange2_1Request) Descriptor() ([]byte, []int)deprecated
- func (x *FormatRange2_1Request) GetArg0() int32
- func (x *FormatRange2_1Request) GetArg1() int32
- func (*FormatRange2_1Request) ProtoMessage()
- func (x *FormatRange2_1Request) ProtoReflect() protoreflect.Message
- func (x *FormatRange2_1Request) Reset()
- func (x *FormatRange2_1Request) String() string
- type FormatRange2_1Response
- func (*FormatRange2_1Response) Descriptor() ([]byte, []int)deprecated
- func (x *FormatRange2_1Response) GetResult() int64
- func (*FormatRange2_1Response) ProtoMessage()
- func (x *FormatRange2_1Response) ProtoReflect() protoreflect.Message
- func (x *FormatRange2_1Response) Reset()
- func (x *FormatRange2_1Response) String() string
- type FormatRange2_2Request
- func (*FormatRange2_2Request) Descriptor() ([]byte, []int)deprecated
- func (x *FormatRange2_2Request) GetArg0() int64
- func (x *FormatRange2_2Request) GetArg1() int64
- func (*FormatRange2_2Request) ProtoMessage()
- func (x *FormatRange2_2Request) ProtoReflect() protoreflect.Message
- func (x *FormatRange2_2Request) Reset()
- func (x *FormatRange2_2Request) String() string
- type FormatRange2_2Response
- func (*FormatRange2_2Response) Descriptor() ([]byte, []int)deprecated
- func (x *FormatRange2_2Response) GetResult() int64
- func (*FormatRange2_2Response) ProtoMessage()
- func (x *FormatRange2_2Response) ProtoReflect() protoreflect.Message
- func (x *FormatRange2_2Response) Reset()
- func (x *FormatRange2_2Response) String() string
- type FormattedNumberRangeServiceClient
- type FormattedNumberRangeServiceServer
- type FormattedNumberServiceClient
- type FormattedNumberServiceServer
- type FormatterDecimalSeparatorDisplayServiceClient
- type FormatterDecimalSeparatorDisplayServiceServer
- type FormatterGroupingStrategyServiceClient
- type FormatterGroupingStrategyServiceServer
- type FormatterRoundingPriorityServiceClient
- type FormatterRoundingPriorityServiceServer
- type FormatterServiceClient
- type FormatterServiceServer
- type FormatterSettingsServiceClient
- type FormatterSettingsServiceServer
- type FormatterSignDisplayServiceClient
- type FormatterSignDisplayServiceServer
- type FormatterTrailingZeroDisplayServiceClient
- type FormatterTrailingZeroDisplayServiceServer
- type FormatterUnitWidthServiceClient
- type FormatterUnitWidthServiceServer
- type FractionPrecisionServiceClient
- type FractionPrecisionServiceServer
- type GetFirstBigDecimalRequest
- type GetFirstBigDecimalResponse
- func (*GetFirstBigDecimalResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetFirstBigDecimalResponse) GetResult() int64
- func (*GetFirstBigDecimalResponse) ProtoMessage()
- func (x *GetFirstBigDecimalResponse) ProtoReflect() protoreflect.Message
- func (x *GetFirstBigDecimalResponse) Reset()
- func (x *GetFirstBigDecimalResponse) String() string
- type GetIdentityResultRequest
- type GetIdentityResultResponse
- func (*GetIdentityResultResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetIdentityResultResponse) GetResult() int64
- func (*GetIdentityResultResponse) ProtoMessage()
- func (x *GetIdentityResultResponse) ProtoReflect() protoreflect.Message
- func (x *GetIdentityResultResponse) Reset()
- func (x *GetIdentityResultResponse) String() string
- type GetNounClassRequest
- type GetNounClassResponse
- func (*GetNounClassResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetNounClassResponse) GetResult() int64
- func (*GetNounClassResponse) ProtoMessage()
- func (x *GetNounClassResponse) ProtoReflect() protoreflect.Message
- func (x *GetNounClassResponse) Reset()
- func (x *GetNounClassResponse) String() string
- type GetOutputUnitRequest
- type GetOutputUnitResponse
- func (*GetOutputUnitResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetOutputUnitResponse) GetResult() int64
- func (*GetOutputUnitResponse) ProtoMessage()
- func (x *GetOutputUnitResponse) ProtoReflect() protoreflect.Message
- func (x *GetOutputUnitResponse) Reset()
- func (x *GetOutputUnitResponse) String() string
- type GetSecondBigDecimalRequest
- type GetSecondBigDecimalResponse
- func (*GetSecondBigDecimalResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetSecondBigDecimalResponse) GetResult() int64
- func (*GetSecondBigDecimalResponse) ProtoMessage()
- func (x *GetSecondBigDecimalResponse) ProtoReflect() protoreflect.Message
- func (x *GetSecondBigDecimalResponse) Reset()
- func (x *GetSecondBigDecimalResponse) String() string
- type HashCodeRequest
- type HashCodeResponse
- type IncrementRequest
- type IncrementResponse
- type IntegerRequest
- type IntegerResponse
- type IntegerWidthServiceClient
- type IntegerWidthServiceServer
- type LengthRequest
- type LengthResponse
- type Locale1Request
- type Locale1Response
- type Locale1_1Request
- type Locale1_1Response
- type LocalizedNumberFormatterServiceClient
- type LocalizedNumberFormatterServiceServer
- type LocalizedNumberRangeFormatterServiceClient
- type LocalizedNumberRangeFormatterServiceServer
- type MaxFractionRequest
- type MaxFractionResponse
- func (*MaxFractionResponse) Descriptor() ([]byte, []int)deprecated
- func (x *MaxFractionResponse) GetResult() int64
- func (*MaxFractionResponse) ProtoMessage()
- func (x *MaxFractionResponse) ProtoReflect() protoreflect.Message
- func (x *MaxFractionResponse) Reset()
- func (x *MaxFractionResponse) String() string
- type MaxSignificantDigitsRequest
- func (*MaxSignificantDigitsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *MaxSignificantDigitsRequest) GetArg0() int32
- func (*MaxSignificantDigitsRequest) ProtoMessage()
- func (x *MaxSignificantDigitsRequest) ProtoReflect() protoreflect.Message
- func (x *MaxSignificantDigitsRequest) Reset()
- func (x *MaxSignificantDigitsRequest) String() string
- type MaxSignificantDigitsResponse
- func (*MaxSignificantDigitsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *MaxSignificantDigitsResponse) GetResult() int64
- func (*MaxSignificantDigitsResponse) ProtoMessage()
- func (x *MaxSignificantDigitsResponse) ProtoReflect() protoreflect.Message
- func (x *MaxSignificantDigitsResponse) Reset()
- func (x *MaxSignificantDigitsResponse) String() string
- type MinFractionRequest
- type MinFractionResponse
- func (*MinFractionResponse) Descriptor() ([]byte, []int)deprecated
- func (x *MinFractionResponse) GetResult() int64
- func (*MinFractionResponse) ProtoMessage()
- func (x *MinFractionResponse) ProtoReflect() protoreflect.Message
- func (x *MinFractionResponse) Reset()
- func (x *MinFractionResponse) String() string
- type MinMaxFractionRequest
- func (*MinMaxFractionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *MinMaxFractionRequest) GetArg0() int32
- func (x *MinMaxFractionRequest) GetArg1() int32
- func (*MinMaxFractionRequest) ProtoMessage()
- func (x *MinMaxFractionRequest) ProtoReflect() protoreflect.Message
- func (x *MinMaxFractionRequest) Reset()
- func (x *MinMaxFractionRequest) String() string
- type MinMaxFractionResponse
- func (*MinMaxFractionResponse) Descriptor() ([]byte, []int)deprecated
- func (x *MinMaxFractionResponse) GetResult() int64
- func (*MinMaxFractionResponse) ProtoMessage()
- func (x *MinMaxFractionResponse) ProtoReflect() protoreflect.Message
- func (x *MinMaxFractionResponse) Reset()
- func (x *MinMaxFractionResponse) String() string
- type MinMaxSignificantDigitsRequest
- func (*MinMaxSignificantDigitsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *MinMaxSignificantDigitsRequest) GetArg0() int32
- func (x *MinMaxSignificantDigitsRequest) GetArg1() int32
- func (*MinMaxSignificantDigitsRequest) ProtoMessage()
- func (x *MinMaxSignificantDigitsRequest) ProtoReflect() protoreflect.Message
- func (x *MinMaxSignificantDigitsRequest) Reset()
- func (x *MinMaxSignificantDigitsRequest) String() string
- type MinMaxSignificantDigitsResponse
- func (*MinMaxSignificantDigitsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *MinMaxSignificantDigitsResponse) GetResult() int64
- func (*MinMaxSignificantDigitsResponse) ProtoMessage()
- func (x *MinMaxSignificantDigitsResponse) ProtoReflect() protoreflect.Message
- func (x *MinMaxSignificantDigitsResponse) Reset()
- func (x *MinMaxSignificantDigitsResponse) String() string
- type MinSignificantDigitsRequest
- func (*MinSignificantDigitsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *MinSignificantDigitsRequest) GetArg0() int32
- func (*MinSignificantDigitsRequest) ProtoMessage()
- func (x *MinSignificantDigitsRequest) ProtoReflect() protoreflect.Message
- func (x *MinSignificantDigitsRequest) Reset()
- func (x *MinSignificantDigitsRequest) String() string
- type MinSignificantDigitsResponse
- func (*MinSignificantDigitsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *MinSignificantDigitsResponse) GetResult() int64
- func (*MinSignificantDigitsResponse) ProtoMessage()
- func (x *MinSignificantDigitsResponse) ProtoReflect() protoreflect.Message
- func (x *MinSignificantDigitsResponse) Reset()
- func (x *MinSignificantDigitsResponse) String() string
- type NextPositionRequest
- func (*NextPositionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *NextPositionRequest) GetArg0() int64
- func (*NextPositionRequest) ProtoMessage()
- func (x *NextPositionRequest) ProtoReflect() protoreflect.Message
- func (x *NextPositionRequest) Reset()
- func (x *NextPositionRequest) String() string
- type NextPositionResponse
- func (*NextPositionResponse) Descriptor() ([]byte, []int)deprecated
- func (x *NextPositionResponse) GetResult() bool
- func (*NextPositionResponse) ProtoMessage()
- func (x *NextPositionResponse) ProtoReflect() protoreflect.Message
- func (x *NextPositionResponse) Reset()
- func (x *NextPositionResponse) String() string
- type NoneRequest
- type NoneResponse
- type NotationServiceClient
- type NotationServiceServer
- type PowerOfTenRequest
- type PowerOfTenResponse
- func (*PowerOfTenResponse) Descriptor() ([]byte, []int)deprecated
- func (x *PowerOfTenResponse) GetResult() int64
- func (*PowerOfTenResponse) ProtoMessage()
- func (x *PowerOfTenResponse) ProtoReflect() protoreflect.Message
- func (x *PowerOfTenResponse) Reset()
- func (x *PowerOfTenResponse) String() string
- type PrecisionServiceClient
- type PrecisionServiceServer
- type RangeFormatterRangeCollapseServiceClient
- type RangeFormatterRangeCollapseServiceServer
- type RangeFormatterRangeIdentityFallbackServiceClient
- type RangeFormatterRangeIdentityFallbackServiceServer
- type RangeFormatterRangeIdentityResultServiceClient
- type RangeFormatterRangeIdentityResultServiceServer
- type RangeFormatterServiceClient
- type RangeFormatterServiceServer
- type RangeFormatterSettingsServiceClient
- type RangeFormatterSettingsServiceServer
- type ScaleServiceClient
- type ScaleServiceServer
- type ScientificNotationServiceClient
- type ScientificNotationServiceServer
- type ScientificRequest
- type ScientificResponse
- func (*ScientificResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ScientificResponse) GetResult() int64
- func (*ScientificResponse) ProtoMessage()
- func (x *ScientificResponse) ProtoReflect() protoreflect.Message
- func (x *ScientificResponse) Reset()
- func (x *ScientificResponse) String() string
- type SimpleRequest
- type SimpleResponse
- type SubSequenceRequest
- func (*SubSequenceRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SubSequenceRequest) GetArg0() int32
- func (x *SubSequenceRequest) GetArg1() int32
- func (*SubSequenceRequest) ProtoMessage()
- func (x *SubSequenceRequest) ProtoReflect() protoreflect.Message
- func (x *SubSequenceRequest) Reset()
- func (x *SubSequenceRequest) String() string
- type SubSequenceResponse
- func (*SubSequenceResponse) Descriptor() ([]byte, []int)deprecated
- func (x *SubSequenceResponse) GetResult() int64
- func (*SubSequenceResponse) ProtoMessage()
- func (x *SubSequenceResponse) ProtoReflect() protoreflect.Message
- func (x *SubSequenceResponse) Reset()
- func (x *SubSequenceResponse) String() string
- type ToBigDecimalRequest
- type ToBigDecimalResponse
- func (*ToBigDecimalResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ToBigDecimalResponse) GetResult() int64
- func (*ToBigDecimalResponse) ProtoMessage()
- func (x *ToBigDecimalResponse) ProtoReflect() protoreflect.Message
- func (x *ToBigDecimalResponse) Reset()
- func (x *ToBigDecimalResponse) String() string
- type ToCharacterIteratorRequest
- type ToCharacterIteratorResponse
- func (*ToCharacterIteratorResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ToCharacterIteratorResponse) GetResult() int64
- func (*ToCharacterIteratorResponse) ProtoMessage()
- func (x *ToCharacterIteratorResponse) ProtoReflect() protoreflect.Message
- func (x *ToCharacterIteratorResponse) Reset()
- func (x *ToCharacterIteratorResponse) String() string
- type ToFormatRequest
- type ToFormatResponse
- type ToStringRequest
- type ToStringResponse
- type TrailingZeroDisplayRequest
- func (*TrailingZeroDisplayRequest) Descriptor() ([]byte, []int)deprecated
- func (x *TrailingZeroDisplayRequest) GetArg0() int64
- func (*TrailingZeroDisplayRequest) ProtoMessage()
- func (x *TrailingZeroDisplayRequest) ProtoReflect() protoreflect.Message
- func (x *TrailingZeroDisplayRequest) Reset()
- func (x *TrailingZeroDisplayRequest) String() string
- type TrailingZeroDisplayResponse
- func (*TrailingZeroDisplayResponse) Descriptor() ([]byte, []int)deprecated
- func (x *TrailingZeroDisplayResponse) GetResult() int64
- func (*TrailingZeroDisplayResponse) ProtoMessage()
- func (x *TrailingZeroDisplayResponse) ProtoReflect() protoreflect.Message
- func (x *TrailingZeroDisplayResponse) Reset()
- func (x *TrailingZeroDisplayResponse) String() string
- type TruncateAtRequest
- type TruncateAtResponse
- func (*TruncateAtResponse) Descriptor() ([]byte, []int)deprecated
- func (x *TruncateAtResponse) GetResult() int64
- func (*TruncateAtResponse) ProtoMessage()
- func (x *TruncateAtResponse) ProtoReflect() protoreflect.Message
- func (x *TruncateAtResponse) Reset()
- func (x *TruncateAtResponse) String() string
- type UnimplementedCurrencyPrecisionServiceServer
- type UnimplementedFormattedNumberRangeServiceServer
- func (UnimplementedFormattedNumberRangeServiceServer) CharAt(context.Context, *CharAtRequest) (*CharAtResponse, error)
- func (UnimplementedFormattedNumberRangeServiceServer) Equals(context.Context, *EqualsRequest) (*EqualsResponse, error)
- func (UnimplementedFormattedNumberRangeServiceServer) GetFirstBigDecimal(context.Context, *GetFirstBigDecimalRequest) (*GetFirstBigDecimalResponse, error)
- func (UnimplementedFormattedNumberRangeServiceServer) GetIdentityResult(context.Context, *GetIdentityResultRequest) (*GetIdentityResultResponse, error)
- func (UnimplementedFormattedNumberRangeServiceServer) GetSecondBigDecimal(context.Context, *GetSecondBigDecimalRequest) (*GetSecondBigDecimalResponse, error)
- func (UnimplementedFormattedNumberRangeServiceServer) HashCode(context.Context, *HashCodeRequest) (*HashCodeResponse, error)
- func (UnimplementedFormattedNumberRangeServiceServer) Length(context.Context, *LengthRequest) (*LengthResponse, error)
- func (UnimplementedFormattedNumberRangeServiceServer) NextPosition(context.Context, *NextPositionRequest) (*NextPositionResponse, error)
- func (UnimplementedFormattedNumberRangeServiceServer) SubSequence(context.Context, *SubSequenceRequest) (*SubSequenceResponse, error)
- func (UnimplementedFormattedNumberRangeServiceServer) ToCharacterIterator(context.Context, *ToCharacterIteratorRequest) (*ToCharacterIteratorResponse, error)
- func (UnimplementedFormattedNumberRangeServiceServer) ToString(context.Context, *ToStringRequest) (*ToStringResponse, error)
- type UnimplementedFormattedNumberServiceServer
- func (UnimplementedFormattedNumberServiceServer) CharAt(context.Context, *CharAtRequest) (*CharAtResponse, error)
- func (UnimplementedFormattedNumberServiceServer) GetNounClass(context.Context, *GetNounClassRequest) (*GetNounClassResponse, error)
- func (UnimplementedFormattedNumberServiceServer) GetOutputUnit(context.Context, *GetOutputUnitRequest) (*GetOutputUnitResponse, error)
- func (UnimplementedFormattedNumberServiceServer) Length(context.Context, *LengthRequest) (*LengthResponse, error)
- func (UnimplementedFormattedNumberServiceServer) NextPosition(context.Context, *NextPositionRequest) (*NextPositionResponse, error)
- func (UnimplementedFormattedNumberServiceServer) SubSequence(context.Context, *SubSequenceRequest) (*SubSequenceResponse, error)
- func (UnimplementedFormattedNumberServiceServer) ToBigDecimal(context.Context, *ToBigDecimalRequest) (*ToBigDecimalResponse, error)
- func (UnimplementedFormattedNumberServiceServer) ToCharacterIterator(context.Context, *ToCharacterIteratorRequest) (*ToCharacterIteratorResponse, error)
- func (UnimplementedFormattedNumberServiceServer) ToString(context.Context, *ToStringRequest) (*ToStringResponse, error)
- type UnimplementedFormatterDecimalSeparatorDisplayServiceServer
- type UnimplementedFormatterGroupingStrategyServiceServer
- type UnimplementedFormatterRoundingPriorityServiceServer
- type UnimplementedFormatterServiceServer
- func (UnimplementedFormatterServiceServer) With(context.Context, *WithRequest) (*WithResponse, error)
- func (UnimplementedFormatterServiceServer) WithLocale1(context.Context, *WithLocale1Request) (*WithLocale1Response, error)
- func (UnimplementedFormatterServiceServer) WithLocale1_1(context.Context, *WithLocale1_1Request) (*WithLocale1_1Response, error)
- type UnimplementedFormatterSettingsServiceServer
- type UnimplementedFormatterSignDisplayServiceServer
- type UnimplementedFormatterTrailingZeroDisplayServiceServer
- type UnimplementedFormatterUnitWidthServiceServer
- type UnimplementedFractionPrecisionServiceServer
- func (UnimplementedFractionPrecisionServiceServer) WithMaxDigits(context.Context, *WithMaxDigitsRequest) (*WithMaxDigitsResponse, error)
- func (UnimplementedFractionPrecisionServiceServer) WithMinDigits(context.Context, *WithMinDigitsRequest) (*WithMinDigitsResponse, error)
- func (UnimplementedFractionPrecisionServiceServer) WithSignificantDigits(context.Context, *WithSignificantDigitsRequest) (*WithSignificantDigitsResponse, error)
- type UnimplementedIntegerWidthServiceServer
- type UnimplementedLocalizedNumberFormatterServiceServer
- func (UnimplementedLocalizedNumberFormatterServiceServer) Format1(context.Context, *Format1Request) (*Format1Response, error)
- func (UnimplementedLocalizedNumberFormatterServiceServer) Format1_1(context.Context, *Format1_1Request) (*Format1_1Response, error)
- func (UnimplementedLocalizedNumberFormatterServiceServer) Format1_2(context.Context, *Format1_2Request) (*Format1_2Response, error)
- func (UnimplementedLocalizedNumberFormatterServiceServer) Format1_3(context.Context, *Format1_3Request) (*Format1_3Response, error)
- func (UnimplementedLocalizedNumberFormatterServiceServer) ToFormat(context.Context, *ToFormatRequest) (*ToFormatResponse, error)
- func (UnimplementedLocalizedNumberFormatterServiceServer) WithoutLocale(context.Context, *WithoutLocaleRequest) (*WithoutLocaleResponse, error)
- type UnimplementedLocalizedNumberRangeFormatterServiceServer
- func (UnimplementedLocalizedNumberRangeFormatterServiceServer) FormatRange2(context.Context, *FormatRange2Request) (*FormatRange2Response, error)
- func (UnimplementedLocalizedNumberRangeFormatterServiceServer) FormatRange2_1(context.Context, *FormatRange2_1Request) (*FormatRange2_1Response, error)
- func (UnimplementedLocalizedNumberRangeFormatterServiceServer) FormatRange2_2(context.Context, *FormatRange2_2Request) (*FormatRange2_2Response, error)
- func (UnimplementedLocalizedNumberRangeFormatterServiceServer) WithoutLocale(context.Context, *WithoutLocaleRequest) (*WithoutLocaleResponse, error)
- type UnimplementedNotationServiceServer
- func (UnimplementedNotationServiceServer) CompactLong(context.Context, *CompactLongRequest) (*CompactLongResponse, error)
- func (UnimplementedNotationServiceServer) CompactShort(context.Context, *CompactShortRequest) (*CompactShortResponse, error)
- func (UnimplementedNotationServiceServer) Engineering(context.Context, *EngineeringRequest) (*EngineeringResponse, error)
- func (UnimplementedNotationServiceServer) Scientific(context.Context, *ScientificRequest) (*ScientificResponse, error)
- func (UnimplementedNotationServiceServer) Simple(context.Context, *SimpleRequest) (*SimpleResponse, error)
- type UnimplementedPrecisionServiceServer
- func (UnimplementedPrecisionServiceServer) Currency(context.Context, *CurrencyRequest) (*CurrencyResponse, error)
- func (UnimplementedPrecisionServiceServer) FixedFraction(context.Context, *FixedFractionRequest) (*FixedFractionResponse, error)
- func (UnimplementedPrecisionServiceServer) FixedSignificantDigits(context.Context, *FixedSignificantDigitsRequest) (*FixedSignificantDigitsResponse, error)
- func (UnimplementedPrecisionServiceServer) Increment(context.Context, *IncrementRequest) (*IncrementResponse, error)
- func (UnimplementedPrecisionServiceServer) Integer(context.Context, *IntegerRequest) (*IntegerResponse, error)
- func (UnimplementedPrecisionServiceServer) MaxFraction(context.Context, *MaxFractionRequest) (*MaxFractionResponse, error)
- func (UnimplementedPrecisionServiceServer) MaxSignificantDigits(context.Context, *MaxSignificantDigitsRequest) (*MaxSignificantDigitsResponse, error)
- func (UnimplementedPrecisionServiceServer) MinFraction(context.Context, *MinFractionRequest) (*MinFractionResponse, error)
- func (UnimplementedPrecisionServiceServer) MinMaxFraction(context.Context, *MinMaxFractionRequest) (*MinMaxFractionResponse, error)
- func (UnimplementedPrecisionServiceServer) MinMaxSignificantDigits(context.Context, *MinMaxSignificantDigitsRequest) (*MinMaxSignificantDigitsResponse, error)
- func (UnimplementedPrecisionServiceServer) MinSignificantDigits(context.Context, *MinSignificantDigitsRequest) (*MinSignificantDigitsResponse, error)
- func (UnimplementedPrecisionServiceServer) TrailingZeroDisplay(context.Context, *TrailingZeroDisplayRequest) (*TrailingZeroDisplayResponse, error)
- func (UnimplementedPrecisionServiceServer) Unlimited(context.Context, *UnlimitedRequest) (*UnlimitedResponse, error)
- type UnimplementedRangeFormatterRangeCollapseServiceServer
- type UnimplementedRangeFormatterRangeIdentityFallbackServiceServer
- type UnimplementedRangeFormatterRangeIdentityResultServiceServer
- type UnimplementedRangeFormatterServiceServer
- func (UnimplementedRangeFormatterServiceServer) With(context.Context, *WithRequest) (*WithResponse, error)
- func (UnimplementedRangeFormatterServiceServer) WithLocale1(context.Context, *WithLocale1Request) (*WithLocale1Response, error)
- func (UnimplementedRangeFormatterServiceServer) WithLocale1_1(context.Context, *WithLocale1_1Request) (*WithLocale1_1Response, error)
- type UnimplementedRangeFormatterSettingsServiceServer
- type UnimplementedScaleServiceServer
- func (UnimplementedScaleServiceServer) ByBigDecimal(context.Context, *ByBigDecimalRequest) (*ByBigDecimalResponse, error)
- func (UnimplementedScaleServiceServer) ByDouble(context.Context, *ByDoubleRequest) (*ByDoubleResponse, error)
- func (UnimplementedScaleServiceServer) ByDoubleAndPowerOfTen(context.Context, *ByDoubleAndPowerOfTenRequest) (*ByDoubleAndPowerOfTenResponse, error)
- func (UnimplementedScaleServiceServer) None(context.Context, *NoneRequest) (*NoneResponse, error)
- func (UnimplementedScaleServiceServer) PowerOfTen(context.Context, *PowerOfTenRequest) (*PowerOfTenResponse, error)
- type UnimplementedScientificNotationServiceServer
- func (UnimplementedScientificNotationServiceServer) WithExponentSignDisplay(context.Context, *WithExponentSignDisplayRequest) (*WithExponentSignDisplayResponse, error)
- func (UnimplementedScientificNotationServiceServer) WithMinExponentDigits(context.Context, *WithMinExponentDigitsRequest) (*WithMinExponentDigitsResponse, error)
- type UnimplementedUnlocalizedNumberFormatterServiceServer
- type UnimplementedUnlocalizedNumberRangeFormatterServiceServer
- type UnlimitedRequest
- type UnlimitedResponse
- type UnlocalizedNumberFormatterServiceClient
- type UnlocalizedNumberFormatterServiceServer
- type UnlocalizedNumberRangeFormatterServiceClient
- type UnlocalizedNumberRangeFormatterServiceServer
- type UnsafeCurrencyPrecisionServiceServer
- type UnsafeFormattedNumberRangeServiceServer
- type UnsafeFormattedNumberServiceServer
- type UnsafeFormatterDecimalSeparatorDisplayServiceServer
- type UnsafeFormatterGroupingStrategyServiceServer
- type UnsafeFormatterRoundingPriorityServiceServer
- type UnsafeFormatterServiceServer
- type UnsafeFormatterSettingsServiceServer
- type UnsafeFormatterSignDisplayServiceServer
- type UnsafeFormatterTrailingZeroDisplayServiceServer
- type UnsafeFormatterUnitWidthServiceServer
- type UnsafeFractionPrecisionServiceServer
- type UnsafeIntegerWidthServiceServer
- type UnsafeLocalizedNumberFormatterServiceServer
- type UnsafeLocalizedNumberRangeFormatterServiceServer
- type UnsafeNotationServiceServer
- type UnsafePrecisionServiceServer
- type UnsafeRangeFormatterRangeCollapseServiceServer
- type UnsafeRangeFormatterRangeIdentityFallbackServiceServer
- type UnsafeRangeFormatterRangeIdentityResultServiceServer
- type UnsafeRangeFormatterServiceServer
- type UnsafeRangeFormatterSettingsServiceServer
- type UnsafeScaleServiceServer
- type UnsafeScientificNotationServiceServer
- type UnsafeUnlocalizedNumberFormatterServiceServer
- type UnsafeUnlocalizedNumberRangeFormatterServiceServer
- type ValueOfRequest
- type ValueOfResponse
- type ValuesRequest
- type ValuesResponse
- type WithCurrencyRequest
- func (*WithCurrencyRequest) Descriptor() ([]byte, []int)deprecated
- func (x *WithCurrencyRequest) GetArg0() int64
- func (*WithCurrencyRequest) ProtoMessage()
- func (x *WithCurrencyRequest) ProtoReflect() protoreflect.Message
- func (x *WithCurrencyRequest) Reset()
- func (x *WithCurrencyRequest) String() string
- type WithCurrencyResponse
- func (*WithCurrencyResponse) Descriptor() ([]byte, []int)deprecated
- func (x *WithCurrencyResponse) GetResult() int64
- func (*WithCurrencyResponse) ProtoMessage()
- func (x *WithCurrencyResponse) ProtoReflect() protoreflect.Message
- func (x *WithCurrencyResponse) Reset()
- func (x *WithCurrencyResponse) String() string
- type WithExponentSignDisplayRequest
- func (*WithExponentSignDisplayRequest) Descriptor() ([]byte, []int)deprecated
- func (x *WithExponentSignDisplayRequest) GetArg0() int64
- func (*WithExponentSignDisplayRequest) ProtoMessage()
- func (x *WithExponentSignDisplayRequest) ProtoReflect() protoreflect.Message
- func (x *WithExponentSignDisplayRequest) Reset()
- func (x *WithExponentSignDisplayRequest) String() string
- type WithExponentSignDisplayResponse
- func (*WithExponentSignDisplayResponse) Descriptor() ([]byte, []int)deprecated
- func (x *WithExponentSignDisplayResponse) GetResult() int64
- func (*WithExponentSignDisplayResponse) ProtoMessage()
- func (x *WithExponentSignDisplayResponse) ProtoReflect() protoreflect.Message
- func (x *WithExponentSignDisplayResponse) Reset()
- func (x *WithExponentSignDisplayResponse) String() string
- type WithLocale1Request
- type WithLocale1Response
- func (*WithLocale1Response) Descriptor() ([]byte, []int)deprecated
- func (x *WithLocale1Response) GetResult() int64
- func (*WithLocale1Response) ProtoMessage()
- func (x *WithLocale1Response) ProtoReflect() protoreflect.Message
- func (x *WithLocale1Response) Reset()
- func (x *WithLocale1Response) String() string
- type WithLocale1_1Request
- func (*WithLocale1_1Request) Descriptor() ([]byte, []int)deprecated
- func (x *WithLocale1_1Request) GetArg0() int64
- func (*WithLocale1_1Request) ProtoMessage()
- func (x *WithLocale1_1Request) ProtoReflect() protoreflect.Message
- func (x *WithLocale1_1Request) Reset()
- func (x *WithLocale1_1Request) String() string
- type WithLocale1_1Response
- func (*WithLocale1_1Response) Descriptor() ([]byte, []int)deprecated
- func (x *WithLocale1_1Response) GetResult() int64
- func (*WithLocale1_1Response) ProtoMessage()
- func (x *WithLocale1_1Response) ProtoReflect() protoreflect.Message
- func (x *WithLocale1_1Response) Reset()
- func (x *WithLocale1_1Response) String() string
- type WithMaxDigitsRequest
- func (*WithMaxDigitsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *WithMaxDigitsRequest) GetArg0() int32
- func (*WithMaxDigitsRequest) ProtoMessage()
- func (x *WithMaxDigitsRequest) ProtoReflect() protoreflect.Message
- func (x *WithMaxDigitsRequest) Reset()
- func (x *WithMaxDigitsRequest) String() string
- type WithMaxDigitsResponse
- func (*WithMaxDigitsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *WithMaxDigitsResponse) GetResult() int64
- func (*WithMaxDigitsResponse) ProtoMessage()
- func (x *WithMaxDigitsResponse) ProtoReflect() protoreflect.Message
- func (x *WithMaxDigitsResponse) Reset()
- func (x *WithMaxDigitsResponse) String() string
- type WithMinDigitsRequest
- func (*WithMinDigitsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *WithMinDigitsRequest) GetArg0() int32
- func (*WithMinDigitsRequest) ProtoMessage()
- func (x *WithMinDigitsRequest) ProtoReflect() protoreflect.Message
- func (x *WithMinDigitsRequest) Reset()
- func (x *WithMinDigitsRequest) String() string
- type WithMinDigitsResponse
- func (*WithMinDigitsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *WithMinDigitsResponse) GetResult() int64
- func (*WithMinDigitsResponse) ProtoMessage()
- func (x *WithMinDigitsResponse) ProtoReflect() protoreflect.Message
- func (x *WithMinDigitsResponse) Reset()
- func (x *WithMinDigitsResponse) String() string
- type WithMinExponentDigitsRequest
- func (*WithMinExponentDigitsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *WithMinExponentDigitsRequest) GetArg0() int32
- func (*WithMinExponentDigitsRequest) ProtoMessage()
- func (x *WithMinExponentDigitsRequest) ProtoReflect() protoreflect.Message
- func (x *WithMinExponentDigitsRequest) Reset()
- func (x *WithMinExponentDigitsRequest) String() string
- type WithMinExponentDigitsResponse
- func (*WithMinExponentDigitsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *WithMinExponentDigitsResponse) GetResult() int64
- func (*WithMinExponentDigitsResponse) ProtoMessage()
- func (x *WithMinExponentDigitsResponse) ProtoReflect() protoreflect.Message
- func (x *WithMinExponentDigitsResponse) Reset()
- func (x *WithMinExponentDigitsResponse) String() string
- type WithRequest
- type WithResponse
- type WithSignificantDigitsRequest
- func (*WithSignificantDigitsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *WithSignificantDigitsRequest) GetArg0() int32
- func (x *WithSignificantDigitsRequest) GetArg1() int32
- func (x *WithSignificantDigitsRequest) GetArg2() int64
- func (*WithSignificantDigitsRequest) ProtoMessage()
- func (x *WithSignificantDigitsRequest) ProtoReflect() protoreflect.Message
- func (x *WithSignificantDigitsRequest) Reset()
- func (x *WithSignificantDigitsRequest) String() string
- type WithSignificantDigitsResponse
- func (*WithSignificantDigitsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *WithSignificantDigitsResponse) GetResult() int64
- func (*WithSignificantDigitsResponse) ProtoMessage()
- func (x *WithSignificantDigitsResponse) ProtoReflect() protoreflect.Message
- func (x *WithSignificantDigitsResponse) Reset()
- func (x *WithSignificantDigitsResponse) String() string
- type WithoutLocaleRequest
- type WithoutLocaleResponse
- func (*WithoutLocaleResponse) Descriptor() ([]byte, []int)deprecated
- func (x *WithoutLocaleResponse) GetResult() int64
- func (*WithoutLocaleResponse) ProtoMessage()
- func (x *WithoutLocaleResponse) ProtoReflect() protoreflect.Message
- func (x *WithoutLocaleResponse) Reset()
- func (x *WithoutLocaleResponse) String() string
- type ZeroFillToRequest
- type ZeroFillToResponse
- func (*ZeroFillToResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ZeroFillToResponse) GetResult() int64
- func (*ZeroFillToResponse) ProtoMessage()
- func (x *ZeroFillToResponse) ProtoReflect() protoreflect.Message
- func (x *ZeroFillToResponse) Reset()
- func (x *ZeroFillToResponse) String() string
Constants ¶
const ( LocalizedNumberFormatterService_Format1_FullMethodName = "/number.LocalizedNumberFormatterService/Format1" LocalizedNumberFormatterService_Format1_1_FullMethodName = "/number.LocalizedNumberFormatterService/Format1_1" LocalizedNumberFormatterService_Format1_2_FullMethodName = "/number.LocalizedNumberFormatterService/Format1_2" LocalizedNumberFormatterService_Format1_3_FullMethodName = "/number.LocalizedNumberFormatterService/Format1_3" LocalizedNumberFormatterService_ToFormat_FullMethodName = "/number.LocalizedNumberFormatterService/ToFormat" LocalizedNumberFormatterService_WithoutLocale_FullMethodName = "/number.LocalizedNumberFormatterService/WithoutLocale" )
const ( ScientificNotationService_WithExponentSignDisplay_FullMethodName = "/number.ScientificNotationService/WithExponentSignDisplay" ScientificNotationService_WithMinExponentDigits_FullMethodName = "/number.ScientificNotationService/WithMinExponentDigits" )
const ( UnlocalizedNumberRangeFormatterService_Locale1_FullMethodName = "/number.UnlocalizedNumberRangeFormatterService/Locale1" UnlocalizedNumberRangeFormatterService_Locale1_1_FullMethodName = "/number.UnlocalizedNumberRangeFormatterService/Locale1_1" )
const ( IntegerWidthService_TruncateAt_FullMethodName = "/number.IntegerWidthService/TruncateAt" IntegerWidthService_ZeroFillTo_FullMethodName = "/number.IntegerWidthService/ZeroFillTo" )
const ( PrecisionService_TrailingZeroDisplay_FullMethodName = "/number.PrecisionService/TrailingZeroDisplay" PrecisionService_Currency_FullMethodName = "/number.PrecisionService/Currency" PrecisionService_FixedFraction_FullMethodName = "/number.PrecisionService/FixedFraction" PrecisionService_FixedSignificantDigits_FullMethodName = "/number.PrecisionService/FixedSignificantDigits" PrecisionService_Increment_FullMethodName = "/number.PrecisionService/Increment" PrecisionService_Integer_FullMethodName = "/number.PrecisionService/Integer" PrecisionService_MaxFraction_FullMethodName = "/number.PrecisionService/MaxFraction" PrecisionService_MaxSignificantDigits_FullMethodName = "/number.PrecisionService/MaxSignificantDigits" PrecisionService_MinFraction_FullMethodName = "/number.PrecisionService/MinFraction" PrecisionService_MinMaxFraction_FullMethodName = "/number.PrecisionService/MinMaxFraction" PrecisionService_MinMaxSignificantDigits_FullMethodName = "/number.PrecisionService/MinMaxSignificantDigits" PrecisionService_MinSignificantDigits_FullMethodName = "/number.PrecisionService/MinSignificantDigits" PrecisionService_Unlimited_FullMethodName = "/number.PrecisionService/Unlimited" )
const ( FormattedNumberService_CharAt_FullMethodName = "/number.FormattedNumberService/CharAt" FormattedNumberService_GetNounClass_FullMethodName = "/number.FormattedNumberService/GetNounClass" FormattedNumberService_GetOutputUnit_FullMethodName = "/number.FormattedNumberService/GetOutputUnit" FormattedNumberService_Length_FullMethodName = "/number.FormattedNumberService/Length" FormattedNumberService_NextPosition_FullMethodName = "/number.FormattedNumberService/NextPosition" FormattedNumberService_SubSequence_FullMethodName = "/number.FormattedNumberService/SubSequence" FormattedNumberService_ToBigDecimal_FullMethodName = "/number.FormattedNumberService/ToBigDecimal" FormattedNumberService_ToCharacterIterator_FullMethodName = "/number.FormattedNumberService/ToCharacterIterator" FormattedNumberService_ToString_FullMethodName = "/number.FormattedNumberService/ToString" )
const ( RangeFormatterService_With_FullMethodName = "/number.RangeFormatterService/With" RangeFormatterService_WithLocale1_FullMethodName = "/number.RangeFormatterService/WithLocale1" RangeFormatterService_WithLocale1_1_FullMethodName = "/number.RangeFormatterService/WithLocale1_1" )
const ( RangeFormatterRangeCollapseService_Values_FullMethodName = "/number.RangeFormatterRangeCollapseService/Values" RangeFormatterRangeCollapseService_ValueOf_FullMethodName = "/number.RangeFormatterRangeCollapseService/ValueOf" )
const ( RangeFormatterRangeIdentityFallbackService_Values_FullMethodName = "/number.RangeFormatterRangeIdentityFallbackService/Values" RangeFormatterRangeIdentityFallbackService_ValueOf_FullMethodName = "/number.RangeFormatterRangeIdentityFallbackService/ValueOf" )
const ( RangeFormatterRangeIdentityResultService_Values_FullMethodName = "/number.RangeFormatterRangeIdentityResultService/Values" RangeFormatterRangeIdentityResultService_ValueOf_FullMethodName = "/number.RangeFormatterRangeIdentityResultService/ValueOf" )
const ( RangeFormatterSettingsService_Equals_FullMethodName = "/number.RangeFormatterSettingsService/Equals" RangeFormatterSettingsService_HashCode_FullMethodName = "/number.RangeFormatterSettingsService/HashCode" )
const ( LocalizedNumberRangeFormatterService_FormatRange2_FullMethodName = "/number.LocalizedNumberRangeFormatterService/FormatRange2" LocalizedNumberRangeFormatterService_FormatRange2_1_FullMethodName = "/number.LocalizedNumberRangeFormatterService/FormatRange2_1" LocalizedNumberRangeFormatterService_FormatRange2_2_FullMethodName = "/number.LocalizedNumberRangeFormatterService/FormatRange2_2" LocalizedNumberRangeFormatterService_WithoutLocale_FullMethodName = "/number.LocalizedNumberRangeFormatterService/WithoutLocale" )
const ( FormattedNumberRangeService_CharAt_FullMethodName = "/number.FormattedNumberRangeService/CharAt" FormattedNumberRangeService_Equals_FullMethodName = "/number.FormattedNumberRangeService/Equals" FormattedNumberRangeService_GetFirstBigDecimal_FullMethodName = "/number.FormattedNumberRangeService/GetFirstBigDecimal" FormattedNumberRangeService_GetIdentityResult_FullMethodName = "/number.FormattedNumberRangeService/GetIdentityResult" FormattedNumberRangeService_GetSecondBigDecimal_FullMethodName = "/number.FormattedNumberRangeService/GetSecondBigDecimal" FormattedNumberRangeService_HashCode_FullMethodName = "/number.FormattedNumberRangeService/HashCode" FormattedNumberRangeService_Length_FullMethodName = "/number.FormattedNumberRangeService/Length" FormattedNumberRangeService_NextPosition_FullMethodName = "/number.FormattedNumberRangeService/NextPosition" FormattedNumberRangeService_SubSequence_FullMethodName = "/number.FormattedNumberRangeService/SubSequence" FormattedNumberRangeService_ToCharacterIterator_FullMethodName = "/number.FormattedNumberRangeService/ToCharacterIterator" FormattedNumberRangeService_ToString_FullMethodName = "/number.FormattedNumberRangeService/ToString" )
const ( FormatterSettingsService_Equals_FullMethodName = "/number.FormatterSettingsService/Equals" FormatterSettingsService_HashCode_FullMethodName = "/number.FormatterSettingsService/HashCode" )
const ( NotationService_CompactLong_FullMethodName = "/number.NotationService/CompactLong" NotationService_CompactShort_FullMethodName = "/number.NotationService/CompactShort" NotationService_Engineering_FullMethodName = "/number.NotationService/Engineering" NotationService_Scientific_FullMethodName = "/number.NotationService/Scientific" NotationService_Simple_FullMethodName = "/number.NotationService/Simple" )
const ( ScaleService_ByBigDecimal_FullMethodName = "/number.ScaleService/ByBigDecimal" ScaleService_ByDouble_FullMethodName = "/number.ScaleService/ByDouble" ScaleService_ByDoubleAndPowerOfTen_FullMethodName = "/number.ScaleService/ByDoubleAndPowerOfTen" ScaleService_None_FullMethodName = "/number.ScaleService/None" ScaleService_PowerOfTen_FullMethodName = "/number.ScaleService/PowerOfTen" )
const ( UnlocalizedNumberFormatterService_Locale1_FullMethodName = "/number.UnlocalizedNumberFormatterService/Locale1" UnlocalizedNumberFormatterService_Locale1_1_FullMethodName = "/number.UnlocalizedNumberFormatterService/Locale1_1" )
const ( FormatterService_With_FullMethodName = "/number.FormatterService/With" FormatterService_WithLocale1_FullMethodName = "/number.FormatterService/WithLocale1" FormatterService_WithLocale1_1_FullMethodName = "/number.FormatterService/WithLocale1_1" )
const ( FormatterDecimalSeparatorDisplayService_Values_FullMethodName = "/number.FormatterDecimalSeparatorDisplayService/Values" FormatterDecimalSeparatorDisplayService_ValueOf_FullMethodName = "/number.FormatterDecimalSeparatorDisplayService/ValueOf" )
const ( FormatterGroupingStrategyService_Values_FullMethodName = "/number.FormatterGroupingStrategyService/Values" FormatterGroupingStrategyService_ValueOf_FullMethodName = "/number.FormatterGroupingStrategyService/ValueOf" )
const ( FormatterRoundingPriorityService_Values_FullMethodName = "/number.FormatterRoundingPriorityService/Values" FormatterRoundingPriorityService_ValueOf_FullMethodName = "/number.FormatterRoundingPriorityService/ValueOf" )
const ( FormatterSignDisplayService_Values_FullMethodName = "/number.FormatterSignDisplayService/Values" FormatterSignDisplayService_ValueOf_FullMethodName = "/number.FormatterSignDisplayService/ValueOf" )
const ( FormatterTrailingZeroDisplayService_Values_FullMethodName = "/number.FormatterTrailingZeroDisplayService/Values" FormatterTrailingZeroDisplayService_ValueOf_FullMethodName = "/number.FormatterTrailingZeroDisplayService/ValueOf" )
const ( FormatterUnitWidthService_Values_FullMethodName = "/number.FormatterUnitWidthService/Values" FormatterUnitWidthService_ValueOf_FullMethodName = "/number.FormatterUnitWidthService/ValueOf" )
const ( FractionPrecisionService_WithMaxDigits_FullMethodName = "/number.FractionPrecisionService/WithMaxDigits" FractionPrecisionService_WithMinDigits_FullMethodName = "/number.FractionPrecisionService/WithMinDigits" FractionPrecisionService_WithSignificantDigits_FullMethodName = "/number.FractionPrecisionService/WithSignificantDigits" )
const (
CurrencyPrecisionService_WithCurrency_FullMethodName = "/number.CurrencyPrecisionService/WithCurrency"
)
Variables ¶
var CurrencyPrecisionService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "number.CurrencyPrecisionService", HandlerType: (*CurrencyPrecisionServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "WithCurrency", Handler: _CurrencyPrecisionService_WithCurrency_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "proto/number/number.proto", }
CurrencyPrecisionService_ServiceDesc is the grpc.ServiceDesc for CurrencyPrecisionService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var File_proto_number_number_proto protoreflect.FileDescriptor
var FormattedNumberRangeService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "number.FormattedNumberRangeService", HandlerType: (*FormattedNumberRangeServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "CharAt", Handler: _FormattedNumberRangeService_CharAt_Handler, }, { MethodName: "Equals", Handler: _FormattedNumberRangeService_Equals_Handler, }, { MethodName: "GetFirstBigDecimal", Handler: _FormattedNumberRangeService_GetFirstBigDecimal_Handler, }, { MethodName: "GetIdentityResult", Handler: _FormattedNumberRangeService_GetIdentityResult_Handler, }, { MethodName: "GetSecondBigDecimal", Handler: _FormattedNumberRangeService_GetSecondBigDecimal_Handler, }, { MethodName: "HashCode", Handler: _FormattedNumberRangeService_HashCode_Handler, }, { MethodName: "Length", Handler: _FormattedNumberRangeService_Length_Handler, }, { MethodName: "NextPosition", Handler: _FormattedNumberRangeService_NextPosition_Handler, }, { MethodName: "SubSequence", Handler: _FormattedNumberRangeService_SubSequence_Handler, }, { MethodName: "ToCharacterIterator", Handler: _FormattedNumberRangeService_ToCharacterIterator_Handler, }, { MethodName: "ToString", Handler: _FormattedNumberRangeService_ToString_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "proto/number/number.proto", }
FormattedNumberRangeService_ServiceDesc is the grpc.ServiceDesc for FormattedNumberRangeService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var FormattedNumberService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "number.FormattedNumberService", HandlerType: (*FormattedNumberServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "CharAt", Handler: _FormattedNumberService_CharAt_Handler, }, { MethodName: "GetNounClass", Handler: _FormattedNumberService_GetNounClass_Handler, }, { MethodName: "GetOutputUnit", Handler: _FormattedNumberService_GetOutputUnit_Handler, }, { MethodName: "Length", Handler: _FormattedNumberService_Length_Handler, }, { MethodName: "NextPosition", Handler: _FormattedNumberService_NextPosition_Handler, }, { MethodName: "SubSequence", Handler: _FormattedNumberService_SubSequence_Handler, }, { MethodName: "ToBigDecimal", Handler: _FormattedNumberService_ToBigDecimal_Handler, }, { MethodName: "ToCharacterIterator", Handler: _FormattedNumberService_ToCharacterIterator_Handler, }, { MethodName: "ToString", Handler: _FormattedNumberService_ToString_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "proto/number/number.proto", }
FormattedNumberService_ServiceDesc is the grpc.ServiceDesc for FormattedNumberService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var FormatterDecimalSeparatorDisplayService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "number.FormatterDecimalSeparatorDisplayService", HandlerType: (*FormatterDecimalSeparatorDisplayServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "Values", Handler: _FormatterDecimalSeparatorDisplayService_Values_Handler, }, { MethodName: "ValueOf", Handler: _FormatterDecimalSeparatorDisplayService_ValueOf_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "proto/number/number.proto", }
FormatterDecimalSeparatorDisplayService_ServiceDesc is the grpc.ServiceDesc for FormatterDecimalSeparatorDisplayService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var FormatterGroupingStrategyService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "number.FormatterGroupingStrategyService", HandlerType: (*FormatterGroupingStrategyServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "Values", Handler: _FormatterGroupingStrategyService_Values_Handler, }, { MethodName: "ValueOf", Handler: _FormatterGroupingStrategyService_ValueOf_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "proto/number/number.proto", }
FormatterGroupingStrategyService_ServiceDesc is the grpc.ServiceDesc for FormatterGroupingStrategyService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var FormatterRoundingPriorityService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "number.FormatterRoundingPriorityService", HandlerType: (*FormatterRoundingPriorityServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "Values", Handler: _FormatterRoundingPriorityService_Values_Handler, }, { MethodName: "ValueOf", Handler: _FormatterRoundingPriorityService_ValueOf_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "proto/number/number.proto", }
FormatterRoundingPriorityService_ServiceDesc is the grpc.ServiceDesc for FormatterRoundingPriorityService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var FormatterService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "number.FormatterService", HandlerType: (*FormatterServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "With", Handler: _FormatterService_With_Handler, }, { MethodName: "WithLocale1", Handler: _FormatterService_WithLocale1_Handler, }, { MethodName: "WithLocale1_1", Handler: _FormatterService_WithLocale1_1_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "proto/number/number.proto", }
FormatterService_ServiceDesc is the grpc.ServiceDesc for FormatterService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var FormatterSettingsService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "number.FormatterSettingsService", HandlerType: (*FormatterSettingsServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "Equals", Handler: _FormatterSettingsService_Equals_Handler, }, { MethodName: "HashCode", Handler: _FormatterSettingsService_HashCode_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "proto/number/number.proto", }
FormatterSettingsService_ServiceDesc is the grpc.ServiceDesc for FormatterSettingsService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var FormatterSignDisplayService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "number.FormatterSignDisplayService", HandlerType: (*FormatterSignDisplayServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "Values", Handler: _FormatterSignDisplayService_Values_Handler, }, { MethodName: "ValueOf", Handler: _FormatterSignDisplayService_ValueOf_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "proto/number/number.proto", }
FormatterSignDisplayService_ServiceDesc is the grpc.ServiceDesc for FormatterSignDisplayService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var FormatterTrailingZeroDisplayService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "number.FormatterTrailingZeroDisplayService", HandlerType: (*FormatterTrailingZeroDisplayServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "Values", Handler: _FormatterTrailingZeroDisplayService_Values_Handler, }, { MethodName: "ValueOf", Handler: _FormatterTrailingZeroDisplayService_ValueOf_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "proto/number/number.proto", }
FormatterTrailingZeroDisplayService_ServiceDesc is the grpc.ServiceDesc for FormatterTrailingZeroDisplayService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var FormatterUnitWidthService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "number.FormatterUnitWidthService", HandlerType: (*FormatterUnitWidthServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "Values", Handler: _FormatterUnitWidthService_Values_Handler, }, { MethodName: "ValueOf", Handler: _FormatterUnitWidthService_ValueOf_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "proto/number/number.proto", }
FormatterUnitWidthService_ServiceDesc is the grpc.ServiceDesc for FormatterUnitWidthService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var FractionPrecisionService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "number.FractionPrecisionService", HandlerType: (*FractionPrecisionServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "WithMaxDigits", Handler: _FractionPrecisionService_WithMaxDigits_Handler, }, { MethodName: "WithMinDigits", Handler: _FractionPrecisionService_WithMinDigits_Handler, }, { MethodName: "WithSignificantDigits", Handler: _FractionPrecisionService_WithSignificantDigits_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "proto/number/number.proto", }
FractionPrecisionService_ServiceDesc is the grpc.ServiceDesc for FractionPrecisionService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var IntegerWidthService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "number.IntegerWidthService", HandlerType: (*IntegerWidthServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "TruncateAt", Handler: _IntegerWidthService_TruncateAt_Handler, }, { MethodName: "ZeroFillTo", Handler: _IntegerWidthService_ZeroFillTo_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "proto/number/number.proto", }
IntegerWidthService_ServiceDesc is the grpc.ServiceDesc for IntegerWidthService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var LocalizedNumberFormatterService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "number.LocalizedNumberFormatterService", HandlerType: (*LocalizedNumberFormatterServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "Format1", Handler: _LocalizedNumberFormatterService_Format1_Handler, }, { MethodName: "Format1_1", Handler: _LocalizedNumberFormatterService_Format1_1_Handler, }, { MethodName: "Format1_2", Handler: _LocalizedNumberFormatterService_Format1_2_Handler, }, { MethodName: "Format1_3", Handler: _LocalizedNumberFormatterService_Format1_3_Handler, }, { MethodName: "ToFormat", Handler: _LocalizedNumberFormatterService_ToFormat_Handler, }, { MethodName: "WithoutLocale", Handler: _LocalizedNumberFormatterService_WithoutLocale_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "proto/number/number.proto", }
LocalizedNumberFormatterService_ServiceDesc is the grpc.ServiceDesc for LocalizedNumberFormatterService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var LocalizedNumberRangeFormatterService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "number.LocalizedNumberRangeFormatterService", HandlerType: (*LocalizedNumberRangeFormatterServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "FormatRange2", Handler: _LocalizedNumberRangeFormatterService_FormatRange2_Handler, }, { MethodName: "FormatRange2_1", Handler: _LocalizedNumberRangeFormatterService_FormatRange2_1_Handler, }, { MethodName: "FormatRange2_2", Handler: _LocalizedNumberRangeFormatterService_FormatRange2_2_Handler, }, { MethodName: "WithoutLocale", Handler: _LocalizedNumberRangeFormatterService_WithoutLocale_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "proto/number/number.proto", }
LocalizedNumberRangeFormatterService_ServiceDesc is the grpc.ServiceDesc for LocalizedNumberRangeFormatterService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var NotationService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "number.NotationService", HandlerType: (*NotationServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "CompactLong", Handler: _NotationService_CompactLong_Handler, }, { MethodName: "CompactShort", Handler: _NotationService_CompactShort_Handler, }, { MethodName: "Engineering", Handler: _NotationService_Engineering_Handler, }, { MethodName: "Scientific", Handler: _NotationService_Scientific_Handler, }, { MethodName: "Simple", Handler: _NotationService_Simple_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "proto/number/number.proto", }
NotationService_ServiceDesc is the grpc.ServiceDesc for NotationService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var PrecisionService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "number.PrecisionService", HandlerType: (*PrecisionServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "TrailingZeroDisplay", Handler: _PrecisionService_TrailingZeroDisplay_Handler, }, { MethodName: "Currency", Handler: _PrecisionService_Currency_Handler, }, { MethodName: "FixedFraction", Handler: _PrecisionService_FixedFraction_Handler, }, { MethodName: "FixedSignificantDigits", Handler: _PrecisionService_FixedSignificantDigits_Handler, }, { MethodName: "Increment", Handler: _PrecisionService_Increment_Handler, }, { MethodName: "Integer", Handler: _PrecisionService_Integer_Handler, }, { MethodName: "MaxFraction", Handler: _PrecisionService_MaxFraction_Handler, }, { MethodName: "MaxSignificantDigits", Handler: _PrecisionService_MaxSignificantDigits_Handler, }, { MethodName: "MinFraction", Handler: _PrecisionService_MinFraction_Handler, }, { MethodName: "MinMaxFraction", Handler: _PrecisionService_MinMaxFraction_Handler, }, { MethodName: "MinMaxSignificantDigits", Handler: _PrecisionService_MinMaxSignificantDigits_Handler, }, { MethodName: "MinSignificantDigits", Handler: _PrecisionService_MinSignificantDigits_Handler, }, { MethodName: "Unlimited", Handler: _PrecisionService_Unlimited_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "proto/number/number.proto", }
PrecisionService_ServiceDesc is the grpc.ServiceDesc for PrecisionService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var RangeFormatterRangeCollapseService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "number.RangeFormatterRangeCollapseService", HandlerType: (*RangeFormatterRangeCollapseServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "Values", Handler: _RangeFormatterRangeCollapseService_Values_Handler, }, { MethodName: "ValueOf", Handler: _RangeFormatterRangeCollapseService_ValueOf_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "proto/number/number.proto", }
RangeFormatterRangeCollapseService_ServiceDesc is the grpc.ServiceDesc for RangeFormatterRangeCollapseService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var RangeFormatterRangeIdentityFallbackService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "number.RangeFormatterRangeIdentityFallbackService", HandlerType: (*RangeFormatterRangeIdentityFallbackServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "Values", Handler: _RangeFormatterRangeIdentityFallbackService_Values_Handler, }, { MethodName: "ValueOf", Handler: _RangeFormatterRangeIdentityFallbackService_ValueOf_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "proto/number/number.proto", }
RangeFormatterRangeIdentityFallbackService_ServiceDesc is the grpc.ServiceDesc for RangeFormatterRangeIdentityFallbackService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var RangeFormatterRangeIdentityResultService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "number.RangeFormatterRangeIdentityResultService", HandlerType: (*RangeFormatterRangeIdentityResultServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "Values", Handler: _RangeFormatterRangeIdentityResultService_Values_Handler, }, { MethodName: "ValueOf", Handler: _RangeFormatterRangeIdentityResultService_ValueOf_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "proto/number/number.proto", }
RangeFormatterRangeIdentityResultService_ServiceDesc is the grpc.ServiceDesc for RangeFormatterRangeIdentityResultService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var RangeFormatterService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "number.RangeFormatterService", HandlerType: (*RangeFormatterServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "With", Handler: _RangeFormatterService_With_Handler, }, { MethodName: "WithLocale1", Handler: _RangeFormatterService_WithLocale1_Handler, }, { MethodName: "WithLocale1_1", Handler: _RangeFormatterService_WithLocale1_1_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "proto/number/number.proto", }
RangeFormatterService_ServiceDesc is the grpc.ServiceDesc for RangeFormatterService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var RangeFormatterSettingsService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "number.RangeFormatterSettingsService", HandlerType: (*RangeFormatterSettingsServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "Equals", Handler: _RangeFormatterSettingsService_Equals_Handler, }, { MethodName: "HashCode", Handler: _RangeFormatterSettingsService_HashCode_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "proto/number/number.proto", }
RangeFormatterSettingsService_ServiceDesc is the grpc.ServiceDesc for RangeFormatterSettingsService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var ScaleService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "number.ScaleService", HandlerType: (*ScaleServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "ByBigDecimal", Handler: _ScaleService_ByBigDecimal_Handler, }, { MethodName: "ByDouble", Handler: _ScaleService_ByDouble_Handler, }, { MethodName: "ByDoubleAndPowerOfTen", Handler: _ScaleService_ByDoubleAndPowerOfTen_Handler, }, { MethodName: "None", Handler: _ScaleService_None_Handler, }, { MethodName: "PowerOfTen", Handler: _ScaleService_PowerOfTen_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "proto/number/number.proto", }
ScaleService_ServiceDesc is the grpc.ServiceDesc for ScaleService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var ScientificNotationService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "number.ScientificNotationService", HandlerType: (*ScientificNotationServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "WithExponentSignDisplay", Handler: _ScientificNotationService_WithExponentSignDisplay_Handler, }, { MethodName: "WithMinExponentDigits", Handler: _ScientificNotationService_WithMinExponentDigits_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "proto/number/number.proto", }
ScientificNotationService_ServiceDesc is the grpc.ServiceDesc for ScientificNotationService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var UnlocalizedNumberFormatterService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "number.UnlocalizedNumberFormatterService", HandlerType: (*UnlocalizedNumberFormatterServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "Locale1", Handler: _UnlocalizedNumberFormatterService_Locale1_Handler, }, { MethodName: "Locale1_1", Handler: _UnlocalizedNumberFormatterService_Locale1_1_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "proto/number/number.proto", }
UnlocalizedNumberFormatterService_ServiceDesc is the grpc.ServiceDesc for UnlocalizedNumberFormatterService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var UnlocalizedNumberRangeFormatterService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "number.UnlocalizedNumberRangeFormatterService", HandlerType: (*UnlocalizedNumberRangeFormatterServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "Locale1", Handler: _UnlocalizedNumberRangeFormatterService_Locale1_Handler, }, { MethodName: "Locale1_1", Handler: _UnlocalizedNumberRangeFormatterService_Locale1_1_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "proto/number/number.proto", }
UnlocalizedNumberRangeFormatterService_ServiceDesc is the grpc.ServiceDesc for UnlocalizedNumberRangeFormatterService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
Functions ¶
func RegisterCurrencyPrecisionServiceServer ¶
func RegisterCurrencyPrecisionServiceServer(s grpc.ServiceRegistrar, srv CurrencyPrecisionServiceServer)
func RegisterFormattedNumberRangeServiceServer ¶
func RegisterFormattedNumberRangeServiceServer(s grpc.ServiceRegistrar, srv FormattedNumberRangeServiceServer)
func RegisterFormattedNumberServiceServer ¶
func RegisterFormattedNumberServiceServer(s grpc.ServiceRegistrar, srv FormattedNumberServiceServer)
func RegisterFormatterDecimalSeparatorDisplayServiceServer ¶
func RegisterFormatterDecimalSeparatorDisplayServiceServer(s grpc.ServiceRegistrar, srv FormatterDecimalSeparatorDisplayServiceServer)
func RegisterFormatterGroupingStrategyServiceServer ¶
func RegisterFormatterGroupingStrategyServiceServer(s grpc.ServiceRegistrar, srv FormatterGroupingStrategyServiceServer)
func RegisterFormatterRoundingPriorityServiceServer ¶
func RegisterFormatterRoundingPriorityServiceServer(s grpc.ServiceRegistrar, srv FormatterRoundingPriorityServiceServer)
func RegisterFormatterServiceServer ¶
func RegisterFormatterServiceServer(s grpc.ServiceRegistrar, srv FormatterServiceServer)
func RegisterFormatterSettingsServiceServer ¶
func RegisterFormatterSettingsServiceServer(s grpc.ServiceRegistrar, srv FormatterSettingsServiceServer)
func RegisterFormatterSignDisplayServiceServer ¶
func RegisterFormatterSignDisplayServiceServer(s grpc.ServiceRegistrar, srv FormatterSignDisplayServiceServer)
func RegisterFormatterTrailingZeroDisplayServiceServer ¶
func RegisterFormatterTrailingZeroDisplayServiceServer(s grpc.ServiceRegistrar, srv FormatterTrailingZeroDisplayServiceServer)
func RegisterFormatterUnitWidthServiceServer ¶
func RegisterFormatterUnitWidthServiceServer(s grpc.ServiceRegistrar, srv FormatterUnitWidthServiceServer)
func RegisterFractionPrecisionServiceServer ¶
func RegisterFractionPrecisionServiceServer(s grpc.ServiceRegistrar, srv FractionPrecisionServiceServer)
func RegisterIntegerWidthServiceServer ¶
func RegisterIntegerWidthServiceServer(s grpc.ServiceRegistrar, srv IntegerWidthServiceServer)
func RegisterLocalizedNumberFormatterServiceServer ¶
func RegisterLocalizedNumberFormatterServiceServer(s grpc.ServiceRegistrar, srv LocalizedNumberFormatterServiceServer)
func RegisterLocalizedNumberRangeFormatterServiceServer ¶
func RegisterLocalizedNumberRangeFormatterServiceServer(s grpc.ServiceRegistrar, srv LocalizedNumberRangeFormatterServiceServer)
func RegisterNotationServiceServer ¶
func RegisterNotationServiceServer(s grpc.ServiceRegistrar, srv NotationServiceServer)
func RegisterPrecisionServiceServer ¶
func RegisterPrecisionServiceServer(s grpc.ServiceRegistrar, srv PrecisionServiceServer)
func RegisterRangeFormatterRangeCollapseServiceServer ¶
func RegisterRangeFormatterRangeCollapseServiceServer(s grpc.ServiceRegistrar, srv RangeFormatterRangeCollapseServiceServer)
func RegisterRangeFormatterRangeIdentityFallbackServiceServer ¶
func RegisterRangeFormatterRangeIdentityFallbackServiceServer(s grpc.ServiceRegistrar, srv RangeFormatterRangeIdentityFallbackServiceServer)
func RegisterRangeFormatterRangeIdentityResultServiceServer ¶
func RegisterRangeFormatterRangeIdentityResultServiceServer(s grpc.ServiceRegistrar, srv RangeFormatterRangeIdentityResultServiceServer)
func RegisterRangeFormatterServiceServer ¶
func RegisterRangeFormatterServiceServer(s grpc.ServiceRegistrar, srv RangeFormatterServiceServer)
func RegisterRangeFormatterSettingsServiceServer ¶
func RegisterRangeFormatterSettingsServiceServer(s grpc.ServiceRegistrar, srv RangeFormatterSettingsServiceServer)
func RegisterScaleServiceServer ¶
func RegisterScaleServiceServer(s grpc.ServiceRegistrar, srv ScaleServiceServer)
func RegisterScientificNotationServiceServer ¶
func RegisterScientificNotationServiceServer(s grpc.ServiceRegistrar, srv ScientificNotationServiceServer)
func RegisterUnlocalizedNumberFormatterServiceServer ¶
func RegisterUnlocalizedNumberFormatterServiceServer(s grpc.ServiceRegistrar, srv UnlocalizedNumberFormatterServiceServer)
func RegisterUnlocalizedNumberRangeFormatterServiceServer ¶
func RegisterUnlocalizedNumberRangeFormatterServiceServer(s grpc.ServiceRegistrar, srv UnlocalizedNumberRangeFormatterServiceServer)
Types ¶
type ByBigDecimalRequest ¶
type ByBigDecimalRequest struct {
Arg0 int64 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
// contains filtered or unexported fields
}
func (*ByBigDecimalRequest) Descriptor
deprecated
func (*ByBigDecimalRequest) Descriptor() ([]byte, []int)
Deprecated: Use ByBigDecimalRequest.ProtoReflect.Descriptor instead.
func (*ByBigDecimalRequest) GetArg0 ¶
func (x *ByBigDecimalRequest) GetArg0() int64
func (*ByBigDecimalRequest) ProtoMessage ¶
func (*ByBigDecimalRequest) ProtoMessage()
func (*ByBigDecimalRequest) ProtoReflect ¶
func (x *ByBigDecimalRequest) ProtoReflect() protoreflect.Message
func (*ByBigDecimalRequest) Reset ¶
func (x *ByBigDecimalRequest) Reset()
func (*ByBigDecimalRequest) String ¶
func (x *ByBigDecimalRequest) String() string
type ByBigDecimalResponse ¶
type ByBigDecimalResponse struct {
Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
// contains filtered or unexported fields
}
func (*ByBigDecimalResponse) Descriptor
deprecated
func (*ByBigDecimalResponse) Descriptor() ([]byte, []int)
Deprecated: Use ByBigDecimalResponse.ProtoReflect.Descriptor instead.
func (*ByBigDecimalResponse) GetResult ¶
func (x *ByBigDecimalResponse) GetResult() int64
func (*ByBigDecimalResponse) ProtoMessage ¶
func (*ByBigDecimalResponse) ProtoMessage()
func (*ByBigDecimalResponse) ProtoReflect ¶
func (x *ByBigDecimalResponse) ProtoReflect() protoreflect.Message
func (*ByBigDecimalResponse) Reset ¶
func (x *ByBigDecimalResponse) Reset()
func (*ByBigDecimalResponse) String ¶
func (x *ByBigDecimalResponse) String() string
type ByDoubleAndPowerOfTenRequest ¶
type ByDoubleAndPowerOfTenRequest struct {
Arg0 float64 `protobuf:"fixed64,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
Arg1 int32 `protobuf:"varint,2,opt,name=arg1,proto3" json:"arg1,omitempty"`
// contains filtered or unexported fields
}
func (*ByDoubleAndPowerOfTenRequest) Descriptor
deprecated
func (*ByDoubleAndPowerOfTenRequest) Descriptor() ([]byte, []int)
Deprecated: Use ByDoubleAndPowerOfTenRequest.ProtoReflect.Descriptor instead.
func (*ByDoubleAndPowerOfTenRequest) GetArg0 ¶
func (x *ByDoubleAndPowerOfTenRequest) GetArg0() float64
func (*ByDoubleAndPowerOfTenRequest) GetArg1 ¶
func (x *ByDoubleAndPowerOfTenRequest) GetArg1() int32
func (*ByDoubleAndPowerOfTenRequest) ProtoMessage ¶
func (*ByDoubleAndPowerOfTenRequest) ProtoMessage()
func (*ByDoubleAndPowerOfTenRequest) ProtoReflect ¶
func (x *ByDoubleAndPowerOfTenRequest) ProtoReflect() protoreflect.Message
func (*ByDoubleAndPowerOfTenRequest) Reset ¶
func (x *ByDoubleAndPowerOfTenRequest) Reset()
func (*ByDoubleAndPowerOfTenRequest) String ¶
func (x *ByDoubleAndPowerOfTenRequest) String() string
type ByDoubleAndPowerOfTenResponse ¶
type ByDoubleAndPowerOfTenResponse struct {
Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
// contains filtered or unexported fields
}
func (*ByDoubleAndPowerOfTenResponse) Descriptor
deprecated
func (*ByDoubleAndPowerOfTenResponse) Descriptor() ([]byte, []int)
Deprecated: Use ByDoubleAndPowerOfTenResponse.ProtoReflect.Descriptor instead.
func (*ByDoubleAndPowerOfTenResponse) GetResult ¶
func (x *ByDoubleAndPowerOfTenResponse) GetResult() int64
func (*ByDoubleAndPowerOfTenResponse) ProtoMessage ¶
func (*ByDoubleAndPowerOfTenResponse) ProtoMessage()
func (*ByDoubleAndPowerOfTenResponse) ProtoReflect ¶
func (x *ByDoubleAndPowerOfTenResponse) ProtoReflect() protoreflect.Message
func (*ByDoubleAndPowerOfTenResponse) Reset ¶
func (x *ByDoubleAndPowerOfTenResponse) Reset()
func (*ByDoubleAndPowerOfTenResponse) String ¶
func (x *ByDoubleAndPowerOfTenResponse) String() string
type ByDoubleRequest ¶
type ByDoubleRequest struct {
Arg0 float64 `protobuf:"fixed64,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
// contains filtered or unexported fields
}
func (*ByDoubleRequest) Descriptor
deprecated
func (*ByDoubleRequest) Descriptor() ([]byte, []int)
Deprecated: Use ByDoubleRequest.ProtoReflect.Descriptor instead.
func (*ByDoubleRequest) GetArg0 ¶
func (x *ByDoubleRequest) GetArg0() float64
func (*ByDoubleRequest) ProtoMessage ¶
func (*ByDoubleRequest) ProtoMessage()
func (*ByDoubleRequest) ProtoReflect ¶
func (x *ByDoubleRequest) ProtoReflect() protoreflect.Message
func (*ByDoubleRequest) Reset ¶
func (x *ByDoubleRequest) Reset()
func (*ByDoubleRequest) String ¶
func (x *ByDoubleRequest) String() string
type ByDoubleResponse ¶
type ByDoubleResponse struct {
Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
// contains filtered or unexported fields
}
func (*ByDoubleResponse) Descriptor
deprecated
func (*ByDoubleResponse) Descriptor() ([]byte, []int)
Deprecated: Use ByDoubleResponse.ProtoReflect.Descriptor instead.
func (*ByDoubleResponse) GetResult ¶
func (x *ByDoubleResponse) GetResult() int64
func (*ByDoubleResponse) ProtoMessage ¶
func (*ByDoubleResponse) ProtoMessage()
func (*ByDoubleResponse) ProtoReflect ¶
func (x *ByDoubleResponse) ProtoReflect() protoreflect.Message
func (*ByDoubleResponse) Reset ¶
func (x *ByDoubleResponse) Reset()
func (*ByDoubleResponse) String ¶
func (x *ByDoubleResponse) String() string
type CharAtRequest ¶
type CharAtRequest struct {
Arg0 int32 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
// contains filtered or unexported fields
}
func (*CharAtRequest) Descriptor
deprecated
func (*CharAtRequest) Descriptor() ([]byte, []int)
Deprecated: Use CharAtRequest.ProtoReflect.Descriptor instead.
func (*CharAtRequest) GetArg0 ¶
func (x *CharAtRequest) GetArg0() int32
func (*CharAtRequest) ProtoMessage ¶
func (*CharAtRequest) ProtoMessage()
func (*CharAtRequest) ProtoReflect ¶
func (x *CharAtRequest) ProtoReflect() protoreflect.Message
func (*CharAtRequest) Reset ¶
func (x *CharAtRequest) Reset()
func (*CharAtRequest) String ¶
func (x *CharAtRequest) String() string
type CharAtResponse ¶
type CharAtResponse struct {
Result int32 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
// contains filtered or unexported fields
}
func (*CharAtResponse) Descriptor
deprecated
func (*CharAtResponse) Descriptor() ([]byte, []int)
Deprecated: Use CharAtResponse.ProtoReflect.Descriptor instead.
func (*CharAtResponse) GetResult ¶
func (x *CharAtResponse) GetResult() int32
func (*CharAtResponse) ProtoMessage ¶
func (*CharAtResponse) ProtoMessage()
func (*CharAtResponse) ProtoReflect ¶
func (x *CharAtResponse) ProtoReflect() protoreflect.Message
func (*CharAtResponse) Reset ¶
func (x *CharAtResponse) Reset()
func (*CharAtResponse) String ¶
func (x *CharAtResponse) String() string
type CompactLongRequest ¶
type CompactLongRequest struct {
// contains filtered or unexported fields
}
func (*CompactLongRequest) Descriptor
deprecated
func (*CompactLongRequest) Descriptor() ([]byte, []int)
Deprecated: Use CompactLongRequest.ProtoReflect.Descriptor instead.
func (*CompactLongRequest) ProtoMessage ¶
func (*CompactLongRequest) ProtoMessage()
func (*CompactLongRequest) ProtoReflect ¶
func (x *CompactLongRequest) ProtoReflect() protoreflect.Message
func (*CompactLongRequest) Reset ¶
func (x *CompactLongRequest) Reset()
func (*CompactLongRequest) String ¶
func (x *CompactLongRequest) String() string
type CompactLongResponse ¶
type CompactLongResponse struct {
Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
// contains filtered or unexported fields
}
func (*CompactLongResponse) Descriptor
deprecated
func (*CompactLongResponse) Descriptor() ([]byte, []int)
Deprecated: Use CompactLongResponse.ProtoReflect.Descriptor instead.
func (*CompactLongResponse) GetResult ¶
func (x *CompactLongResponse) GetResult() int64
func (*CompactLongResponse) ProtoMessage ¶
func (*CompactLongResponse) ProtoMessage()
func (*CompactLongResponse) ProtoReflect ¶
func (x *CompactLongResponse) ProtoReflect() protoreflect.Message
func (*CompactLongResponse) Reset ¶
func (x *CompactLongResponse) Reset()
func (*CompactLongResponse) String ¶
func (x *CompactLongResponse) String() string
type CompactShortRequest ¶
type CompactShortRequest struct {
// contains filtered or unexported fields
}
func (*CompactShortRequest) Descriptor
deprecated
func (*CompactShortRequest) Descriptor() ([]byte, []int)
Deprecated: Use CompactShortRequest.ProtoReflect.Descriptor instead.
func (*CompactShortRequest) ProtoMessage ¶
func (*CompactShortRequest) ProtoMessage()
func (*CompactShortRequest) ProtoReflect ¶
func (x *CompactShortRequest) ProtoReflect() protoreflect.Message
func (*CompactShortRequest) Reset ¶
func (x *CompactShortRequest) Reset()
func (*CompactShortRequest) String ¶
func (x *CompactShortRequest) String() string
type CompactShortResponse ¶
type CompactShortResponse struct {
Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
// contains filtered or unexported fields
}
func (*CompactShortResponse) Descriptor
deprecated
func (*CompactShortResponse) Descriptor() ([]byte, []int)
Deprecated: Use CompactShortResponse.ProtoReflect.Descriptor instead.
func (*CompactShortResponse) GetResult ¶
func (x *CompactShortResponse) GetResult() int64
func (*CompactShortResponse) ProtoMessage ¶
func (*CompactShortResponse) ProtoMessage()
func (*CompactShortResponse) ProtoReflect ¶
func (x *CompactShortResponse) ProtoReflect() protoreflect.Message
func (*CompactShortResponse) Reset ¶
func (x *CompactShortResponse) Reset()
func (*CompactShortResponse) String ¶
func (x *CompactShortResponse) String() string
type CurrencyPrecisionServiceClient ¶
type CurrencyPrecisionServiceClient interface {
WithCurrency(ctx context.Context, in *WithCurrencyRequest, opts ...grpc.CallOption) (*WithCurrencyResponse, error)
}
CurrencyPrecisionServiceClient is the client API for CurrencyPrecisionService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewCurrencyPrecisionServiceClient ¶
func NewCurrencyPrecisionServiceClient(cc grpc.ClientConnInterface) CurrencyPrecisionServiceClient
type CurrencyPrecisionServiceServer ¶
type CurrencyPrecisionServiceServer interface {
WithCurrency(context.Context, *WithCurrencyRequest) (*WithCurrencyResponse, error)
// contains filtered or unexported methods
}
CurrencyPrecisionServiceServer is the server API for CurrencyPrecisionService service. All implementations must embed UnimplementedCurrencyPrecisionServiceServer for forward compatibility.
type CurrencyRequest ¶
type CurrencyRequest struct {
Arg0 int64 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
// contains filtered or unexported fields
}
func (*CurrencyRequest) Descriptor
deprecated
func (*CurrencyRequest) Descriptor() ([]byte, []int)
Deprecated: Use CurrencyRequest.ProtoReflect.Descriptor instead.
func (*CurrencyRequest) GetArg0 ¶
func (x *CurrencyRequest) GetArg0() int64
func (*CurrencyRequest) ProtoMessage ¶
func (*CurrencyRequest) ProtoMessage()
func (*CurrencyRequest) ProtoReflect ¶
func (x *CurrencyRequest) ProtoReflect() protoreflect.Message
func (*CurrencyRequest) Reset ¶
func (x *CurrencyRequest) Reset()
func (*CurrencyRequest) String ¶
func (x *CurrencyRequest) String() string
type CurrencyResponse ¶
type CurrencyResponse struct {
Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
// contains filtered or unexported fields
}
func (*CurrencyResponse) Descriptor
deprecated
func (*CurrencyResponse) Descriptor() ([]byte, []int)
Deprecated: Use CurrencyResponse.ProtoReflect.Descriptor instead.
func (*CurrencyResponse) GetResult ¶
func (x *CurrencyResponse) GetResult() int64
func (*CurrencyResponse) ProtoMessage ¶
func (*CurrencyResponse) ProtoMessage()
func (*CurrencyResponse) ProtoReflect ¶
func (x *CurrencyResponse) ProtoReflect() protoreflect.Message
func (*CurrencyResponse) Reset ¶
func (x *CurrencyResponse) Reset()
func (*CurrencyResponse) String ¶
func (x *CurrencyResponse) String() string
type EngineeringRequest ¶
type EngineeringRequest struct {
// contains filtered or unexported fields
}
func (*EngineeringRequest) Descriptor
deprecated
func (*EngineeringRequest) Descriptor() ([]byte, []int)
Deprecated: Use EngineeringRequest.ProtoReflect.Descriptor instead.
func (*EngineeringRequest) ProtoMessage ¶
func (*EngineeringRequest) ProtoMessage()
func (*EngineeringRequest) ProtoReflect ¶
func (x *EngineeringRequest) ProtoReflect() protoreflect.Message
func (*EngineeringRequest) Reset ¶
func (x *EngineeringRequest) Reset()
func (*EngineeringRequest) String ¶
func (x *EngineeringRequest) String() string
type EngineeringResponse ¶
type EngineeringResponse struct {
Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
// contains filtered or unexported fields
}
func (*EngineeringResponse) Descriptor
deprecated
func (*EngineeringResponse) Descriptor() ([]byte, []int)
Deprecated: Use EngineeringResponse.ProtoReflect.Descriptor instead.
func (*EngineeringResponse) GetResult ¶
func (x *EngineeringResponse) GetResult() int64
func (*EngineeringResponse) ProtoMessage ¶
func (*EngineeringResponse) ProtoMessage()
func (*EngineeringResponse) ProtoReflect ¶
func (x *EngineeringResponse) ProtoReflect() protoreflect.Message
func (*EngineeringResponse) Reset ¶
func (x *EngineeringResponse) Reset()
func (*EngineeringResponse) String ¶
func (x *EngineeringResponse) String() string
type EqualsRequest ¶
type EqualsRequest struct {
Arg0 int64 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
// contains filtered or unexported fields
}
func (*EqualsRequest) Descriptor
deprecated
func (*EqualsRequest) Descriptor() ([]byte, []int)
Deprecated: Use EqualsRequest.ProtoReflect.Descriptor instead.
func (*EqualsRequest) GetArg0 ¶
func (x *EqualsRequest) GetArg0() int64
func (*EqualsRequest) ProtoMessage ¶
func (*EqualsRequest) ProtoMessage()
func (*EqualsRequest) ProtoReflect ¶
func (x *EqualsRequest) ProtoReflect() protoreflect.Message
func (*EqualsRequest) Reset ¶
func (x *EqualsRequest) Reset()
func (*EqualsRequest) String ¶
func (x *EqualsRequest) String() string
type EqualsResponse ¶
type EqualsResponse struct {
Result bool `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
// contains filtered or unexported fields
}
func (*EqualsResponse) Descriptor
deprecated
func (*EqualsResponse) Descriptor() ([]byte, []int)
Deprecated: Use EqualsResponse.ProtoReflect.Descriptor instead.
func (*EqualsResponse) GetResult ¶
func (x *EqualsResponse) GetResult() bool
func (*EqualsResponse) ProtoMessage ¶
func (*EqualsResponse) ProtoMessage()
func (*EqualsResponse) ProtoReflect ¶
func (x *EqualsResponse) ProtoReflect() protoreflect.Message
func (*EqualsResponse) Reset ¶
func (x *EqualsResponse) Reset()
func (*EqualsResponse) String ¶
func (x *EqualsResponse) String() string
type FixedFractionRequest ¶
type FixedFractionRequest struct {
Arg0 int32 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
// contains filtered or unexported fields
}
func (*FixedFractionRequest) Descriptor
deprecated
func (*FixedFractionRequest) Descriptor() ([]byte, []int)
Deprecated: Use FixedFractionRequest.ProtoReflect.Descriptor instead.
func (*FixedFractionRequest) GetArg0 ¶
func (x *FixedFractionRequest) GetArg0() int32
func (*FixedFractionRequest) ProtoMessage ¶
func (*FixedFractionRequest) ProtoMessage()
func (*FixedFractionRequest) ProtoReflect ¶
func (x *FixedFractionRequest) ProtoReflect() protoreflect.Message
func (*FixedFractionRequest) Reset ¶
func (x *FixedFractionRequest) Reset()
func (*FixedFractionRequest) String ¶
func (x *FixedFractionRequest) String() string
type FixedFractionResponse ¶
type FixedFractionResponse struct {
Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
// contains filtered or unexported fields
}
func (*FixedFractionResponse) Descriptor
deprecated
func (*FixedFractionResponse) Descriptor() ([]byte, []int)
Deprecated: Use FixedFractionResponse.ProtoReflect.Descriptor instead.
func (*FixedFractionResponse) GetResult ¶
func (x *FixedFractionResponse) GetResult() int64
func (*FixedFractionResponse) ProtoMessage ¶
func (*FixedFractionResponse) ProtoMessage()
func (*FixedFractionResponse) ProtoReflect ¶
func (x *FixedFractionResponse) ProtoReflect() protoreflect.Message
func (*FixedFractionResponse) Reset ¶
func (x *FixedFractionResponse) Reset()
func (*FixedFractionResponse) String ¶
func (x *FixedFractionResponse) String() string
type FixedSignificantDigitsRequest ¶
type FixedSignificantDigitsRequest struct {
Arg0 int32 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
// contains filtered or unexported fields
}
func (*FixedSignificantDigitsRequest) Descriptor
deprecated
func (*FixedSignificantDigitsRequest) Descriptor() ([]byte, []int)
Deprecated: Use FixedSignificantDigitsRequest.ProtoReflect.Descriptor instead.
func (*FixedSignificantDigitsRequest) GetArg0 ¶
func (x *FixedSignificantDigitsRequest) GetArg0() int32
func (*FixedSignificantDigitsRequest) ProtoMessage ¶
func (*FixedSignificantDigitsRequest) ProtoMessage()
func (*FixedSignificantDigitsRequest) ProtoReflect ¶
func (x *FixedSignificantDigitsRequest) ProtoReflect() protoreflect.Message
func (*FixedSignificantDigitsRequest) Reset ¶
func (x *FixedSignificantDigitsRequest) Reset()
func (*FixedSignificantDigitsRequest) String ¶
func (x *FixedSignificantDigitsRequest) String() string
type FixedSignificantDigitsResponse ¶
type FixedSignificantDigitsResponse struct {
Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
// contains filtered or unexported fields
}
func (*FixedSignificantDigitsResponse) Descriptor
deprecated
func (*FixedSignificantDigitsResponse) Descriptor() ([]byte, []int)
Deprecated: Use FixedSignificantDigitsResponse.ProtoReflect.Descriptor instead.
func (*FixedSignificantDigitsResponse) GetResult ¶
func (x *FixedSignificantDigitsResponse) GetResult() int64
func (*FixedSignificantDigitsResponse) ProtoMessage ¶
func (*FixedSignificantDigitsResponse) ProtoMessage()
func (*FixedSignificantDigitsResponse) ProtoReflect ¶
func (x *FixedSignificantDigitsResponse) ProtoReflect() protoreflect.Message
func (*FixedSignificantDigitsResponse) Reset ¶
func (x *FixedSignificantDigitsResponse) Reset()
func (*FixedSignificantDigitsResponse) String ¶
func (x *FixedSignificantDigitsResponse) String() string
type Format1Request ¶
type Format1Request struct {
Arg0 int64 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
// contains filtered or unexported fields
}
func (*Format1Request) Descriptor
deprecated
func (*Format1Request) Descriptor() ([]byte, []int)
Deprecated: Use Format1Request.ProtoReflect.Descriptor instead.
func (*Format1Request) GetArg0 ¶
func (x *Format1Request) GetArg0() int64
func (*Format1Request) ProtoMessage ¶
func (*Format1Request) ProtoMessage()
func (*Format1Request) ProtoReflect ¶
func (x *Format1Request) ProtoReflect() protoreflect.Message
func (*Format1Request) Reset ¶
func (x *Format1Request) Reset()
func (*Format1Request) String ¶
func (x *Format1Request) String() string
type Format1Response ¶
type Format1Response struct {
Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
// contains filtered or unexported fields
}
func (*Format1Response) Descriptor
deprecated
func (*Format1Response) Descriptor() ([]byte, []int)
Deprecated: Use Format1Response.ProtoReflect.Descriptor instead.
func (*Format1Response) GetResult ¶
func (x *Format1Response) GetResult() int64
func (*Format1Response) ProtoMessage ¶
func (*Format1Response) ProtoMessage()
func (*Format1Response) ProtoReflect ¶
func (x *Format1Response) ProtoReflect() protoreflect.Message
func (*Format1Response) Reset ¶
func (x *Format1Response) Reset()
func (*Format1Response) String ¶
func (x *Format1Response) String() string
type Format1_1Request ¶
type Format1_1Request struct {
Arg0 float64 `protobuf:"fixed64,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
// contains filtered or unexported fields
}
func (*Format1_1Request) Descriptor
deprecated
func (*Format1_1Request) Descriptor() ([]byte, []int)
Deprecated: Use Format1_1Request.ProtoReflect.Descriptor instead.
func (*Format1_1Request) GetArg0 ¶
func (x *Format1_1Request) GetArg0() float64
func (*Format1_1Request) ProtoMessage ¶
func (*Format1_1Request) ProtoMessage()
func (*Format1_1Request) ProtoReflect ¶
func (x *Format1_1Request) ProtoReflect() protoreflect.Message
func (*Format1_1Request) Reset ¶
func (x *Format1_1Request) Reset()
func (*Format1_1Request) String ¶
func (x *Format1_1Request) String() string
type Format1_1Response ¶
type Format1_1Response struct {
Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
// contains filtered or unexported fields
}
func (*Format1_1Response) Descriptor
deprecated
func (*Format1_1Response) Descriptor() ([]byte, []int)
Deprecated: Use Format1_1Response.ProtoReflect.Descriptor instead.
func (*Format1_1Response) GetResult ¶
func (x *Format1_1Response) GetResult() int64
func (*Format1_1Response) ProtoMessage ¶
func (*Format1_1Response) ProtoMessage()
func (*Format1_1Response) ProtoReflect ¶
func (x *Format1_1Response) ProtoReflect() protoreflect.Message
func (*Format1_1Response) Reset ¶
func (x *Format1_1Response) Reset()
func (*Format1_1Response) String ¶
func (x *Format1_1Response) String() string
type Format1_2Request ¶
type Format1_2Request struct {
Arg0 int64 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
// contains filtered or unexported fields
}
func (*Format1_2Request) Descriptor
deprecated
func (*Format1_2Request) Descriptor() ([]byte, []int)
Deprecated: Use Format1_2Request.ProtoReflect.Descriptor instead.
func (*Format1_2Request) GetArg0 ¶
func (x *Format1_2Request) GetArg0() int64
func (*Format1_2Request) ProtoMessage ¶
func (*Format1_2Request) ProtoMessage()
func (*Format1_2Request) ProtoReflect ¶
func (x *Format1_2Request) ProtoReflect() protoreflect.Message
func (*Format1_2Request) Reset ¶
func (x *Format1_2Request) Reset()
func (*Format1_2Request) String ¶
func (x *Format1_2Request) String() string
type Format1_2Response ¶
type Format1_2Response struct {
Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
// contains filtered or unexported fields
}
func (*Format1_2Response) Descriptor
deprecated
func (*Format1_2Response) Descriptor() ([]byte, []int)
Deprecated: Use Format1_2Response.ProtoReflect.Descriptor instead.
func (*Format1_2Response) GetResult ¶
func (x *Format1_2Response) GetResult() int64
func (*Format1_2Response) ProtoMessage ¶
func (*Format1_2Response) ProtoMessage()
func (*Format1_2Response) ProtoReflect ¶
func (x *Format1_2Response) ProtoReflect() protoreflect.Message
func (*Format1_2Response) Reset ¶
func (x *Format1_2Response) Reset()
func (*Format1_2Response) String ¶
func (x *Format1_2Response) String() string
type Format1_3Request ¶
type Format1_3Request struct {
Arg0 int64 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
// contains filtered or unexported fields
}
func (*Format1_3Request) Descriptor
deprecated
func (*Format1_3Request) Descriptor() ([]byte, []int)
Deprecated: Use Format1_3Request.ProtoReflect.Descriptor instead.
func (*Format1_3Request) GetArg0 ¶
func (x *Format1_3Request) GetArg0() int64
func (*Format1_3Request) ProtoMessage ¶
func (*Format1_3Request) ProtoMessage()
func (*Format1_3Request) ProtoReflect ¶
func (x *Format1_3Request) ProtoReflect() protoreflect.Message
func (*Format1_3Request) Reset ¶
func (x *Format1_3Request) Reset()
func (*Format1_3Request) String ¶
func (x *Format1_3Request) String() string
type Format1_3Response ¶
type Format1_3Response struct {
Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
// contains filtered or unexported fields
}
func (*Format1_3Response) Descriptor
deprecated
func (*Format1_3Response) Descriptor() ([]byte, []int)
Deprecated: Use Format1_3Response.ProtoReflect.Descriptor instead.
func (*Format1_3Response) GetResult ¶
func (x *Format1_3Response) GetResult() int64
func (*Format1_3Response) ProtoMessage ¶
func (*Format1_3Response) ProtoMessage()
func (*Format1_3Response) ProtoReflect ¶
func (x *Format1_3Response) ProtoReflect() protoreflect.Message
func (*Format1_3Response) Reset ¶
func (x *Format1_3Response) Reset()
func (*Format1_3Response) String ¶
func (x *Format1_3Response) String() string
type FormatRange2Request ¶
type FormatRange2Request struct {
Arg0 float64 `protobuf:"fixed64,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
Arg1 float64 `protobuf:"fixed64,2,opt,name=arg1,proto3" json:"arg1,omitempty"`
// contains filtered or unexported fields
}
func (*FormatRange2Request) Descriptor
deprecated
func (*FormatRange2Request) Descriptor() ([]byte, []int)
Deprecated: Use FormatRange2Request.ProtoReflect.Descriptor instead.
func (*FormatRange2Request) GetArg0 ¶
func (x *FormatRange2Request) GetArg0() float64
func (*FormatRange2Request) GetArg1 ¶
func (x *FormatRange2Request) GetArg1() float64
func (*FormatRange2Request) ProtoMessage ¶
func (*FormatRange2Request) ProtoMessage()
func (*FormatRange2Request) ProtoReflect ¶
func (x *FormatRange2Request) ProtoReflect() protoreflect.Message
func (*FormatRange2Request) Reset ¶
func (x *FormatRange2Request) Reset()
func (*FormatRange2Request) String ¶
func (x *FormatRange2Request) String() string
type FormatRange2Response ¶
type FormatRange2Response struct {
Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
// contains filtered or unexported fields
}
func (*FormatRange2Response) Descriptor
deprecated
func (*FormatRange2Response) Descriptor() ([]byte, []int)
Deprecated: Use FormatRange2Response.ProtoReflect.Descriptor instead.
func (*FormatRange2Response) GetResult ¶
func (x *FormatRange2Response) GetResult() int64
func (*FormatRange2Response) ProtoMessage ¶
func (*FormatRange2Response) ProtoMessage()
func (*FormatRange2Response) ProtoReflect ¶
func (x *FormatRange2Response) ProtoReflect() protoreflect.Message
func (*FormatRange2Response) Reset ¶
func (x *FormatRange2Response) Reset()
func (*FormatRange2Response) String ¶
func (x *FormatRange2Response) String() string
type FormatRange2_1Request ¶
type FormatRange2_1Request struct {
Arg0 int32 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
Arg1 int32 `protobuf:"varint,2,opt,name=arg1,proto3" json:"arg1,omitempty"`
// contains filtered or unexported fields
}
func (*FormatRange2_1Request) Descriptor
deprecated
func (*FormatRange2_1Request) Descriptor() ([]byte, []int)
Deprecated: Use FormatRange2_1Request.ProtoReflect.Descriptor instead.
func (*FormatRange2_1Request) GetArg0 ¶
func (x *FormatRange2_1Request) GetArg0() int32
func (*FormatRange2_1Request) GetArg1 ¶
func (x *FormatRange2_1Request) GetArg1() int32
func (*FormatRange2_1Request) ProtoMessage ¶
func (*FormatRange2_1Request) ProtoMessage()
func (*FormatRange2_1Request) ProtoReflect ¶
func (x *FormatRange2_1Request) ProtoReflect() protoreflect.Message
func (*FormatRange2_1Request) Reset ¶
func (x *FormatRange2_1Request) Reset()
func (*FormatRange2_1Request) String ¶
func (x *FormatRange2_1Request) String() string
type FormatRange2_1Response ¶
type FormatRange2_1Response struct {
Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
// contains filtered or unexported fields
}
func (*FormatRange2_1Response) Descriptor
deprecated
func (*FormatRange2_1Response) Descriptor() ([]byte, []int)
Deprecated: Use FormatRange2_1Response.ProtoReflect.Descriptor instead.
func (*FormatRange2_1Response) GetResult ¶
func (x *FormatRange2_1Response) GetResult() int64
func (*FormatRange2_1Response) ProtoMessage ¶
func (*FormatRange2_1Response) ProtoMessage()
func (*FormatRange2_1Response) ProtoReflect ¶
func (x *FormatRange2_1Response) ProtoReflect() protoreflect.Message
func (*FormatRange2_1Response) Reset ¶
func (x *FormatRange2_1Response) Reset()
func (*FormatRange2_1Response) String ¶
func (x *FormatRange2_1Response) String() string
type FormatRange2_2Request ¶
type FormatRange2_2Request struct {
Arg0 int64 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
Arg1 int64 `protobuf:"varint,2,opt,name=arg1,proto3" json:"arg1,omitempty"`
// contains filtered or unexported fields
}
func (*FormatRange2_2Request) Descriptor
deprecated
func (*FormatRange2_2Request) Descriptor() ([]byte, []int)
Deprecated: Use FormatRange2_2Request.ProtoReflect.Descriptor instead.
func (*FormatRange2_2Request) GetArg0 ¶
func (x *FormatRange2_2Request) GetArg0() int64
func (*FormatRange2_2Request) GetArg1 ¶
func (x *FormatRange2_2Request) GetArg1() int64
func (*FormatRange2_2Request) ProtoMessage ¶
func (*FormatRange2_2Request) ProtoMessage()
func (*FormatRange2_2Request) ProtoReflect ¶
func (x *FormatRange2_2Request) ProtoReflect() protoreflect.Message
func (*FormatRange2_2Request) Reset ¶
func (x *FormatRange2_2Request) Reset()
func (*FormatRange2_2Request) String ¶
func (x *FormatRange2_2Request) String() string
type FormatRange2_2Response ¶
type FormatRange2_2Response struct {
Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
// contains filtered or unexported fields
}
func (*FormatRange2_2Response) Descriptor
deprecated
func (*FormatRange2_2Response) Descriptor() ([]byte, []int)
Deprecated: Use FormatRange2_2Response.ProtoReflect.Descriptor instead.
func (*FormatRange2_2Response) GetResult ¶
func (x *FormatRange2_2Response) GetResult() int64
func (*FormatRange2_2Response) ProtoMessage ¶
func (*FormatRange2_2Response) ProtoMessage()
func (*FormatRange2_2Response) ProtoReflect ¶
func (x *FormatRange2_2Response) ProtoReflect() protoreflect.Message
func (*FormatRange2_2Response) Reset ¶
func (x *FormatRange2_2Response) Reset()
func (*FormatRange2_2Response) String ¶
func (x *FormatRange2_2Response) String() string
type FormattedNumberRangeServiceClient ¶
type FormattedNumberRangeServiceClient interface {
CharAt(ctx context.Context, in *CharAtRequest, opts ...grpc.CallOption) (*CharAtResponse, error)
Equals(ctx context.Context, in *EqualsRequest, opts ...grpc.CallOption) (*EqualsResponse, error)
GetFirstBigDecimal(ctx context.Context, in *GetFirstBigDecimalRequest, opts ...grpc.CallOption) (*GetFirstBigDecimalResponse, error)
GetIdentityResult(ctx context.Context, in *GetIdentityResultRequest, opts ...grpc.CallOption) (*GetIdentityResultResponse, error)
GetSecondBigDecimal(ctx context.Context, in *GetSecondBigDecimalRequest, opts ...grpc.CallOption) (*GetSecondBigDecimalResponse, error)
HashCode(ctx context.Context, in *HashCodeRequest, opts ...grpc.CallOption) (*HashCodeResponse, error)
Length(ctx context.Context, in *LengthRequest, opts ...grpc.CallOption) (*LengthResponse, error)
NextPosition(ctx context.Context, in *NextPositionRequest, opts ...grpc.CallOption) (*NextPositionResponse, error)
SubSequence(ctx context.Context, in *SubSequenceRequest, opts ...grpc.CallOption) (*SubSequenceResponse, error)
ToCharacterIterator(ctx context.Context, in *ToCharacterIteratorRequest, opts ...grpc.CallOption) (*ToCharacterIteratorResponse, error)
ToString(ctx context.Context, in *ToStringRequest, opts ...grpc.CallOption) (*ToStringResponse, error)
}
FormattedNumberRangeServiceClient is the client API for FormattedNumberRangeService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewFormattedNumberRangeServiceClient ¶
func NewFormattedNumberRangeServiceClient(cc grpc.ClientConnInterface) FormattedNumberRangeServiceClient
type FormattedNumberRangeServiceServer ¶
type FormattedNumberRangeServiceServer interface {
CharAt(context.Context, *CharAtRequest) (*CharAtResponse, error)
Equals(context.Context, *EqualsRequest) (*EqualsResponse, error)
GetFirstBigDecimal(context.Context, *GetFirstBigDecimalRequest) (*GetFirstBigDecimalResponse, error)
GetIdentityResult(context.Context, *GetIdentityResultRequest) (*GetIdentityResultResponse, error)
GetSecondBigDecimal(context.Context, *GetSecondBigDecimalRequest) (*GetSecondBigDecimalResponse, error)
HashCode(context.Context, *HashCodeRequest) (*HashCodeResponse, error)
Length(context.Context, *LengthRequest) (*LengthResponse, error)
NextPosition(context.Context, *NextPositionRequest) (*NextPositionResponse, error)
SubSequence(context.Context, *SubSequenceRequest) (*SubSequenceResponse, error)
ToCharacterIterator(context.Context, *ToCharacterIteratorRequest) (*ToCharacterIteratorResponse, error)
ToString(context.Context, *ToStringRequest) (*ToStringResponse, error)
// contains filtered or unexported methods
}
FormattedNumberRangeServiceServer is the server API for FormattedNumberRangeService service. All implementations must embed UnimplementedFormattedNumberRangeServiceServer for forward compatibility.
type FormattedNumberServiceClient ¶
type FormattedNumberServiceClient interface {
CharAt(ctx context.Context, in *CharAtRequest, opts ...grpc.CallOption) (*CharAtResponse, error)
GetNounClass(ctx context.Context, in *GetNounClassRequest, opts ...grpc.CallOption) (*GetNounClassResponse, error)
GetOutputUnit(ctx context.Context, in *GetOutputUnitRequest, opts ...grpc.CallOption) (*GetOutputUnitResponse, error)
Length(ctx context.Context, in *LengthRequest, opts ...grpc.CallOption) (*LengthResponse, error)
NextPosition(ctx context.Context, in *NextPositionRequest, opts ...grpc.CallOption) (*NextPositionResponse, error)
SubSequence(ctx context.Context, in *SubSequenceRequest, opts ...grpc.CallOption) (*SubSequenceResponse, error)
ToBigDecimal(ctx context.Context, in *ToBigDecimalRequest, opts ...grpc.CallOption) (*ToBigDecimalResponse, error)
ToCharacterIterator(ctx context.Context, in *ToCharacterIteratorRequest, opts ...grpc.CallOption) (*ToCharacterIteratorResponse, error)
ToString(ctx context.Context, in *ToStringRequest, opts ...grpc.CallOption) (*ToStringResponse, error)
}
FormattedNumberServiceClient is the client API for FormattedNumberService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewFormattedNumberServiceClient ¶
func NewFormattedNumberServiceClient(cc grpc.ClientConnInterface) FormattedNumberServiceClient
type FormattedNumberServiceServer ¶
type FormattedNumberServiceServer interface {
CharAt(context.Context, *CharAtRequest) (*CharAtResponse, error)
GetNounClass(context.Context, *GetNounClassRequest) (*GetNounClassResponse, error)
GetOutputUnit(context.Context, *GetOutputUnitRequest) (*GetOutputUnitResponse, error)
Length(context.Context, *LengthRequest) (*LengthResponse, error)
NextPosition(context.Context, *NextPositionRequest) (*NextPositionResponse, error)
SubSequence(context.Context, *SubSequenceRequest) (*SubSequenceResponse, error)
ToBigDecimal(context.Context, *ToBigDecimalRequest) (*ToBigDecimalResponse, error)
ToCharacterIterator(context.Context, *ToCharacterIteratorRequest) (*ToCharacterIteratorResponse, error)
ToString(context.Context, *ToStringRequest) (*ToStringResponse, error)
// contains filtered or unexported methods
}
FormattedNumberServiceServer is the server API for FormattedNumberService service. All implementations must embed UnimplementedFormattedNumberServiceServer for forward compatibility.
type FormatterDecimalSeparatorDisplayServiceClient ¶
type FormatterDecimalSeparatorDisplayServiceClient interface {
Values(ctx context.Context, in *ValuesRequest, opts ...grpc.CallOption) (*ValuesResponse, error)
ValueOf(ctx context.Context, in *ValueOfRequest, opts ...grpc.CallOption) (*ValueOfResponse, error)
}
FormatterDecimalSeparatorDisplayServiceClient is the client API for FormatterDecimalSeparatorDisplayService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewFormatterDecimalSeparatorDisplayServiceClient ¶
func NewFormatterDecimalSeparatorDisplayServiceClient(cc grpc.ClientConnInterface) FormatterDecimalSeparatorDisplayServiceClient
type FormatterDecimalSeparatorDisplayServiceServer ¶
type FormatterDecimalSeparatorDisplayServiceServer interface {
Values(context.Context, *ValuesRequest) (*ValuesResponse, error)
ValueOf(context.Context, *ValueOfRequest) (*ValueOfResponse, error)
// contains filtered or unexported methods
}
FormatterDecimalSeparatorDisplayServiceServer is the server API for FormatterDecimalSeparatorDisplayService service. All implementations must embed UnimplementedFormatterDecimalSeparatorDisplayServiceServer for forward compatibility.
type FormatterGroupingStrategyServiceClient ¶
type FormatterGroupingStrategyServiceClient interface {
Values(ctx context.Context, in *ValuesRequest, opts ...grpc.CallOption) (*ValuesResponse, error)
ValueOf(ctx context.Context, in *ValueOfRequest, opts ...grpc.CallOption) (*ValueOfResponse, error)
}
FormatterGroupingStrategyServiceClient is the client API for FormatterGroupingStrategyService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewFormatterGroupingStrategyServiceClient ¶
func NewFormatterGroupingStrategyServiceClient(cc grpc.ClientConnInterface) FormatterGroupingStrategyServiceClient
type FormatterGroupingStrategyServiceServer ¶
type FormatterGroupingStrategyServiceServer interface {
Values(context.Context, *ValuesRequest) (*ValuesResponse, error)
ValueOf(context.Context, *ValueOfRequest) (*ValueOfResponse, error)
// contains filtered or unexported methods
}
FormatterGroupingStrategyServiceServer is the server API for FormatterGroupingStrategyService service. All implementations must embed UnimplementedFormatterGroupingStrategyServiceServer for forward compatibility.
type FormatterRoundingPriorityServiceClient ¶
type FormatterRoundingPriorityServiceClient interface {
Values(ctx context.Context, in *ValuesRequest, opts ...grpc.CallOption) (*ValuesResponse, error)
ValueOf(ctx context.Context, in *ValueOfRequest, opts ...grpc.CallOption) (*ValueOfResponse, error)
}
FormatterRoundingPriorityServiceClient is the client API for FormatterRoundingPriorityService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewFormatterRoundingPriorityServiceClient ¶
func NewFormatterRoundingPriorityServiceClient(cc grpc.ClientConnInterface) FormatterRoundingPriorityServiceClient
type FormatterRoundingPriorityServiceServer ¶
type FormatterRoundingPriorityServiceServer interface {
Values(context.Context, *ValuesRequest) (*ValuesResponse, error)
ValueOf(context.Context, *ValueOfRequest) (*ValueOfResponse, error)
// contains filtered or unexported methods
}
FormatterRoundingPriorityServiceServer is the server API for FormatterRoundingPriorityService service. All implementations must embed UnimplementedFormatterRoundingPriorityServiceServer for forward compatibility.
type FormatterServiceClient ¶
type FormatterServiceClient interface {
With(ctx context.Context, in *WithRequest, opts ...grpc.CallOption) (*WithResponse, error)
WithLocale1(ctx context.Context, in *WithLocale1Request, opts ...grpc.CallOption) (*WithLocale1Response, error)
WithLocale1_1(ctx context.Context, in *WithLocale1_1Request, opts ...grpc.CallOption) (*WithLocale1_1Response, error)
}
FormatterServiceClient is the client API for FormatterService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewFormatterServiceClient ¶
func NewFormatterServiceClient(cc grpc.ClientConnInterface) FormatterServiceClient
type FormatterServiceServer ¶
type FormatterServiceServer interface {
With(context.Context, *WithRequest) (*WithResponse, error)
WithLocale1(context.Context, *WithLocale1Request) (*WithLocale1Response, error)
WithLocale1_1(context.Context, *WithLocale1_1Request) (*WithLocale1_1Response, error)
// contains filtered or unexported methods
}
FormatterServiceServer is the server API for FormatterService service. All implementations must embed UnimplementedFormatterServiceServer for forward compatibility.
type FormatterSettingsServiceClient ¶
type FormatterSettingsServiceClient interface {
Equals(ctx context.Context, in *EqualsRequest, opts ...grpc.CallOption) (*EqualsResponse, error)
HashCode(ctx context.Context, in *HashCodeRequest, opts ...grpc.CallOption) (*HashCodeResponse, error)
}
FormatterSettingsServiceClient is the client API for FormatterSettingsService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewFormatterSettingsServiceClient ¶
func NewFormatterSettingsServiceClient(cc grpc.ClientConnInterface) FormatterSettingsServiceClient
type FormatterSettingsServiceServer ¶
type FormatterSettingsServiceServer interface {
Equals(context.Context, *EqualsRequest) (*EqualsResponse, error)
HashCode(context.Context, *HashCodeRequest) (*HashCodeResponse, error)
// contains filtered or unexported methods
}
FormatterSettingsServiceServer is the server API for FormatterSettingsService service. All implementations must embed UnimplementedFormatterSettingsServiceServer for forward compatibility.
type FormatterSignDisplayServiceClient ¶
type FormatterSignDisplayServiceClient interface {
Values(ctx context.Context, in *ValuesRequest, opts ...grpc.CallOption) (*ValuesResponse, error)
ValueOf(ctx context.Context, in *ValueOfRequest, opts ...grpc.CallOption) (*ValueOfResponse, error)
}
FormatterSignDisplayServiceClient is the client API for FormatterSignDisplayService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewFormatterSignDisplayServiceClient ¶
func NewFormatterSignDisplayServiceClient(cc grpc.ClientConnInterface) FormatterSignDisplayServiceClient
type FormatterSignDisplayServiceServer ¶
type FormatterSignDisplayServiceServer interface {
Values(context.Context, *ValuesRequest) (*ValuesResponse, error)
ValueOf(context.Context, *ValueOfRequest) (*ValueOfResponse, error)
// contains filtered or unexported methods
}
FormatterSignDisplayServiceServer is the server API for FormatterSignDisplayService service. All implementations must embed UnimplementedFormatterSignDisplayServiceServer for forward compatibility.
type FormatterTrailingZeroDisplayServiceClient ¶
type FormatterTrailingZeroDisplayServiceClient interface {
Values(ctx context.Context, in *ValuesRequest, opts ...grpc.CallOption) (*ValuesResponse, error)
ValueOf(ctx context.Context, in *ValueOfRequest, opts ...grpc.CallOption) (*ValueOfResponse, error)
}
FormatterTrailingZeroDisplayServiceClient is the client API for FormatterTrailingZeroDisplayService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewFormatterTrailingZeroDisplayServiceClient ¶
func NewFormatterTrailingZeroDisplayServiceClient(cc grpc.ClientConnInterface) FormatterTrailingZeroDisplayServiceClient
type FormatterTrailingZeroDisplayServiceServer ¶
type FormatterTrailingZeroDisplayServiceServer interface {
Values(context.Context, *ValuesRequest) (*ValuesResponse, error)
ValueOf(context.Context, *ValueOfRequest) (*ValueOfResponse, error)
// contains filtered or unexported methods
}
FormatterTrailingZeroDisplayServiceServer is the server API for FormatterTrailingZeroDisplayService service. All implementations must embed UnimplementedFormatterTrailingZeroDisplayServiceServer for forward compatibility.
type FormatterUnitWidthServiceClient ¶
type FormatterUnitWidthServiceClient interface {
Values(ctx context.Context, in *ValuesRequest, opts ...grpc.CallOption) (*ValuesResponse, error)
ValueOf(ctx context.Context, in *ValueOfRequest, opts ...grpc.CallOption) (*ValueOfResponse, error)
}
FormatterUnitWidthServiceClient is the client API for FormatterUnitWidthService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewFormatterUnitWidthServiceClient ¶
func NewFormatterUnitWidthServiceClient(cc grpc.ClientConnInterface) FormatterUnitWidthServiceClient
type FormatterUnitWidthServiceServer ¶
type FormatterUnitWidthServiceServer interface {
Values(context.Context, *ValuesRequest) (*ValuesResponse, error)
ValueOf(context.Context, *ValueOfRequest) (*ValueOfResponse, error)
// contains filtered or unexported methods
}
FormatterUnitWidthServiceServer is the server API for FormatterUnitWidthService service. All implementations must embed UnimplementedFormatterUnitWidthServiceServer for forward compatibility.
type FractionPrecisionServiceClient ¶
type FractionPrecisionServiceClient interface {
WithMaxDigits(ctx context.Context, in *WithMaxDigitsRequest, opts ...grpc.CallOption) (*WithMaxDigitsResponse, error)
WithMinDigits(ctx context.Context, in *WithMinDigitsRequest, opts ...grpc.CallOption) (*WithMinDigitsResponse, error)
WithSignificantDigits(ctx context.Context, in *WithSignificantDigitsRequest, opts ...grpc.CallOption) (*WithSignificantDigitsResponse, error)
}
FractionPrecisionServiceClient is the client API for FractionPrecisionService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewFractionPrecisionServiceClient ¶
func NewFractionPrecisionServiceClient(cc grpc.ClientConnInterface) FractionPrecisionServiceClient
type FractionPrecisionServiceServer ¶
type FractionPrecisionServiceServer interface {
WithMaxDigits(context.Context, *WithMaxDigitsRequest) (*WithMaxDigitsResponse, error)
WithMinDigits(context.Context, *WithMinDigitsRequest) (*WithMinDigitsResponse, error)
WithSignificantDigits(context.Context, *WithSignificantDigitsRequest) (*WithSignificantDigitsResponse, error)
// contains filtered or unexported methods
}
FractionPrecisionServiceServer is the server API for FractionPrecisionService service. All implementations must embed UnimplementedFractionPrecisionServiceServer for forward compatibility.
type GetFirstBigDecimalRequest ¶
type GetFirstBigDecimalRequest struct {
// contains filtered or unexported fields
}
func (*GetFirstBigDecimalRequest) Descriptor
deprecated
func (*GetFirstBigDecimalRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetFirstBigDecimalRequest.ProtoReflect.Descriptor instead.
func (*GetFirstBigDecimalRequest) ProtoMessage ¶
func (*GetFirstBigDecimalRequest) ProtoMessage()
func (*GetFirstBigDecimalRequest) ProtoReflect ¶
func (x *GetFirstBigDecimalRequest) ProtoReflect() protoreflect.Message
func (*GetFirstBigDecimalRequest) Reset ¶
func (x *GetFirstBigDecimalRequest) Reset()
func (*GetFirstBigDecimalRequest) String ¶
func (x *GetFirstBigDecimalRequest) String() string
type GetFirstBigDecimalResponse ¶
type GetFirstBigDecimalResponse struct {
Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
// contains filtered or unexported fields
}
func (*GetFirstBigDecimalResponse) Descriptor
deprecated
func (*GetFirstBigDecimalResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetFirstBigDecimalResponse.ProtoReflect.Descriptor instead.
func (*GetFirstBigDecimalResponse) GetResult ¶
func (x *GetFirstBigDecimalResponse) GetResult() int64
func (*GetFirstBigDecimalResponse) ProtoMessage ¶
func (*GetFirstBigDecimalResponse) ProtoMessage()
func (*GetFirstBigDecimalResponse) ProtoReflect ¶
func (x *GetFirstBigDecimalResponse) ProtoReflect() protoreflect.Message
func (*GetFirstBigDecimalResponse) Reset ¶
func (x *GetFirstBigDecimalResponse) Reset()
func (*GetFirstBigDecimalResponse) String ¶
func (x *GetFirstBigDecimalResponse) String() string
type GetIdentityResultRequest ¶
type GetIdentityResultRequest struct {
// contains filtered or unexported fields
}
func (*GetIdentityResultRequest) Descriptor
deprecated
func (*GetIdentityResultRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetIdentityResultRequest.ProtoReflect.Descriptor instead.
func (*GetIdentityResultRequest) ProtoMessage ¶
func (*GetIdentityResultRequest) ProtoMessage()
func (*GetIdentityResultRequest) ProtoReflect ¶
func (x *GetIdentityResultRequest) ProtoReflect() protoreflect.Message
func (*GetIdentityResultRequest) Reset ¶
func (x *GetIdentityResultRequest) Reset()
func (*GetIdentityResultRequest) String ¶
func (x *GetIdentityResultRequest) String() string
type GetIdentityResultResponse ¶
type GetIdentityResultResponse struct {
Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
// contains filtered or unexported fields
}
func (*GetIdentityResultResponse) Descriptor
deprecated
func (*GetIdentityResultResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetIdentityResultResponse.ProtoReflect.Descriptor instead.
func (*GetIdentityResultResponse) GetResult ¶
func (x *GetIdentityResultResponse) GetResult() int64
func (*GetIdentityResultResponse) ProtoMessage ¶
func (*GetIdentityResultResponse) ProtoMessage()
func (*GetIdentityResultResponse) ProtoReflect ¶
func (x *GetIdentityResultResponse) ProtoReflect() protoreflect.Message
func (*GetIdentityResultResponse) Reset ¶
func (x *GetIdentityResultResponse) Reset()
func (*GetIdentityResultResponse) String ¶
func (x *GetIdentityResultResponse) String() string
type GetNounClassRequest ¶
type GetNounClassRequest struct {
// contains filtered or unexported fields
}
func (*GetNounClassRequest) Descriptor
deprecated
func (*GetNounClassRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetNounClassRequest.ProtoReflect.Descriptor instead.
func (*GetNounClassRequest) ProtoMessage ¶
func (*GetNounClassRequest) ProtoMessage()
func (*GetNounClassRequest) ProtoReflect ¶
func (x *GetNounClassRequest) ProtoReflect() protoreflect.Message
func (*GetNounClassRequest) Reset ¶
func (x *GetNounClassRequest) Reset()
func (*GetNounClassRequest) String ¶
func (x *GetNounClassRequest) String() string
type GetNounClassResponse ¶
type GetNounClassResponse struct {
Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
// contains filtered or unexported fields
}
func (*GetNounClassResponse) Descriptor
deprecated
func (*GetNounClassResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetNounClassResponse.ProtoReflect.Descriptor instead.
func (*GetNounClassResponse) GetResult ¶
func (x *GetNounClassResponse) GetResult() int64
func (*GetNounClassResponse) ProtoMessage ¶
func (*GetNounClassResponse) ProtoMessage()
func (*GetNounClassResponse) ProtoReflect ¶
func (x *GetNounClassResponse) ProtoReflect() protoreflect.Message
func (*GetNounClassResponse) Reset ¶
func (x *GetNounClassResponse) Reset()
func (*GetNounClassResponse) String ¶
func (x *GetNounClassResponse) String() string
type GetOutputUnitRequest ¶
type GetOutputUnitRequest struct {
// contains filtered or unexported fields
}
func (*GetOutputUnitRequest) Descriptor
deprecated
func (*GetOutputUnitRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetOutputUnitRequest.ProtoReflect.Descriptor instead.
func (*GetOutputUnitRequest) ProtoMessage ¶
func (*GetOutputUnitRequest) ProtoMessage()
func (*GetOutputUnitRequest) ProtoReflect ¶
func (x *GetOutputUnitRequest) ProtoReflect() protoreflect.Message
func (*GetOutputUnitRequest) Reset ¶
func (x *GetOutputUnitRequest) Reset()
func (*GetOutputUnitRequest) String ¶
func (x *GetOutputUnitRequest) String() string
type GetOutputUnitResponse ¶
type GetOutputUnitResponse struct {
Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
// contains filtered or unexported fields
}
func (*GetOutputUnitResponse) Descriptor
deprecated
func (*GetOutputUnitResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetOutputUnitResponse.ProtoReflect.Descriptor instead.
func (*GetOutputUnitResponse) GetResult ¶
func (x *GetOutputUnitResponse) GetResult() int64
func (*GetOutputUnitResponse) ProtoMessage ¶
func (*GetOutputUnitResponse) ProtoMessage()
func (*GetOutputUnitResponse) ProtoReflect ¶
func (x *GetOutputUnitResponse) ProtoReflect() protoreflect.Message
func (*GetOutputUnitResponse) Reset ¶
func (x *GetOutputUnitResponse) Reset()
func (*GetOutputUnitResponse) String ¶
func (x *GetOutputUnitResponse) String() string
type GetSecondBigDecimalRequest ¶
type GetSecondBigDecimalRequest struct {
// contains filtered or unexported fields
}
func (*GetSecondBigDecimalRequest) Descriptor
deprecated
func (*GetSecondBigDecimalRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetSecondBigDecimalRequest.ProtoReflect.Descriptor instead.
func (*GetSecondBigDecimalRequest) ProtoMessage ¶
func (*GetSecondBigDecimalRequest) ProtoMessage()
func (*GetSecondBigDecimalRequest) ProtoReflect ¶
func (x *GetSecondBigDecimalRequest) ProtoReflect() protoreflect.Message
func (*GetSecondBigDecimalRequest) Reset ¶
func (x *GetSecondBigDecimalRequest) Reset()
func (*GetSecondBigDecimalRequest) String ¶
func (x *GetSecondBigDecimalRequest) String() string
type GetSecondBigDecimalResponse ¶
type GetSecondBigDecimalResponse struct {
Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
// contains filtered or unexported fields
}
func (*GetSecondBigDecimalResponse) Descriptor
deprecated
func (*GetSecondBigDecimalResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetSecondBigDecimalResponse.ProtoReflect.Descriptor instead.
func (*GetSecondBigDecimalResponse) GetResult ¶
func (x *GetSecondBigDecimalResponse) GetResult() int64
func (*GetSecondBigDecimalResponse) ProtoMessage ¶
func (*GetSecondBigDecimalResponse) ProtoMessage()
func (*GetSecondBigDecimalResponse) ProtoReflect ¶
func (x *GetSecondBigDecimalResponse) ProtoReflect() protoreflect.Message
func (*GetSecondBigDecimalResponse) Reset ¶
func (x *GetSecondBigDecimalResponse) Reset()
func (*GetSecondBigDecimalResponse) String ¶
func (x *GetSecondBigDecimalResponse) String() string
type HashCodeRequest ¶
type HashCodeRequest struct {
// contains filtered or unexported fields
}
func (*HashCodeRequest) Descriptor
deprecated
func (*HashCodeRequest) Descriptor() ([]byte, []int)
Deprecated: Use HashCodeRequest.ProtoReflect.Descriptor instead.
func (*HashCodeRequest) ProtoMessage ¶
func (*HashCodeRequest) ProtoMessage()
func (*HashCodeRequest) ProtoReflect ¶
func (x *HashCodeRequest) ProtoReflect() protoreflect.Message
func (*HashCodeRequest) Reset ¶
func (x *HashCodeRequest) Reset()
func (*HashCodeRequest) String ¶
func (x *HashCodeRequest) String() string
type HashCodeResponse ¶
type HashCodeResponse struct {
Result int32 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
// contains filtered or unexported fields
}
func (*HashCodeResponse) Descriptor
deprecated
func (*HashCodeResponse) Descriptor() ([]byte, []int)
Deprecated: Use HashCodeResponse.ProtoReflect.Descriptor instead.
func (*HashCodeResponse) GetResult ¶
func (x *HashCodeResponse) GetResult() int32
func (*HashCodeResponse) ProtoMessage ¶
func (*HashCodeResponse) ProtoMessage()
func (*HashCodeResponse) ProtoReflect ¶
func (x *HashCodeResponse) ProtoReflect() protoreflect.Message
func (*HashCodeResponse) Reset ¶
func (x *HashCodeResponse) Reset()
func (*HashCodeResponse) String ¶
func (x *HashCodeResponse) String() string
type IncrementRequest ¶
type IncrementRequest struct {
Arg0 int64 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
// contains filtered or unexported fields
}
func (*IncrementRequest) Descriptor
deprecated
func (*IncrementRequest) Descriptor() ([]byte, []int)
Deprecated: Use IncrementRequest.ProtoReflect.Descriptor instead.
func (*IncrementRequest) GetArg0 ¶
func (x *IncrementRequest) GetArg0() int64
func (*IncrementRequest) ProtoMessage ¶
func (*IncrementRequest) ProtoMessage()
func (*IncrementRequest) ProtoReflect ¶
func (x *IncrementRequest) ProtoReflect() protoreflect.Message
func (*IncrementRequest) Reset ¶
func (x *IncrementRequest) Reset()
func (*IncrementRequest) String ¶
func (x *IncrementRequest) String() string
type IncrementResponse ¶
type IncrementResponse struct {
Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
// contains filtered or unexported fields
}
func (*IncrementResponse) Descriptor
deprecated
func (*IncrementResponse) Descriptor() ([]byte, []int)
Deprecated: Use IncrementResponse.ProtoReflect.Descriptor instead.
func (*IncrementResponse) GetResult ¶
func (x *IncrementResponse) GetResult() int64
func (*IncrementResponse) ProtoMessage ¶
func (*IncrementResponse) ProtoMessage()
func (*IncrementResponse) ProtoReflect ¶
func (x *IncrementResponse) ProtoReflect() protoreflect.Message
func (*IncrementResponse) Reset ¶
func (x *IncrementResponse) Reset()
func (*IncrementResponse) String ¶
func (x *IncrementResponse) String() string
type IntegerRequest ¶
type IntegerRequest struct {
// contains filtered or unexported fields
}
func (*IntegerRequest) Descriptor
deprecated
func (*IntegerRequest) Descriptor() ([]byte, []int)
Deprecated: Use IntegerRequest.ProtoReflect.Descriptor instead.
func (*IntegerRequest) ProtoMessage ¶
func (*IntegerRequest) ProtoMessage()
func (*IntegerRequest) ProtoReflect ¶
func (x *IntegerRequest) ProtoReflect() protoreflect.Message
func (*IntegerRequest) Reset ¶
func (x *IntegerRequest) Reset()
func (*IntegerRequest) String ¶
func (x *IntegerRequest) String() string
type IntegerResponse ¶
type IntegerResponse struct {
Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
// contains filtered or unexported fields
}
func (*IntegerResponse) Descriptor
deprecated
func (*IntegerResponse) Descriptor() ([]byte, []int)
Deprecated: Use IntegerResponse.ProtoReflect.Descriptor instead.
func (*IntegerResponse) GetResult ¶
func (x *IntegerResponse) GetResult() int64
func (*IntegerResponse) ProtoMessage ¶
func (*IntegerResponse) ProtoMessage()
func (*IntegerResponse) ProtoReflect ¶
func (x *IntegerResponse) ProtoReflect() protoreflect.Message
func (*IntegerResponse) Reset ¶
func (x *IntegerResponse) Reset()
func (*IntegerResponse) String ¶
func (x *IntegerResponse) String() string
type IntegerWidthServiceClient ¶
type IntegerWidthServiceClient interface {
TruncateAt(ctx context.Context, in *TruncateAtRequest, opts ...grpc.CallOption) (*TruncateAtResponse, error)
ZeroFillTo(ctx context.Context, in *ZeroFillToRequest, opts ...grpc.CallOption) (*ZeroFillToResponse, error)
}
IntegerWidthServiceClient is the client API for IntegerWidthService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewIntegerWidthServiceClient ¶
func NewIntegerWidthServiceClient(cc grpc.ClientConnInterface) IntegerWidthServiceClient
type IntegerWidthServiceServer ¶
type IntegerWidthServiceServer interface {
TruncateAt(context.Context, *TruncateAtRequest) (*TruncateAtResponse, error)
ZeroFillTo(context.Context, *ZeroFillToRequest) (*ZeroFillToResponse, error)
// contains filtered or unexported methods
}
IntegerWidthServiceServer is the server API for IntegerWidthService service. All implementations must embed UnimplementedIntegerWidthServiceServer for forward compatibility.
type LengthRequest ¶
type LengthRequest struct {
// contains filtered or unexported fields
}
func (*LengthRequest) Descriptor
deprecated
func (*LengthRequest) Descriptor() ([]byte, []int)
Deprecated: Use LengthRequest.ProtoReflect.Descriptor instead.
func (*LengthRequest) ProtoMessage ¶
func (*LengthRequest) ProtoMessage()
func (*LengthRequest) ProtoReflect ¶
func (x *LengthRequest) ProtoReflect() protoreflect.Message
func (*LengthRequest) Reset ¶
func (x *LengthRequest) Reset()
func (*LengthRequest) String ¶
func (x *LengthRequest) String() string
type LengthResponse ¶
type LengthResponse struct {
Result int32 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
// contains filtered or unexported fields
}
func (*LengthResponse) Descriptor
deprecated
func (*LengthResponse) Descriptor() ([]byte, []int)
Deprecated: Use LengthResponse.ProtoReflect.Descriptor instead.
func (*LengthResponse) GetResult ¶
func (x *LengthResponse) GetResult() int32
func (*LengthResponse) ProtoMessage ¶
func (*LengthResponse) ProtoMessage()
func (*LengthResponse) ProtoReflect ¶
func (x *LengthResponse) ProtoReflect() protoreflect.Message
func (*LengthResponse) Reset ¶
func (x *LengthResponse) Reset()
func (*LengthResponse) String ¶
func (x *LengthResponse) String() string
type Locale1Request ¶
type Locale1Request struct {
Arg0 int64 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
// contains filtered or unexported fields
}
func (*Locale1Request) Descriptor
deprecated
func (*Locale1Request) Descriptor() ([]byte, []int)
Deprecated: Use Locale1Request.ProtoReflect.Descriptor instead.
func (*Locale1Request) GetArg0 ¶
func (x *Locale1Request) GetArg0() int64
func (*Locale1Request) ProtoMessage ¶
func (*Locale1Request) ProtoMessage()
func (*Locale1Request) ProtoReflect ¶
func (x *Locale1Request) ProtoReflect() protoreflect.Message
func (*Locale1Request) Reset ¶
func (x *Locale1Request) Reset()
func (*Locale1Request) String ¶
func (x *Locale1Request) String() string
type Locale1Response ¶
type Locale1Response struct {
Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
// contains filtered or unexported fields
}
func (*Locale1Response) Descriptor
deprecated
func (*Locale1Response) Descriptor() ([]byte, []int)
Deprecated: Use Locale1Response.ProtoReflect.Descriptor instead.
func (*Locale1Response) GetResult ¶
func (x *Locale1Response) GetResult() int64
func (*Locale1Response) ProtoMessage ¶
func (*Locale1Response) ProtoMessage()
func (*Locale1Response) ProtoReflect ¶
func (x *Locale1Response) ProtoReflect() protoreflect.Message
func (*Locale1Response) Reset ¶
func (x *Locale1Response) Reset()
func (*Locale1Response) String ¶
func (x *Locale1Response) String() string
type Locale1_1Request ¶
type Locale1_1Request struct {
Arg0 int64 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
// contains filtered or unexported fields
}
func (*Locale1_1Request) Descriptor
deprecated
func (*Locale1_1Request) Descriptor() ([]byte, []int)
Deprecated: Use Locale1_1Request.ProtoReflect.Descriptor instead.
func (*Locale1_1Request) GetArg0 ¶
func (x *Locale1_1Request) GetArg0() int64
func (*Locale1_1Request) ProtoMessage ¶
func (*Locale1_1Request) ProtoMessage()
func (*Locale1_1Request) ProtoReflect ¶
func (x *Locale1_1Request) ProtoReflect() protoreflect.Message
func (*Locale1_1Request) Reset ¶
func (x *Locale1_1Request) Reset()
func (*Locale1_1Request) String ¶
func (x *Locale1_1Request) String() string
type Locale1_1Response ¶
type Locale1_1Response struct {
Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
// contains filtered or unexported fields
}
func (*Locale1_1Response) Descriptor
deprecated
func (*Locale1_1Response) Descriptor() ([]byte, []int)
Deprecated: Use Locale1_1Response.ProtoReflect.Descriptor instead.
func (*Locale1_1Response) GetResult ¶
func (x *Locale1_1Response) GetResult() int64
func (*Locale1_1Response) ProtoMessage ¶
func (*Locale1_1Response) ProtoMessage()
func (*Locale1_1Response) ProtoReflect ¶
func (x *Locale1_1Response) ProtoReflect() protoreflect.Message
func (*Locale1_1Response) Reset ¶
func (x *Locale1_1Response) Reset()
func (*Locale1_1Response) String ¶
func (x *Locale1_1Response) String() string
type LocalizedNumberFormatterServiceClient ¶
type LocalizedNumberFormatterServiceClient interface {
Format1(ctx context.Context, in *Format1Request, opts ...grpc.CallOption) (*Format1Response, error)
Format1_1(ctx context.Context, in *Format1_1Request, opts ...grpc.CallOption) (*Format1_1Response, error)
Format1_2(ctx context.Context, in *Format1_2Request, opts ...grpc.CallOption) (*Format1_2Response, error)
Format1_3(ctx context.Context, in *Format1_3Request, opts ...grpc.CallOption) (*Format1_3Response, error)
ToFormat(ctx context.Context, in *ToFormatRequest, opts ...grpc.CallOption) (*ToFormatResponse, error)
WithoutLocale(ctx context.Context, in *WithoutLocaleRequest, opts ...grpc.CallOption) (*WithoutLocaleResponse, error)
}
LocalizedNumberFormatterServiceClient is the client API for LocalizedNumberFormatterService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewLocalizedNumberFormatterServiceClient ¶
func NewLocalizedNumberFormatterServiceClient(cc grpc.ClientConnInterface) LocalizedNumberFormatterServiceClient
type LocalizedNumberFormatterServiceServer ¶
type LocalizedNumberFormatterServiceServer interface {
Format1(context.Context, *Format1Request) (*Format1Response, error)
Format1_1(context.Context, *Format1_1Request) (*Format1_1Response, error)
Format1_2(context.Context, *Format1_2Request) (*Format1_2Response, error)
Format1_3(context.Context, *Format1_3Request) (*Format1_3Response, error)
ToFormat(context.Context, *ToFormatRequest) (*ToFormatResponse, error)
WithoutLocale(context.Context, *WithoutLocaleRequest) (*WithoutLocaleResponse, error)
// contains filtered or unexported methods
}
LocalizedNumberFormatterServiceServer is the server API for LocalizedNumberFormatterService service. All implementations must embed UnimplementedLocalizedNumberFormatterServiceServer for forward compatibility.
type LocalizedNumberRangeFormatterServiceClient ¶
type LocalizedNumberRangeFormatterServiceClient interface {
FormatRange2(ctx context.Context, in *FormatRange2Request, opts ...grpc.CallOption) (*FormatRange2Response, error)
FormatRange2_1(ctx context.Context, in *FormatRange2_1Request, opts ...grpc.CallOption) (*FormatRange2_1Response, error)
FormatRange2_2(ctx context.Context, in *FormatRange2_2Request, opts ...grpc.CallOption) (*FormatRange2_2Response, error)
WithoutLocale(ctx context.Context, in *WithoutLocaleRequest, opts ...grpc.CallOption) (*WithoutLocaleResponse, error)
}
LocalizedNumberRangeFormatterServiceClient is the client API for LocalizedNumberRangeFormatterService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewLocalizedNumberRangeFormatterServiceClient ¶
func NewLocalizedNumberRangeFormatterServiceClient(cc grpc.ClientConnInterface) LocalizedNumberRangeFormatterServiceClient
type LocalizedNumberRangeFormatterServiceServer ¶
type LocalizedNumberRangeFormatterServiceServer interface {
FormatRange2(context.Context, *FormatRange2Request) (*FormatRange2Response, error)
FormatRange2_1(context.Context, *FormatRange2_1Request) (*FormatRange2_1Response, error)
FormatRange2_2(context.Context, *FormatRange2_2Request) (*FormatRange2_2Response, error)
WithoutLocale(context.Context, *WithoutLocaleRequest) (*WithoutLocaleResponse, error)
// contains filtered or unexported methods
}
LocalizedNumberRangeFormatterServiceServer is the server API for LocalizedNumberRangeFormatterService service. All implementations must embed UnimplementedLocalizedNumberRangeFormatterServiceServer for forward compatibility.
type MaxFractionRequest ¶
type MaxFractionRequest struct {
Arg0 int32 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
// contains filtered or unexported fields
}
func (*MaxFractionRequest) Descriptor
deprecated
func (*MaxFractionRequest) Descriptor() ([]byte, []int)
Deprecated: Use MaxFractionRequest.ProtoReflect.Descriptor instead.
func (*MaxFractionRequest) GetArg0 ¶
func (x *MaxFractionRequest) GetArg0() int32
func (*MaxFractionRequest) ProtoMessage ¶
func (*MaxFractionRequest) ProtoMessage()
func (*MaxFractionRequest) ProtoReflect ¶
func (x *MaxFractionRequest) ProtoReflect() protoreflect.Message
func (*MaxFractionRequest) Reset ¶
func (x *MaxFractionRequest) Reset()
func (*MaxFractionRequest) String ¶
func (x *MaxFractionRequest) String() string
type MaxFractionResponse ¶
type MaxFractionResponse struct {
Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
// contains filtered or unexported fields
}
func (*MaxFractionResponse) Descriptor
deprecated
func (*MaxFractionResponse) Descriptor() ([]byte, []int)
Deprecated: Use MaxFractionResponse.ProtoReflect.Descriptor instead.
func (*MaxFractionResponse) GetResult ¶
func (x *MaxFractionResponse) GetResult() int64
func (*MaxFractionResponse) ProtoMessage ¶
func (*MaxFractionResponse) ProtoMessage()
func (*MaxFractionResponse) ProtoReflect ¶
func (x *MaxFractionResponse) ProtoReflect() protoreflect.Message
func (*MaxFractionResponse) Reset ¶
func (x *MaxFractionResponse) Reset()
func (*MaxFractionResponse) String ¶
func (x *MaxFractionResponse) String() string
type MaxSignificantDigitsRequest ¶
type MaxSignificantDigitsRequest struct {
Arg0 int32 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
// contains filtered or unexported fields
}
func (*MaxSignificantDigitsRequest) Descriptor
deprecated
func (*MaxSignificantDigitsRequest) Descriptor() ([]byte, []int)
Deprecated: Use MaxSignificantDigitsRequest.ProtoReflect.Descriptor instead.
func (*MaxSignificantDigitsRequest) GetArg0 ¶
func (x *MaxSignificantDigitsRequest) GetArg0() int32
func (*MaxSignificantDigitsRequest) ProtoMessage ¶
func (*MaxSignificantDigitsRequest) ProtoMessage()
func (*MaxSignificantDigitsRequest) ProtoReflect ¶
func (x *MaxSignificantDigitsRequest) ProtoReflect() protoreflect.Message
func (*MaxSignificantDigitsRequest) Reset ¶
func (x *MaxSignificantDigitsRequest) Reset()
func (*MaxSignificantDigitsRequest) String ¶
func (x *MaxSignificantDigitsRequest) String() string
type MaxSignificantDigitsResponse ¶
type MaxSignificantDigitsResponse struct {
Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
// contains filtered or unexported fields
}
func (*MaxSignificantDigitsResponse) Descriptor
deprecated
func (*MaxSignificantDigitsResponse) Descriptor() ([]byte, []int)
Deprecated: Use MaxSignificantDigitsResponse.ProtoReflect.Descriptor instead.
func (*MaxSignificantDigitsResponse) GetResult ¶
func (x *MaxSignificantDigitsResponse) GetResult() int64
func (*MaxSignificantDigitsResponse) ProtoMessage ¶
func (*MaxSignificantDigitsResponse) ProtoMessage()
func (*MaxSignificantDigitsResponse) ProtoReflect ¶
func (x *MaxSignificantDigitsResponse) ProtoReflect() protoreflect.Message
func (*MaxSignificantDigitsResponse) Reset ¶
func (x *MaxSignificantDigitsResponse) Reset()
func (*MaxSignificantDigitsResponse) String ¶
func (x *MaxSignificantDigitsResponse) String() string
type MinFractionRequest ¶
type MinFractionRequest struct {
Arg0 int32 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
// contains filtered or unexported fields
}
func (*MinFractionRequest) Descriptor
deprecated
func (*MinFractionRequest) Descriptor() ([]byte, []int)
Deprecated: Use MinFractionRequest.ProtoReflect.Descriptor instead.
func (*MinFractionRequest) GetArg0 ¶
func (x *MinFractionRequest) GetArg0() int32
func (*MinFractionRequest) ProtoMessage ¶
func (*MinFractionRequest) ProtoMessage()
func (*MinFractionRequest) ProtoReflect ¶
func (x *MinFractionRequest) ProtoReflect() protoreflect.Message
func (*MinFractionRequest) Reset ¶
func (x *MinFractionRequest) Reset()
func (*MinFractionRequest) String ¶
func (x *MinFractionRequest) String() string
type MinFractionResponse ¶
type MinFractionResponse struct {
Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
// contains filtered or unexported fields
}
func (*MinFractionResponse) Descriptor
deprecated
func (*MinFractionResponse) Descriptor() ([]byte, []int)
Deprecated: Use MinFractionResponse.ProtoReflect.Descriptor instead.
func (*MinFractionResponse) GetResult ¶
func (x *MinFractionResponse) GetResult() int64
func (*MinFractionResponse) ProtoMessage ¶
func (*MinFractionResponse) ProtoMessage()
func (*MinFractionResponse) ProtoReflect ¶
func (x *MinFractionResponse) ProtoReflect() protoreflect.Message
func (*MinFractionResponse) Reset ¶
func (x *MinFractionResponse) Reset()
func (*MinFractionResponse) String ¶
func (x *MinFractionResponse) String() string
type MinMaxFractionRequest ¶
type MinMaxFractionRequest struct {
Arg0 int32 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
Arg1 int32 `protobuf:"varint,2,opt,name=arg1,proto3" json:"arg1,omitempty"`
// contains filtered or unexported fields
}
func (*MinMaxFractionRequest) Descriptor
deprecated
func (*MinMaxFractionRequest) Descriptor() ([]byte, []int)
Deprecated: Use MinMaxFractionRequest.ProtoReflect.Descriptor instead.
func (*MinMaxFractionRequest) GetArg0 ¶
func (x *MinMaxFractionRequest) GetArg0() int32
func (*MinMaxFractionRequest) GetArg1 ¶
func (x *MinMaxFractionRequest) GetArg1() int32
func (*MinMaxFractionRequest) ProtoMessage ¶
func (*MinMaxFractionRequest) ProtoMessage()
func (*MinMaxFractionRequest) ProtoReflect ¶
func (x *MinMaxFractionRequest) ProtoReflect() protoreflect.Message
func (*MinMaxFractionRequest) Reset ¶
func (x *MinMaxFractionRequest) Reset()
func (*MinMaxFractionRequest) String ¶
func (x *MinMaxFractionRequest) String() string
type MinMaxFractionResponse ¶
type MinMaxFractionResponse struct {
Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
// contains filtered or unexported fields
}
func (*MinMaxFractionResponse) Descriptor
deprecated
func (*MinMaxFractionResponse) Descriptor() ([]byte, []int)
Deprecated: Use MinMaxFractionResponse.ProtoReflect.Descriptor instead.
func (*MinMaxFractionResponse) GetResult ¶
func (x *MinMaxFractionResponse) GetResult() int64
func (*MinMaxFractionResponse) ProtoMessage ¶
func (*MinMaxFractionResponse) ProtoMessage()
func (*MinMaxFractionResponse) ProtoReflect ¶
func (x *MinMaxFractionResponse) ProtoReflect() protoreflect.Message
func (*MinMaxFractionResponse) Reset ¶
func (x *MinMaxFractionResponse) Reset()
func (*MinMaxFractionResponse) String ¶
func (x *MinMaxFractionResponse) String() string
type MinMaxSignificantDigitsRequest ¶
type MinMaxSignificantDigitsRequest struct {
Arg0 int32 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
Arg1 int32 `protobuf:"varint,2,opt,name=arg1,proto3" json:"arg1,omitempty"`
// contains filtered or unexported fields
}
func (*MinMaxSignificantDigitsRequest) Descriptor
deprecated
func (*MinMaxSignificantDigitsRequest) Descriptor() ([]byte, []int)
Deprecated: Use MinMaxSignificantDigitsRequest.ProtoReflect.Descriptor instead.
func (*MinMaxSignificantDigitsRequest) GetArg0 ¶
func (x *MinMaxSignificantDigitsRequest) GetArg0() int32
func (*MinMaxSignificantDigitsRequest) GetArg1 ¶
func (x *MinMaxSignificantDigitsRequest) GetArg1() int32
func (*MinMaxSignificantDigitsRequest) ProtoMessage ¶
func (*MinMaxSignificantDigitsRequest) ProtoMessage()
func (*MinMaxSignificantDigitsRequest) ProtoReflect ¶
func (x *MinMaxSignificantDigitsRequest) ProtoReflect() protoreflect.Message
func (*MinMaxSignificantDigitsRequest) Reset ¶
func (x *MinMaxSignificantDigitsRequest) Reset()
func (*MinMaxSignificantDigitsRequest) String ¶
func (x *MinMaxSignificantDigitsRequest) String() string
type MinMaxSignificantDigitsResponse ¶
type MinMaxSignificantDigitsResponse struct {
Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
// contains filtered or unexported fields
}
func (*MinMaxSignificantDigitsResponse) Descriptor
deprecated
func (*MinMaxSignificantDigitsResponse) Descriptor() ([]byte, []int)
Deprecated: Use MinMaxSignificantDigitsResponse.ProtoReflect.Descriptor instead.
func (*MinMaxSignificantDigitsResponse) GetResult ¶
func (x *MinMaxSignificantDigitsResponse) GetResult() int64
func (*MinMaxSignificantDigitsResponse) ProtoMessage ¶
func (*MinMaxSignificantDigitsResponse) ProtoMessage()
func (*MinMaxSignificantDigitsResponse) ProtoReflect ¶
func (x *MinMaxSignificantDigitsResponse) ProtoReflect() protoreflect.Message
func (*MinMaxSignificantDigitsResponse) Reset ¶
func (x *MinMaxSignificantDigitsResponse) Reset()
func (*MinMaxSignificantDigitsResponse) String ¶
func (x *MinMaxSignificantDigitsResponse) String() string
type MinSignificantDigitsRequest ¶
type MinSignificantDigitsRequest struct {
Arg0 int32 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
// contains filtered or unexported fields
}
func (*MinSignificantDigitsRequest) Descriptor
deprecated
func (*MinSignificantDigitsRequest) Descriptor() ([]byte, []int)
Deprecated: Use MinSignificantDigitsRequest.ProtoReflect.Descriptor instead.
func (*MinSignificantDigitsRequest) GetArg0 ¶
func (x *MinSignificantDigitsRequest) GetArg0() int32
func (*MinSignificantDigitsRequest) ProtoMessage ¶
func (*MinSignificantDigitsRequest) ProtoMessage()
func (*MinSignificantDigitsRequest) ProtoReflect ¶
func (x *MinSignificantDigitsRequest) ProtoReflect() protoreflect.Message
func (*MinSignificantDigitsRequest) Reset ¶
func (x *MinSignificantDigitsRequest) Reset()
func (*MinSignificantDigitsRequest) String ¶
func (x *MinSignificantDigitsRequest) String() string
type MinSignificantDigitsResponse ¶
type MinSignificantDigitsResponse struct {
Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
// contains filtered or unexported fields
}
func (*MinSignificantDigitsResponse) Descriptor
deprecated
func (*MinSignificantDigitsResponse) Descriptor() ([]byte, []int)
Deprecated: Use MinSignificantDigitsResponse.ProtoReflect.Descriptor instead.
func (*MinSignificantDigitsResponse) GetResult ¶
func (x *MinSignificantDigitsResponse) GetResult() int64
func (*MinSignificantDigitsResponse) ProtoMessage ¶
func (*MinSignificantDigitsResponse) ProtoMessage()
func (*MinSignificantDigitsResponse) ProtoReflect ¶
func (x *MinSignificantDigitsResponse) ProtoReflect() protoreflect.Message
func (*MinSignificantDigitsResponse) Reset ¶
func (x *MinSignificantDigitsResponse) Reset()
func (*MinSignificantDigitsResponse) String ¶
func (x *MinSignificantDigitsResponse) String() string
type NextPositionRequest ¶
type NextPositionRequest struct {
Arg0 int64 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
// contains filtered or unexported fields
}
func (*NextPositionRequest) Descriptor
deprecated
func (*NextPositionRequest) Descriptor() ([]byte, []int)
Deprecated: Use NextPositionRequest.ProtoReflect.Descriptor instead.
func (*NextPositionRequest) GetArg0 ¶
func (x *NextPositionRequest) GetArg0() int64
func (*NextPositionRequest) ProtoMessage ¶
func (*NextPositionRequest) ProtoMessage()
func (*NextPositionRequest) ProtoReflect ¶
func (x *NextPositionRequest) ProtoReflect() protoreflect.Message
func (*NextPositionRequest) Reset ¶
func (x *NextPositionRequest) Reset()
func (*NextPositionRequest) String ¶
func (x *NextPositionRequest) String() string
type NextPositionResponse ¶
type NextPositionResponse struct {
Result bool `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
// contains filtered or unexported fields
}
func (*NextPositionResponse) Descriptor
deprecated
func (*NextPositionResponse) Descriptor() ([]byte, []int)
Deprecated: Use NextPositionResponse.ProtoReflect.Descriptor instead.
func (*NextPositionResponse) GetResult ¶
func (x *NextPositionResponse) GetResult() bool
func (*NextPositionResponse) ProtoMessage ¶
func (*NextPositionResponse) ProtoMessage()
func (*NextPositionResponse) ProtoReflect ¶
func (x *NextPositionResponse) ProtoReflect() protoreflect.Message
func (*NextPositionResponse) Reset ¶
func (x *NextPositionResponse) Reset()
func (*NextPositionResponse) String ¶
func (x *NextPositionResponse) String() string
type NoneRequest ¶
type NoneRequest struct {
// contains filtered or unexported fields
}
func (*NoneRequest) Descriptor
deprecated
func (*NoneRequest) Descriptor() ([]byte, []int)
Deprecated: Use NoneRequest.ProtoReflect.Descriptor instead.
func (*NoneRequest) ProtoMessage ¶
func (*NoneRequest) ProtoMessage()
func (*NoneRequest) ProtoReflect ¶
func (x *NoneRequest) ProtoReflect() protoreflect.Message
func (*NoneRequest) Reset ¶
func (x *NoneRequest) Reset()
func (*NoneRequest) String ¶
func (x *NoneRequest) String() string
type NoneResponse ¶
type NoneResponse struct {
Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
// contains filtered or unexported fields
}
func (*NoneResponse) Descriptor
deprecated
func (*NoneResponse) Descriptor() ([]byte, []int)
Deprecated: Use NoneResponse.ProtoReflect.Descriptor instead.
func (*NoneResponse) GetResult ¶
func (x *NoneResponse) GetResult() int64
func (*NoneResponse) ProtoMessage ¶
func (*NoneResponse) ProtoMessage()
func (*NoneResponse) ProtoReflect ¶
func (x *NoneResponse) ProtoReflect() protoreflect.Message
func (*NoneResponse) Reset ¶
func (x *NoneResponse) Reset()
func (*NoneResponse) String ¶
func (x *NoneResponse) String() string
type NotationServiceClient ¶
type NotationServiceClient interface {
CompactLong(ctx context.Context, in *CompactLongRequest, opts ...grpc.CallOption) (*CompactLongResponse, error)
CompactShort(ctx context.Context, in *CompactShortRequest, opts ...grpc.CallOption) (*CompactShortResponse, error)
Engineering(ctx context.Context, in *EngineeringRequest, opts ...grpc.CallOption) (*EngineeringResponse, error)
Scientific(ctx context.Context, in *ScientificRequest, opts ...grpc.CallOption) (*ScientificResponse, error)
Simple(ctx context.Context, in *SimpleRequest, opts ...grpc.CallOption) (*SimpleResponse, error)
}
NotationServiceClient is the client API for NotationService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewNotationServiceClient ¶
func NewNotationServiceClient(cc grpc.ClientConnInterface) NotationServiceClient
type NotationServiceServer ¶
type NotationServiceServer interface {
CompactLong(context.Context, *CompactLongRequest) (*CompactLongResponse, error)
CompactShort(context.Context, *CompactShortRequest) (*CompactShortResponse, error)
Engineering(context.Context, *EngineeringRequest) (*EngineeringResponse, error)
Scientific(context.Context, *ScientificRequest) (*ScientificResponse, error)
Simple(context.Context, *SimpleRequest) (*SimpleResponse, error)
// contains filtered or unexported methods
}
NotationServiceServer is the server API for NotationService service. All implementations must embed UnimplementedNotationServiceServer for forward compatibility.
type PowerOfTenRequest ¶
type PowerOfTenRequest struct {
Arg0 int32 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
// contains filtered or unexported fields
}
func (*PowerOfTenRequest) Descriptor
deprecated
func (*PowerOfTenRequest) Descriptor() ([]byte, []int)
Deprecated: Use PowerOfTenRequest.ProtoReflect.Descriptor instead.
func (*PowerOfTenRequest) GetArg0 ¶
func (x *PowerOfTenRequest) GetArg0() int32
func (*PowerOfTenRequest) ProtoMessage ¶
func (*PowerOfTenRequest) ProtoMessage()
func (*PowerOfTenRequest) ProtoReflect ¶
func (x *PowerOfTenRequest) ProtoReflect() protoreflect.Message
func (*PowerOfTenRequest) Reset ¶
func (x *PowerOfTenRequest) Reset()
func (*PowerOfTenRequest) String ¶
func (x *PowerOfTenRequest) String() string
type PowerOfTenResponse ¶
type PowerOfTenResponse struct {
Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
// contains filtered or unexported fields
}
func (*PowerOfTenResponse) Descriptor
deprecated
func (*PowerOfTenResponse) Descriptor() ([]byte, []int)
Deprecated: Use PowerOfTenResponse.ProtoReflect.Descriptor instead.
func (*PowerOfTenResponse) GetResult ¶
func (x *PowerOfTenResponse) GetResult() int64
func (*PowerOfTenResponse) ProtoMessage ¶
func (*PowerOfTenResponse) ProtoMessage()
func (*PowerOfTenResponse) ProtoReflect ¶
func (x *PowerOfTenResponse) ProtoReflect() protoreflect.Message
func (*PowerOfTenResponse) Reset ¶
func (x *PowerOfTenResponse) Reset()
func (*PowerOfTenResponse) String ¶
func (x *PowerOfTenResponse) String() string
type PrecisionServiceClient ¶
type PrecisionServiceClient interface {
TrailingZeroDisplay(ctx context.Context, in *TrailingZeroDisplayRequest, opts ...grpc.CallOption) (*TrailingZeroDisplayResponse, error)
Currency(ctx context.Context, in *CurrencyRequest, opts ...grpc.CallOption) (*CurrencyResponse, error)
FixedFraction(ctx context.Context, in *FixedFractionRequest, opts ...grpc.CallOption) (*FixedFractionResponse, error)
FixedSignificantDigits(ctx context.Context, in *FixedSignificantDigitsRequest, opts ...grpc.CallOption) (*FixedSignificantDigitsResponse, error)
Increment(ctx context.Context, in *IncrementRequest, opts ...grpc.CallOption) (*IncrementResponse, error)
Integer(ctx context.Context, in *IntegerRequest, opts ...grpc.CallOption) (*IntegerResponse, error)
MaxFraction(ctx context.Context, in *MaxFractionRequest, opts ...grpc.CallOption) (*MaxFractionResponse, error)
MaxSignificantDigits(ctx context.Context, in *MaxSignificantDigitsRequest, opts ...grpc.CallOption) (*MaxSignificantDigitsResponse, error)
MinFraction(ctx context.Context, in *MinFractionRequest, opts ...grpc.CallOption) (*MinFractionResponse, error)
MinMaxFraction(ctx context.Context, in *MinMaxFractionRequest, opts ...grpc.CallOption) (*MinMaxFractionResponse, error)
MinMaxSignificantDigits(ctx context.Context, in *MinMaxSignificantDigitsRequest, opts ...grpc.CallOption) (*MinMaxSignificantDigitsResponse, error)
MinSignificantDigits(ctx context.Context, in *MinSignificantDigitsRequest, opts ...grpc.CallOption) (*MinSignificantDigitsResponse, error)
Unlimited(ctx context.Context, in *UnlimitedRequest, opts ...grpc.CallOption) (*UnlimitedResponse, error)
}
PrecisionServiceClient is the client API for PrecisionService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewPrecisionServiceClient ¶
func NewPrecisionServiceClient(cc grpc.ClientConnInterface) PrecisionServiceClient
type PrecisionServiceServer ¶
type PrecisionServiceServer interface {
TrailingZeroDisplay(context.Context, *TrailingZeroDisplayRequest) (*TrailingZeroDisplayResponse, error)
Currency(context.Context, *CurrencyRequest) (*CurrencyResponse, error)
FixedFraction(context.Context, *FixedFractionRequest) (*FixedFractionResponse, error)
FixedSignificantDigits(context.Context, *FixedSignificantDigitsRequest) (*FixedSignificantDigitsResponse, error)
Increment(context.Context, *IncrementRequest) (*IncrementResponse, error)
Integer(context.Context, *IntegerRequest) (*IntegerResponse, error)
MaxFraction(context.Context, *MaxFractionRequest) (*MaxFractionResponse, error)
MaxSignificantDigits(context.Context, *MaxSignificantDigitsRequest) (*MaxSignificantDigitsResponse, error)
MinFraction(context.Context, *MinFractionRequest) (*MinFractionResponse, error)
MinMaxFraction(context.Context, *MinMaxFractionRequest) (*MinMaxFractionResponse, error)
MinMaxSignificantDigits(context.Context, *MinMaxSignificantDigitsRequest) (*MinMaxSignificantDigitsResponse, error)
MinSignificantDigits(context.Context, *MinSignificantDigitsRequest) (*MinSignificantDigitsResponse, error)
Unlimited(context.Context, *UnlimitedRequest) (*UnlimitedResponse, error)
// contains filtered or unexported methods
}
PrecisionServiceServer is the server API for PrecisionService service. All implementations must embed UnimplementedPrecisionServiceServer for forward compatibility.
type RangeFormatterRangeCollapseServiceClient ¶
type RangeFormatterRangeCollapseServiceClient interface {
Values(ctx context.Context, in *ValuesRequest, opts ...grpc.CallOption) (*ValuesResponse, error)
ValueOf(ctx context.Context, in *ValueOfRequest, opts ...grpc.CallOption) (*ValueOfResponse, error)
}
RangeFormatterRangeCollapseServiceClient is the client API for RangeFormatterRangeCollapseService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewRangeFormatterRangeCollapseServiceClient ¶
func NewRangeFormatterRangeCollapseServiceClient(cc grpc.ClientConnInterface) RangeFormatterRangeCollapseServiceClient
type RangeFormatterRangeCollapseServiceServer ¶
type RangeFormatterRangeCollapseServiceServer interface {
Values(context.Context, *ValuesRequest) (*ValuesResponse, error)
ValueOf(context.Context, *ValueOfRequest) (*ValueOfResponse, error)
// contains filtered or unexported methods
}
RangeFormatterRangeCollapseServiceServer is the server API for RangeFormatterRangeCollapseService service. All implementations must embed UnimplementedRangeFormatterRangeCollapseServiceServer for forward compatibility.
type RangeFormatterRangeIdentityFallbackServiceClient ¶
type RangeFormatterRangeIdentityFallbackServiceClient interface {
Values(ctx context.Context, in *ValuesRequest, opts ...grpc.CallOption) (*ValuesResponse, error)
ValueOf(ctx context.Context, in *ValueOfRequest, opts ...grpc.CallOption) (*ValueOfResponse, error)
}
RangeFormatterRangeIdentityFallbackServiceClient is the client API for RangeFormatterRangeIdentityFallbackService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewRangeFormatterRangeIdentityFallbackServiceClient ¶
func NewRangeFormatterRangeIdentityFallbackServiceClient(cc grpc.ClientConnInterface) RangeFormatterRangeIdentityFallbackServiceClient
type RangeFormatterRangeIdentityFallbackServiceServer ¶
type RangeFormatterRangeIdentityFallbackServiceServer interface {
Values(context.Context, *ValuesRequest) (*ValuesResponse, error)
ValueOf(context.Context, *ValueOfRequest) (*ValueOfResponse, error)
// contains filtered or unexported methods
}
RangeFormatterRangeIdentityFallbackServiceServer is the server API for RangeFormatterRangeIdentityFallbackService service. All implementations must embed UnimplementedRangeFormatterRangeIdentityFallbackServiceServer for forward compatibility.
type RangeFormatterRangeIdentityResultServiceClient ¶
type RangeFormatterRangeIdentityResultServiceClient interface {
Values(ctx context.Context, in *ValuesRequest, opts ...grpc.CallOption) (*ValuesResponse, error)
ValueOf(ctx context.Context, in *ValueOfRequest, opts ...grpc.CallOption) (*ValueOfResponse, error)
}
RangeFormatterRangeIdentityResultServiceClient is the client API for RangeFormatterRangeIdentityResultService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewRangeFormatterRangeIdentityResultServiceClient ¶
func NewRangeFormatterRangeIdentityResultServiceClient(cc grpc.ClientConnInterface) RangeFormatterRangeIdentityResultServiceClient
type RangeFormatterRangeIdentityResultServiceServer ¶
type RangeFormatterRangeIdentityResultServiceServer interface {
Values(context.Context, *ValuesRequest) (*ValuesResponse, error)
ValueOf(context.Context, *ValueOfRequest) (*ValueOfResponse, error)
// contains filtered or unexported methods
}
RangeFormatterRangeIdentityResultServiceServer is the server API for RangeFormatterRangeIdentityResultService service. All implementations must embed UnimplementedRangeFormatterRangeIdentityResultServiceServer for forward compatibility.
type RangeFormatterServiceClient ¶
type RangeFormatterServiceClient interface {
With(ctx context.Context, in *WithRequest, opts ...grpc.CallOption) (*WithResponse, error)
WithLocale1(ctx context.Context, in *WithLocale1Request, opts ...grpc.CallOption) (*WithLocale1Response, error)
WithLocale1_1(ctx context.Context, in *WithLocale1_1Request, opts ...grpc.CallOption) (*WithLocale1_1Response, error)
}
RangeFormatterServiceClient is the client API for RangeFormatterService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewRangeFormatterServiceClient ¶
func NewRangeFormatterServiceClient(cc grpc.ClientConnInterface) RangeFormatterServiceClient
type RangeFormatterServiceServer ¶
type RangeFormatterServiceServer interface {
With(context.Context, *WithRequest) (*WithResponse, error)
WithLocale1(context.Context, *WithLocale1Request) (*WithLocale1Response, error)
WithLocale1_1(context.Context, *WithLocale1_1Request) (*WithLocale1_1Response, error)
// contains filtered or unexported methods
}
RangeFormatterServiceServer is the server API for RangeFormatterService service. All implementations must embed UnimplementedRangeFormatterServiceServer for forward compatibility.
type RangeFormatterSettingsServiceClient ¶
type RangeFormatterSettingsServiceClient interface {
Equals(ctx context.Context, in *EqualsRequest, opts ...grpc.CallOption) (*EqualsResponse, error)
HashCode(ctx context.Context, in *HashCodeRequest, opts ...grpc.CallOption) (*HashCodeResponse, error)
}
RangeFormatterSettingsServiceClient is the client API for RangeFormatterSettingsService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewRangeFormatterSettingsServiceClient ¶
func NewRangeFormatterSettingsServiceClient(cc grpc.ClientConnInterface) RangeFormatterSettingsServiceClient
type RangeFormatterSettingsServiceServer ¶
type RangeFormatterSettingsServiceServer interface {
Equals(context.Context, *EqualsRequest) (*EqualsResponse, error)
HashCode(context.Context, *HashCodeRequest) (*HashCodeResponse, error)
// contains filtered or unexported methods
}
RangeFormatterSettingsServiceServer is the server API for RangeFormatterSettingsService service. All implementations must embed UnimplementedRangeFormatterSettingsServiceServer for forward compatibility.
type ScaleServiceClient ¶
type ScaleServiceClient interface {
ByBigDecimal(ctx context.Context, in *ByBigDecimalRequest, opts ...grpc.CallOption) (*ByBigDecimalResponse, error)
ByDouble(ctx context.Context, in *ByDoubleRequest, opts ...grpc.CallOption) (*ByDoubleResponse, error)
ByDoubleAndPowerOfTen(ctx context.Context, in *ByDoubleAndPowerOfTenRequest, opts ...grpc.CallOption) (*ByDoubleAndPowerOfTenResponse, error)
None(ctx context.Context, in *NoneRequest, opts ...grpc.CallOption) (*NoneResponse, error)
PowerOfTen(ctx context.Context, in *PowerOfTenRequest, opts ...grpc.CallOption) (*PowerOfTenResponse, error)
}
ScaleServiceClient is the client API for ScaleService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewScaleServiceClient ¶
func NewScaleServiceClient(cc grpc.ClientConnInterface) ScaleServiceClient
type ScaleServiceServer ¶
type ScaleServiceServer interface {
ByBigDecimal(context.Context, *ByBigDecimalRequest) (*ByBigDecimalResponse, error)
ByDouble(context.Context, *ByDoubleRequest) (*ByDoubleResponse, error)
ByDoubleAndPowerOfTen(context.Context, *ByDoubleAndPowerOfTenRequest) (*ByDoubleAndPowerOfTenResponse, error)
None(context.Context, *NoneRequest) (*NoneResponse, error)
PowerOfTen(context.Context, *PowerOfTenRequest) (*PowerOfTenResponse, error)
// contains filtered or unexported methods
}
ScaleServiceServer is the server API for ScaleService service. All implementations must embed UnimplementedScaleServiceServer for forward compatibility.
type ScientificNotationServiceClient ¶
type ScientificNotationServiceClient interface {
WithExponentSignDisplay(ctx context.Context, in *WithExponentSignDisplayRequest, opts ...grpc.CallOption) (*WithExponentSignDisplayResponse, error)
WithMinExponentDigits(ctx context.Context, in *WithMinExponentDigitsRequest, opts ...grpc.CallOption) (*WithMinExponentDigitsResponse, error)
}
ScientificNotationServiceClient is the client API for ScientificNotationService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewScientificNotationServiceClient ¶
func NewScientificNotationServiceClient(cc grpc.ClientConnInterface) ScientificNotationServiceClient
type ScientificNotationServiceServer ¶
type ScientificNotationServiceServer interface {
WithExponentSignDisplay(context.Context, *WithExponentSignDisplayRequest) (*WithExponentSignDisplayResponse, error)
WithMinExponentDigits(context.Context, *WithMinExponentDigitsRequest) (*WithMinExponentDigitsResponse, error)
// contains filtered or unexported methods
}
ScientificNotationServiceServer is the server API for ScientificNotationService service. All implementations must embed UnimplementedScientificNotationServiceServer for forward compatibility.
type ScientificRequest ¶
type ScientificRequest struct {
// contains filtered or unexported fields
}
func (*ScientificRequest) Descriptor
deprecated
func (*ScientificRequest) Descriptor() ([]byte, []int)
Deprecated: Use ScientificRequest.ProtoReflect.Descriptor instead.
func (*ScientificRequest) ProtoMessage ¶
func (*ScientificRequest) ProtoMessage()
func (*ScientificRequest) ProtoReflect ¶
func (x *ScientificRequest) ProtoReflect() protoreflect.Message
func (*ScientificRequest) Reset ¶
func (x *ScientificRequest) Reset()
func (*ScientificRequest) String ¶
func (x *ScientificRequest) String() string
type ScientificResponse ¶
type ScientificResponse struct {
Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
// contains filtered or unexported fields
}
func (*ScientificResponse) Descriptor
deprecated
func (*ScientificResponse) Descriptor() ([]byte, []int)
Deprecated: Use ScientificResponse.ProtoReflect.Descriptor instead.
func (*ScientificResponse) GetResult ¶
func (x *ScientificResponse) GetResult() int64
func (*ScientificResponse) ProtoMessage ¶
func (*ScientificResponse) ProtoMessage()
func (*ScientificResponse) ProtoReflect ¶
func (x *ScientificResponse) ProtoReflect() protoreflect.Message
func (*ScientificResponse) Reset ¶
func (x *ScientificResponse) Reset()
func (*ScientificResponse) String ¶
func (x *ScientificResponse) String() string
type SimpleRequest ¶
type SimpleRequest struct {
// contains filtered or unexported fields
}
func (*SimpleRequest) Descriptor
deprecated
func (*SimpleRequest) Descriptor() ([]byte, []int)
Deprecated: Use SimpleRequest.ProtoReflect.Descriptor instead.
func (*SimpleRequest) ProtoMessage ¶
func (*SimpleRequest) ProtoMessage()
func (*SimpleRequest) ProtoReflect ¶
func (x *SimpleRequest) ProtoReflect() protoreflect.Message
func (*SimpleRequest) Reset ¶
func (x *SimpleRequest) Reset()
func (*SimpleRequest) String ¶
func (x *SimpleRequest) String() string
type SimpleResponse ¶
type SimpleResponse struct {
Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
// contains filtered or unexported fields
}
func (*SimpleResponse) Descriptor
deprecated
func (*SimpleResponse) Descriptor() ([]byte, []int)
Deprecated: Use SimpleResponse.ProtoReflect.Descriptor instead.
func (*SimpleResponse) GetResult ¶
func (x *SimpleResponse) GetResult() int64
func (*SimpleResponse) ProtoMessage ¶
func (*SimpleResponse) ProtoMessage()
func (*SimpleResponse) ProtoReflect ¶
func (x *SimpleResponse) ProtoReflect() protoreflect.Message
func (*SimpleResponse) Reset ¶
func (x *SimpleResponse) Reset()
func (*SimpleResponse) String ¶
func (x *SimpleResponse) String() string
type SubSequenceRequest ¶
type SubSequenceRequest struct {
Arg0 int32 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
Arg1 int32 `protobuf:"varint,2,opt,name=arg1,proto3" json:"arg1,omitempty"`
// contains filtered or unexported fields
}
func (*SubSequenceRequest) Descriptor
deprecated
func (*SubSequenceRequest) Descriptor() ([]byte, []int)
Deprecated: Use SubSequenceRequest.ProtoReflect.Descriptor instead.
func (*SubSequenceRequest) GetArg0 ¶
func (x *SubSequenceRequest) GetArg0() int32
func (*SubSequenceRequest) GetArg1 ¶
func (x *SubSequenceRequest) GetArg1() int32
func (*SubSequenceRequest) ProtoMessage ¶
func (*SubSequenceRequest) ProtoMessage()
func (*SubSequenceRequest) ProtoReflect ¶
func (x *SubSequenceRequest) ProtoReflect() protoreflect.Message
func (*SubSequenceRequest) Reset ¶
func (x *SubSequenceRequest) Reset()
func (*SubSequenceRequest) String ¶
func (x *SubSequenceRequest) String() string
type SubSequenceResponse ¶
type SubSequenceResponse struct {
Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
// contains filtered or unexported fields
}
func (*SubSequenceResponse) Descriptor
deprecated
func (*SubSequenceResponse) Descriptor() ([]byte, []int)
Deprecated: Use SubSequenceResponse.ProtoReflect.Descriptor instead.
func (*SubSequenceResponse) GetResult ¶
func (x *SubSequenceResponse) GetResult() int64
func (*SubSequenceResponse) ProtoMessage ¶
func (*SubSequenceResponse) ProtoMessage()
func (*SubSequenceResponse) ProtoReflect ¶
func (x *SubSequenceResponse) ProtoReflect() protoreflect.Message
func (*SubSequenceResponse) Reset ¶
func (x *SubSequenceResponse) Reset()
func (*SubSequenceResponse) String ¶
func (x *SubSequenceResponse) String() string
type ToBigDecimalRequest ¶
type ToBigDecimalRequest struct {
// contains filtered or unexported fields
}
func (*ToBigDecimalRequest) Descriptor
deprecated
func (*ToBigDecimalRequest) Descriptor() ([]byte, []int)
Deprecated: Use ToBigDecimalRequest.ProtoReflect.Descriptor instead.
func (*ToBigDecimalRequest) ProtoMessage ¶
func (*ToBigDecimalRequest) ProtoMessage()
func (*ToBigDecimalRequest) ProtoReflect ¶
func (x *ToBigDecimalRequest) ProtoReflect() protoreflect.Message
func (*ToBigDecimalRequest) Reset ¶
func (x *ToBigDecimalRequest) Reset()
func (*ToBigDecimalRequest) String ¶
func (x *ToBigDecimalRequest) String() string
type ToBigDecimalResponse ¶
type ToBigDecimalResponse struct {
Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
// contains filtered or unexported fields
}
func (*ToBigDecimalResponse) Descriptor
deprecated
func (*ToBigDecimalResponse) Descriptor() ([]byte, []int)
Deprecated: Use ToBigDecimalResponse.ProtoReflect.Descriptor instead.
func (*ToBigDecimalResponse) GetResult ¶
func (x *ToBigDecimalResponse) GetResult() int64
func (*ToBigDecimalResponse) ProtoMessage ¶
func (*ToBigDecimalResponse) ProtoMessage()
func (*ToBigDecimalResponse) ProtoReflect ¶
func (x *ToBigDecimalResponse) ProtoReflect() protoreflect.Message
func (*ToBigDecimalResponse) Reset ¶
func (x *ToBigDecimalResponse) Reset()
func (*ToBigDecimalResponse) String ¶
func (x *ToBigDecimalResponse) String() string
type ToCharacterIteratorRequest ¶
type ToCharacterIteratorRequest struct {
// contains filtered or unexported fields
}
func (*ToCharacterIteratorRequest) Descriptor
deprecated
func (*ToCharacterIteratorRequest) Descriptor() ([]byte, []int)
Deprecated: Use ToCharacterIteratorRequest.ProtoReflect.Descriptor instead.
func (*ToCharacterIteratorRequest) ProtoMessage ¶
func (*ToCharacterIteratorRequest) ProtoMessage()
func (*ToCharacterIteratorRequest) ProtoReflect ¶
func (x *ToCharacterIteratorRequest) ProtoReflect() protoreflect.Message
func (*ToCharacterIteratorRequest) Reset ¶
func (x *ToCharacterIteratorRequest) Reset()
func (*ToCharacterIteratorRequest) String ¶
func (x *ToCharacterIteratorRequest) String() string
type ToCharacterIteratorResponse ¶
type ToCharacterIteratorResponse struct {
Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
// contains filtered or unexported fields
}
func (*ToCharacterIteratorResponse) Descriptor
deprecated
func (*ToCharacterIteratorResponse) Descriptor() ([]byte, []int)
Deprecated: Use ToCharacterIteratorResponse.ProtoReflect.Descriptor instead.
func (*ToCharacterIteratorResponse) GetResult ¶
func (x *ToCharacterIteratorResponse) GetResult() int64
func (*ToCharacterIteratorResponse) ProtoMessage ¶
func (*ToCharacterIteratorResponse) ProtoMessage()
func (*ToCharacterIteratorResponse) ProtoReflect ¶
func (x *ToCharacterIteratorResponse) ProtoReflect() protoreflect.Message
func (*ToCharacterIteratorResponse) Reset ¶
func (x *ToCharacterIteratorResponse) Reset()
func (*ToCharacterIteratorResponse) String ¶
func (x *ToCharacterIteratorResponse) String() string
type ToFormatRequest ¶
type ToFormatRequest struct {
// contains filtered or unexported fields
}
func (*ToFormatRequest) Descriptor
deprecated
func (*ToFormatRequest) Descriptor() ([]byte, []int)
Deprecated: Use ToFormatRequest.ProtoReflect.Descriptor instead.
func (*ToFormatRequest) ProtoMessage ¶
func (*ToFormatRequest) ProtoMessage()
func (*ToFormatRequest) ProtoReflect ¶
func (x *ToFormatRequest) ProtoReflect() protoreflect.Message
func (*ToFormatRequest) Reset ¶
func (x *ToFormatRequest) Reset()
func (*ToFormatRequest) String ¶
func (x *ToFormatRequest) String() string
type ToFormatResponse ¶
type ToFormatResponse struct {
Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
// contains filtered or unexported fields
}
func (*ToFormatResponse) Descriptor
deprecated
func (*ToFormatResponse) Descriptor() ([]byte, []int)
Deprecated: Use ToFormatResponse.ProtoReflect.Descriptor instead.
func (*ToFormatResponse) GetResult ¶
func (x *ToFormatResponse) GetResult() int64
func (*ToFormatResponse) ProtoMessage ¶
func (*ToFormatResponse) ProtoMessage()
func (*ToFormatResponse) ProtoReflect ¶
func (x *ToFormatResponse) ProtoReflect() protoreflect.Message
func (*ToFormatResponse) Reset ¶
func (x *ToFormatResponse) Reset()
func (*ToFormatResponse) String ¶
func (x *ToFormatResponse) String() string
type ToStringRequest ¶
type ToStringRequest struct {
// contains filtered or unexported fields
}
func (*ToStringRequest) Descriptor
deprecated
func (*ToStringRequest) Descriptor() ([]byte, []int)
Deprecated: Use ToStringRequest.ProtoReflect.Descriptor instead.
func (*ToStringRequest) ProtoMessage ¶
func (*ToStringRequest) ProtoMessage()
func (*ToStringRequest) ProtoReflect ¶
func (x *ToStringRequest) ProtoReflect() protoreflect.Message
func (*ToStringRequest) Reset ¶
func (x *ToStringRequest) Reset()
func (*ToStringRequest) String ¶
func (x *ToStringRequest) String() string
type ToStringResponse ¶
type ToStringResponse struct {
Result string `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
// contains filtered or unexported fields
}
func (*ToStringResponse) Descriptor
deprecated
func (*ToStringResponse) Descriptor() ([]byte, []int)
Deprecated: Use ToStringResponse.ProtoReflect.Descriptor instead.
func (*ToStringResponse) GetResult ¶
func (x *ToStringResponse) GetResult() string
func (*ToStringResponse) ProtoMessage ¶
func (*ToStringResponse) ProtoMessage()
func (*ToStringResponse) ProtoReflect ¶
func (x *ToStringResponse) ProtoReflect() protoreflect.Message
func (*ToStringResponse) Reset ¶
func (x *ToStringResponse) Reset()
func (*ToStringResponse) String ¶
func (x *ToStringResponse) String() string
type TrailingZeroDisplayRequest ¶
type TrailingZeroDisplayRequest struct {
Arg0 int64 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
// contains filtered or unexported fields
}
func (*TrailingZeroDisplayRequest) Descriptor
deprecated
func (*TrailingZeroDisplayRequest) Descriptor() ([]byte, []int)
Deprecated: Use TrailingZeroDisplayRequest.ProtoReflect.Descriptor instead.
func (*TrailingZeroDisplayRequest) GetArg0 ¶
func (x *TrailingZeroDisplayRequest) GetArg0() int64
func (*TrailingZeroDisplayRequest) ProtoMessage ¶
func (*TrailingZeroDisplayRequest) ProtoMessage()
func (*TrailingZeroDisplayRequest) ProtoReflect ¶
func (x *TrailingZeroDisplayRequest) ProtoReflect() protoreflect.Message
func (*TrailingZeroDisplayRequest) Reset ¶
func (x *TrailingZeroDisplayRequest) Reset()
func (*TrailingZeroDisplayRequest) String ¶
func (x *TrailingZeroDisplayRequest) String() string
type TrailingZeroDisplayResponse ¶
type TrailingZeroDisplayResponse struct {
Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
// contains filtered or unexported fields
}
func (*TrailingZeroDisplayResponse) Descriptor
deprecated
func (*TrailingZeroDisplayResponse) Descriptor() ([]byte, []int)
Deprecated: Use TrailingZeroDisplayResponse.ProtoReflect.Descriptor instead.
func (*TrailingZeroDisplayResponse) GetResult ¶
func (x *TrailingZeroDisplayResponse) GetResult() int64
func (*TrailingZeroDisplayResponse) ProtoMessage ¶
func (*TrailingZeroDisplayResponse) ProtoMessage()
func (*TrailingZeroDisplayResponse) ProtoReflect ¶
func (x *TrailingZeroDisplayResponse) ProtoReflect() protoreflect.Message
func (*TrailingZeroDisplayResponse) Reset ¶
func (x *TrailingZeroDisplayResponse) Reset()
func (*TrailingZeroDisplayResponse) String ¶
func (x *TrailingZeroDisplayResponse) String() string
type TruncateAtRequest ¶
type TruncateAtRequest struct {
Arg0 int32 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
// contains filtered or unexported fields
}
func (*TruncateAtRequest) Descriptor
deprecated
func (*TruncateAtRequest) Descriptor() ([]byte, []int)
Deprecated: Use TruncateAtRequest.ProtoReflect.Descriptor instead.
func (*TruncateAtRequest) GetArg0 ¶
func (x *TruncateAtRequest) GetArg0() int32
func (*TruncateAtRequest) ProtoMessage ¶
func (*TruncateAtRequest) ProtoMessage()
func (*TruncateAtRequest) ProtoReflect ¶
func (x *TruncateAtRequest) ProtoReflect() protoreflect.Message
func (*TruncateAtRequest) Reset ¶
func (x *TruncateAtRequest) Reset()
func (*TruncateAtRequest) String ¶
func (x *TruncateAtRequest) String() string
type TruncateAtResponse ¶
type TruncateAtResponse struct {
Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
// contains filtered or unexported fields
}
func (*TruncateAtResponse) Descriptor
deprecated
func (*TruncateAtResponse) Descriptor() ([]byte, []int)
Deprecated: Use TruncateAtResponse.ProtoReflect.Descriptor instead.
func (*TruncateAtResponse) GetResult ¶
func (x *TruncateAtResponse) GetResult() int64
func (*TruncateAtResponse) ProtoMessage ¶
func (*TruncateAtResponse) ProtoMessage()
func (*TruncateAtResponse) ProtoReflect ¶
func (x *TruncateAtResponse) ProtoReflect() protoreflect.Message
func (*TruncateAtResponse) Reset ¶
func (x *TruncateAtResponse) Reset()
func (*TruncateAtResponse) String ¶
func (x *TruncateAtResponse) String() string
type UnimplementedCurrencyPrecisionServiceServer ¶
type UnimplementedCurrencyPrecisionServiceServer struct{}
UnimplementedCurrencyPrecisionServiceServer must be embedded to have forward compatible implementations.
NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.
func (UnimplementedCurrencyPrecisionServiceServer) WithCurrency ¶
func (UnimplementedCurrencyPrecisionServiceServer) WithCurrency(context.Context, *WithCurrencyRequest) (*WithCurrencyResponse, error)
type UnimplementedFormattedNumberRangeServiceServer ¶
type UnimplementedFormattedNumberRangeServiceServer struct{}
UnimplementedFormattedNumberRangeServiceServer must be embedded to have forward compatible implementations.
NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.
func (UnimplementedFormattedNumberRangeServiceServer) CharAt ¶
func (UnimplementedFormattedNumberRangeServiceServer) CharAt(context.Context, *CharAtRequest) (*CharAtResponse, error)
func (UnimplementedFormattedNumberRangeServiceServer) Equals ¶
func (UnimplementedFormattedNumberRangeServiceServer) Equals(context.Context, *EqualsRequest) (*EqualsResponse, error)
func (UnimplementedFormattedNumberRangeServiceServer) GetFirstBigDecimal ¶
func (UnimplementedFormattedNumberRangeServiceServer) GetFirstBigDecimal(context.Context, *GetFirstBigDecimalRequest) (*GetFirstBigDecimalResponse, error)
func (UnimplementedFormattedNumberRangeServiceServer) GetIdentityResult ¶
func (UnimplementedFormattedNumberRangeServiceServer) GetIdentityResult(context.Context, *GetIdentityResultRequest) (*GetIdentityResultResponse, error)
func (UnimplementedFormattedNumberRangeServiceServer) GetSecondBigDecimal ¶
func (UnimplementedFormattedNumberRangeServiceServer) GetSecondBigDecimal(context.Context, *GetSecondBigDecimalRequest) (*GetSecondBigDecimalResponse, error)
func (UnimplementedFormattedNumberRangeServiceServer) HashCode ¶
func (UnimplementedFormattedNumberRangeServiceServer) HashCode(context.Context, *HashCodeRequest) (*HashCodeResponse, error)
func (UnimplementedFormattedNumberRangeServiceServer) Length ¶
func (UnimplementedFormattedNumberRangeServiceServer) Length(context.Context, *LengthRequest) (*LengthResponse, error)
func (UnimplementedFormattedNumberRangeServiceServer) NextPosition ¶
func (UnimplementedFormattedNumberRangeServiceServer) NextPosition(context.Context, *NextPositionRequest) (*NextPositionResponse, error)
func (UnimplementedFormattedNumberRangeServiceServer) SubSequence ¶
func (UnimplementedFormattedNumberRangeServiceServer) SubSequence(context.Context, *SubSequenceRequest) (*SubSequenceResponse, error)
func (UnimplementedFormattedNumberRangeServiceServer) ToCharacterIterator ¶
func (UnimplementedFormattedNumberRangeServiceServer) ToCharacterIterator(context.Context, *ToCharacterIteratorRequest) (*ToCharacterIteratorResponse, error)
func (UnimplementedFormattedNumberRangeServiceServer) ToString ¶
func (UnimplementedFormattedNumberRangeServiceServer) ToString(context.Context, *ToStringRequest) (*ToStringResponse, error)
type UnimplementedFormattedNumberServiceServer ¶
type UnimplementedFormattedNumberServiceServer struct{}
UnimplementedFormattedNumberServiceServer must be embedded to have forward compatible implementations.
NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.
func (UnimplementedFormattedNumberServiceServer) CharAt ¶
func (UnimplementedFormattedNumberServiceServer) CharAt(context.Context, *CharAtRequest) (*CharAtResponse, error)
func (UnimplementedFormattedNumberServiceServer) GetNounClass ¶
func (UnimplementedFormattedNumberServiceServer) GetNounClass(context.Context, *GetNounClassRequest) (*GetNounClassResponse, error)
func (UnimplementedFormattedNumberServiceServer) GetOutputUnit ¶
func (UnimplementedFormattedNumberServiceServer) GetOutputUnit(context.Context, *GetOutputUnitRequest) (*GetOutputUnitResponse, error)
func (UnimplementedFormattedNumberServiceServer) Length ¶
func (UnimplementedFormattedNumberServiceServer) Length(context.Context, *LengthRequest) (*LengthResponse, error)
func (UnimplementedFormattedNumberServiceServer) NextPosition ¶
func (UnimplementedFormattedNumberServiceServer) NextPosition(context.Context, *NextPositionRequest) (*NextPositionResponse, error)
func (UnimplementedFormattedNumberServiceServer) SubSequence ¶
func (UnimplementedFormattedNumberServiceServer) SubSequence(context.Context, *SubSequenceRequest) (*SubSequenceResponse, error)
func (UnimplementedFormattedNumberServiceServer) ToBigDecimal ¶
func (UnimplementedFormattedNumberServiceServer) ToBigDecimal(context.Context, *ToBigDecimalRequest) (*ToBigDecimalResponse, error)
func (UnimplementedFormattedNumberServiceServer) ToCharacterIterator ¶
func (UnimplementedFormattedNumberServiceServer) ToCharacterIterator(context.Context, *ToCharacterIteratorRequest) (*ToCharacterIteratorResponse, error)
func (UnimplementedFormattedNumberServiceServer) ToString ¶
func (UnimplementedFormattedNumberServiceServer) ToString(context.Context, *ToStringRequest) (*ToStringResponse, error)
type UnimplementedFormatterDecimalSeparatorDisplayServiceServer ¶
type UnimplementedFormatterDecimalSeparatorDisplayServiceServer struct{}
UnimplementedFormatterDecimalSeparatorDisplayServiceServer must be embedded to have forward compatible implementations.
NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.
func (UnimplementedFormatterDecimalSeparatorDisplayServiceServer) ValueOf ¶
func (UnimplementedFormatterDecimalSeparatorDisplayServiceServer) ValueOf(context.Context, *ValueOfRequest) (*ValueOfResponse, error)
func (UnimplementedFormatterDecimalSeparatorDisplayServiceServer) Values ¶
func (UnimplementedFormatterDecimalSeparatorDisplayServiceServer) Values(context.Context, *ValuesRequest) (*ValuesResponse, error)
type UnimplementedFormatterGroupingStrategyServiceServer ¶
type UnimplementedFormatterGroupingStrategyServiceServer struct{}
UnimplementedFormatterGroupingStrategyServiceServer must be embedded to have forward compatible implementations.
NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.
func (UnimplementedFormatterGroupingStrategyServiceServer) ValueOf ¶
func (UnimplementedFormatterGroupingStrategyServiceServer) ValueOf(context.Context, *ValueOfRequest) (*ValueOfResponse, error)
func (UnimplementedFormatterGroupingStrategyServiceServer) Values ¶
func (UnimplementedFormatterGroupingStrategyServiceServer) Values(context.Context, *ValuesRequest) (*ValuesResponse, error)
type UnimplementedFormatterRoundingPriorityServiceServer ¶
type UnimplementedFormatterRoundingPriorityServiceServer struct{}
UnimplementedFormatterRoundingPriorityServiceServer must be embedded to have forward compatible implementations.
NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.
func (UnimplementedFormatterRoundingPriorityServiceServer) ValueOf ¶
func (UnimplementedFormatterRoundingPriorityServiceServer) ValueOf(context.Context, *ValueOfRequest) (*ValueOfResponse, error)
func (UnimplementedFormatterRoundingPriorityServiceServer) Values ¶
func (UnimplementedFormatterRoundingPriorityServiceServer) Values(context.Context, *ValuesRequest) (*ValuesResponse, error)
type UnimplementedFormatterServiceServer ¶
type UnimplementedFormatterServiceServer struct{}
UnimplementedFormatterServiceServer must be embedded to have forward compatible implementations.
NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.
func (UnimplementedFormatterServiceServer) With ¶
func (UnimplementedFormatterServiceServer) With(context.Context, *WithRequest) (*WithResponse, error)
func (UnimplementedFormatterServiceServer) WithLocale1 ¶
func (UnimplementedFormatterServiceServer) WithLocale1(context.Context, *WithLocale1Request) (*WithLocale1Response, error)
func (UnimplementedFormatterServiceServer) WithLocale1_1 ¶
func (UnimplementedFormatterServiceServer) WithLocale1_1(context.Context, *WithLocale1_1Request) (*WithLocale1_1Response, error)
type UnimplementedFormatterSettingsServiceServer ¶
type UnimplementedFormatterSettingsServiceServer struct{}
UnimplementedFormatterSettingsServiceServer must be embedded to have forward compatible implementations.
NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.
func (UnimplementedFormatterSettingsServiceServer) Equals ¶
func (UnimplementedFormatterSettingsServiceServer) Equals(context.Context, *EqualsRequest) (*EqualsResponse, error)
func (UnimplementedFormatterSettingsServiceServer) HashCode ¶
func (UnimplementedFormatterSettingsServiceServer) HashCode(context.Context, *HashCodeRequest) (*HashCodeResponse, error)
type UnimplementedFormatterSignDisplayServiceServer ¶
type UnimplementedFormatterSignDisplayServiceServer struct{}
UnimplementedFormatterSignDisplayServiceServer must be embedded to have forward compatible implementations.
NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.
func (UnimplementedFormatterSignDisplayServiceServer) ValueOf ¶
func (UnimplementedFormatterSignDisplayServiceServer) ValueOf(context.Context, *ValueOfRequest) (*ValueOfResponse, error)
func (UnimplementedFormatterSignDisplayServiceServer) Values ¶
func (UnimplementedFormatterSignDisplayServiceServer) Values(context.Context, *ValuesRequest) (*ValuesResponse, error)
type UnimplementedFormatterTrailingZeroDisplayServiceServer ¶
type UnimplementedFormatterTrailingZeroDisplayServiceServer struct{}
UnimplementedFormatterTrailingZeroDisplayServiceServer must be embedded to have forward compatible implementations.
NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.
func (UnimplementedFormatterTrailingZeroDisplayServiceServer) ValueOf ¶
func (UnimplementedFormatterTrailingZeroDisplayServiceServer) ValueOf(context.Context, *ValueOfRequest) (*ValueOfResponse, error)
func (UnimplementedFormatterTrailingZeroDisplayServiceServer) Values ¶
func (UnimplementedFormatterTrailingZeroDisplayServiceServer) Values(context.Context, *ValuesRequest) (*ValuesResponse, error)
type UnimplementedFormatterUnitWidthServiceServer ¶
type UnimplementedFormatterUnitWidthServiceServer struct{}
UnimplementedFormatterUnitWidthServiceServer must be embedded to have forward compatible implementations.
NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.
func (UnimplementedFormatterUnitWidthServiceServer) ValueOf ¶
func (UnimplementedFormatterUnitWidthServiceServer) ValueOf(context.Context, *ValueOfRequest) (*ValueOfResponse, error)
func (UnimplementedFormatterUnitWidthServiceServer) Values ¶
func (UnimplementedFormatterUnitWidthServiceServer) Values(context.Context, *ValuesRequest) (*ValuesResponse, error)
type UnimplementedFractionPrecisionServiceServer ¶
type UnimplementedFractionPrecisionServiceServer struct{}
UnimplementedFractionPrecisionServiceServer must be embedded to have forward compatible implementations.
NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.
func (UnimplementedFractionPrecisionServiceServer) WithMaxDigits ¶
func (UnimplementedFractionPrecisionServiceServer) WithMaxDigits(context.Context, *WithMaxDigitsRequest) (*WithMaxDigitsResponse, error)
func (UnimplementedFractionPrecisionServiceServer) WithMinDigits ¶
func (UnimplementedFractionPrecisionServiceServer) WithMinDigits(context.Context, *WithMinDigitsRequest) (*WithMinDigitsResponse, error)
func (UnimplementedFractionPrecisionServiceServer) WithSignificantDigits ¶
func (UnimplementedFractionPrecisionServiceServer) WithSignificantDigits(context.Context, *WithSignificantDigitsRequest) (*WithSignificantDigitsResponse, error)
type UnimplementedIntegerWidthServiceServer ¶
type UnimplementedIntegerWidthServiceServer struct{}
UnimplementedIntegerWidthServiceServer must be embedded to have forward compatible implementations.
NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.
func (UnimplementedIntegerWidthServiceServer) TruncateAt ¶
func (UnimplementedIntegerWidthServiceServer) TruncateAt(context.Context, *TruncateAtRequest) (*TruncateAtResponse, error)
func (UnimplementedIntegerWidthServiceServer) ZeroFillTo ¶
func (UnimplementedIntegerWidthServiceServer) ZeroFillTo(context.Context, *ZeroFillToRequest) (*ZeroFillToResponse, error)
type UnimplementedLocalizedNumberFormatterServiceServer ¶
type UnimplementedLocalizedNumberFormatterServiceServer struct{}
UnimplementedLocalizedNumberFormatterServiceServer must be embedded to have forward compatible implementations.
NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.
func (UnimplementedLocalizedNumberFormatterServiceServer) Format1 ¶
func (UnimplementedLocalizedNumberFormatterServiceServer) Format1(context.Context, *Format1Request) (*Format1Response, error)
func (UnimplementedLocalizedNumberFormatterServiceServer) Format1_1 ¶
func (UnimplementedLocalizedNumberFormatterServiceServer) Format1_1(context.Context, *Format1_1Request) (*Format1_1Response, error)
func (UnimplementedLocalizedNumberFormatterServiceServer) Format1_2 ¶
func (UnimplementedLocalizedNumberFormatterServiceServer) Format1_2(context.Context, *Format1_2Request) (*Format1_2Response, error)
func (UnimplementedLocalizedNumberFormatterServiceServer) Format1_3 ¶
func (UnimplementedLocalizedNumberFormatterServiceServer) Format1_3(context.Context, *Format1_3Request) (*Format1_3Response, error)
func (UnimplementedLocalizedNumberFormatterServiceServer) ToFormat ¶
func (UnimplementedLocalizedNumberFormatterServiceServer) ToFormat(context.Context, *ToFormatRequest) (*ToFormatResponse, error)
func (UnimplementedLocalizedNumberFormatterServiceServer) WithoutLocale ¶
func (UnimplementedLocalizedNumberFormatterServiceServer) WithoutLocale(context.Context, *WithoutLocaleRequest) (*WithoutLocaleResponse, error)
type UnimplementedLocalizedNumberRangeFormatterServiceServer ¶
type UnimplementedLocalizedNumberRangeFormatterServiceServer struct{}
UnimplementedLocalizedNumberRangeFormatterServiceServer must be embedded to have forward compatible implementations.
NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.
func (UnimplementedLocalizedNumberRangeFormatterServiceServer) FormatRange2 ¶
func (UnimplementedLocalizedNumberRangeFormatterServiceServer) FormatRange2(context.Context, *FormatRange2Request) (*FormatRange2Response, error)
func (UnimplementedLocalizedNumberRangeFormatterServiceServer) FormatRange2_1 ¶
func (UnimplementedLocalizedNumberRangeFormatterServiceServer) FormatRange2_1(context.Context, *FormatRange2_1Request) (*FormatRange2_1Response, error)
func (UnimplementedLocalizedNumberRangeFormatterServiceServer) FormatRange2_2 ¶
func (UnimplementedLocalizedNumberRangeFormatterServiceServer) FormatRange2_2(context.Context, *FormatRange2_2Request) (*FormatRange2_2Response, error)
func (UnimplementedLocalizedNumberRangeFormatterServiceServer) WithoutLocale ¶
func (UnimplementedLocalizedNumberRangeFormatterServiceServer) WithoutLocale(context.Context, *WithoutLocaleRequest) (*WithoutLocaleResponse, error)
type UnimplementedNotationServiceServer ¶
type UnimplementedNotationServiceServer struct{}
UnimplementedNotationServiceServer must be embedded to have forward compatible implementations.
NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.
func (UnimplementedNotationServiceServer) CompactLong ¶
func (UnimplementedNotationServiceServer) CompactLong(context.Context, *CompactLongRequest) (*CompactLongResponse, error)
func (UnimplementedNotationServiceServer) CompactShort ¶
func (UnimplementedNotationServiceServer) CompactShort(context.Context, *CompactShortRequest) (*CompactShortResponse, error)
func (UnimplementedNotationServiceServer) Engineering ¶
func (UnimplementedNotationServiceServer) Engineering(context.Context, *EngineeringRequest) (*EngineeringResponse, error)
func (UnimplementedNotationServiceServer) Scientific ¶
func (UnimplementedNotationServiceServer) Scientific(context.Context, *ScientificRequest) (*ScientificResponse, error)
func (UnimplementedNotationServiceServer) Simple ¶
func (UnimplementedNotationServiceServer) Simple(context.Context, *SimpleRequest) (*SimpleResponse, error)
type UnimplementedPrecisionServiceServer ¶
type UnimplementedPrecisionServiceServer struct{}
UnimplementedPrecisionServiceServer must be embedded to have forward compatible implementations.
NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.
func (UnimplementedPrecisionServiceServer) Currency ¶
func (UnimplementedPrecisionServiceServer) Currency(context.Context, *CurrencyRequest) (*CurrencyResponse, error)
func (UnimplementedPrecisionServiceServer) FixedFraction ¶
func (UnimplementedPrecisionServiceServer) FixedFraction(context.Context, *FixedFractionRequest) (*FixedFractionResponse, error)
func (UnimplementedPrecisionServiceServer) FixedSignificantDigits ¶
func (UnimplementedPrecisionServiceServer) FixedSignificantDigits(context.Context, *FixedSignificantDigitsRequest) (*FixedSignificantDigitsResponse, error)
func (UnimplementedPrecisionServiceServer) Increment ¶
func (UnimplementedPrecisionServiceServer) Increment(context.Context, *IncrementRequest) (*IncrementResponse, error)
func (UnimplementedPrecisionServiceServer) Integer ¶
func (UnimplementedPrecisionServiceServer) Integer(context.Context, *IntegerRequest) (*IntegerResponse, error)
func (UnimplementedPrecisionServiceServer) MaxFraction ¶
func (UnimplementedPrecisionServiceServer) MaxFraction(context.Context, *MaxFractionRequest) (*MaxFractionResponse, error)
func (UnimplementedPrecisionServiceServer) MaxSignificantDigits ¶
func (UnimplementedPrecisionServiceServer) MaxSignificantDigits(context.Context, *MaxSignificantDigitsRequest) (*MaxSignificantDigitsResponse, error)
func (UnimplementedPrecisionServiceServer) MinFraction ¶
func (UnimplementedPrecisionServiceServer) MinFraction(context.Context, *MinFractionRequest) (*MinFractionResponse, error)
func (UnimplementedPrecisionServiceServer) MinMaxFraction ¶
func (UnimplementedPrecisionServiceServer) MinMaxFraction(context.Context, *MinMaxFractionRequest) (*MinMaxFractionResponse, error)
func (UnimplementedPrecisionServiceServer) MinMaxSignificantDigits ¶
func (UnimplementedPrecisionServiceServer) MinMaxSignificantDigits(context.Context, *MinMaxSignificantDigitsRequest) (*MinMaxSignificantDigitsResponse, error)
func (UnimplementedPrecisionServiceServer) MinSignificantDigits ¶
func (UnimplementedPrecisionServiceServer) MinSignificantDigits(context.Context, *MinSignificantDigitsRequest) (*MinSignificantDigitsResponse, error)
func (UnimplementedPrecisionServiceServer) TrailingZeroDisplay ¶
func (UnimplementedPrecisionServiceServer) TrailingZeroDisplay(context.Context, *TrailingZeroDisplayRequest) (*TrailingZeroDisplayResponse, error)
func (UnimplementedPrecisionServiceServer) Unlimited ¶
func (UnimplementedPrecisionServiceServer) Unlimited(context.Context, *UnlimitedRequest) (*UnlimitedResponse, error)
type UnimplementedRangeFormatterRangeCollapseServiceServer ¶
type UnimplementedRangeFormatterRangeCollapseServiceServer struct{}
UnimplementedRangeFormatterRangeCollapseServiceServer must be embedded to have forward compatible implementations.
NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.
func (UnimplementedRangeFormatterRangeCollapseServiceServer) ValueOf ¶
func (UnimplementedRangeFormatterRangeCollapseServiceServer) ValueOf(context.Context, *ValueOfRequest) (*ValueOfResponse, error)
func (UnimplementedRangeFormatterRangeCollapseServiceServer) Values ¶
func (UnimplementedRangeFormatterRangeCollapseServiceServer) Values(context.Context, *ValuesRequest) (*ValuesResponse, error)
type UnimplementedRangeFormatterRangeIdentityFallbackServiceServer ¶
type UnimplementedRangeFormatterRangeIdentityFallbackServiceServer struct{}
UnimplementedRangeFormatterRangeIdentityFallbackServiceServer must be embedded to have forward compatible implementations.
NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.
type UnimplementedRangeFormatterRangeIdentityResultServiceServer ¶
type UnimplementedRangeFormatterRangeIdentityResultServiceServer struct{}
UnimplementedRangeFormatterRangeIdentityResultServiceServer must be embedded to have forward compatible implementations.
NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.
func (UnimplementedRangeFormatterRangeIdentityResultServiceServer) ValueOf ¶
func (UnimplementedRangeFormatterRangeIdentityResultServiceServer) ValueOf(context.Context, *ValueOfRequest) (*ValueOfResponse, error)
type UnimplementedRangeFormatterServiceServer ¶
type UnimplementedRangeFormatterServiceServer struct{}
UnimplementedRangeFormatterServiceServer must be embedded to have forward compatible implementations.
NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.
func (UnimplementedRangeFormatterServiceServer) With ¶
func (UnimplementedRangeFormatterServiceServer) With(context.Context, *WithRequest) (*WithResponse, error)
func (UnimplementedRangeFormatterServiceServer) WithLocale1 ¶
func (UnimplementedRangeFormatterServiceServer) WithLocale1(context.Context, *WithLocale1Request) (*WithLocale1Response, error)
func (UnimplementedRangeFormatterServiceServer) WithLocale1_1 ¶
func (UnimplementedRangeFormatterServiceServer) WithLocale1_1(context.Context, *WithLocale1_1Request) (*WithLocale1_1Response, error)
type UnimplementedRangeFormatterSettingsServiceServer ¶
type UnimplementedRangeFormatterSettingsServiceServer struct{}
UnimplementedRangeFormatterSettingsServiceServer must be embedded to have forward compatible implementations.
NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.
func (UnimplementedRangeFormatterSettingsServiceServer) Equals ¶
func (UnimplementedRangeFormatterSettingsServiceServer) Equals(context.Context, *EqualsRequest) (*EqualsResponse, error)
func (UnimplementedRangeFormatterSettingsServiceServer) HashCode ¶
func (UnimplementedRangeFormatterSettingsServiceServer) HashCode(context.Context, *HashCodeRequest) (*HashCodeResponse, error)
type UnimplementedScaleServiceServer ¶
type UnimplementedScaleServiceServer struct{}
UnimplementedScaleServiceServer must be embedded to have forward compatible implementations.
NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.
func (UnimplementedScaleServiceServer) ByBigDecimal ¶
func (UnimplementedScaleServiceServer) ByBigDecimal(context.Context, *ByBigDecimalRequest) (*ByBigDecimalResponse, error)
func (UnimplementedScaleServiceServer) ByDouble ¶
func (UnimplementedScaleServiceServer) ByDouble(context.Context, *ByDoubleRequest) (*ByDoubleResponse, error)
func (UnimplementedScaleServiceServer) ByDoubleAndPowerOfTen ¶
func (UnimplementedScaleServiceServer) ByDoubleAndPowerOfTen(context.Context, *ByDoubleAndPowerOfTenRequest) (*ByDoubleAndPowerOfTenResponse, error)
func (UnimplementedScaleServiceServer) None ¶
func (UnimplementedScaleServiceServer) None(context.Context, *NoneRequest) (*NoneResponse, error)
func (UnimplementedScaleServiceServer) PowerOfTen ¶
func (UnimplementedScaleServiceServer) PowerOfTen(context.Context, *PowerOfTenRequest) (*PowerOfTenResponse, error)
type UnimplementedScientificNotationServiceServer ¶
type UnimplementedScientificNotationServiceServer struct{}
UnimplementedScientificNotationServiceServer must be embedded to have forward compatible implementations.
NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.
func (UnimplementedScientificNotationServiceServer) WithExponentSignDisplay ¶
func (UnimplementedScientificNotationServiceServer) WithExponentSignDisplay(context.Context, *WithExponentSignDisplayRequest) (*WithExponentSignDisplayResponse, error)
func (UnimplementedScientificNotationServiceServer) WithMinExponentDigits ¶
func (UnimplementedScientificNotationServiceServer) WithMinExponentDigits(context.Context, *WithMinExponentDigitsRequest) (*WithMinExponentDigitsResponse, error)
type UnimplementedUnlocalizedNumberFormatterServiceServer ¶
type UnimplementedUnlocalizedNumberFormatterServiceServer struct{}
UnimplementedUnlocalizedNumberFormatterServiceServer must be embedded to have forward compatible implementations.
NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.
func (UnimplementedUnlocalizedNumberFormatterServiceServer) Locale1 ¶
func (UnimplementedUnlocalizedNumberFormatterServiceServer) Locale1(context.Context, *Locale1Request) (*Locale1Response, error)
func (UnimplementedUnlocalizedNumberFormatterServiceServer) Locale1_1 ¶
func (UnimplementedUnlocalizedNumberFormatterServiceServer) Locale1_1(context.Context, *Locale1_1Request) (*Locale1_1Response, error)
type UnimplementedUnlocalizedNumberRangeFormatterServiceServer ¶
type UnimplementedUnlocalizedNumberRangeFormatterServiceServer struct{}
UnimplementedUnlocalizedNumberRangeFormatterServiceServer must be embedded to have forward compatible implementations.
NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.
func (UnimplementedUnlocalizedNumberRangeFormatterServiceServer) Locale1 ¶
func (UnimplementedUnlocalizedNumberRangeFormatterServiceServer) Locale1(context.Context, *Locale1Request) (*Locale1Response, error)
func (UnimplementedUnlocalizedNumberRangeFormatterServiceServer) Locale1_1 ¶
func (UnimplementedUnlocalizedNumberRangeFormatterServiceServer) Locale1_1(context.Context, *Locale1_1Request) (*Locale1_1Response, error)
type UnlimitedRequest ¶
type UnlimitedRequest struct {
// contains filtered or unexported fields
}
func (*UnlimitedRequest) Descriptor
deprecated
func (*UnlimitedRequest) Descriptor() ([]byte, []int)
Deprecated: Use UnlimitedRequest.ProtoReflect.Descriptor instead.
func (*UnlimitedRequest) ProtoMessage ¶
func (*UnlimitedRequest) ProtoMessage()
func (*UnlimitedRequest) ProtoReflect ¶
func (x *UnlimitedRequest) ProtoReflect() protoreflect.Message
func (*UnlimitedRequest) Reset ¶
func (x *UnlimitedRequest) Reset()
func (*UnlimitedRequest) String ¶
func (x *UnlimitedRequest) String() string
type UnlimitedResponse ¶
type UnlimitedResponse struct {
Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
// contains filtered or unexported fields
}
func (*UnlimitedResponse) Descriptor
deprecated
func (*UnlimitedResponse) Descriptor() ([]byte, []int)
Deprecated: Use UnlimitedResponse.ProtoReflect.Descriptor instead.
func (*UnlimitedResponse) GetResult ¶
func (x *UnlimitedResponse) GetResult() int64
func (*UnlimitedResponse) ProtoMessage ¶
func (*UnlimitedResponse) ProtoMessage()
func (*UnlimitedResponse) ProtoReflect ¶
func (x *UnlimitedResponse) ProtoReflect() protoreflect.Message
func (*UnlimitedResponse) Reset ¶
func (x *UnlimitedResponse) Reset()
func (*UnlimitedResponse) String ¶
func (x *UnlimitedResponse) String() string
type UnlocalizedNumberFormatterServiceClient ¶
type UnlocalizedNumberFormatterServiceClient interface {
Locale1(ctx context.Context, in *Locale1Request, opts ...grpc.CallOption) (*Locale1Response, error)
Locale1_1(ctx context.Context, in *Locale1_1Request, opts ...grpc.CallOption) (*Locale1_1Response, error)
}
UnlocalizedNumberFormatterServiceClient is the client API for UnlocalizedNumberFormatterService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewUnlocalizedNumberFormatterServiceClient ¶
func NewUnlocalizedNumberFormatterServiceClient(cc grpc.ClientConnInterface) UnlocalizedNumberFormatterServiceClient
type UnlocalizedNumberFormatterServiceServer ¶
type UnlocalizedNumberFormatterServiceServer interface {
Locale1(context.Context, *Locale1Request) (*Locale1Response, error)
Locale1_1(context.Context, *Locale1_1Request) (*Locale1_1Response, error)
// contains filtered or unexported methods
}
UnlocalizedNumberFormatterServiceServer is the server API for UnlocalizedNumberFormatterService service. All implementations must embed UnimplementedUnlocalizedNumberFormatterServiceServer for forward compatibility.
type UnlocalizedNumberRangeFormatterServiceClient ¶
type UnlocalizedNumberRangeFormatterServiceClient interface {
Locale1(ctx context.Context, in *Locale1Request, opts ...grpc.CallOption) (*Locale1Response, error)
Locale1_1(ctx context.Context, in *Locale1_1Request, opts ...grpc.CallOption) (*Locale1_1Response, error)
}
UnlocalizedNumberRangeFormatterServiceClient is the client API for UnlocalizedNumberRangeFormatterService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewUnlocalizedNumberRangeFormatterServiceClient ¶
func NewUnlocalizedNumberRangeFormatterServiceClient(cc grpc.ClientConnInterface) UnlocalizedNumberRangeFormatterServiceClient
type UnlocalizedNumberRangeFormatterServiceServer ¶
type UnlocalizedNumberRangeFormatterServiceServer interface {
Locale1(context.Context, *Locale1Request) (*Locale1Response, error)
Locale1_1(context.Context, *Locale1_1Request) (*Locale1_1Response, error)
// contains filtered or unexported methods
}
UnlocalizedNumberRangeFormatterServiceServer is the server API for UnlocalizedNumberRangeFormatterService service. All implementations must embed UnimplementedUnlocalizedNumberRangeFormatterServiceServer for forward compatibility.
type UnsafeCurrencyPrecisionServiceServer ¶
type UnsafeCurrencyPrecisionServiceServer interface {
// contains filtered or unexported methods
}
UnsafeCurrencyPrecisionServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to CurrencyPrecisionServiceServer will result in compilation errors.
type UnsafeFormattedNumberRangeServiceServer ¶
type UnsafeFormattedNumberRangeServiceServer interface {
// contains filtered or unexported methods
}
UnsafeFormattedNumberRangeServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to FormattedNumberRangeServiceServer will result in compilation errors.
type UnsafeFormattedNumberServiceServer ¶
type UnsafeFormattedNumberServiceServer interface {
// contains filtered or unexported methods
}
UnsafeFormattedNumberServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to FormattedNumberServiceServer will result in compilation errors.
type UnsafeFormatterDecimalSeparatorDisplayServiceServer ¶
type UnsafeFormatterDecimalSeparatorDisplayServiceServer interface {
// contains filtered or unexported methods
}
UnsafeFormatterDecimalSeparatorDisplayServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to FormatterDecimalSeparatorDisplayServiceServer will result in compilation errors.
type UnsafeFormatterGroupingStrategyServiceServer ¶
type UnsafeFormatterGroupingStrategyServiceServer interface {
// contains filtered or unexported methods
}
UnsafeFormatterGroupingStrategyServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to FormatterGroupingStrategyServiceServer will result in compilation errors.
type UnsafeFormatterRoundingPriorityServiceServer ¶
type UnsafeFormatterRoundingPriorityServiceServer interface {
// contains filtered or unexported methods
}
UnsafeFormatterRoundingPriorityServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to FormatterRoundingPriorityServiceServer will result in compilation errors.
type UnsafeFormatterServiceServer ¶
type UnsafeFormatterServiceServer interface {
// contains filtered or unexported methods
}
UnsafeFormatterServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to FormatterServiceServer will result in compilation errors.
type UnsafeFormatterSettingsServiceServer ¶
type UnsafeFormatterSettingsServiceServer interface {
// contains filtered or unexported methods
}
UnsafeFormatterSettingsServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to FormatterSettingsServiceServer will result in compilation errors.
type UnsafeFormatterSignDisplayServiceServer ¶
type UnsafeFormatterSignDisplayServiceServer interface {
// contains filtered or unexported methods
}
UnsafeFormatterSignDisplayServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to FormatterSignDisplayServiceServer will result in compilation errors.
type UnsafeFormatterTrailingZeroDisplayServiceServer ¶
type UnsafeFormatterTrailingZeroDisplayServiceServer interface {
// contains filtered or unexported methods
}
UnsafeFormatterTrailingZeroDisplayServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to FormatterTrailingZeroDisplayServiceServer will result in compilation errors.
type UnsafeFormatterUnitWidthServiceServer ¶
type UnsafeFormatterUnitWidthServiceServer interface {
// contains filtered or unexported methods
}
UnsafeFormatterUnitWidthServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to FormatterUnitWidthServiceServer will result in compilation errors.
type UnsafeFractionPrecisionServiceServer ¶
type UnsafeFractionPrecisionServiceServer interface {
// contains filtered or unexported methods
}
UnsafeFractionPrecisionServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to FractionPrecisionServiceServer will result in compilation errors.
type UnsafeIntegerWidthServiceServer ¶
type UnsafeIntegerWidthServiceServer interface {
// contains filtered or unexported methods
}
UnsafeIntegerWidthServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to IntegerWidthServiceServer will result in compilation errors.
type UnsafeLocalizedNumberFormatterServiceServer ¶
type UnsafeLocalizedNumberFormatterServiceServer interface {
// contains filtered or unexported methods
}
UnsafeLocalizedNumberFormatterServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to LocalizedNumberFormatterServiceServer will result in compilation errors.
type UnsafeLocalizedNumberRangeFormatterServiceServer ¶
type UnsafeLocalizedNumberRangeFormatterServiceServer interface {
// contains filtered or unexported methods
}
UnsafeLocalizedNumberRangeFormatterServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to LocalizedNumberRangeFormatterServiceServer will result in compilation errors.
type UnsafeNotationServiceServer ¶
type UnsafeNotationServiceServer interface {
// contains filtered or unexported methods
}
UnsafeNotationServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to NotationServiceServer will result in compilation errors.
type UnsafePrecisionServiceServer ¶
type UnsafePrecisionServiceServer interface {
// contains filtered or unexported methods
}
UnsafePrecisionServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to PrecisionServiceServer will result in compilation errors.
type UnsafeRangeFormatterRangeCollapseServiceServer ¶
type UnsafeRangeFormatterRangeCollapseServiceServer interface {
// contains filtered or unexported methods
}
UnsafeRangeFormatterRangeCollapseServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to RangeFormatterRangeCollapseServiceServer will result in compilation errors.
type UnsafeRangeFormatterRangeIdentityFallbackServiceServer ¶
type UnsafeRangeFormatterRangeIdentityFallbackServiceServer interface {
// contains filtered or unexported methods
}
UnsafeRangeFormatterRangeIdentityFallbackServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to RangeFormatterRangeIdentityFallbackServiceServer will result in compilation errors.
type UnsafeRangeFormatterRangeIdentityResultServiceServer ¶
type UnsafeRangeFormatterRangeIdentityResultServiceServer interface {
// contains filtered or unexported methods
}
UnsafeRangeFormatterRangeIdentityResultServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to RangeFormatterRangeIdentityResultServiceServer will result in compilation errors.
type UnsafeRangeFormatterServiceServer ¶
type UnsafeRangeFormatterServiceServer interface {
// contains filtered or unexported methods
}
UnsafeRangeFormatterServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to RangeFormatterServiceServer will result in compilation errors.
type UnsafeRangeFormatterSettingsServiceServer ¶
type UnsafeRangeFormatterSettingsServiceServer interface {
// contains filtered or unexported methods
}
UnsafeRangeFormatterSettingsServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to RangeFormatterSettingsServiceServer will result in compilation errors.
type UnsafeScaleServiceServer ¶
type UnsafeScaleServiceServer interface {
// contains filtered or unexported methods
}
UnsafeScaleServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to ScaleServiceServer will result in compilation errors.
type UnsafeScientificNotationServiceServer ¶
type UnsafeScientificNotationServiceServer interface {
// contains filtered or unexported methods
}
UnsafeScientificNotationServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to ScientificNotationServiceServer will result in compilation errors.
type UnsafeUnlocalizedNumberFormatterServiceServer ¶
type UnsafeUnlocalizedNumberFormatterServiceServer interface {
// contains filtered or unexported methods
}
UnsafeUnlocalizedNumberFormatterServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to UnlocalizedNumberFormatterServiceServer will result in compilation errors.
type UnsafeUnlocalizedNumberRangeFormatterServiceServer ¶
type UnsafeUnlocalizedNumberRangeFormatterServiceServer interface {
// contains filtered or unexported methods
}
UnsafeUnlocalizedNumberRangeFormatterServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to UnlocalizedNumberRangeFormatterServiceServer will result in compilation errors.
type ValueOfRequest ¶
type ValueOfRequest struct {
Arg0 string `protobuf:"bytes,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
// contains filtered or unexported fields
}
func (*ValueOfRequest) Descriptor
deprecated
func (*ValueOfRequest) Descriptor() ([]byte, []int)
Deprecated: Use ValueOfRequest.ProtoReflect.Descriptor instead.
func (*ValueOfRequest) GetArg0 ¶
func (x *ValueOfRequest) GetArg0() string
func (*ValueOfRequest) ProtoMessage ¶
func (*ValueOfRequest) ProtoMessage()
func (*ValueOfRequest) ProtoReflect ¶
func (x *ValueOfRequest) ProtoReflect() protoreflect.Message
func (*ValueOfRequest) Reset ¶
func (x *ValueOfRequest) Reset()
func (*ValueOfRequest) String ¶
func (x *ValueOfRequest) String() string
type ValueOfResponse ¶
type ValueOfResponse struct {
Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
// contains filtered or unexported fields
}
func (*ValueOfResponse) Descriptor
deprecated
func (*ValueOfResponse) Descriptor() ([]byte, []int)
Deprecated: Use ValueOfResponse.ProtoReflect.Descriptor instead.
func (*ValueOfResponse) GetResult ¶
func (x *ValueOfResponse) GetResult() int64
func (*ValueOfResponse) ProtoMessage ¶
func (*ValueOfResponse) ProtoMessage()
func (*ValueOfResponse) ProtoReflect ¶
func (x *ValueOfResponse) ProtoReflect() protoreflect.Message
func (*ValueOfResponse) Reset ¶
func (x *ValueOfResponse) Reset()
func (*ValueOfResponse) String ¶
func (x *ValueOfResponse) String() string
type ValuesRequest ¶
type ValuesRequest struct {
// contains filtered or unexported fields
}
func (*ValuesRequest) Descriptor
deprecated
func (*ValuesRequest) Descriptor() ([]byte, []int)
Deprecated: Use ValuesRequest.ProtoReflect.Descriptor instead.
func (*ValuesRequest) ProtoMessage ¶
func (*ValuesRequest) ProtoMessage()
func (*ValuesRequest) ProtoReflect ¶
func (x *ValuesRequest) ProtoReflect() protoreflect.Message
func (*ValuesRequest) Reset ¶
func (x *ValuesRequest) Reset()
func (*ValuesRequest) String ¶
func (x *ValuesRequest) String() string
type ValuesResponse ¶
type ValuesResponse struct {
Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
// contains filtered or unexported fields
}
func (*ValuesResponse) Descriptor
deprecated
func (*ValuesResponse) Descriptor() ([]byte, []int)
Deprecated: Use ValuesResponse.ProtoReflect.Descriptor instead.
func (*ValuesResponse) GetResult ¶
func (x *ValuesResponse) GetResult() int64
func (*ValuesResponse) ProtoMessage ¶
func (*ValuesResponse) ProtoMessage()
func (*ValuesResponse) ProtoReflect ¶
func (x *ValuesResponse) ProtoReflect() protoreflect.Message
func (*ValuesResponse) Reset ¶
func (x *ValuesResponse) Reset()
func (*ValuesResponse) String ¶
func (x *ValuesResponse) String() string
type WithCurrencyRequest ¶
type WithCurrencyRequest struct {
Arg0 int64 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
// contains filtered or unexported fields
}
func (*WithCurrencyRequest) Descriptor
deprecated
func (*WithCurrencyRequest) Descriptor() ([]byte, []int)
Deprecated: Use WithCurrencyRequest.ProtoReflect.Descriptor instead.
func (*WithCurrencyRequest) GetArg0 ¶
func (x *WithCurrencyRequest) GetArg0() int64
func (*WithCurrencyRequest) ProtoMessage ¶
func (*WithCurrencyRequest) ProtoMessage()
func (*WithCurrencyRequest) ProtoReflect ¶
func (x *WithCurrencyRequest) ProtoReflect() protoreflect.Message
func (*WithCurrencyRequest) Reset ¶
func (x *WithCurrencyRequest) Reset()
func (*WithCurrencyRequest) String ¶
func (x *WithCurrencyRequest) String() string
type WithCurrencyResponse ¶
type WithCurrencyResponse struct {
Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
// contains filtered or unexported fields
}
func (*WithCurrencyResponse) Descriptor
deprecated
func (*WithCurrencyResponse) Descriptor() ([]byte, []int)
Deprecated: Use WithCurrencyResponse.ProtoReflect.Descriptor instead.
func (*WithCurrencyResponse) GetResult ¶
func (x *WithCurrencyResponse) GetResult() int64
func (*WithCurrencyResponse) ProtoMessage ¶
func (*WithCurrencyResponse) ProtoMessage()
func (*WithCurrencyResponse) ProtoReflect ¶
func (x *WithCurrencyResponse) ProtoReflect() protoreflect.Message
func (*WithCurrencyResponse) Reset ¶
func (x *WithCurrencyResponse) Reset()
func (*WithCurrencyResponse) String ¶
func (x *WithCurrencyResponse) String() string
type WithExponentSignDisplayRequest ¶
type WithExponentSignDisplayRequest struct {
Arg0 int64 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
// contains filtered or unexported fields
}
func (*WithExponentSignDisplayRequest) Descriptor
deprecated
func (*WithExponentSignDisplayRequest) Descriptor() ([]byte, []int)
Deprecated: Use WithExponentSignDisplayRequest.ProtoReflect.Descriptor instead.
func (*WithExponentSignDisplayRequest) GetArg0 ¶
func (x *WithExponentSignDisplayRequest) GetArg0() int64
func (*WithExponentSignDisplayRequest) ProtoMessage ¶
func (*WithExponentSignDisplayRequest) ProtoMessage()
func (*WithExponentSignDisplayRequest) ProtoReflect ¶
func (x *WithExponentSignDisplayRequest) ProtoReflect() protoreflect.Message
func (*WithExponentSignDisplayRequest) Reset ¶
func (x *WithExponentSignDisplayRequest) Reset()
func (*WithExponentSignDisplayRequest) String ¶
func (x *WithExponentSignDisplayRequest) String() string
type WithExponentSignDisplayResponse ¶
type WithExponentSignDisplayResponse struct {
Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
// contains filtered or unexported fields
}
func (*WithExponentSignDisplayResponse) Descriptor
deprecated
func (*WithExponentSignDisplayResponse) Descriptor() ([]byte, []int)
Deprecated: Use WithExponentSignDisplayResponse.ProtoReflect.Descriptor instead.
func (*WithExponentSignDisplayResponse) GetResult ¶
func (x *WithExponentSignDisplayResponse) GetResult() int64
func (*WithExponentSignDisplayResponse) ProtoMessage ¶
func (*WithExponentSignDisplayResponse) ProtoMessage()
func (*WithExponentSignDisplayResponse) ProtoReflect ¶
func (x *WithExponentSignDisplayResponse) ProtoReflect() protoreflect.Message
func (*WithExponentSignDisplayResponse) Reset ¶
func (x *WithExponentSignDisplayResponse) Reset()
func (*WithExponentSignDisplayResponse) String ¶
func (x *WithExponentSignDisplayResponse) String() string
type WithLocale1Request ¶
type WithLocale1Request struct {
Arg0 int64 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
// contains filtered or unexported fields
}
func (*WithLocale1Request) Descriptor
deprecated
func (*WithLocale1Request) Descriptor() ([]byte, []int)
Deprecated: Use WithLocale1Request.ProtoReflect.Descriptor instead.
func (*WithLocale1Request) GetArg0 ¶
func (x *WithLocale1Request) GetArg0() int64
func (*WithLocale1Request) ProtoMessage ¶
func (*WithLocale1Request) ProtoMessage()
func (*WithLocale1Request) ProtoReflect ¶
func (x *WithLocale1Request) ProtoReflect() protoreflect.Message
func (*WithLocale1Request) Reset ¶
func (x *WithLocale1Request) Reset()
func (*WithLocale1Request) String ¶
func (x *WithLocale1Request) String() string
type WithLocale1Response ¶
type WithLocale1Response struct {
Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
// contains filtered or unexported fields
}
func (*WithLocale1Response) Descriptor
deprecated
func (*WithLocale1Response) Descriptor() ([]byte, []int)
Deprecated: Use WithLocale1Response.ProtoReflect.Descriptor instead.
func (*WithLocale1Response) GetResult ¶
func (x *WithLocale1Response) GetResult() int64
func (*WithLocale1Response) ProtoMessage ¶
func (*WithLocale1Response) ProtoMessage()
func (*WithLocale1Response) ProtoReflect ¶
func (x *WithLocale1Response) ProtoReflect() protoreflect.Message
func (*WithLocale1Response) Reset ¶
func (x *WithLocale1Response) Reset()
func (*WithLocale1Response) String ¶
func (x *WithLocale1Response) String() string
type WithLocale1_1Request ¶
type WithLocale1_1Request struct {
Arg0 int64 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
// contains filtered or unexported fields
}
func (*WithLocale1_1Request) Descriptor
deprecated
func (*WithLocale1_1Request) Descriptor() ([]byte, []int)
Deprecated: Use WithLocale1_1Request.ProtoReflect.Descriptor instead.
func (*WithLocale1_1Request) GetArg0 ¶
func (x *WithLocale1_1Request) GetArg0() int64
func (*WithLocale1_1Request) ProtoMessage ¶
func (*WithLocale1_1Request) ProtoMessage()
func (*WithLocale1_1Request) ProtoReflect ¶
func (x *WithLocale1_1Request) ProtoReflect() protoreflect.Message
func (*WithLocale1_1Request) Reset ¶
func (x *WithLocale1_1Request) Reset()
func (*WithLocale1_1Request) String ¶
func (x *WithLocale1_1Request) String() string
type WithLocale1_1Response ¶
type WithLocale1_1Response struct {
Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
// contains filtered or unexported fields
}
func (*WithLocale1_1Response) Descriptor
deprecated
func (*WithLocale1_1Response) Descriptor() ([]byte, []int)
Deprecated: Use WithLocale1_1Response.ProtoReflect.Descriptor instead.
func (*WithLocale1_1Response) GetResult ¶
func (x *WithLocale1_1Response) GetResult() int64
func (*WithLocale1_1Response) ProtoMessage ¶
func (*WithLocale1_1Response) ProtoMessage()
func (*WithLocale1_1Response) ProtoReflect ¶
func (x *WithLocale1_1Response) ProtoReflect() protoreflect.Message
func (*WithLocale1_1Response) Reset ¶
func (x *WithLocale1_1Response) Reset()
func (*WithLocale1_1Response) String ¶
func (x *WithLocale1_1Response) String() string
type WithMaxDigitsRequest ¶
type WithMaxDigitsRequest struct {
Arg0 int32 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
// contains filtered or unexported fields
}
func (*WithMaxDigitsRequest) Descriptor
deprecated
func (*WithMaxDigitsRequest) Descriptor() ([]byte, []int)
Deprecated: Use WithMaxDigitsRequest.ProtoReflect.Descriptor instead.
func (*WithMaxDigitsRequest) GetArg0 ¶
func (x *WithMaxDigitsRequest) GetArg0() int32
func (*WithMaxDigitsRequest) ProtoMessage ¶
func (*WithMaxDigitsRequest) ProtoMessage()
func (*WithMaxDigitsRequest) ProtoReflect ¶
func (x *WithMaxDigitsRequest) ProtoReflect() protoreflect.Message
func (*WithMaxDigitsRequest) Reset ¶
func (x *WithMaxDigitsRequest) Reset()
func (*WithMaxDigitsRequest) String ¶
func (x *WithMaxDigitsRequest) String() string
type WithMaxDigitsResponse ¶
type WithMaxDigitsResponse struct {
Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
// contains filtered or unexported fields
}
func (*WithMaxDigitsResponse) Descriptor
deprecated
func (*WithMaxDigitsResponse) Descriptor() ([]byte, []int)
Deprecated: Use WithMaxDigitsResponse.ProtoReflect.Descriptor instead.
func (*WithMaxDigitsResponse) GetResult ¶
func (x *WithMaxDigitsResponse) GetResult() int64
func (*WithMaxDigitsResponse) ProtoMessage ¶
func (*WithMaxDigitsResponse) ProtoMessage()
func (*WithMaxDigitsResponse) ProtoReflect ¶
func (x *WithMaxDigitsResponse) ProtoReflect() protoreflect.Message
func (*WithMaxDigitsResponse) Reset ¶
func (x *WithMaxDigitsResponse) Reset()
func (*WithMaxDigitsResponse) String ¶
func (x *WithMaxDigitsResponse) String() string
type WithMinDigitsRequest ¶
type WithMinDigitsRequest struct {
Arg0 int32 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
// contains filtered or unexported fields
}
func (*WithMinDigitsRequest) Descriptor
deprecated
func (*WithMinDigitsRequest) Descriptor() ([]byte, []int)
Deprecated: Use WithMinDigitsRequest.ProtoReflect.Descriptor instead.
func (*WithMinDigitsRequest) GetArg0 ¶
func (x *WithMinDigitsRequest) GetArg0() int32
func (*WithMinDigitsRequest) ProtoMessage ¶
func (*WithMinDigitsRequest) ProtoMessage()
func (*WithMinDigitsRequest) ProtoReflect ¶
func (x *WithMinDigitsRequest) ProtoReflect() protoreflect.Message
func (*WithMinDigitsRequest) Reset ¶
func (x *WithMinDigitsRequest) Reset()
func (*WithMinDigitsRequest) String ¶
func (x *WithMinDigitsRequest) String() string
type WithMinDigitsResponse ¶
type WithMinDigitsResponse struct {
Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
// contains filtered or unexported fields
}
func (*WithMinDigitsResponse) Descriptor
deprecated
func (*WithMinDigitsResponse) Descriptor() ([]byte, []int)
Deprecated: Use WithMinDigitsResponse.ProtoReflect.Descriptor instead.
func (*WithMinDigitsResponse) GetResult ¶
func (x *WithMinDigitsResponse) GetResult() int64
func (*WithMinDigitsResponse) ProtoMessage ¶
func (*WithMinDigitsResponse) ProtoMessage()
func (*WithMinDigitsResponse) ProtoReflect ¶
func (x *WithMinDigitsResponse) ProtoReflect() protoreflect.Message
func (*WithMinDigitsResponse) Reset ¶
func (x *WithMinDigitsResponse) Reset()
func (*WithMinDigitsResponse) String ¶
func (x *WithMinDigitsResponse) String() string
type WithMinExponentDigitsRequest ¶
type WithMinExponentDigitsRequest struct {
Arg0 int32 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
// contains filtered or unexported fields
}
func (*WithMinExponentDigitsRequest) Descriptor
deprecated
func (*WithMinExponentDigitsRequest) Descriptor() ([]byte, []int)
Deprecated: Use WithMinExponentDigitsRequest.ProtoReflect.Descriptor instead.
func (*WithMinExponentDigitsRequest) GetArg0 ¶
func (x *WithMinExponentDigitsRequest) GetArg0() int32
func (*WithMinExponentDigitsRequest) ProtoMessage ¶
func (*WithMinExponentDigitsRequest) ProtoMessage()
func (*WithMinExponentDigitsRequest) ProtoReflect ¶
func (x *WithMinExponentDigitsRequest) ProtoReflect() protoreflect.Message
func (*WithMinExponentDigitsRequest) Reset ¶
func (x *WithMinExponentDigitsRequest) Reset()
func (*WithMinExponentDigitsRequest) String ¶
func (x *WithMinExponentDigitsRequest) String() string
type WithMinExponentDigitsResponse ¶
type WithMinExponentDigitsResponse struct {
Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
// contains filtered or unexported fields
}
func (*WithMinExponentDigitsResponse) Descriptor
deprecated
func (*WithMinExponentDigitsResponse) Descriptor() ([]byte, []int)
Deprecated: Use WithMinExponentDigitsResponse.ProtoReflect.Descriptor instead.
func (*WithMinExponentDigitsResponse) GetResult ¶
func (x *WithMinExponentDigitsResponse) GetResult() int64
func (*WithMinExponentDigitsResponse) ProtoMessage ¶
func (*WithMinExponentDigitsResponse) ProtoMessage()
func (*WithMinExponentDigitsResponse) ProtoReflect ¶
func (x *WithMinExponentDigitsResponse) ProtoReflect() protoreflect.Message
func (*WithMinExponentDigitsResponse) Reset ¶
func (x *WithMinExponentDigitsResponse) Reset()
func (*WithMinExponentDigitsResponse) String ¶
func (x *WithMinExponentDigitsResponse) String() string
type WithRequest ¶
type WithRequest struct {
// contains filtered or unexported fields
}
func (*WithRequest) Descriptor
deprecated
func (*WithRequest) Descriptor() ([]byte, []int)
Deprecated: Use WithRequest.ProtoReflect.Descriptor instead.
func (*WithRequest) ProtoMessage ¶
func (*WithRequest) ProtoMessage()
func (*WithRequest) ProtoReflect ¶
func (x *WithRequest) ProtoReflect() protoreflect.Message
func (*WithRequest) Reset ¶
func (x *WithRequest) Reset()
func (*WithRequest) String ¶
func (x *WithRequest) String() string
type WithResponse ¶
type WithResponse struct {
Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
// contains filtered or unexported fields
}
func (*WithResponse) Descriptor
deprecated
func (*WithResponse) Descriptor() ([]byte, []int)
Deprecated: Use WithResponse.ProtoReflect.Descriptor instead.
func (*WithResponse) GetResult ¶
func (x *WithResponse) GetResult() int64
func (*WithResponse) ProtoMessage ¶
func (*WithResponse) ProtoMessage()
func (*WithResponse) ProtoReflect ¶
func (x *WithResponse) ProtoReflect() protoreflect.Message
func (*WithResponse) Reset ¶
func (x *WithResponse) Reset()
func (*WithResponse) String ¶
func (x *WithResponse) String() string
type WithSignificantDigitsRequest ¶
type WithSignificantDigitsRequest struct {
Arg0 int32 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
Arg1 int32 `protobuf:"varint,2,opt,name=arg1,proto3" json:"arg1,omitempty"`
Arg2 int64 `protobuf:"varint,3,opt,name=arg2,proto3" json:"arg2,omitempty"`
// contains filtered or unexported fields
}
func (*WithSignificantDigitsRequest) Descriptor
deprecated
func (*WithSignificantDigitsRequest) Descriptor() ([]byte, []int)
Deprecated: Use WithSignificantDigitsRequest.ProtoReflect.Descriptor instead.
func (*WithSignificantDigitsRequest) GetArg0 ¶
func (x *WithSignificantDigitsRequest) GetArg0() int32
func (*WithSignificantDigitsRequest) GetArg1 ¶
func (x *WithSignificantDigitsRequest) GetArg1() int32
func (*WithSignificantDigitsRequest) GetArg2 ¶
func (x *WithSignificantDigitsRequest) GetArg2() int64
func (*WithSignificantDigitsRequest) ProtoMessage ¶
func (*WithSignificantDigitsRequest) ProtoMessage()
func (*WithSignificantDigitsRequest) ProtoReflect ¶
func (x *WithSignificantDigitsRequest) ProtoReflect() protoreflect.Message
func (*WithSignificantDigitsRequest) Reset ¶
func (x *WithSignificantDigitsRequest) Reset()
func (*WithSignificantDigitsRequest) String ¶
func (x *WithSignificantDigitsRequest) String() string
type WithSignificantDigitsResponse ¶
type WithSignificantDigitsResponse struct {
Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
// contains filtered or unexported fields
}
func (*WithSignificantDigitsResponse) Descriptor
deprecated
func (*WithSignificantDigitsResponse) Descriptor() ([]byte, []int)
Deprecated: Use WithSignificantDigitsResponse.ProtoReflect.Descriptor instead.
func (*WithSignificantDigitsResponse) GetResult ¶
func (x *WithSignificantDigitsResponse) GetResult() int64
func (*WithSignificantDigitsResponse) ProtoMessage ¶
func (*WithSignificantDigitsResponse) ProtoMessage()
func (*WithSignificantDigitsResponse) ProtoReflect ¶
func (x *WithSignificantDigitsResponse) ProtoReflect() protoreflect.Message
func (*WithSignificantDigitsResponse) Reset ¶
func (x *WithSignificantDigitsResponse) Reset()
func (*WithSignificantDigitsResponse) String ¶
func (x *WithSignificantDigitsResponse) String() string
type WithoutLocaleRequest ¶
type WithoutLocaleRequest struct {
// contains filtered or unexported fields
}
func (*WithoutLocaleRequest) Descriptor
deprecated
func (*WithoutLocaleRequest) Descriptor() ([]byte, []int)
Deprecated: Use WithoutLocaleRequest.ProtoReflect.Descriptor instead.
func (*WithoutLocaleRequest) ProtoMessage ¶
func (*WithoutLocaleRequest) ProtoMessage()
func (*WithoutLocaleRequest) ProtoReflect ¶
func (x *WithoutLocaleRequest) ProtoReflect() protoreflect.Message
func (*WithoutLocaleRequest) Reset ¶
func (x *WithoutLocaleRequest) Reset()
func (*WithoutLocaleRequest) String ¶
func (x *WithoutLocaleRequest) String() string
type WithoutLocaleResponse ¶
type WithoutLocaleResponse struct {
Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
// contains filtered or unexported fields
}
func (*WithoutLocaleResponse) Descriptor
deprecated
func (*WithoutLocaleResponse) Descriptor() ([]byte, []int)
Deprecated: Use WithoutLocaleResponse.ProtoReflect.Descriptor instead.
func (*WithoutLocaleResponse) GetResult ¶
func (x *WithoutLocaleResponse) GetResult() int64
func (*WithoutLocaleResponse) ProtoMessage ¶
func (*WithoutLocaleResponse) ProtoMessage()
func (*WithoutLocaleResponse) ProtoReflect ¶
func (x *WithoutLocaleResponse) ProtoReflect() protoreflect.Message
func (*WithoutLocaleResponse) Reset ¶
func (x *WithoutLocaleResponse) Reset()
func (*WithoutLocaleResponse) String ¶
func (x *WithoutLocaleResponse) String() string
type ZeroFillToRequest ¶
type ZeroFillToRequest struct {
Arg0 int32 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
// contains filtered or unexported fields
}
func (*ZeroFillToRequest) Descriptor
deprecated
func (*ZeroFillToRequest) Descriptor() ([]byte, []int)
Deprecated: Use ZeroFillToRequest.ProtoReflect.Descriptor instead.
func (*ZeroFillToRequest) GetArg0 ¶
func (x *ZeroFillToRequest) GetArg0() int32
func (*ZeroFillToRequest) ProtoMessage ¶
func (*ZeroFillToRequest) ProtoMessage()
func (*ZeroFillToRequest) ProtoReflect ¶
func (x *ZeroFillToRequest) ProtoReflect() protoreflect.Message
func (*ZeroFillToRequest) Reset ¶
func (x *ZeroFillToRequest) Reset()
func (*ZeroFillToRequest) String ¶
func (x *ZeroFillToRequest) String() string
type ZeroFillToResponse ¶
type ZeroFillToResponse struct {
Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
// contains filtered or unexported fields
}
func (*ZeroFillToResponse) Descriptor
deprecated
func (*ZeroFillToResponse) Descriptor() ([]byte, []int)
Deprecated: Use ZeroFillToResponse.ProtoReflect.Descriptor instead.
func (*ZeroFillToResponse) GetResult ¶
func (x *ZeroFillToResponse) GetResult() int64
func (*ZeroFillToResponse) ProtoMessage ¶
func (*ZeroFillToResponse) ProtoMessage()
func (*ZeroFillToResponse) ProtoReflect ¶
func (x *ZeroFillToResponse) ProtoReflect() protoreflect.Message
func (*ZeroFillToResponse) Reset ¶
func (x *ZeroFillToResponse) Reset()
func (*ZeroFillToResponse) String ¶
func (x *ZeroFillToResponse) String() string