Versions in this module Expand all Collapse all v0 v0.1.0 Oct 4, 2023 v0.0.2 May 25, 2023 v0.0.1 May 4, 2023 Changes in this version + var Baz_Enum_name = map[int32]string + var Baz_Enum_value = map[string]int32 + var Bedazzle_Pattern_name = map[int32]string + var Bedazzle_Pattern_value = map[string]int32 + var File_buf_knittest_model_proto protoreflect.FileDescriptor + var File_buf_knittest_relations_proto protoreflect.FileDescriptor + var File_buf_knittest_scalars_proto protoreflect.FileDescriptor + var File_buf_knittest_services_proto protoreflect.FileDescriptor + var File_buf_knittest_wkts_proto protoreflect.FileDescriptor + var FooState_name = map[int32]string + var FooState_value = map[string]int32 + type Bar struct + Purpose string + Threshold float64 + Uid int64 + func (*Bar) Descriptor() ([]byte, []int) + func (*Bar) ProtoMessage() + func (x *Bar) GetPurpose() string + func (x *Bar) GetThreshold() float64 + func (x *Bar) GetUid() int64 + func (x *Bar) ProtoReflect() protoreflect.Message + func (x *Bar) Reset() + func (x *Bar) String() string + type Baz struct + En Baz_Enum + Sequence map[string]Baz_Enum + Thingies []string + func (*Baz) Descriptor() ([]byte, []int) + func (*Baz) ProtoMessage() + func (x *Baz) GetEn() Baz_Enum + func (x *Baz) GetSequence() map[string]Baz_Enum + func (x *Baz) GetThingies() []string + func (x *Baz) ProtoReflect() protoreflect.Message + func (x *Baz) Reset() + func (x *Baz) String() string + type Baz_Enum int32 + const Baz_DOS + const Baz_UNO + const Baz_ZERO + func (Baz_Enum) Descriptor() protoreflect.EnumDescriptor + func (Baz_Enum) EnumDescriptor() ([]byte, []int) + func (Baz_Enum) Type() protoreflect.EnumType + func (x Baz_Enum) Enum() *Baz_Enum + func (x Baz_Enum) Number() protoreflect.EnumNumber + func (x Baz_Enum) String() string + type Bedazzle struct + Brightness float32 + Duration *durationpb.Duration + Frequency float64 + Pattern Bedazzle_Pattern + func (*Bedazzle) Descriptor() ([]byte, []int) + func (*Bedazzle) ProtoMessage() + func (x *Bedazzle) GetBrightness() float32 + func (x *Bedazzle) GetDuration() *durationpb.Duration + func (x *Bedazzle) GetFrequency() float64 + func (x *Bedazzle) GetPattern() Bedazzle_Pattern + func (x *Bedazzle) ProtoReflect() protoreflect.Message + func (x *Bedazzle) Reset() + func (x *Bedazzle) String() string + type Bedazzle_Pattern int32 + const Bedazzle_BLINK + const Bedazzle_FIREWORKS + const Bedazzle_FLASH + const Bedazzle_GLITTER + const Bedazzle_SHIMMER + const Bedazzle_SPARKLE + const Bedazzle_UNSET + func (Bedazzle_Pattern) Descriptor() protoreflect.EnumDescriptor + func (Bedazzle_Pattern) EnumDescriptor() ([]byte, []int) + func (Bedazzle_Pattern) Type() protoreflect.EnumType + func (x Bedazzle_Pattern) Enum() *Bedazzle_Pattern + func (x Bedazzle_Pattern) Number() protoreflect.EnumNumber + func (x Bedazzle_Pattern) String() string + type Buzz struct + ClipReference string + EndAt *uint64 + StartAt uint64 + Volume float32 + func (*Buzz) Descriptor() ([]byte, []int) + func (*Buzz) ProtoMessage() + func (x *Buzz) GetClipReference() string + func (x *Buzz) GetEndAt() uint64 + func (x *Buzz) GetStartAt() uint64 + func (x *Buzz) GetVolume() float32 + func (x *Buzz) ProtoReflect() protoreflect.Message + func (x *Buzz) Reset() + func (x *Buzz) String() string + type Fizz struct + Bars []*Bar + BarsByCategory map[string]*Bar + Color string + Density float64 + Depth *int32 + Scalars *Scalars + func (*Fizz) Descriptor() ([]byte, []int) + func (*Fizz) ProtoMessage() + func (x *Fizz) GetBars() []*Bar + func (x *Fizz) GetBarsByCategory() map[string]*Bar + func (x *Fizz) GetColor() string + func (x *Fizz) GetDensity() float64 + func (x *Fizz) GetDepth() int32 + func (x *Fizz) GetScalars() *Scalars + func (x *Fizz) ProtoReflect() protoreflect.Message + func (x *Fizz) Reset() + func (x *Fizz) String() string + type Foo struct + Attributes map[string]string + ConstructedWith *Foo_Params + Id uint64 + Name string + State FooState + StateHistory []FooState + Tags []string + Wkts *WellKnownTypes + func (*Foo) Descriptor() ([]byte, []int) + func (*Foo) ProtoMessage() + func (x *Foo) GetAttributes() map[string]string + func (x *Foo) GetConstructedWith() *Foo_Params + func (x *Foo) GetId() uint64 + func (x *Foo) GetName() string + func (x *Foo) GetState() FooState + func (x *Foo) GetStateHistory() []FooState + func (x *Foo) GetTags() []string + func (x *Foo) GetWkts() *WellKnownTypes + func (x *Foo) ProtoReflect() protoreflect.Message + func (x *Foo) Reset() + func (x *Foo) String() string + type FooState int32 + const FooState_FOO_STATE_ERROR + const FooState_FOO_STATE_FINISHED + const FooState_FOO_STATE_INIT + const FooState_FOO_STATE_READY + const FooState_FOO_STATE_UNSET + func (FooState) Descriptor() protoreflect.EnumDescriptor + func (FooState) EnumDescriptor() ([]byte, []int) + func (FooState) Type() protoreflect.EnumType + func (x FooState) Enum() *FooState + func (x FooState) Number() protoreflect.EnumNumber + func (x FooState) String() string + type Foo_Params struct + InitFrom isFoo_Params_InitFrom + InitState FooState + RequestAttrs map[string]string + func (*Foo_Params) Descriptor() ([]byte, []int) + func (*Foo_Params) ProtoMessage() + func (m *Foo_Params) GetInitFrom() isFoo_Params_InitFrom + func (x *Foo_Params) GetId() uint64 + func (x *Foo_Params) GetInitState() FooState + func (x *Foo_Params) GetName() string + func (x *Foo_Params) GetRequestAttrs() map[string]string + func (x *Foo_Params) ProtoReflect() protoreflect.Message + func (x *Foo_Params) Reset() + func (x *Foo_Params) String() string + type Foo_Params_Id struct + Id uint64 + type Foo_Params_Name struct + Name string + type GetBarBazRequest struct + Bases []*Bar + func (*GetBarBazRequest) Descriptor() ([]byte, []int) + func (*GetBarBazRequest) ProtoMessage() + func (x *GetBarBazRequest) GetBases() []*Bar + func (x *GetBarBazRequest) ProtoReflect() protoreflect.Message + func (x *GetBarBazRequest) Reset() + func (x *GetBarBazRequest) String() string + type GetBarBazResponse struct + Values []*GetBarBazResponse_BarResult + func (*GetBarBazResponse) Descriptor() ([]byte, []int) + func (*GetBarBazResponse) ProtoMessage() + func (x *GetBarBazResponse) GetValues() []*GetBarBazResponse_BarResult + func (x *GetBarBazResponse) ProtoReflect() protoreflect.Message + func (x *GetBarBazResponse) Reset() + func (x *GetBarBazResponse) String() string + type GetBarBazResponse_BarResult struct + Baz *Baz + func (*GetBarBazResponse_BarResult) Descriptor() ([]byte, []int) + func (*GetBarBazResponse_BarResult) ProtoMessage() + func (x *GetBarBazResponse_BarResult) GetBaz() *Baz + func (x *GetBarBazResponse_BarResult) ProtoReflect() protoreflect.Message + func (x *GetBarBazResponse_BarResult) Reset() + func (x *GetBarBazResponse_BarResult) String() string + type GetBarBedazzlesRequest struct + Bases []*Bar + Limit int32 + Pattern Bedazzle_Pattern + func (*GetBarBedazzlesRequest) Descriptor() ([]byte, []int) + func (*GetBarBedazzlesRequest) ProtoMessage() + func (x *GetBarBedazzlesRequest) GetBases() []*Bar + func (x *GetBarBedazzlesRequest) GetLimit() int32 + func (x *GetBarBedazzlesRequest) GetPattern() Bedazzle_Pattern + func (x *GetBarBedazzlesRequest) ProtoReflect() protoreflect.Message + func (x *GetBarBedazzlesRequest) Reset() + func (x *GetBarBedazzlesRequest) String() string + type GetBarBedazzlesResponse struct + Values []*GetBarBedazzlesResponse_BarResult + func (*GetBarBedazzlesResponse) Descriptor() ([]byte, []int) + func (*GetBarBedazzlesResponse) ProtoMessage() + func (x *GetBarBedazzlesResponse) GetValues() []*GetBarBedazzlesResponse_BarResult + func (x *GetBarBedazzlesResponse) ProtoReflect() protoreflect.Message + func (x *GetBarBedazzlesResponse) Reset() + func (x *GetBarBedazzlesResponse) String() string + type GetBarBedazzlesResponse_BarResult struct + Bedazzles []*Bedazzle + func (*GetBarBedazzlesResponse_BarResult) Descriptor() ([]byte, []int) + func (*GetBarBedazzlesResponse_BarResult) ProtoMessage() + func (x *GetBarBedazzlesResponse_BarResult) GetBedazzles() []*Bedazzle + func (x *GetBarBedazzlesResponse_BarResult) ProtoReflect() protoreflect.Message + func (x *GetBarBedazzlesResponse_BarResult) Reset() + func (x *GetBarBedazzlesResponse_BarResult) String() string + type GetFizzBuzzesRequest struct + Bases []*Fizz + func (*GetFizzBuzzesRequest) Descriptor() ([]byte, []int) + func (*GetFizzBuzzesRequest) ProtoMessage() + func (x *GetFizzBuzzesRequest) GetBases() []*Fizz + func (x *GetFizzBuzzesRequest) ProtoReflect() protoreflect.Message + func (x *GetFizzBuzzesRequest) Reset() + func (x *GetFizzBuzzesRequest) String() string + type GetFizzBuzzesResponse struct + Values []*GetFizzBuzzesResponse_FizzResult + func (*GetFizzBuzzesResponse) Descriptor() ([]byte, []int) + func (*GetFizzBuzzesResponse) ProtoMessage() + func (x *GetFizzBuzzesResponse) GetValues() []*GetFizzBuzzesResponse_FizzResult + func (x *GetFizzBuzzesResponse) ProtoReflect() protoreflect.Message + func (x *GetFizzBuzzesResponse) Reset() + func (x *GetFizzBuzzesResponse) String() string + type GetFizzBuzzesResponse_FizzResult struct + Buzzes map[string]*Buzz + func (*GetFizzBuzzesResponse_FizzResult) Descriptor() ([]byte, []int) + func (*GetFizzBuzzesResponse_FizzResult) ProtoMessage() + func (x *GetFizzBuzzesResponse_FizzResult) GetBuzzes() map[string]*Buzz + func (x *GetFizzBuzzesResponse_FizzResult) ProtoReflect() protoreflect.Message + func (x *GetFizzBuzzesResponse_FizzResult) Reset() + func (x *GetFizzBuzzesResponse_FizzResult) String() string + type GetFizzRequest struct + Criteria string + func (*GetFizzRequest) Descriptor() ([]byte, []int) + func (*GetFizzRequest) ProtoMessage() + func (x *GetFizzRequest) GetCriteria() string + func (x *GetFizzRequest) ProtoReflect() protoreflect.Message + func (x *GetFizzRequest) Reset() + func (x *GetFizzRequest) String() string + type GetFizzResponse struct + Result *Fizz + func (*GetFizzResponse) Descriptor() ([]byte, []int) + func (*GetFizzResponse) ProtoMessage() + func (x *GetFizzResponse) GetResult() *Fizz + func (x *GetFizzResponse) ProtoReflect() protoreflect.Message + func (x *GetFizzResponse) Reset() + func (x *GetFizzResponse) String() string + type GetFooBalanceCentsRequest struct + Bases []*Foo + func (*GetFooBalanceCentsRequest) Descriptor() ([]byte, []int) + func (*GetFooBalanceCentsRequest) ProtoMessage() + func (x *GetFooBalanceCentsRequest) GetBases() []*Foo + func (x *GetFooBalanceCentsRequest) ProtoReflect() protoreflect.Message + func (x *GetFooBalanceCentsRequest) Reset() + func (x *GetFooBalanceCentsRequest) String() string + type GetFooBalanceCentsResponse struct + Values []*GetFooBalanceCentsResponse_FooResult + func (*GetFooBalanceCentsResponse) Descriptor() ([]byte, []int) + func (*GetFooBalanceCentsResponse) ProtoMessage() + func (x *GetFooBalanceCentsResponse) GetValues() []*GetFooBalanceCentsResponse_FooResult + func (x *GetFooBalanceCentsResponse) ProtoReflect() protoreflect.Message + func (x *GetFooBalanceCentsResponse) Reset() + func (x *GetFooBalanceCentsResponse) String() string + type GetFooBalanceCentsResponse_FooResult struct + BalanceCents uint64 + func (*GetFooBalanceCentsResponse_FooResult) Descriptor() ([]byte, []int) + func (*GetFooBalanceCentsResponse_FooResult) ProtoMessage() + func (x *GetFooBalanceCentsResponse_FooResult) GetBalanceCents() uint64 + func (x *GetFooBalanceCentsResponse_FooResult) ProtoReflect() protoreflect.Message + func (x *GetFooBalanceCentsResponse_FooResult) Reset() + func (x *GetFooBalanceCentsResponse_FooResult) String() string + type GetFooBarsRequest struct + Bases []*Foo + Limit int32 + Purpose string + UpToThreshold float64 + func (*GetFooBarsRequest) Descriptor() ([]byte, []int) + func (*GetFooBarsRequest) ProtoMessage() + func (x *GetFooBarsRequest) GetBases() []*Foo + func (x *GetFooBarsRequest) GetLimit() int32 + func (x *GetFooBarsRequest) GetPurpose() string + func (x *GetFooBarsRequest) GetUpToThreshold() float64 + func (x *GetFooBarsRequest) ProtoReflect() protoreflect.Message + func (x *GetFooBarsRequest) Reset() + func (x *GetFooBarsRequest) String() string + type GetFooBarsResponse struct + Values []*GetFooBarsResponse_FooResult + func (*GetFooBarsResponse) Descriptor() ([]byte, []int) + func (*GetFooBarsResponse) ProtoMessage() + func (x *GetFooBarsResponse) GetValues() []*GetFooBarsResponse_FooResult + func (x *GetFooBarsResponse) ProtoReflect() protoreflect.Message + func (x *GetFooBarsResponse) Reset() + func (x *GetFooBarsResponse) String() string + type GetFooBarsResponse_FooResult struct + Bars []*Bar + func (*GetFooBarsResponse_FooResult) Descriptor() ([]byte, []int) + func (*GetFooBarsResponse_FooResult) ProtoMessage() + func (x *GetFooBarsResponse_FooResult) GetBars() []*Bar + func (x *GetFooBarsResponse_FooResult) ProtoReflect() protoreflect.Message + func (x *GetFooBarsResponse_FooResult) Reset() + func (x *GetFooBarsResponse_FooResult) String() string + type GetFooDescriptionRequest struct + Bases []*Foo + func (*GetFooDescriptionRequest) Descriptor() ([]byte, []int) + func (*GetFooDescriptionRequest) ProtoMessage() + func (x *GetFooDescriptionRequest) GetBases() []*Foo + func (x *GetFooDescriptionRequest) ProtoReflect() protoreflect.Message + func (x *GetFooDescriptionRequest) Reset() + func (x *GetFooDescriptionRequest) String() string + type GetFooDescriptionResponse struct + Values []*GetFooDescriptionResponse_FooResult + func (*GetFooDescriptionResponse) Descriptor() ([]byte, []int) + func (*GetFooDescriptionResponse) ProtoMessage() + func (x *GetFooDescriptionResponse) GetValues() []*GetFooDescriptionResponse_FooResult + func (x *GetFooDescriptionResponse) ProtoReflect() protoreflect.Message + func (x *GetFooDescriptionResponse) Reset() + func (x *GetFooDescriptionResponse) String() string + type GetFooDescriptionResponse_FooResult struct + Description string + func (*GetFooDescriptionResponse_FooResult) Descriptor() ([]byte, []int) + func (*GetFooDescriptionResponse_FooResult) ProtoMessage() + func (x *GetFooDescriptionResponse_FooResult) GetDescription() string + func (x *GetFooDescriptionResponse_FooResult) ProtoReflect() protoreflect.Message + func (x *GetFooDescriptionResponse_FooResult) Reset() + func (x *GetFooDescriptionResponse_FooResult) String() string + type GetFooRequest struct + By isGetFooRequest_By + func (*GetFooRequest) Descriptor() ([]byte, []int) + func (*GetFooRequest) ProtoMessage() + func (m *GetFooRequest) GetBy() isGetFooRequest_By + func (x *GetFooRequest) GetAttribute() *GetFooRequest_Attribute + func (x *GetFooRequest) GetId() uint64 + func (x *GetFooRequest) GetName() string + func (x *GetFooRequest) GetTag() string + func (x *GetFooRequest) ProtoReflect() protoreflect.Message + func (x *GetFooRequest) Reset() + func (x *GetFooRequest) String() string + type GetFooRequest_Attribute struct + Key string + Value string + func (*GetFooRequest_Attribute) Descriptor() ([]byte, []int) + func (*GetFooRequest_Attribute) ProtoMessage() + func (x *GetFooRequest_Attribute) GetKey() string + func (x *GetFooRequest_Attribute) GetValue() string + func (x *GetFooRequest_Attribute) ProtoReflect() protoreflect.Message + func (x *GetFooRequest_Attribute) Reset() + func (x *GetFooRequest_Attribute) String() string + type GetFooRequest_Attribute_ struct + Attribute *GetFooRequest_Attribute + type GetFooRequest_Id struct + Id uint64 + type GetFooRequest_Name struct + Name string + type GetFooRequest_Tag struct + Tag string + type GetFooResponse struct + Results []*Foo + func (*GetFooResponse) Descriptor() ([]byte, []int) + func (*GetFooResponse) ProtoMessage() + func (x *GetFooResponse) GetResults() []*Foo + func (x *GetFooResponse) ProtoReflect() protoreflect.Message + func (x *GetFooResponse) Reset() + func (x *GetFooResponse) String() string + type GetFooStyleRequest struct + Bases []*Foo + func (*GetFooStyleRequest) Descriptor() ([]byte, []int) + func (*GetFooStyleRequest) ProtoMessage() + func (x *GetFooStyleRequest) GetBases() []*Foo + func (x *GetFooStyleRequest) ProtoReflect() protoreflect.Message + func (x *GetFooStyleRequest) Reset() + func (x *GetFooStyleRequest) String() string + type GetFooStyleResponse struct + Values []*GetFooStyleResponse_FooResult + func (*GetFooStyleResponse) Descriptor() ([]byte, []int) + func (*GetFooStyleResponse) ProtoMessage() + func (x *GetFooStyleResponse) GetValues() []*GetFooStyleResponse_FooResult + func (x *GetFooStyleResponse) ProtoReflect() protoreflect.Message + func (x *GetFooStyleResponse) Reset() + func (x *GetFooStyleResponse) String() string + type GetFooStyleResponse_FooResult struct + Style *string + func (*GetFooStyleResponse_FooResult) Descriptor() ([]byte, []int) + func (*GetFooStyleResponse_FooResult) ProtoMessage() + func (x *GetFooStyleResponse_FooResult) GetStyle() string + func (x *GetFooStyleResponse_FooResult) ProtoReflect() protoreflect.Message + func (x *GetFooStyleResponse_FooResult) Reset() + func (x *GetFooStyleResponse_FooResult) String() string + type MutateFooRequest struct + By isMutateFooRequest_By + Op isMutateFooRequest_Op + func (*MutateFooRequest) Descriptor() ([]byte, []int) + func (*MutateFooRequest) ProtoMessage() + func (m *MutateFooRequest) GetBy() isMutateFooRequest_By + func (m *MutateFooRequest) GetOp() isMutateFooRequest_Op + func (x *MutateFooRequest) GetAttribute() *MutateFooRequest_Attribute + func (x *MutateFooRequest) GetCreate() *Foo + func (x *MutateFooRequest) GetDelete() *emptypb.Empty + func (x *MutateFooRequest) GetId() uint64 + func (x *MutateFooRequest) GetName() string + func (x *MutateFooRequest) GetReplace() *Foo + func (x *MutateFooRequest) GetTag() string + func (x *MutateFooRequest) GetUpdate() *MutateFooRequest_FooUpdate + func (x *MutateFooRequest) ProtoReflect() protoreflect.Message + func (x *MutateFooRequest) Reset() + func (x *MutateFooRequest) String() string + type MutateFooRequest_Attribute struct + Key string + Value string + func (*MutateFooRequest_Attribute) Descriptor() ([]byte, []int) + func (*MutateFooRequest_Attribute) ProtoMessage() + func (x *MutateFooRequest_Attribute) GetKey() string + func (x *MutateFooRequest_Attribute) GetValue() string + func (x *MutateFooRequest_Attribute) ProtoReflect() protoreflect.Message + func (x *MutateFooRequest_Attribute) Reset() + func (x *MutateFooRequest_Attribute) String() string + type MutateFooRequest_Attribute_ struct + Attribute *MutateFooRequest_Attribute + type MutateFooRequest_Create struct + Create *Foo + type MutateFooRequest_Delete struct + Delete *emptypb.Empty + type MutateFooRequest_FooUpdate struct + AddTags []string + ChangeState *FooState + MergeAttributes map[string]string + RemoveAttributes []string + RemoveTags []string + func (*MutateFooRequest_FooUpdate) Descriptor() ([]byte, []int) + func (*MutateFooRequest_FooUpdate) ProtoMessage() + func (x *MutateFooRequest_FooUpdate) GetAddTags() []string + func (x *MutateFooRequest_FooUpdate) GetChangeState() FooState + func (x *MutateFooRequest_FooUpdate) GetMergeAttributes() map[string]string + func (x *MutateFooRequest_FooUpdate) GetRemoveAttributes() []string + func (x *MutateFooRequest_FooUpdate) GetRemoveTags() []string + func (x *MutateFooRequest_FooUpdate) ProtoReflect() protoreflect.Message + func (x *MutateFooRequest_FooUpdate) Reset() + func (x *MutateFooRequest_FooUpdate) String() string + type MutateFooRequest_Id struct + Id uint64 + type MutateFooRequest_Name struct + Name string + type MutateFooRequest_Replace struct + Replace *Foo + type MutateFooRequest_Tag struct + Tag string + type MutateFooRequest_Update struct + Update *MutateFooRequest_FooUpdate + type MutateFooResponse struct + Results []*Foo + func (*MutateFooResponse) Descriptor() ([]byte, []int) + func (*MutateFooResponse) ProtoMessage() + func (x *MutateFooResponse) GetResults() []*Foo + func (x *MutateFooResponse) ProtoReflect() protoreflect.Message + func (x *MutateFooResponse) Reset() + func (x *MutateFooResponse) String() string + type QueryFoosRequest struct + By isQueryFoosRequest_By + func (*QueryFoosRequest) Descriptor() ([]byte, []int) + func (*QueryFoosRequest) ProtoMessage() + func (m *QueryFoosRequest) GetBy() isQueryFoosRequest_By + func (x *QueryFoosRequest) GetAttribute() *QueryFoosRequest_Attribute + func (x *QueryFoosRequest) GetId() uint64 + func (x *QueryFoosRequest) GetName() string + func (x *QueryFoosRequest) GetTag() string + func (x *QueryFoosRequest) ProtoReflect() protoreflect.Message + func (x *QueryFoosRequest) Reset() + func (x *QueryFoosRequest) String() string + type QueryFoosRequest_Attribute struct + Key string + Value string + func (*QueryFoosRequest_Attribute) Descriptor() ([]byte, []int) + func (*QueryFoosRequest_Attribute) ProtoMessage() + func (x *QueryFoosRequest_Attribute) GetKey() string + func (x *QueryFoosRequest_Attribute) GetValue() string + func (x *QueryFoosRequest_Attribute) ProtoReflect() protoreflect.Message + func (x *QueryFoosRequest_Attribute) Reset() + func (x *QueryFoosRequest_Attribute) String() string + type QueryFoosRequest_Attribute_ struct + Attribute *QueryFoosRequest_Attribute + type QueryFoosRequest_Id struct + Id uint64 + type QueryFoosRequest_Name struct + Name string + type QueryFoosRequest_Tag struct + Tag string + type QueryFoosResponse struct + Foo *Foo + func (*QueryFoosResponse) Descriptor() ([]byte, []int) + func (*QueryFoosResponse) ProtoMessage() + func (x *QueryFoosResponse) GetFoo() *Foo + func (x *QueryFoosResponse) ProtoReflect() protoreflect.Message + func (x *QueryFoosResponse) Reset() + func (x *QueryFoosResponse) String() string + type Scalars struct + B bool + BList []bool + BMap map[bool]bool + Byt []byte + BytList [][]byte + BytMap map[string][]byte + F32 float32 + F32List []float32 + F32Map map[string]float32 + F64 float64 + F64List []float64 + F64Map map[string]float64 + Fx32 uint32 + Fx32List []uint32 + Fx32Map map[uint32]uint32 + Fx64 uint64 + Fx64List []uint64 + Fx64Map map[uint64]uint64 + I32 int32 + I32List []int32 + I32Map map[int32]int32 + I64 int64 + I64List []int64 + I64Map map[int64]int64 + S32 int32 + S32List []int32 + S32Map map[int32]int32 + S64 int64 + S64List []int64 + S64Map map[int64]int64 + Sfx32 int32 + Sfx32List []int32 + Sfx32Map map[int32]int32 + Sfx64 int64 + Sfx64List []int64 + Sfx64Map map[int64]int64 + Str string + StrList []string + StrMap map[string]string + U32 uint32 + U32List []uint32 + U32Map map[uint32]uint32 + U64 uint64 + U64List []uint64 + U64Map map[uint64]uint64 + func (*Scalars) Descriptor() ([]byte, []int) + func (*Scalars) ProtoMessage() + func (x *Scalars) GetB() bool + func (x *Scalars) GetBList() []bool + func (x *Scalars) GetBMap() map[bool]bool + func (x *Scalars) GetByt() []byte + func (x *Scalars) GetBytList() [][]byte + func (x *Scalars) GetBytMap() map[string][]byte + func (x *Scalars) GetF32() float32 + func (x *Scalars) GetF32List() []float32 + func (x *Scalars) GetF32Map() map[string]float32 + func (x *Scalars) GetF64() float64 + func (x *Scalars) GetF64List() []float64 + func (x *Scalars) GetF64Map() map[string]float64 + func (x *Scalars) GetFx32() uint32 + func (x *Scalars) GetFx32List() []uint32 + func (x *Scalars) GetFx32Map() map[uint32]uint32 + func (x *Scalars) GetFx64() uint64 + func (x *Scalars) GetFx64List() []uint64 + func (x *Scalars) GetFx64Map() map[uint64]uint64 + func (x *Scalars) GetI32() int32 + func (x *Scalars) GetI32List() []int32 + func (x *Scalars) GetI32Map() map[int32]int32 + func (x *Scalars) GetI64() int64 + func (x *Scalars) GetI64List() []int64 + func (x *Scalars) GetI64Map() map[int64]int64 + func (x *Scalars) GetS32() int32 + func (x *Scalars) GetS32List() []int32 + func (x *Scalars) GetS32Map() map[int32]int32 + func (x *Scalars) GetS64() int64 + func (x *Scalars) GetS64List() []int64 + func (x *Scalars) GetS64Map() map[int64]int64 + func (x *Scalars) GetSfx32() int32 + func (x *Scalars) GetSfx32List() []int32 + func (x *Scalars) GetSfx32Map() map[int32]int32 + func (x *Scalars) GetSfx64() int64 + func (x *Scalars) GetSfx64List() []int64 + func (x *Scalars) GetSfx64Map() map[int64]int64 + func (x *Scalars) GetStr() string + func (x *Scalars) GetStrList() []string + func (x *Scalars) GetStrMap() map[string]string + func (x *Scalars) GetU32() uint32 + func (x *Scalars) GetU32List() []uint32 + func (x *Scalars) GetU32Map() map[uint32]uint32 + func (x *Scalars) GetU64() uint64 + func (x *Scalars) GetU64List() []uint64 + func (x *Scalars) GetU64Map() map[uint64]uint64 + func (x *Scalars) ProtoReflect() protoreflect.Message + func (x *Scalars) Reset() + func (x *Scalars) String() string + type WellKnownTypes struct + Any *anypb.Any + AnyList []*anypb.Any + AnyMap map[string]*anypb.Any + BoolValue *wrapperspb.BoolValue + BoolValueList []*wrapperspb.BoolValue + BoolValueMap map[bool]*wrapperspb.BoolValue + BytesValue *wrapperspb.BytesValue + BytesValueList []*wrapperspb.BytesValue + BytesValueMap map[string]*wrapperspb.BytesValue + DoubleValue *wrapperspb.DoubleValue + DoubleValueList []*wrapperspb.DoubleValue + DoubleValueMap map[int64]*wrapperspb.DoubleValue + Duration *durationpb.Duration + DurationList []*durationpb.Duration + DurationMap map[int64]*durationpb.Duration + Empty *emptypb.Empty + EmptyList []*emptypb.Empty + EmptyMap map[string]*emptypb.Empty + FieldMask *fieldmaskpb.FieldMask + FieldMaskList []*fieldmaskpb.FieldMask + FieldMaskMap map[uint32]*fieldmaskpb.FieldMask + FloatValue *wrapperspb.FloatValue + FloatValueList []*wrapperspb.FloatValue + FloatValueMap map[int32]*wrapperspb.FloatValue + Int32Value *wrapperspb.Int32Value + Int32ValueList []*wrapperspb.Int32Value + Int32ValueMap map[int32]*wrapperspb.Int32Value + Int64Value *wrapperspb.Int64Value + Int64ValueList []*wrapperspb.Int64Value + Int64ValueMap map[int64]*wrapperspb.Int64Value + ListValue *structpb.ListValue + ListValueList []*structpb.ListValue + ListValueMap map[uint64]*structpb.ListValue + NestedInList []*WellKnownTypes + NestedInMap map[int32]*WellKnownTypes + NullValue structpb.NullValue + NullValueList []structpb.NullValue + NullValueMap map[bool]structpb.NullValue + StringValue *wrapperspb.StringValue + StringValueList []*wrapperspb.StringValue + StringValueMap map[string]*wrapperspb.StringValue + Struct *structpb.Struct + StructList []*structpb.Struct + StructMap map[string]*structpb.Struct + Timestamp *timestamppb.Timestamp + TimestampList []*timestamppb.Timestamp + TimestampMap map[string]*timestamppb.Timestamp + Uint32Value *wrapperspb.UInt32Value + Uint32ValueList []*wrapperspb.UInt32Value + Uint32ValueMap map[uint32]*wrapperspb.UInt32Value + Uint64Value *wrapperspb.UInt64Value + Uint64ValueList []*wrapperspb.UInt64Value + Uint64ValueMap map[uint64]*wrapperspb.UInt64Value + Value *structpb.Value + ValueList []*structpb.Value + ValueMap map[string]*structpb.Value + func (*WellKnownTypes) Descriptor() ([]byte, []int) + func (*WellKnownTypes) ProtoMessage() + func (x *WellKnownTypes) GetAny() *anypb.Any + func (x *WellKnownTypes) GetAnyList() []*anypb.Any + func (x *WellKnownTypes) GetAnyMap() map[string]*anypb.Any + func (x *WellKnownTypes) GetBoolValue() *wrapperspb.BoolValue + func (x *WellKnownTypes) GetBoolValueList() []*wrapperspb.BoolValue + func (x *WellKnownTypes) GetBoolValueMap() map[bool]*wrapperspb.BoolValue + func (x *WellKnownTypes) GetBytesValue() *wrapperspb.BytesValue + func (x *WellKnownTypes) GetBytesValueList() []*wrapperspb.BytesValue + func (x *WellKnownTypes) GetBytesValueMap() map[string]*wrapperspb.BytesValue + func (x *WellKnownTypes) GetDoubleValue() *wrapperspb.DoubleValue + func (x *WellKnownTypes) GetDoubleValueList() []*wrapperspb.DoubleValue + func (x *WellKnownTypes) GetDoubleValueMap() map[int64]*wrapperspb.DoubleValue + func (x *WellKnownTypes) GetDuration() *durationpb.Duration + func (x *WellKnownTypes) GetDurationList() []*durationpb.Duration + func (x *WellKnownTypes) GetDurationMap() map[int64]*durationpb.Duration + func (x *WellKnownTypes) GetEmpty() *emptypb.Empty + func (x *WellKnownTypes) GetEmptyList() []*emptypb.Empty + func (x *WellKnownTypes) GetEmptyMap() map[string]*emptypb.Empty + func (x *WellKnownTypes) GetFieldMask() *fieldmaskpb.FieldMask + func (x *WellKnownTypes) GetFieldMaskList() []*fieldmaskpb.FieldMask + func (x *WellKnownTypes) GetFieldMaskMap() map[uint32]*fieldmaskpb.FieldMask + func (x *WellKnownTypes) GetFloatValue() *wrapperspb.FloatValue + func (x *WellKnownTypes) GetFloatValueList() []*wrapperspb.FloatValue + func (x *WellKnownTypes) GetFloatValueMap() map[int32]*wrapperspb.FloatValue + func (x *WellKnownTypes) GetInt32Value() *wrapperspb.Int32Value + func (x *WellKnownTypes) GetInt32ValueList() []*wrapperspb.Int32Value + func (x *WellKnownTypes) GetInt32ValueMap() map[int32]*wrapperspb.Int32Value + func (x *WellKnownTypes) GetInt64Value() *wrapperspb.Int64Value + func (x *WellKnownTypes) GetInt64ValueList() []*wrapperspb.Int64Value + func (x *WellKnownTypes) GetInt64ValueMap() map[int64]*wrapperspb.Int64Value + func (x *WellKnownTypes) GetListValue() *structpb.ListValue + func (x *WellKnownTypes) GetListValueList() []*structpb.ListValue + func (x *WellKnownTypes) GetListValueMap() map[uint64]*structpb.ListValue + func (x *WellKnownTypes) GetNestedInList() []*WellKnownTypes + func (x *WellKnownTypes) GetNestedInMap() map[int32]*WellKnownTypes + func (x *WellKnownTypes) GetNullValue() structpb.NullValue + func (x *WellKnownTypes) GetNullValueList() []structpb.NullValue + func (x *WellKnownTypes) GetNullValueMap() map[bool]structpb.NullValue + func (x *WellKnownTypes) GetStringValue() *wrapperspb.StringValue + func (x *WellKnownTypes) GetStringValueList() []*wrapperspb.StringValue + func (x *WellKnownTypes) GetStringValueMap() map[string]*wrapperspb.StringValue + func (x *WellKnownTypes) GetStruct() *structpb.Struct + func (x *WellKnownTypes) GetStructList() []*structpb.Struct + func (x *WellKnownTypes) GetStructMap() map[string]*structpb.Struct + func (x *WellKnownTypes) GetTimestamp() *timestamppb.Timestamp + func (x *WellKnownTypes) GetTimestampList() []*timestamppb.Timestamp + func (x *WellKnownTypes) GetTimestampMap() map[string]*timestamppb.Timestamp + func (x *WellKnownTypes) GetUint32Value() *wrapperspb.UInt32Value + func (x *WellKnownTypes) GetUint32ValueList() []*wrapperspb.UInt32Value + func (x *WellKnownTypes) GetUint32ValueMap() map[uint32]*wrapperspb.UInt32Value + func (x *WellKnownTypes) GetUint64Value() *wrapperspb.UInt64Value + func (x *WellKnownTypes) GetUint64ValueList() []*wrapperspb.UInt64Value + func (x *WellKnownTypes) GetUint64ValueMap() map[uint64]*wrapperspb.UInt64Value + func (x *WellKnownTypes) GetValue() *structpb.Value + func (x *WellKnownTypes) GetValueList() []*structpb.Value + func (x *WellKnownTypes) GetValueMap() map[string]*structpb.Value + func (x *WellKnownTypes) ProtoReflect() protoreflect.Message + func (x *WellKnownTypes) Reset() + func (x *WellKnownTypes) String() string