Documentation
¶
Index ¶
- Variables
- type Bar
- type Baz
- type Baz_Enum
- type Bedazzle
- func (*Bedazzle) Descriptor() ([]byte, []int)deprecated
- func (x *Bedazzle) GetBrightness() float32
- func (x *Bedazzle) GetDuration() *durationpb.Duration
- func (x *Bedazzle) GetFrequency() float64
- func (x *Bedazzle) GetPattern() Bedazzle_Pattern
- func (*Bedazzle) ProtoMessage()
- func (x *Bedazzle) ProtoReflect() protoreflect.Message
- func (x *Bedazzle) Reset()
- func (x *Bedazzle) String() string
- type Bedazzle_Pattern
- func (Bedazzle_Pattern) Descriptor() protoreflect.EnumDescriptor
- func (x Bedazzle_Pattern) Enum() *Bedazzle_Pattern
- func (Bedazzle_Pattern) EnumDescriptor() ([]byte, []int)deprecated
- func (x Bedazzle_Pattern) Number() protoreflect.EnumNumber
- func (x Bedazzle_Pattern) String() string
- func (Bedazzle_Pattern) Type() protoreflect.EnumType
- type Buzz
- func (*Buzz) Descriptor() ([]byte, []int)deprecated
- func (x *Buzz) GetClipReference() string
- func (x *Buzz) GetEndAt() uint64
- func (x *Buzz) GetStartAt() uint64
- func (x *Buzz) GetVolume() float32
- func (*Buzz) ProtoMessage()
- func (x *Buzz) ProtoReflect() protoreflect.Message
- func (x *Buzz) Reset()
- func (x *Buzz) String() string
- type Fizz
- func (*Fizz) Descriptor() ([]byte, []int)deprecated
- 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 (*Fizz) ProtoMessage()
- func (x *Fizz) ProtoReflect() protoreflect.Message
- func (x *Fizz) Reset()
- func (x *Fizz) String() string
- type Foo
- func (*Foo) Descriptor() ([]byte, []int)deprecated
- 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 (*Foo) ProtoMessage()
- func (x *Foo) ProtoReflect() protoreflect.Message
- func (x *Foo) Reset()
- func (x *Foo) String() string
- type FooState
- type Foo_Params
- func (*Foo_Params) Descriptor() ([]byte, []int)deprecated
- func (x *Foo_Params) GetId() uint64
- func (m *Foo_Params) GetInitFrom() isFoo_Params_InitFrom
- func (x *Foo_Params) GetInitState() FooState
- func (x *Foo_Params) GetName() string
- func (x *Foo_Params) GetRequestAttrs() map[string]string
- func (*Foo_Params) ProtoMessage()
- func (x *Foo_Params) ProtoReflect() protoreflect.Message
- func (x *Foo_Params) Reset()
- func (x *Foo_Params) String() string
- type Foo_Params_Id
- type Foo_Params_Name
- type GetBarBazRequest
- type GetBarBazResponse
- func (*GetBarBazResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetBarBazResponse) GetValues() []*GetBarBazResponse_BarResult
- func (*GetBarBazResponse) ProtoMessage()
- func (x *GetBarBazResponse) ProtoReflect() protoreflect.Message
- func (x *GetBarBazResponse) Reset()
- func (x *GetBarBazResponse) String() string
- type GetBarBazResponse_BarResult
- func (*GetBarBazResponse_BarResult) Descriptor() ([]byte, []int)deprecated
- func (x *GetBarBazResponse_BarResult) GetBaz() *Baz
- func (*GetBarBazResponse_BarResult) ProtoMessage()
- func (x *GetBarBazResponse_BarResult) ProtoReflect() protoreflect.Message
- func (x *GetBarBazResponse_BarResult) Reset()
- func (x *GetBarBazResponse_BarResult) String() string
- type GetBarBedazzlesRequest
- func (*GetBarBedazzlesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetBarBedazzlesRequest) GetBases() []*Bar
- func (x *GetBarBedazzlesRequest) GetLimit() int32
- func (x *GetBarBedazzlesRequest) GetPattern() Bedazzle_Pattern
- func (*GetBarBedazzlesRequest) ProtoMessage()
- func (x *GetBarBedazzlesRequest) ProtoReflect() protoreflect.Message
- func (x *GetBarBedazzlesRequest) Reset()
- func (x *GetBarBedazzlesRequest) String() string
- type GetBarBedazzlesResponse
- func (*GetBarBedazzlesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetBarBedazzlesResponse) GetValues() []*GetBarBedazzlesResponse_BarResult
- func (*GetBarBedazzlesResponse) ProtoMessage()
- func (x *GetBarBedazzlesResponse) ProtoReflect() protoreflect.Message
- func (x *GetBarBedazzlesResponse) Reset()
- func (x *GetBarBedazzlesResponse) String() string
- type GetBarBedazzlesResponse_BarResult
- func (*GetBarBedazzlesResponse_BarResult) Descriptor() ([]byte, []int)deprecated
- func (x *GetBarBedazzlesResponse_BarResult) GetBedazzles() []*Bedazzle
- func (*GetBarBedazzlesResponse_BarResult) ProtoMessage()
- func (x *GetBarBedazzlesResponse_BarResult) ProtoReflect() protoreflect.Message
- func (x *GetBarBedazzlesResponse_BarResult) Reset()
- func (x *GetBarBedazzlesResponse_BarResult) String() string
- type GetFizzBuzzesRequest
- func (*GetFizzBuzzesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetFizzBuzzesRequest) GetBases() []*Fizz
- func (*GetFizzBuzzesRequest) ProtoMessage()
- func (x *GetFizzBuzzesRequest) ProtoReflect() protoreflect.Message
- func (x *GetFizzBuzzesRequest) Reset()
- func (x *GetFizzBuzzesRequest) String() string
- type GetFizzBuzzesResponse
- func (*GetFizzBuzzesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetFizzBuzzesResponse) GetValues() []*GetFizzBuzzesResponse_FizzResult
- func (*GetFizzBuzzesResponse) ProtoMessage()
- func (x *GetFizzBuzzesResponse) ProtoReflect() protoreflect.Message
- func (x *GetFizzBuzzesResponse) Reset()
- func (x *GetFizzBuzzesResponse) String() string
- type GetFizzBuzzesResponse_FizzResult
- func (*GetFizzBuzzesResponse_FizzResult) Descriptor() ([]byte, []int)deprecated
- func (x *GetFizzBuzzesResponse_FizzResult) GetBuzzes() map[string]*Buzz
- func (*GetFizzBuzzesResponse_FizzResult) ProtoMessage()
- func (x *GetFizzBuzzesResponse_FizzResult) ProtoReflect() protoreflect.Message
- func (x *GetFizzBuzzesResponse_FizzResult) Reset()
- func (x *GetFizzBuzzesResponse_FizzResult) String() string
- type GetFizzRequest
- type GetFizzResponse
- type GetFooBalanceCentsRequest
- func (*GetFooBalanceCentsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetFooBalanceCentsRequest) GetBases() []*Foo
- func (*GetFooBalanceCentsRequest) ProtoMessage()
- func (x *GetFooBalanceCentsRequest) ProtoReflect() protoreflect.Message
- func (x *GetFooBalanceCentsRequest) Reset()
- func (x *GetFooBalanceCentsRequest) String() string
- type GetFooBalanceCentsResponse
- func (*GetFooBalanceCentsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetFooBalanceCentsResponse) GetValues() []*GetFooBalanceCentsResponse_FooResult
- func (*GetFooBalanceCentsResponse) ProtoMessage()
- func (x *GetFooBalanceCentsResponse) ProtoReflect() protoreflect.Message
- func (x *GetFooBalanceCentsResponse) Reset()
- func (x *GetFooBalanceCentsResponse) String() string
- type GetFooBalanceCentsResponse_FooResult
- func (*GetFooBalanceCentsResponse_FooResult) Descriptor() ([]byte, []int)deprecated
- func (x *GetFooBalanceCentsResponse_FooResult) GetBalanceCents() uint64
- func (*GetFooBalanceCentsResponse_FooResult) ProtoMessage()
- func (x *GetFooBalanceCentsResponse_FooResult) ProtoReflect() protoreflect.Message
- func (x *GetFooBalanceCentsResponse_FooResult) Reset()
- func (x *GetFooBalanceCentsResponse_FooResult) String() string
- type GetFooBarsRequest
- func (*GetFooBarsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetFooBarsRequest) GetBases() []*Foo
- func (x *GetFooBarsRequest) GetLimit() int32
- func (x *GetFooBarsRequest) GetPurpose() string
- func (x *GetFooBarsRequest) GetUpToThreshold() float64
- func (*GetFooBarsRequest) ProtoMessage()
- func (x *GetFooBarsRequest) ProtoReflect() protoreflect.Message
- func (x *GetFooBarsRequest) Reset()
- func (x *GetFooBarsRequest) String() string
- type GetFooBarsResponse
- func (*GetFooBarsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetFooBarsResponse) GetValues() []*GetFooBarsResponse_FooResult
- func (*GetFooBarsResponse) ProtoMessage()
- func (x *GetFooBarsResponse) ProtoReflect() protoreflect.Message
- func (x *GetFooBarsResponse) Reset()
- func (x *GetFooBarsResponse) String() string
- type GetFooBarsResponse_FooResult
- func (*GetFooBarsResponse_FooResult) Descriptor() ([]byte, []int)deprecated
- func (x *GetFooBarsResponse_FooResult) GetBars() []*Bar
- func (*GetFooBarsResponse_FooResult) ProtoMessage()
- func (x *GetFooBarsResponse_FooResult) ProtoReflect() protoreflect.Message
- func (x *GetFooBarsResponse_FooResult) Reset()
- func (x *GetFooBarsResponse_FooResult) String() string
- type GetFooDescriptionRequest
- func (*GetFooDescriptionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetFooDescriptionRequest) GetBases() []*Foo
- func (*GetFooDescriptionRequest) ProtoMessage()
- func (x *GetFooDescriptionRequest) ProtoReflect() protoreflect.Message
- func (x *GetFooDescriptionRequest) Reset()
- func (x *GetFooDescriptionRequest) String() string
- type GetFooDescriptionResponse
- func (*GetFooDescriptionResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetFooDescriptionResponse) GetValues() []*GetFooDescriptionResponse_FooResult
- func (*GetFooDescriptionResponse) ProtoMessage()
- func (x *GetFooDescriptionResponse) ProtoReflect() protoreflect.Message
- func (x *GetFooDescriptionResponse) Reset()
- func (x *GetFooDescriptionResponse) String() string
- type GetFooDescriptionResponse_FooResult
- func (*GetFooDescriptionResponse_FooResult) Descriptor() ([]byte, []int)deprecated
- func (x *GetFooDescriptionResponse_FooResult) GetDescription() string
- func (*GetFooDescriptionResponse_FooResult) ProtoMessage()
- func (x *GetFooDescriptionResponse_FooResult) ProtoReflect() protoreflect.Message
- func (x *GetFooDescriptionResponse_FooResult) Reset()
- func (x *GetFooDescriptionResponse_FooResult) String() string
- type GetFooRequest
- func (*GetFooRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetFooRequest) GetAttribute() *GetFooRequest_Attribute
- func (m *GetFooRequest) GetBy() isGetFooRequest_By
- func (x *GetFooRequest) GetId() uint64
- func (x *GetFooRequest) GetName() string
- func (x *GetFooRequest) GetTag() string
- func (*GetFooRequest) ProtoMessage()
- func (x *GetFooRequest) ProtoReflect() protoreflect.Message
- func (x *GetFooRequest) Reset()
- func (x *GetFooRequest) String() string
- type GetFooRequest_Attribute
- func (*GetFooRequest_Attribute) Descriptor() ([]byte, []int)deprecated
- func (x *GetFooRequest_Attribute) GetKey() string
- func (x *GetFooRequest_Attribute) GetValue() string
- func (*GetFooRequest_Attribute) ProtoMessage()
- func (x *GetFooRequest_Attribute) ProtoReflect() protoreflect.Message
- func (x *GetFooRequest_Attribute) Reset()
- func (x *GetFooRequest_Attribute) String() string
- type GetFooRequest_Attribute_
- type GetFooRequest_Id
- type GetFooRequest_Name
- type GetFooRequest_Tag
- type GetFooResponse
- type GetFooStyleRequest
- func (*GetFooStyleRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetFooStyleRequest) GetBases() []*Foo
- func (*GetFooStyleRequest) ProtoMessage()
- func (x *GetFooStyleRequest) ProtoReflect() protoreflect.Message
- func (x *GetFooStyleRequest) Reset()
- func (x *GetFooStyleRequest) String() string
- type GetFooStyleResponse
- func (*GetFooStyleResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetFooStyleResponse) GetValues() []*GetFooStyleResponse_FooResult
- func (*GetFooStyleResponse) ProtoMessage()
- func (x *GetFooStyleResponse) ProtoReflect() protoreflect.Message
- func (x *GetFooStyleResponse) Reset()
- func (x *GetFooStyleResponse) String() string
- type GetFooStyleResponse_FooResult
- func (*GetFooStyleResponse_FooResult) Descriptor() ([]byte, []int)deprecated
- func (x *GetFooStyleResponse_FooResult) GetStyle() string
- func (*GetFooStyleResponse_FooResult) ProtoMessage()
- func (x *GetFooStyleResponse_FooResult) ProtoReflect() protoreflect.Message
- func (x *GetFooStyleResponse_FooResult) Reset()
- func (x *GetFooStyleResponse_FooResult) String() string
- type MutateFooRequest
- func (*MutateFooRequest) Descriptor() ([]byte, []int)deprecated
- func (x *MutateFooRequest) GetAttribute() *MutateFooRequest_Attribute
- func (m *MutateFooRequest) GetBy() isMutateFooRequest_By
- func (x *MutateFooRequest) GetCreate() *Foo
- func (x *MutateFooRequest) GetDelete() *emptypb.Empty
- func (x *MutateFooRequest) GetId() uint64
- func (x *MutateFooRequest) GetName() string
- func (m *MutateFooRequest) GetOp() isMutateFooRequest_Op
- func (x *MutateFooRequest) GetReplace() *Foo
- func (x *MutateFooRequest) GetTag() string
- func (x *MutateFooRequest) GetUpdate() *MutateFooRequest_FooUpdate
- func (*MutateFooRequest) ProtoMessage()
- func (x *MutateFooRequest) ProtoReflect() protoreflect.Message
- func (x *MutateFooRequest) Reset()
- func (x *MutateFooRequest) String() string
- type MutateFooRequest_Attribute
- func (*MutateFooRequest_Attribute) Descriptor() ([]byte, []int)deprecated
- func (x *MutateFooRequest_Attribute) GetKey() string
- func (x *MutateFooRequest_Attribute) GetValue() string
- func (*MutateFooRequest_Attribute) ProtoMessage()
- func (x *MutateFooRequest_Attribute) ProtoReflect() protoreflect.Message
- func (x *MutateFooRequest_Attribute) Reset()
- func (x *MutateFooRequest_Attribute) String() string
- type MutateFooRequest_Attribute_
- type MutateFooRequest_Create
- type MutateFooRequest_Delete
- type MutateFooRequest_FooUpdate
- func (*MutateFooRequest_FooUpdate) Descriptor() ([]byte, []int)deprecated
- 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 (*MutateFooRequest_FooUpdate) ProtoMessage()
- func (x *MutateFooRequest_FooUpdate) ProtoReflect() protoreflect.Message
- func (x *MutateFooRequest_FooUpdate) Reset()
- func (x *MutateFooRequest_FooUpdate) String() string
- type MutateFooRequest_Id
- type MutateFooRequest_Name
- type MutateFooRequest_Replace
- type MutateFooRequest_Tag
- type MutateFooRequest_Update
- type MutateFooResponse
- type QueryFoosRequest
- func (*QueryFoosRequest) Descriptor() ([]byte, []int)deprecated
- func (x *QueryFoosRequest) GetAttribute() *QueryFoosRequest_Attribute
- func (m *QueryFoosRequest) GetBy() isQueryFoosRequest_By
- func (x *QueryFoosRequest) GetId() uint64
- func (x *QueryFoosRequest) GetName() string
- func (x *QueryFoosRequest) GetTag() string
- func (*QueryFoosRequest) ProtoMessage()
- func (x *QueryFoosRequest) ProtoReflect() protoreflect.Message
- func (x *QueryFoosRequest) Reset()
- func (x *QueryFoosRequest) String() string
- type QueryFoosRequest_Attribute
- func (*QueryFoosRequest_Attribute) Descriptor() ([]byte, []int)deprecated
- func (x *QueryFoosRequest_Attribute) GetKey() string
- func (x *QueryFoosRequest_Attribute) GetValue() string
- func (*QueryFoosRequest_Attribute) ProtoMessage()
- func (x *QueryFoosRequest_Attribute) ProtoReflect() protoreflect.Message
- func (x *QueryFoosRequest_Attribute) Reset()
- func (x *QueryFoosRequest_Attribute) String() string
- type QueryFoosRequest_Attribute_
- type QueryFoosRequest_Id
- type QueryFoosRequest_Name
- type QueryFoosRequest_Tag
- type QueryFoosResponse
- type Scalars
- func (*Scalars) Descriptor() ([]byte, []int)deprecated
- 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 (*Scalars) ProtoMessage()
- func (x *Scalars) ProtoReflect() protoreflect.Message
- func (x *Scalars) Reset()
- func (x *Scalars) String() string
- type WellKnownTypes
- func (*WellKnownTypes) Descriptor() ([]byte, []int)deprecated
- 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 (*WellKnownTypes) ProtoMessage()
- func (x *WellKnownTypes) ProtoReflect() protoreflect.Message
- func (x *WellKnownTypes) Reset()
- func (x *WellKnownTypes) String() string
Constants ¶
This section is empty.
Variables ¶
var ( FooState_name = map[int32]string{ 0: "FOO_STATE_UNSET", 1: "FOO_STATE_INIT", 2: "FOO_STATE_READY", 3: "FOO_STATE_ERROR", 4: "FOO_STATE_FINISHED", } FooState_value = map[string]int32{ "FOO_STATE_UNSET": 0, "FOO_STATE_INIT": 1, "FOO_STATE_READY": 2, "FOO_STATE_ERROR": 3, "FOO_STATE_FINISHED": 4, } )
Enum value maps for FooState.
var ( Baz_Enum_name = map[int32]string{ 0: "ZERO", 1: "UNO", 2: "DOS", } Baz_Enum_value = map[string]int32{ "ZERO": 0, "UNO": 1, "DOS": 2, } )
Enum value maps for Baz_Enum.
var ( Bedazzle_Pattern_name = map[int32]string{ 0: "UNSET", 1: "SPARKLE", 2: "FLASH", 3: "BLINK", 4: "FIREWORKS", 5: "SHIMMER", 6: "GLITTER", } Bedazzle_Pattern_value = map[string]int32{ "UNSET": 0, "SPARKLE": 1, "FLASH": 2, "BLINK": 3, "FIREWORKS": 4, "SHIMMER": 5, "GLITTER": 6, } )
Enum value maps for Bedazzle_Pattern.
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
Functions ¶
This section is empty.
Types ¶
type Bar ¶
type Bar struct { Uid int64 `protobuf:"varint,1,opt,name=uid,json=guid,proto3" json:"uid,omitempty"` Threshold float64 `protobuf:"fixed64,2,opt,name=threshold,proto3" json:"threshold,omitempty"` Purpose string `protobuf:"bytes,3,opt,name=purpose,proto3" json:"purpose,omitempty"` // contains filtered or unexported fields }
func (*Bar) Descriptor
deprecated
func (*Bar) GetPurpose ¶
func (*Bar) GetThreshold ¶
func (*Bar) ProtoMessage ¶
func (*Bar) ProtoMessage()
func (*Bar) ProtoReflect ¶
func (x *Bar) ProtoReflect() protoreflect.Message
type Baz ¶
type Baz struct { Thingies []string `protobuf:"bytes,1,rep,name=thingies,proto3" json:"thingies,omitempty"` En Baz_Enum `protobuf:"varint,2,opt,name=en,json=cuenta,proto3,enum=buf.knittest.Baz_Enum" json:"en,omitempty"` Sequence map[string]Baz_Enum `` /* 185-byte string literal not displayed */ // contains filtered or unexported fields }
func (*Baz) Descriptor
deprecated
func (*Baz) GetSequence ¶
func (*Baz) GetThingies ¶
func (*Baz) ProtoMessage ¶
func (*Baz) ProtoMessage()
func (*Baz) ProtoReflect ¶
func (x *Baz) ProtoReflect() protoreflect.Message
type Baz_Enum ¶
type Baz_Enum int32
func (Baz_Enum) Descriptor ¶
func (Baz_Enum) Descriptor() protoreflect.EnumDescriptor
func (Baz_Enum) EnumDescriptor
deprecated
func (Baz_Enum) Number ¶
func (x Baz_Enum) Number() protoreflect.EnumNumber
func (Baz_Enum) Type ¶
func (Baz_Enum) Type() protoreflect.EnumType
type Bedazzle ¶
type Bedazzle struct { Brightness float32 `protobuf:"fixed32,1,opt,name=brightness,proto3" json:"brightness,omitempty"` Pattern Bedazzle_Pattern `protobuf:"varint,2,opt,name=pattern,proto3,enum=buf.knittest.Bedazzle_Pattern" json:"pattern,omitempty"` Duration *durationpb.Duration `protobuf:"bytes,3,opt,name=duration,proto3" json:"duration,omitempty"` Frequency float64 `protobuf:"fixed64,4,opt,name=frequency,proto3" json:"frequency,omitempty"` // contains filtered or unexported fields }
func (*Bedazzle) Descriptor
deprecated
func (*Bedazzle) GetBrightness ¶
func (*Bedazzle) GetDuration ¶
func (x *Bedazzle) GetDuration() *durationpb.Duration
func (*Bedazzle) GetFrequency ¶
func (*Bedazzle) GetPattern ¶
func (x *Bedazzle) GetPattern() Bedazzle_Pattern
func (*Bedazzle) ProtoMessage ¶
func (*Bedazzle) ProtoMessage()
func (*Bedazzle) ProtoReflect ¶
func (x *Bedazzle) ProtoReflect() protoreflect.Message
type Bedazzle_Pattern ¶
type Bedazzle_Pattern int32
const ( Bedazzle_UNSET Bedazzle_Pattern = 0 Bedazzle_SPARKLE Bedazzle_Pattern = 1 Bedazzle_FLASH Bedazzle_Pattern = 2 Bedazzle_BLINK Bedazzle_Pattern = 3 Bedazzle_FIREWORKS Bedazzle_Pattern = 4 Bedazzle_SHIMMER Bedazzle_Pattern = 5 Bedazzle_GLITTER Bedazzle_Pattern = 6 )
func (Bedazzle_Pattern) Descriptor ¶
func (Bedazzle_Pattern) Descriptor() protoreflect.EnumDescriptor
func (Bedazzle_Pattern) Enum ¶
func (x Bedazzle_Pattern) Enum() *Bedazzle_Pattern
func (Bedazzle_Pattern) EnumDescriptor
deprecated
func (Bedazzle_Pattern) EnumDescriptor() ([]byte, []int)
Deprecated: Use Bedazzle_Pattern.Descriptor instead.
func (Bedazzle_Pattern) Number ¶
func (x Bedazzle_Pattern) Number() protoreflect.EnumNumber
func (Bedazzle_Pattern) String ¶
func (x Bedazzle_Pattern) String() string
func (Bedazzle_Pattern) Type ¶
func (Bedazzle_Pattern) Type() protoreflect.EnumType
type Buzz ¶
type Buzz struct { Volume float32 `protobuf:"fixed32,1,opt,name=volume,proto3" json:"volume,omitempty"` ClipReference string `protobuf:"bytes,2,opt,name=clip_reference,json=clipReference,proto3" json:"clip_reference,omitempty"` StartAt uint64 `protobuf:"varint,3,opt,name=start_at,json=startAt,proto3" json:"start_at,omitempty"` EndAt *uint64 `protobuf:"varint,4,opt,name=end_at,json=endAt,proto3,oneof" json:"end_at,omitempty"` // contains filtered or unexported fields }
func (*Buzz) Descriptor
deprecated
func (*Buzz) GetClipReference ¶
func (*Buzz) GetStartAt ¶
func (*Buzz) ProtoMessage ¶
func (*Buzz) ProtoMessage()
func (*Buzz) ProtoReflect ¶
func (x *Buzz) ProtoReflect() protoreflect.Message
type Fizz ¶
type Fizz struct { Color string `protobuf:"bytes,1,opt,name=color,proto3" json:"color,omitempty"` Density float64 `protobuf:"fixed64,2,opt,name=density,proto3" json:"density,omitempty"` Depth *int32 `protobuf:"varint,3,opt,name=depth,proto3,oneof" json:"depth,omitempty"` Scalars *Scalars `protobuf:"bytes,4,opt,name=scalars,proto3" json:"scalars,omitempty"` Bars []*Bar `protobuf:"bytes,5,rep,name=bars,proto3" json:"bars,omitempty"` BarsByCategory map[string]*Bar `` /* 193-byte string literal not displayed */ // contains filtered or unexported fields }
func (*Fizz) Descriptor
deprecated
func (*Fizz) GetBarsByCategory ¶
func (*Fizz) GetDensity ¶
func (*Fizz) GetScalars ¶
func (*Fizz) ProtoMessage ¶
func (*Fizz) ProtoMessage()
func (*Fizz) ProtoReflect ¶
func (x *Fizz) ProtoReflect() protoreflect.Message
type Foo ¶
type Foo struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Id uint64 `protobuf:"varint,2,opt,name=id,proto3" json:"id,omitempty"` State FooState `protobuf:"varint,3,opt,name=state,proto3,enum=buf.knittest.FooState" json:"state,omitempty"` Tags []string `protobuf:"bytes,4,rep,name=tags,proto3" json:"tags,omitempty"` Attributes map[string]string `` /* 161-byte string literal not displayed */ StateHistory []FooState `` /* 132-byte string literal not displayed */ ConstructedWith *Foo_Params `protobuf:"bytes,7,opt,name=constructed_with,json=constructedWith,proto3" json:"constructed_with,omitempty"` Wkts *WellKnownTypes `protobuf:"bytes,8,opt,name=wkts,proto3" json:"wkts,omitempty"` // contains filtered or unexported fields }
func (*Foo) Descriptor
deprecated
func (*Foo) GetAttributes ¶
func (*Foo) GetConstructedWith ¶
func (x *Foo) GetConstructedWith() *Foo_Params
func (*Foo) GetStateHistory ¶
func (*Foo) GetWkts ¶
func (x *Foo) GetWkts() *WellKnownTypes
func (*Foo) ProtoMessage ¶
func (*Foo) ProtoMessage()
func (*Foo) ProtoReflect ¶
func (x *Foo) ProtoReflect() protoreflect.Message
type FooState ¶
type FooState int32
func (FooState) Descriptor ¶
func (FooState) Descriptor() protoreflect.EnumDescriptor
func (FooState) EnumDescriptor
deprecated
func (FooState) Number ¶
func (x FooState) Number() protoreflect.EnumNumber
func (FooState) Type ¶
func (FooState) Type() protoreflect.EnumType
type Foo_Params ¶
type Foo_Params struct { // Types that are assignable to InitFrom: // // *Foo_Params_Name // *Foo_Params_Id InitFrom isFoo_Params_InitFrom `protobuf_oneof:"init_from"` RequestAttrs map[string]string `` /* 185-byte string literal not displayed */ InitState FooState `protobuf:"varint,4,opt,name=init_state,json=initState,proto3,enum=buf.knittest.FooState" json:"init_state,omitempty"` // contains filtered or unexported fields }
func (*Foo_Params) Descriptor
deprecated
func (*Foo_Params) Descriptor() ([]byte, []int)
Deprecated: Use Foo_Params.ProtoReflect.Descriptor instead.
func (*Foo_Params) GetId ¶
func (x *Foo_Params) GetId() uint64
func (*Foo_Params) GetInitFrom ¶
func (m *Foo_Params) GetInitFrom() isFoo_Params_InitFrom
func (*Foo_Params) GetInitState ¶
func (x *Foo_Params) GetInitState() FooState
func (*Foo_Params) GetName ¶
func (x *Foo_Params) GetName() string
func (*Foo_Params) GetRequestAttrs ¶
func (x *Foo_Params) GetRequestAttrs() map[string]string
func (*Foo_Params) ProtoMessage ¶
func (*Foo_Params) ProtoMessage()
func (*Foo_Params) ProtoReflect ¶
func (x *Foo_Params) ProtoReflect() protoreflect.Message
func (*Foo_Params) Reset ¶
func (x *Foo_Params) Reset()
func (*Foo_Params) String ¶
func (x *Foo_Params) String() string
type Foo_Params_Id ¶
type Foo_Params_Id struct {
Id uint64 `protobuf:"varint,2,opt,name=id,proto3,oneof"`
}
type Foo_Params_Name ¶
type Foo_Params_Name struct {
Name string `protobuf:"bytes,1,opt,name=name,proto3,oneof"`
}
type GetBarBazRequest ¶
type GetBarBazRequest struct { Bases []*Bar `protobuf:"bytes,1,rep,name=bases,proto3" json:"bases,omitempty"` // contains filtered or unexported fields }
func (*GetBarBazRequest) Descriptor
deprecated
func (*GetBarBazRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetBarBazRequest.ProtoReflect.Descriptor instead.
func (*GetBarBazRequest) GetBases ¶
func (x *GetBarBazRequest) GetBases() []*Bar
func (*GetBarBazRequest) ProtoMessage ¶
func (*GetBarBazRequest) ProtoMessage()
func (*GetBarBazRequest) ProtoReflect ¶
func (x *GetBarBazRequest) ProtoReflect() protoreflect.Message
func (*GetBarBazRequest) Reset ¶
func (x *GetBarBazRequest) Reset()
func (*GetBarBazRequest) String ¶
func (x *GetBarBazRequest) String() string
type GetBarBazResponse ¶
type GetBarBazResponse struct { Values []*GetBarBazResponse_BarResult `protobuf:"bytes,1,rep,name=values,proto3" json:"values,omitempty"` // contains filtered or unexported fields }
func (*GetBarBazResponse) Descriptor
deprecated
func (*GetBarBazResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetBarBazResponse.ProtoReflect.Descriptor instead.
func (*GetBarBazResponse) GetValues ¶
func (x *GetBarBazResponse) GetValues() []*GetBarBazResponse_BarResult
func (*GetBarBazResponse) ProtoMessage ¶
func (*GetBarBazResponse) ProtoMessage()
func (*GetBarBazResponse) ProtoReflect ¶
func (x *GetBarBazResponse) ProtoReflect() protoreflect.Message
func (*GetBarBazResponse) Reset ¶
func (x *GetBarBazResponse) Reset()
func (*GetBarBazResponse) String ¶
func (x *GetBarBazResponse) String() string
type GetBarBazResponse_BarResult ¶
type GetBarBazResponse_BarResult struct { Baz *Baz `protobuf:"bytes,1,opt,name=baz,proto3" json:"baz,omitempty"` // contains filtered or unexported fields }
func (*GetBarBazResponse_BarResult) Descriptor
deprecated
func (*GetBarBazResponse_BarResult) Descriptor() ([]byte, []int)
Deprecated: Use GetBarBazResponse_BarResult.ProtoReflect.Descriptor instead.
func (*GetBarBazResponse_BarResult) GetBaz ¶
func (x *GetBarBazResponse_BarResult) GetBaz() *Baz
func (*GetBarBazResponse_BarResult) ProtoMessage ¶
func (*GetBarBazResponse_BarResult) ProtoMessage()
func (*GetBarBazResponse_BarResult) ProtoReflect ¶
func (x *GetBarBazResponse_BarResult) ProtoReflect() protoreflect.Message
func (*GetBarBazResponse_BarResult) Reset ¶
func (x *GetBarBazResponse_BarResult) Reset()
func (*GetBarBazResponse_BarResult) String ¶
func (x *GetBarBazResponse_BarResult) String() string
type GetBarBedazzlesRequest ¶
type GetBarBedazzlesRequest struct { Bases []*Bar `protobuf:"bytes,1,rep,name=bases,proto3" json:"bases,omitempty"` Limit int32 `protobuf:"varint,2,opt,name=limit,proto3" json:"limit,omitempty"` Pattern Bedazzle_Pattern `protobuf:"varint,3,opt,name=pattern,proto3,enum=buf.knittest.Bedazzle_Pattern" json:"pattern,omitempty"` // contains filtered or unexported fields }
func (*GetBarBedazzlesRequest) Descriptor
deprecated
func (*GetBarBedazzlesRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetBarBedazzlesRequest.ProtoReflect.Descriptor instead.
func (*GetBarBedazzlesRequest) GetBases ¶
func (x *GetBarBedazzlesRequest) GetBases() []*Bar
func (*GetBarBedazzlesRequest) GetLimit ¶
func (x *GetBarBedazzlesRequest) GetLimit() int32
func (*GetBarBedazzlesRequest) GetPattern ¶
func (x *GetBarBedazzlesRequest) GetPattern() Bedazzle_Pattern
func (*GetBarBedazzlesRequest) ProtoMessage ¶
func (*GetBarBedazzlesRequest) ProtoMessage()
func (*GetBarBedazzlesRequest) ProtoReflect ¶
func (x *GetBarBedazzlesRequest) ProtoReflect() protoreflect.Message
func (*GetBarBedazzlesRequest) Reset ¶
func (x *GetBarBedazzlesRequest) Reset()
func (*GetBarBedazzlesRequest) String ¶
func (x *GetBarBedazzlesRequest) String() string
type GetBarBedazzlesResponse ¶
type GetBarBedazzlesResponse struct { Values []*GetBarBedazzlesResponse_BarResult `protobuf:"bytes,1,rep,name=values,proto3" json:"values,omitempty"` // contains filtered or unexported fields }
func (*GetBarBedazzlesResponse) Descriptor
deprecated
func (*GetBarBedazzlesResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetBarBedazzlesResponse.ProtoReflect.Descriptor instead.
func (*GetBarBedazzlesResponse) GetValues ¶
func (x *GetBarBedazzlesResponse) GetValues() []*GetBarBedazzlesResponse_BarResult
func (*GetBarBedazzlesResponse) ProtoMessage ¶
func (*GetBarBedazzlesResponse) ProtoMessage()
func (*GetBarBedazzlesResponse) ProtoReflect ¶
func (x *GetBarBedazzlesResponse) ProtoReflect() protoreflect.Message
func (*GetBarBedazzlesResponse) Reset ¶
func (x *GetBarBedazzlesResponse) Reset()
func (*GetBarBedazzlesResponse) String ¶
func (x *GetBarBedazzlesResponse) String() string
type GetBarBedazzlesResponse_BarResult ¶
type GetBarBedazzlesResponse_BarResult struct { Bedazzles []*Bedazzle `protobuf:"bytes,1,rep,name=bedazzles,proto3" json:"bedazzles,omitempty"` // contains filtered or unexported fields }
func (*GetBarBedazzlesResponse_BarResult) Descriptor
deprecated
func (*GetBarBedazzlesResponse_BarResult) Descriptor() ([]byte, []int)
Deprecated: Use GetBarBedazzlesResponse_BarResult.ProtoReflect.Descriptor instead.
func (*GetBarBedazzlesResponse_BarResult) GetBedazzles ¶
func (x *GetBarBedazzlesResponse_BarResult) GetBedazzles() []*Bedazzle
func (*GetBarBedazzlesResponse_BarResult) ProtoMessage ¶
func (*GetBarBedazzlesResponse_BarResult) ProtoMessage()
func (*GetBarBedazzlesResponse_BarResult) ProtoReflect ¶
func (x *GetBarBedazzlesResponse_BarResult) ProtoReflect() protoreflect.Message
func (*GetBarBedazzlesResponse_BarResult) Reset ¶
func (x *GetBarBedazzlesResponse_BarResult) Reset()
func (*GetBarBedazzlesResponse_BarResult) String ¶
func (x *GetBarBedazzlesResponse_BarResult) String() string
type GetFizzBuzzesRequest ¶
type GetFizzBuzzesRequest struct { Bases []*Fizz `protobuf:"bytes,1,rep,name=bases,proto3" json:"bases,omitempty"` // contains filtered or unexported fields }
func (*GetFizzBuzzesRequest) Descriptor
deprecated
func (*GetFizzBuzzesRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetFizzBuzzesRequest.ProtoReflect.Descriptor instead.
func (*GetFizzBuzzesRequest) GetBases ¶
func (x *GetFizzBuzzesRequest) GetBases() []*Fizz
func (*GetFizzBuzzesRequest) ProtoMessage ¶
func (*GetFizzBuzzesRequest) ProtoMessage()
func (*GetFizzBuzzesRequest) ProtoReflect ¶
func (x *GetFizzBuzzesRequest) ProtoReflect() protoreflect.Message
func (*GetFizzBuzzesRequest) Reset ¶
func (x *GetFizzBuzzesRequest) Reset()
func (*GetFizzBuzzesRequest) String ¶
func (x *GetFizzBuzzesRequest) String() string
type GetFizzBuzzesResponse ¶
type GetFizzBuzzesResponse struct { Values []*GetFizzBuzzesResponse_FizzResult `protobuf:"bytes,1,rep,name=values,proto3" json:"values,omitempty"` // contains filtered or unexported fields }
func (*GetFizzBuzzesResponse) Descriptor
deprecated
func (*GetFizzBuzzesResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetFizzBuzzesResponse.ProtoReflect.Descriptor instead.
func (*GetFizzBuzzesResponse) GetValues ¶
func (x *GetFizzBuzzesResponse) GetValues() []*GetFizzBuzzesResponse_FizzResult
func (*GetFizzBuzzesResponse) ProtoMessage ¶
func (*GetFizzBuzzesResponse) ProtoMessage()
func (*GetFizzBuzzesResponse) ProtoReflect ¶
func (x *GetFizzBuzzesResponse) ProtoReflect() protoreflect.Message
func (*GetFizzBuzzesResponse) Reset ¶
func (x *GetFizzBuzzesResponse) Reset()
func (*GetFizzBuzzesResponse) String ¶
func (x *GetFizzBuzzesResponse) String() string
type GetFizzBuzzesResponse_FizzResult ¶
type GetFizzBuzzesResponse_FizzResult struct { Buzzes map[string]*Buzz `` /* 153-byte string literal not displayed */ // contains filtered or unexported fields }
func (*GetFizzBuzzesResponse_FizzResult) Descriptor
deprecated
func (*GetFizzBuzzesResponse_FizzResult) Descriptor() ([]byte, []int)
Deprecated: Use GetFizzBuzzesResponse_FizzResult.ProtoReflect.Descriptor instead.
func (*GetFizzBuzzesResponse_FizzResult) GetBuzzes ¶
func (x *GetFizzBuzzesResponse_FizzResult) GetBuzzes() map[string]*Buzz
func (*GetFizzBuzzesResponse_FizzResult) ProtoMessage ¶
func (*GetFizzBuzzesResponse_FizzResult) ProtoMessage()
func (*GetFizzBuzzesResponse_FizzResult) ProtoReflect ¶
func (x *GetFizzBuzzesResponse_FizzResult) ProtoReflect() protoreflect.Message
func (*GetFizzBuzzesResponse_FizzResult) Reset ¶
func (x *GetFizzBuzzesResponse_FizzResult) Reset()
func (*GetFizzBuzzesResponse_FizzResult) String ¶
func (x *GetFizzBuzzesResponse_FizzResult) String() string
type GetFizzRequest ¶
type GetFizzRequest struct { Criteria string `protobuf:"bytes,1,opt,name=criteria,proto3" json:"criteria,omitempty"` // contains filtered or unexported fields }
func (*GetFizzRequest) Descriptor
deprecated
func (*GetFizzRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetFizzRequest.ProtoReflect.Descriptor instead.
func (*GetFizzRequest) GetCriteria ¶
func (x *GetFizzRequest) GetCriteria() string
func (*GetFizzRequest) ProtoMessage ¶
func (*GetFizzRequest) ProtoMessage()
func (*GetFizzRequest) ProtoReflect ¶
func (x *GetFizzRequest) ProtoReflect() protoreflect.Message
func (*GetFizzRequest) Reset ¶
func (x *GetFizzRequest) Reset()
func (*GetFizzRequest) String ¶
func (x *GetFizzRequest) String() string
type GetFizzResponse ¶
type GetFizzResponse struct { Result *Fizz `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"` // contains filtered or unexported fields }
func (*GetFizzResponse) Descriptor
deprecated
func (*GetFizzResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetFizzResponse.ProtoReflect.Descriptor instead.
func (*GetFizzResponse) GetResult ¶
func (x *GetFizzResponse) GetResult() *Fizz
func (*GetFizzResponse) ProtoMessage ¶
func (*GetFizzResponse) ProtoMessage()
func (*GetFizzResponse) ProtoReflect ¶
func (x *GetFizzResponse) ProtoReflect() protoreflect.Message
func (*GetFizzResponse) Reset ¶
func (x *GetFizzResponse) Reset()
func (*GetFizzResponse) String ¶
func (x *GetFizzResponse) String() string
type GetFooBalanceCentsRequest ¶
type GetFooBalanceCentsRequest struct { Bases []*Foo `protobuf:"bytes,1,rep,name=bases,proto3" json:"bases,omitempty"` // contains filtered or unexported fields }
func (*GetFooBalanceCentsRequest) Descriptor
deprecated
func (*GetFooBalanceCentsRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetFooBalanceCentsRequest.ProtoReflect.Descriptor instead.
func (*GetFooBalanceCentsRequest) GetBases ¶
func (x *GetFooBalanceCentsRequest) GetBases() []*Foo
func (*GetFooBalanceCentsRequest) ProtoMessage ¶
func (*GetFooBalanceCentsRequest) ProtoMessage()
func (*GetFooBalanceCentsRequest) ProtoReflect ¶
func (x *GetFooBalanceCentsRequest) ProtoReflect() protoreflect.Message
func (*GetFooBalanceCentsRequest) Reset ¶
func (x *GetFooBalanceCentsRequest) Reset()
func (*GetFooBalanceCentsRequest) String ¶
func (x *GetFooBalanceCentsRequest) String() string
type GetFooBalanceCentsResponse ¶
type GetFooBalanceCentsResponse struct { Values []*GetFooBalanceCentsResponse_FooResult `protobuf:"bytes,1,rep,name=values,proto3" json:"values,omitempty"` // contains filtered or unexported fields }
func (*GetFooBalanceCentsResponse) Descriptor
deprecated
func (*GetFooBalanceCentsResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetFooBalanceCentsResponse.ProtoReflect.Descriptor instead.
func (*GetFooBalanceCentsResponse) GetValues ¶
func (x *GetFooBalanceCentsResponse) GetValues() []*GetFooBalanceCentsResponse_FooResult
func (*GetFooBalanceCentsResponse) ProtoMessage ¶
func (*GetFooBalanceCentsResponse) ProtoMessage()
func (*GetFooBalanceCentsResponse) ProtoReflect ¶
func (x *GetFooBalanceCentsResponse) ProtoReflect() protoreflect.Message
func (*GetFooBalanceCentsResponse) Reset ¶
func (x *GetFooBalanceCentsResponse) Reset()
func (*GetFooBalanceCentsResponse) String ¶
func (x *GetFooBalanceCentsResponse) String() string
type GetFooBalanceCentsResponse_FooResult ¶
type GetFooBalanceCentsResponse_FooResult struct { BalanceCents uint64 `protobuf:"fixed64,1,opt,name=balance_cents,json=balanceCents,proto3" json:"balance_cents,omitempty"` // contains filtered or unexported fields }
func (*GetFooBalanceCentsResponse_FooResult) Descriptor
deprecated
func (*GetFooBalanceCentsResponse_FooResult) Descriptor() ([]byte, []int)
Deprecated: Use GetFooBalanceCentsResponse_FooResult.ProtoReflect.Descriptor instead.
func (*GetFooBalanceCentsResponse_FooResult) GetBalanceCents ¶
func (x *GetFooBalanceCentsResponse_FooResult) GetBalanceCents() uint64
func (*GetFooBalanceCentsResponse_FooResult) ProtoMessage ¶
func (*GetFooBalanceCentsResponse_FooResult) ProtoMessage()
func (*GetFooBalanceCentsResponse_FooResult) ProtoReflect ¶
func (x *GetFooBalanceCentsResponse_FooResult) ProtoReflect() protoreflect.Message
func (*GetFooBalanceCentsResponse_FooResult) Reset ¶
func (x *GetFooBalanceCentsResponse_FooResult) Reset()
func (*GetFooBalanceCentsResponse_FooResult) String ¶
func (x *GetFooBalanceCentsResponse_FooResult) String() string
type GetFooBarsRequest ¶
type GetFooBarsRequest struct { Bases []*Foo `protobuf:"bytes,1,rep,name=bases,proto3" json:"bases,omitempty"` UpToThreshold float64 `protobuf:"fixed64,3,opt,name=up_to_threshold,json=upToThreshold,proto3" json:"up_to_threshold,omitempty"` Purpose string `protobuf:"bytes,4,opt,name=purpose,proto3" json:"purpose,omitempty"` Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` // contains filtered or unexported fields }
func (*GetFooBarsRequest) Descriptor
deprecated
func (*GetFooBarsRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetFooBarsRequest.ProtoReflect.Descriptor instead.
func (*GetFooBarsRequest) GetBases ¶
func (x *GetFooBarsRequest) GetBases() []*Foo
func (*GetFooBarsRequest) GetLimit ¶
func (x *GetFooBarsRequest) GetLimit() int32
func (*GetFooBarsRequest) GetPurpose ¶
func (x *GetFooBarsRequest) GetPurpose() string
func (*GetFooBarsRequest) GetUpToThreshold ¶
func (x *GetFooBarsRequest) GetUpToThreshold() float64
func (*GetFooBarsRequest) ProtoMessage ¶
func (*GetFooBarsRequest) ProtoMessage()
func (*GetFooBarsRequest) ProtoReflect ¶
func (x *GetFooBarsRequest) ProtoReflect() protoreflect.Message
func (*GetFooBarsRequest) Reset ¶
func (x *GetFooBarsRequest) Reset()
func (*GetFooBarsRequest) String ¶
func (x *GetFooBarsRequest) String() string
type GetFooBarsResponse ¶
type GetFooBarsResponse struct { Values []*GetFooBarsResponse_FooResult `protobuf:"bytes,1,rep,name=values,proto3" json:"values,omitempty"` // contains filtered or unexported fields }
func (*GetFooBarsResponse) Descriptor
deprecated
func (*GetFooBarsResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetFooBarsResponse.ProtoReflect.Descriptor instead.
func (*GetFooBarsResponse) GetValues ¶
func (x *GetFooBarsResponse) GetValues() []*GetFooBarsResponse_FooResult
func (*GetFooBarsResponse) ProtoMessage ¶
func (*GetFooBarsResponse) ProtoMessage()
func (*GetFooBarsResponse) ProtoReflect ¶
func (x *GetFooBarsResponse) ProtoReflect() protoreflect.Message
func (*GetFooBarsResponse) Reset ¶
func (x *GetFooBarsResponse) Reset()
func (*GetFooBarsResponse) String ¶
func (x *GetFooBarsResponse) String() string
type GetFooBarsResponse_FooResult ¶
type GetFooBarsResponse_FooResult struct { Bars []*Bar `protobuf:"bytes,1,rep,name=bars,proto3" json:"bars,omitempty"` // contains filtered or unexported fields }
func (*GetFooBarsResponse_FooResult) Descriptor
deprecated
func (*GetFooBarsResponse_FooResult) Descriptor() ([]byte, []int)
Deprecated: Use GetFooBarsResponse_FooResult.ProtoReflect.Descriptor instead.
func (*GetFooBarsResponse_FooResult) GetBars ¶
func (x *GetFooBarsResponse_FooResult) GetBars() []*Bar
func (*GetFooBarsResponse_FooResult) ProtoMessage ¶
func (*GetFooBarsResponse_FooResult) ProtoMessage()
func (*GetFooBarsResponse_FooResult) ProtoReflect ¶
func (x *GetFooBarsResponse_FooResult) ProtoReflect() protoreflect.Message
func (*GetFooBarsResponse_FooResult) Reset ¶
func (x *GetFooBarsResponse_FooResult) Reset()
func (*GetFooBarsResponse_FooResult) String ¶
func (x *GetFooBarsResponse_FooResult) String() string
type GetFooDescriptionRequest ¶
type GetFooDescriptionRequest struct { Bases []*Foo `protobuf:"bytes,1,rep,name=bases,proto3" json:"bases,omitempty"` // contains filtered or unexported fields }
func (*GetFooDescriptionRequest) Descriptor
deprecated
func (*GetFooDescriptionRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetFooDescriptionRequest.ProtoReflect.Descriptor instead.
func (*GetFooDescriptionRequest) GetBases ¶
func (x *GetFooDescriptionRequest) GetBases() []*Foo
func (*GetFooDescriptionRequest) ProtoMessage ¶
func (*GetFooDescriptionRequest) ProtoMessage()
func (*GetFooDescriptionRequest) ProtoReflect ¶
func (x *GetFooDescriptionRequest) ProtoReflect() protoreflect.Message
func (*GetFooDescriptionRequest) Reset ¶
func (x *GetFooDescriptionRequest) Reset()
func (*GetFooDescriptionRequest) String ¶
func (x *GetFooDescriptionRequest) String() string
type GetFooDescriptionResponse ¶
type GetFooDescriptionResponse struct { Values []*GetFooDescriptionResponse_FooResult `protobuf:"bytes,1,rep,name=values,proto3" json:"values,omitempty"` // contains filtered or unexported fields }
func (*GetFooDescriptionResponse) Descriptor
deprecated
func (*GetFooDescriptionResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetFooDescriptionResponse.ProtoReflect.Descriptor instead.
func (*GetFooDescriptionResponse) GetValues ¶
func (x *GetFooDescriptionResponse) GetValues() []*GetFooDescriptionResponse_FooResult
func (*GetFooDescriptionResponse) ProtoMessage ¶
func (*GetFooDescriptionResponse) ProtoMessage()
func (*GetFooDescriptionResponse) ProtoReflect ¶
func (x *GetFooDescriptionResponse) ProtoReflect() protoreflect.Message
func (*GetFooDescriptionResponse) Reset ¶
func (x *GetFooDescriptionResponse) Reset()
func (*GetFooDescriptionResponse) String ¶
func (x *GetFooDescriptionResponse) String() string
type GetFooDescriptionResponse_FooResult ¶
type GetFooDescriptionResponse_FooResult struct { Description string `protobuf:"bytes,1,opt,name=description,proto3" json:"description,omitempty"` // contains filtered or unexported fields }
func (*GetFooDescriptionResponse_FooResult) Descriptor
deprecated
func (*GetFooDescriptionResponse_FooResult) Descriptor() ([]byte, []int)
Deprecated: Use GetFooDescriptionResponse_FooResult.ProtoReflect.Descriptor instead.
func (*GetFooDescriptionResponse_FooResult) GetDescription ¶
func (x *GetFooDescriptionResponse_FooResult) GetDescription() string
func (*GetFooDescriptionResponse_FooResult) ProtoMessage ¶
func (*GetFooDescriptionResponse_FooResult) ProtoMessage()
func (*GetFooDescriptionResponse_FooResult) ProtoReflect ¶
func (x *GetFooDescriptionResponse_FooResult) ProtoReflect() protoreflect.Message
func (*GetFooDescriptionResponse_FooResult) Reset ¶
func (x *GetFooDescriptionResponse_FooResult) Reset()
func (*GetFooDescriptionResponse_FooResult) String ¶
func (x *GetFooDescriptionResponse_FooResult) String() string
type GetFooRequest ¶
type GetFooRequest struct { // Types that are assignable to By: // // *GetFooRequest_Name // *GetFooRequest_Id // *GetFooRequest_Tag // *GetFooRequest_Attribute_ By isGetFooRequest_By `protobuf_oneof:"by"` // contains filtered or unexported fields }
func (*GetFooRequest) Descriptor
deprecated
func (*GetFooRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetFooRequest.ProtoReflect.Descriptor instead.
func (*GetFooRequest) GetAttribute ¶
func (x *GetFooRequest) GetAttribute() *GetFooRequest_Attribute
func (*GetFooRequest) GetBy ¶
func (m *GetFooRequest) GetBy() isGetFooRequest_By
func (*GetFooRequest) GetId ¶
func (x *GetFooRequest) GetId() uint64
func (*GetFooRequest) GetName ¶
func (x *GetFooRequest) GetName() string
func (*GetFooRequest) GetTag ¶
func (x *GetFooRequest) GetTag() string
func (*GetFooRequest) ProtoMessage ¶
func (*GetFooRequest) ProtoMessage()
func (*GetFooRequest) ProtoReflect ¶
func (x *GetFooRequest) ProtoReflect() protoreflect.Message
func (*GetFooRequest) Reset ¶
func (x *GetFooRequest) Reset()
func (*GetFooRequest) String ¶
func (x *GetFooRequest) String() string
type GetFooRequest_Attribute ¶
type GetFooRequest_Attribute struct { Key string `protobuf:"bytes,1,opt,name=key,json=name,proto3" json:"key,omitempty"` Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"` // contains filtered or unexported fields }
func (*GetFooRequest_Attribute) Descriptor
deprecated
func (*GetFooRequest_Attribute) Descriptor() ([]byte, []int)
Deprecated: Use GetFooRequest_Attribute.ProtoReflect.Descriptor instead.
func (*GetFooRequest_Attribute) GetKey ¶
func (x *GetFooRequest_Attribute) GetKey() string
func (*GetFooRequest_Attribute) GetValue ¶
func (x *GetFooRequest_Attribute) GetValue() string
func (*GetFooRequest_Attribute) ProtoMessage ¶
func (*GetFooRequest_Attribute) ProtoMessage()
func (*GetFooRequest_Attribute) ProtoReflect ¶
func (x *GetFooRequest_Attribute) ProtoReflect() protoreflect.Message
func (*GetFooRequest_Attribute) Reset ¶
func (x *GetFooRequest_Attribute) Reset()
func (*GetFooRequest_Attribute) String ¶
func (x *GetFooRequest_Attribute) String() string
type GetFooRequest_Attribute_ ¶
type GetFooRequest_Attribute_ struct {
Attribute *GetFooRequest_Attribute `protobuf:"bytes,4,opt,name=attribute,proto3,oneof"`
}
type GetFooRequest_Id ¶
type GetFooRequest_Id struct {
Id uint64 `protobuf:"varint,2,opt,name=id,json=unique_id,proto3,oneof"`
}
type GetFooRequest_Name ¶
type GetFooRequest_Name struct {
Name string `protobuf:"bytes,1,opt,name=name,proto3,oneof"`
}
type GetFooRequest_Tag ¶
type GetFooRequest_Tag struct {
Tag string `protobuf:"bytes,3,opt,name=tag,proto3,oneof"`
}
type GetFooResponse ¶
type GetFooResponse struct { Results []*Foo `protobuf:"bytes,1,rep,name=results,proto3" json:"results,omitempty"` // contains filtered or unexported fields }
func (*GetFooResponse) Descriptor
deprecated
func (*GetFooResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetFooResponse.ProtoReflect.Descriptor instead.
func (*GetFooResponse) GetResults ¶
func (x *GetFooResponse) GetResults() []*Foo
func (*GetFooResponse) ProtoMessage ¶
func (*GetFooResponse) ProtoMessage()
func (*GetFooResponse) ProtoReflect ¶
func (x *GetFooResponse) ProtoReflect() protoreflect.Message
func (*GetFooResponse) Reset ¶
func (x *GetFooResponse) Reset()
func (*GetFooResponse) String ¶
func (x *GetFooResponse) String() string
type GetFooStyleRequest ¶
type GetFooStyleRequest struct { Bases []*Foo `protobuf:"bytes,1,rep,name=bases,proto3" json:"bases,omitempty"` // contains filtered or unexported fields }
func (*GetFooStyleRequest) Descriptor
deprecated
func (*GetFooStyleRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetFooStyleRequest.ProtoReflect.Descriptor instead.
func (*GetFooStyleRequest) GetBases ¶
func (x *GetFooStyleRequest) GetBases() []*Foo
func (*GetFooStyleRequest) ProtoMessage ¶
func (*GetFooStyleRequest) ProtoMessage()
func (*GetFooStyleRequest) ProtoReflect ¶
func (x *GetFooStyleRequest) ProtoReflect() protoreflect.Message
func (*GetFooStyleRequest) Reset ¶
func (x *GetFooStyleRequest) Reset()
func (*GetFooStyleRequest) String ¶
func (x *GetFooStyleRequest) String() string
type GetFooStyleResponse ¶
type GetFooStyleResponse struct { Values []*GetFooStyleResponse_FooResult `protobuf:"bytes,1,rep,name=values,proto3" json:"values,omitempty"` // contains filtered or unexported fields }
func (*GetFooStyleResponse) Descriptor
deprecated
func (*GetFooStyleResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetFooStyleResponse.ProtoReflect.Descriptor instead.
func (*GetFooStyleResponse) GetValues ¶
func (x *GetFooStyleResponse) GetValues() []*GetFooStyleResponse_FooResult
func (*GetFooStyleResponse) ProtoMessage ¶
func (*GetFooStyleResponse) ProtoMessage()
func (*GetFooStyleResponse) ProtoReflect ¶
func (x *GetFooStyleResponse) ProtoReflect() protoreflect.Message
func (*GetFooStyleResponse) Reset ¶
func (x *GetFooStyleResponse) Reset()
func (*GetFooStyleResponse) String ¶
func (x *GetFooStyleResponse) String() string
type GetFooStyleResponse_FooResult ¶
type GetFooStyleResponse_FooResult struct { Style *string `protobuf:"bytes,1,opt,name=style,proto3,oneof" json:"style,omitempty"` // contains filtered or unexported fields }
func (*GetFooStyleResponse_FooResult) Descriptor
deprecated
func (*GetFooStyleResponse_FooResult) Descriptor() ([]byte, []int)
Deprecated: Use GetFooStyleResponse_FooResult.ProtoReflect.Descriptor instead.
func (*GetFooStyleResponse_FooResult) GetStyle ¶
func (x *GetFooStyleResponse_FooResult) GetStyle() string
func (*GetFooStyleResponse_FooResult) ProtoMessage ¶
func (*GetFooStyleResponse_FooResult) ProtoMessage()
func (*GetFooStyleResponse_FooResult) ProtoReflect ¶
func (x *GetFooStyleResponse_FooResult) ProtoReflect() protoreflect.Message
func (*GetFooStyleResponse_FooResult) Reset ¶
func (x *GetFooStyleResponse_FooResult) Reset()
func (*GetFooStyleResponse_FooResult) String ¶
func (x *GetFooStyleResponse_FooResult) String() string
type MutateFooRequest ¶
type MutateFooRequest struct { // Types that are assignable to By: // // *MutateFooRequest_Name // *MutateFooRequest_Id // *MutateFooRequest_Tag // *MutateFooRequest_Attribute_ By isMutateFooRequest_By `protobuf_oneof:"by"` // Types that are assignable to Op: // // *MutateFooRequest_Create // *MutateFooRequest_Replace // *MutateFooRequest_Update // *MutateFooRequest_Delete Op isMutateFooRequest_Op `protobuf_oneof:"op"` // contains filtered or unexported fields }
func (*MutateFooRequest) Descriptor
deprecated
func (*MutateFooRequest) Descriptor() ([]byte, []int)
Deprecated: Use MutateFooRequest.ProtoReflect.Descriptor instead.
func (*MutateFooRequest) GetAttribute ¶
func (x *MutateFooRequest) GetAttribute() *MutateFooRequest_Attribute
func (*MutateFooRequest) GetBy ¶
func (m *MutateFooRequest) GetBy() isMutateFooRequest_By
func (*MutateFooRequest) GetCreate ¶
func (x *MutateFooRequest) GetCreate() *Foo
func (*MutateFooRequest) GetDelete ¶
func (x *MutateFooRequest) GetDelete() *emptypb.Empty
func (*MutateFooRequest) GetId ¶
func (x *MutateFooRequest) GetId() uint64
func (*MutateFooRequest) GetName ¶
func (x *MutateFooRequest) GetName() string
func (*MutateFooRequest) GetOp ¶
func (m *MutateFooRequest) GetOp() isMutateFooRequest_Op
func (*MutateFooRequest) GetReplace ¶
func (x *MutateFooRequest) GetReplace() *Foo
func (*MutateFooRequest) GetTag ¶
func (x *MutateFooRequest) GetTag() string
func (*MutateFooRequest) GetUpdate ¶
func (x *MutateFooRequest) GetUpdate() *MutateFooRequest_FooUpdate
func (*MutateFooRequest) ProtoMessage ¶
func (*MutateFooRequest) ProtoMessage()
func (*MutateFooRequest) ProtoReflect ¶
func (x *MutateFooRequest) ProtoReflect() protoreflect.Message
func (*MutateFooRequest) Reset ¶
func (x *MutateFooRequest) Reset()
func (*MutateFooRequest) String ¶
func (x *MutateFooRequest) String() string
type MutateFooRequest_Attribute ¶
type MutateFooRequest_Attribute struct { Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"` Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"` // contains filtered or unexported fields }
func (*MutateFooRequest_Attribute) Descriptor
deprecated
func (*MutateFooRequest_Attribute) Descriptor() ([]byte, []int)
Deprecated: Use MutateFooRequest_Attribute.ProtoReflect.Descriptor instead.
func (*MutateFooRequest_Attribute) GetKey ¶
func (x *MutateFooRequest_Attribute) GetKey() string
func (*MutateFooRequest_Attribute) GetValue ¶
func (x *MutateFooRequest_Attribute) GetValue() string
func (*MutateFooRequest_Attribute) ProtoMessage ¶
func (*MutateFooRequest_Attribute) ProtoMessage()
func (*MutateFooRequest_Attribute) ProtoReflect ¶
func (x *MutateFooRequest_Attribute) ProtoReflect() protoreflect.Message
func (*MutateFooRequest_Attribute) Reset ¶
func (x *MutateFooRequest_Attribute) Reset()
func (*MutateFooRequest_Attribute) String ¶
func (x *MutateFooRequest_Attribute) String() string
type MutateFooRequest_Attribute_ ¶
type MutateFooRequest_Attribute_ struct {
Attribute *MutateFooRequest_Attribute `protobuf:"bytes,4,opt,name=attribute,proto3,oneof"`
}
type MutateFooRequest_Create ¶
type MutateFooRequest_Create struct {
Create *Foo `protobuf:"bytes,5,opt,name=create,proto3,oneof"`
}
type MutateFooRequest_Delete ¶
type MutateFooRequest_FooUpdate ¶
type MutateFooRequest_FooUpdate struct { AddTags []string `protobuf:"bytes,1,rep,name=add_tags,json=addTags,proto3" json:"add_tags,omitempty"` RemoveTags []string `protobuf:"bytes,2,rep,name=remove_tags,json=removeTags,proto3" json:"remove_tags,omitempty"` MergeAttributes map[string]string `` /* 194-byte string literal not displayed */ RemoveAttributes []string `protobuf:"bytes,4,rep,name=remove_attributes,json=removeAttributes,proto3" json:"remove_attributes,omitempty"` ChangeState *FooState `` /* 128-byte string literal not displayed */ // contains filtered or unexported fields }
func (*MutateFooRequest_FooUpdate) Descriptor
deprecated
func (*MutateFooRequest_FooUpdate) Descriptor() ([]byte, []int)
Deprecated: Use MutateFooRequest_FooUpdate.ProtoReflect.Descriptor instead.
func (*MutateFooRequest_FooUpdate) GetAddTags ¶
func (x *MutateFooRequest_FooUpdate) GetAddTags() []string
func (*MutateFooRequest_FooUpdate) GetChangeState ¶
func (x *MutateFooRequest_FooUpdate) GetChangeState() FooState
func (*MutateFooRequest_FooUpdate) GetMergeAttributes ¶
func (x *MutateFooRequest_FooUpdate) GetMergeAttributes() map[string]string
func (*MutateFooRequest_FooUpdate) GetRemoveAttributes ¶
func (x *MutateFooRequest_FooUpdate) GetRemoveAttributes() []string
func (*MutateFooRequest_FooUpdate) GetRemoveTags ¶
func (x *MutateFooRequest_FooUpdate) GetRemoveTags() []string
func (*MutateFooRequest_FooUpdate) ProtoMessage ¶
func (*MutateFooRequest_FooUpdate) ProtoMessage()
func (*MutateFooRequest_FooUpdate) ProtoReflect ¶
func (x *MutateFooRequest_FooUpdate) ProtoReflect() protoreflect.Message
func (*MutateFooRequest_FooUpdate) Reset ¶
func (x *MutateFooRequest_FooUpdate) Reset()
func (*MutateFooRequest_FooUpdate) String ¶
func (x *MutateFooRequest_FooUpdate) String() string
type MutateFooRequest_Id ¶
type MutateFooRequest_Id struct {
Id uint64 `protobuf:"varint,2,opt,name=id,proto3,oneof"`
}
type MutateFooRequest_Name ¶
type MutateFooRequest_Name struct {
Name string `protobuf:"bytes,1,opt,name=name,proto3,oneof"`
}
type MutateFooRequest_Replace ¶
type MutateFooRequest_Replace struct {
Replace *Foo `protobuf:"bytes,6,opt,name=replace,proto3,oneof"`
}
type MutateFooRequest_Tag ¶
type MutateFooRequest_Tag struct {
Tag string `protobuf:"bytes,3,opt,name=tag,proto3,oneof"`
}
type MutateFooRequest_Update ¶
type MutateFooRequest_Update struct {
Update *MutateFooRequest_FooUpdate `protobuf:"bytes,7,opt,name=update,proto3,oneof"`
}
type MutateFooResponse ¶
type MutateFooResponse struct { Results []*Foo `protobuf:"bytes,1,rep,name=results,proto3" json:"results,omitempty"` // contains filtered or unexported fields }
func (*MutateFooResponse) Descriptor
deprecated
func (*MutateFooResponse) Descriptor() ([]byte, []int)
Deprecated: Use MutateFooResponse.ProtoReflect.Descriptor instead.
func (*MutateFooResponse) GetResults ¶
func (x *MutateFooResponse) GetResults() []*Foo
func (*MutateFooResponse) ProtoMessage ¶
func (*MutateFooResponse) ProtoMessage()
func (*MutateFooResponse) ProtoReflect ¶
func (x *MutateFooResponse) ProtoReflect() protoreflect.Message
func (*MutateFooResponse) Reset ¶
func (x *MutateFooResponse) Reset()
func (*MutateFooResponse) String ¶
func (x *MutateFooResponse) String() string
type QueryFoosRequest ¶
type QueryFoosRequest struct { // Types that are assignable to By: // // *QueryFoosRequest_Name // *QueryFoosRequest_Id // *QueryFoosRequest_Tag // *QueryFoosRequest_Attribute_ By isQueryFoosRequest_By `protobuf_oneof:"by"` // contains filtered or unexported fields }
func (*QueryFoosRequest) Descriptor
deprecated
func (*QueryFoosRequest) Descriptor() ([]byte, []int)
Deprecated: Use QueryFoosRequest.ProtoReflect.Descriptor instead.
func (*QueryFoosRequest) GetAttribute ¶
func (x *QueryFoosRequest) GetAttribute() *QueryFoosRequest_Attribute
func (*QueryFoosRequest) GetBy ¶
func (m *QueryFoosRequest) GetBy() isQueryFoosRequest_By
func (*QueryFoosRequest) GetId ¶
func (x *QueryFoosRequest) GetId() uint64
func (*QueryFoosRequest) GetName ¶
func (x *QueryFoosRequest) GetName() string
func (*QueryFoosRequest) GetTag ¶
func (x *QueryFoosRequest) GetTag() string
func (*QueryFoosRequest) ProtoMessage ¶
func (*QueryFoosRequest) ProtoMessage()
func (*QueryFoosRequest) ProtoReflect ¶
func (x *QueryFoosRequest) ProtoReflect() protoreflect.Message
func (*QueryFoosRequest) Reset ¶
func (x *QueryFoosRequest) Reset()
func (*QueryFoosRequest) String ¶
func (x *QueryFoosRequest) String() string
type QueryFoosRequest_Attribute ¶
type QueryFoosRequest_Attribute struct { Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"` Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"` // contains filtered or unexported fields }
func (*QueryFoosRequest_Attribute) Descriptor
deprecated
func (*QueryFoosRequest_Attribute) Descriptor() ([]byte, []int)
Deprecated: Use QueryFoosRequest_Attribute.ProtoReflect.Descriptor instead.
func (*QueryFoosRequest_Attribute) GetKey ¶
func (x *QueryFoosRequest_Attribute) GetKey() string
func (*QueryFoosRequest_Attribute) GetValue ¶
func (x *QueryFoosRequest_Attribute) GetValue() string
func (*QueryFoosRequest_Attribute) ProtoMessage ¶
func (*QueryFoosRequest_Attribute) ProtoMessage()
func (*QueryFoosRequest_Attribute) ProtoReflect ¶
func (x *QueryFoosRequest_Attribute) ProtoReflect() protoreflect.Message
func (*QueryFoosRequest_Attribute) Reset ¶
func (x *QueryFoosRequest_Attribute) Reset()
func (*QueryFoosRequest_Attribute) String ¶
func (x *QueryFoosRequest_Attribute) String() string
type QueryFoosRequest_Attribute_ ¶
type QueryFoosRequest_Attribute_ struct {
Attribute *QueryFoosRequest_Attribute `protobuf:"bytes,4,opt,name=attribute,proto3,oneof"`
}
type QueryFoosRequest_Id ¶
type QueryFoosRequest_Id struct {
Id uint64 `protobuf:"varint,2,opt,name=id,proto3,oneof"`
}
type QueryFoosRequest_Name ¶
type QueryFoosRequest_Name struct {
Name string `protobuf:"bytes,1,opt,name=name,proto3,oneof"`
}
type QueryFoosRequest_Tag ¶
type QueryFoosRequest_Tag struct {
Tag string `protobuf:"bytes,3,opt,name=tag,proto3,oneof"`
}
type QueryFoosResponse ¶
type QueryFoosResponse struct { Foo *Foo `protobuf:"bytes,1,opt,name=foo,proto3" json:"foo,omitempty"` // contains filtered or unexported fields }
func (*QueryFoosResponse) Descriptor
deprecated
func (*QueryFoosResponse) Descriptor() ([]byte, []int)
Deprecated: Use QueryFoosResponse.ProtoReflect.Descriptor instead.
func (*QueryFoosResponse) GetFoo ¶
func (x *QueryFoosResponse) GetFoo() *Foo
func (*QueryFoosResponse) ProtoMessage ¶
func (*QueryFoosResponse) ProtoMessage()
func (*QueryFoosResponse) ProtoReflect ¶
func (x *QueryFoosResponse) ProtoReflect() protoreflect.Message
func (*QueryFoosResponse) Reset ¶
func (x *QueryFoosResponse) Reset()
func (*QueryFoosResponse) String ¶
func (x *QueryFoosResponse) String() string
type Scalars ¶
type Scalars struct { I32 int32 `protobuf:"varint,1,opt,name=i32,proto3" json:"i32,omitempty"` I32List []int32 `protobuf:"varint,2,rep,packed,name=i32_list,json=i32List,proto3" json:"i32_list,omitempty"` I32Map map[int32]int32 `` /* 169-byte string literal not displayed */ I64 int64 `protobuf:"varint,4,opt,name=i64,proto3" json:"i64,omitempty"` I64List []int64 `protobuf:"varint,5,rep,packed,name=i64_list,json=i64List,proto3" json:"i64_list,omitempty"` I64Map map[int64]int64 `` /* 169-byte string literal not displayed */ U32 uint32 `protobuf:"varint,7,opt,name=u32,proto3" json:"u32,omitempty"` U32List []uint32 `protobuf:"varint,8,rep,packed,name=u32_list,json=u32List,proto3" json:"u32_list,omitempty"` U32Map map[uint32]uint32 `` /* 169-byte string literal not displayed */ U64 uint64 `protobuf:"varint,10,opt,name=u64,proto3" json:"u64,omitempty"` U64List []uint64 `protobuf:"varint,11,rep,packed,name=u64_list,json=u64List,proto3" json:"u64_list,omitempty"` U64Map map[uint64]uint64 `` /* 170-byte string literal not displayed */ S32 int32 `protobuf:"zigzag32,13,opt,name=s32,proto3" json:"s32,omitempty"` S32List []int32 `protobuf:"zigzag32,14,rep,packed,name=s32_list,json=s32List,proto3" json:"s32_list,omitempty"` S32Map map[int32]int32 `` /* 174-byte string literal not displayed */ S64 int64 `protobuf:"zigzag64,16,opt,name=s64,proto3" json:"s64,omitempty"` S64List []int64 `protobuf:"zigzag64,17,rep,packed,name=s64_list,json=s64List,proto3" json:"s64_list,omitempty"` S64Map map[int64]int64 `` /* 174-byte string literal not displayed */ Fx32 uint32 `protobuf:"fixed32,19,opt,name=fx32,proto3" json:"fx32,omitempty"` Fx32List []uint32 `protobuf:"fixed32,20,rep,packed,name=fx32_list,json=fx32List,proto3" json:"fx32_list,omitempty"` Fx32Map map[uint32]uint32 `` /* 175-byte string literal not displayed */ Fx64 uint64 `protobuf:"fixed64,22,opt,name=fx64,proto3" json:"fx64,omitempty"` Fx64List []uint64 `protobuf:"fixed64,23,rep,packed,name=fx64_list,json=fx64List,proto3" json:"fx64_list,omitempty"` Fx64Map map[uint64]uint64 `` /* 175-byte string literal not displayed */ Sfx32 int32 `protobuf:"fixed32,25,opt,name=sfx32,proto3" json:"sfx32,omitempty"` Sfx32List []int32 `protobuf:"fixed32,26,rep,packed,name=sfx32_list,json=sfx32List,proto3" json:"sfx32_list,omitempty"` Sfx32Map map[int32]int32 `` /* 178-byte string literal not displayed */ Sfx64 int64 `protobuf:"fixed64,28,opt,name=sfx64,proto3" json:"sfx64,omitempty"` Sfx64List []int64 `protobuf:"fixed64,29,rep,packed,name=sfx64_list,json=sfx64List,proto3" json:"sfx64_list,omitempty"` Sfx64Map map[int64]int64 `` /* 178-byte string literal not displayed */ F32 float32 `protobuf:"fixed32,31,opt,name=f32,proto3" json:"f32,omitempty"` F32List []float32 `protobuf:"fixed32,32,rep,packed,name=f32_list,json=f32List,proto3" json:"f32_list,omitempty"` F32Map map[string]float32 `` /* 170-byte string literal not displayed */ F64 float64 `protobuf:"fixed64,34,opt,name=f64,proto3" json:"f64,omitempty"` F64List []float64 `protobuf:"fixed64,35,rep,packed,name=f64_list,json=f64List,proto3" json:"f64_list,omitempty"` F64Map map[string]float64 `` /* 170-byte string literal not displayed */ Str string `protobuf:"bytes,37,opt,name=str,proto3" json:"str,omitempty"` StrList []string `protobuf:"bytes,38,rep,name=str_list,json=strList,proto3" json:"str_list,omitempty"` StrMap map[string]string `` /* 168-byte string literal not displayed */ Byt []byte `protobuf:"bytes,40,opt,name=byt,proto3" json:"byt,omitempty"` BytList [][]byte `protobuf:"bytes,41,rep,name=byt_list,json=bytList,proto3" json:"byt_list,omitempty"` BytMap map[string][]byte `` /* 168-byte string literal not displayed */ B bool `protobuf:"varint,43,opt,name=b,proto3" json:"b,omitempty"` BList []bool `protobuf:"varint,44,rep,packed,name=b_list,json=bList,proto3" json:"b_list,omitempty"` BMap map[bool]bool `` /* 164-byte string literal not displayed */ // contains filtered or unexported fields }
func (*Scalars) Descriptor
deprecated
func (*Scalars) GetBytList ¶
func (*Scalars) GetF32List ¶
func (*Scalars) GetF64List ¶
func (*Scalars) GetFx32List ¶
func (*Scalars) GetFx32Map ¶
func (*Scalars) GetFx64List ¶
func (*Scalars) GetFx64Map ¶
func (*Scalars) GetI32List ¶
func (*Scalars) GetI64List ¶
func (*Scalars) GetS32List ¶
func (*Scalars) GetS64List ¶
func (*Scalars) GetSfx32List ¶
func (*Scalars) GetSfx32Map ¶
func (*Scalars) GetSfx64List ¶
func (*Scalars) GetSfx64Map ¶
func (*Scalars) GetStrList ¶
func (*Scalars) GetU32List ¶
func (*Scalars) GetU64List ¶
func (*Scalars) ProtoMessage ¶
func (*Scalars) ProtoMessage()
func (*Scalars) ProtoReflect ¶
func (x *Scalars) ProtoReflect() protoreflect.Message
type WellKnownTypes ¶
type WellKnownTypes struct { NestedInList []*WellKnownTypes `protobuf:"bytes,1,rep,name=nested_in_list,json=nestedInList,proto3" json:"nested_in_list,omitempty"` NestedInMap map[int32]*WellKnownTypes `` /* 185-byte string literal not displayed */ Any *anypb.Any `protobuf:"bytes,3,opt,name=any,proto3" json:"any,omitempty"` AnyList []*anypb.Any `protobuf:"bytes,4,rep,name=any_list,json=anyList,proto3" json:"any_list,omitempty"` AnyMap map[string]*anypb.Any `` /* 167-byte string literal not displayed */ Duration *durationpb.Duration `protobuf:"bytes,6,opt,name=duration,proto3" json:"duration,omitempty"` DurationList []*durationpb.Duration `protobuf:"bytes,7,rep,name=duration_list,json=durationList,proto3" json:"duration_list,omitempty"` DurationMap map[int64]*durationpb.Duration `` /* 183-byte string literal not displayed */ Empty *emptypb.Empty `protobuf:"bytes,9,opt,name=empty,proto3" json:"empty,omitempty"` EmptyList []*emptypb.Empty `protobuf:"bytes,10,rep,name=empty_list,json=emptyList,proto3" json:"empty_list,omitempty"` EmptyMap map[string]*emptypb.Empty `` /* 174-byte string literal not displayed */ FieldMask *fieldmaskpb.FieldMask `protobuf:"bytes,12,opt,name=field_mask,json=fieldMask,proto3" json:"field_mask,omitempty"` FieldMaskList []*fieldmaskpb.FieldMask `protobuf:"bytes,13,rep,name=field_mask_list,json=fieldMaskList,proto3" json:"field_mask_list,omitempty"` FieldMaskMap map[uint32]*fieldmaskpb.FieldMask `` /* 189-byte string literal not displayed */ Value *structpb.Value `protobuf:"bytes,15,opt,name=value,proto3" json:"value,omitempty"` ValueList []*structpb.Value `protobuf:"bytes,16,rep,name=value_list,json=valueList,proto3" json:"value_list,omitempty"` ValueMap map[string]*structpb.Value `` /* 174-byte string literal not displayed */ ListValue *structpb.ListValue `protobuf:"bytes,18,opt,name=list_value,json=listValue,proto3" json:"list_value,omitempty"` ListValueList []*structpb.ListValue `protobuf:"bytes,19,rep,name=list_value_list,json=listValueList,proto3" json:"list_value_list,omitempty"` ListValueMap map[uint64]*structpb.ListValue `` /* 189-byte string literal not displayed */ Struct *structpb.Struct `protobuf:"bytes,21,opt,name=struct,proto3" json:"struct,omitempty"` StructList []*structpb.Struct `protobuf:"bytes,22,rep,name=struct_list,json=structList,proto3" json:"struct_list,omitempty"` StructMap map[string]*structpb.Struct `` /* 177-byte string literal not displayed */ NullValue structpb.NullValue `protobuf:"varint,24,opt,name=null_value,json=nullValue,proto3,enum=google.protobuf.NullValue" json:"null_value,omitempty"` NullValueList []structpb.NullValue `` /* 142-byte string literal not displayed */ NullValueMap map[bool]structpb.NullValue `` /* 221-byte string literal not displayed */ Timestamp *timestamppb.Timestamp `protobuf:"bytes,27,opt,name=timestamp,proto3" json:"timestamp,omitempty"` TimestampList []*timestamppb.Timestamp `protobuf:"bytes,28,rep,name=timestamp_list,json=timestampList,proto3" json:"timestamp_list,omitempty"` TimestampMap map[string]*timestamppb.Timestamp `` /* 186-byte string literal not displayed */ Int32Value *wrapperspb.Int32Value `protobuf:"bytes,30,opt,name=int32_value,json=int32Value,proto3" json:"int32_value,omitempty"` Int32ValueList []*wrapperspb.Int32Value `protobuf:"bytes,31,rep,name=int32_value_list,json=int32ValueList,proto3" json:"int32_value_list,omitempty"` Int32ValueMap map[int32]*wrapperspb.Int32Value `` /* 194-byte string literal not displayed */ Int64Value *wrapperspb.Int64Value `protobuf:"bytes,33,opt,name=int64_value,json=int64Value,proto3" json:"int64_value,omitempty"` Int64ValueList []*wrapperspb.Int64Value `protobuf:"bytes,34,rep,name=int64_value_list,json=int64ValueList,proto3" json:"int64_value_list,omitempty"` Int64ValueMap map[int64]*wrapperspb.Int64Value `` /* 194-byte string literal not displayed */ Uint32Value *wrapperspb.UInt32Value `protobuf:"bytes,36,opt,name=uint32_value,json=uint32Value,proto3" json:"uint32_value,omitempty"` Uint32ValueList []*wrapperspb.UInt32Value `protobuf:"bytes,37,rep,name=uint32_value_list,json=uint32ValueList,proto3" json:"uint32_value_list,omitempty"` Uint32ValueMap map[uint32]*wrapperspb.UInt32Value `` /* 196-byte string literal not displayed */ Uint64Value *wrapperspb.UInt64Value `protobuf:"bytes,39,opt,name=uint64_value,json=uint64Value,proto3" json:"uint64_value,omitempty"` Uint64ValueList []*wrapperspb.UInt64Value `protobuf:"bytes,40,rep,name=uint64_value_list,json=uint64ValueList,proto3" json:"uint64_value_list,omitempty"` Uint64ValueMap map[uint64]*wrapperspb.UInt64Value `` /* 196-byte string literal not displayed */ FloatValue *wrapperspb.FloatValue `protobuf:"bytes,42,opt,name=float_value,json=floatValue,proto3" json:"float_value,omitempty"` FloatValueList []*wrapperspb.FloatValue `protobuf:"bytes,43,rep,name=float_value_list,json=floatValueList,proto3" json:"float_value_list,omitempty"` FloatValueMap map[int32]*wrapperspb.FloatValue `` /* 193-byte string literal not displayed */ DoubleValue *wrapperspb.DoubleValue `protobuf:"bytes,45,opt,name=double_value,json=doubleValue,proto3" json:"double_value,omitempty"` DoubleValueList []*wrapperspb.DoubleValue `protobuf:"bytes,46,rep,name=double_value_list,json=doubleValueList,proto3" json:"double_value_list,omitempty"` DoubleValueMap map[int64]*wrapperspb.DoubleValue `` /* 196-byte string literal not displayed */ BoolValue *wrapperspb.BoolValue `protobuf:"bytes,48,opt,name=bool_value,json=boolValue,proto3" json:"bool_value,omitempty"` BoolValueList []*wrapperspb.BoolValue `protobuf:"bytes,49,rep,name=bool_value_list,json=boolValueList,proto3" json:"bool_value_list,omitempty"` BoolValueMap map[bool]*wrapperspb.BoolValue `` /* 189-byte string literal not displayed */ StringValue *wrapperspb.StringValue `protobuf:"bytes,51,opt,name=string_value,json=stringValue,proto3" json:"string_value,omitempty"` StringValueList []*wrapperspb.StringValue `protobuf:"bytes,52,rep,name=string_value_list,json=stringValueList,proto3" json:"string_value_list,omitempty"` StringValueMap map[string]*wrapperspb.StringValue `` /* 194-byte string literal not displayed */ BytesValue *wrapperspb.BytesValue `protobuf:"bytes,54,opt,name=bytes_value,json=bytesValue,proto3" json:"bytes_value,omitempty"` BytesValueList []*wrapperspb.BytesValue `protobuf:"bytes,55,rep,name=bytes_value_list,json=bytesValueList,proto3" json:"bytes_value_list,omitempty"` BytesValueMap map[string]*wrapperspb.BytesValue `` /* 191-byte string literal not displayed */ // contains filtered or unexported fields }
func (*WellKnownTypes) Descriptor
deprecated
func (*WellKnownTypes) Descriptor() ([]byte, []int)
Deprecated: Use WellKnownTypes.ProtoReflect.Descriptor instead.
func (*WellKnownTypes) GetAny ¶
func (x *WellKnownTypes) GetAny() *anypb.Any
func (*WellKnownTypes) GetAnyList ¶
func (x *WellKnownTypes) GetAnyList() []*anypb.Any
func (*WellKnownTypes) GetBoolValue ¶
func (x *WellKnownTypes) GetBoolValue() *wrapperspb.BoolValue
func (*WellKnownTypes) GetBoolValueList ¶
func (x *WellKnownTypes) GetBoolValueList() []*wrapperspb.BoolValue
func (*WellKnownTypes) GetBoolValueMap ¶
func (x *WellKnownTypes) GetBoolValueMap() map[bool]*wrapperspb.BoolValue
func (*WellKnownTypes) GetBytesValue ¶
func (x *WellKnownTypes) GetBytesValue() *wrapperspb.BytesValue
func (*WellKnownTypes) GetBytesValueList ¶
func (x *WellKnownTypes) GetBytesValueList() []*wrapperspb.BytesValue
func (*WellKnownTypes) GetBytesValueMap ¶
func (x *WellKnownTypes) GetBytesValueMap() map[string]*wrapperspb.BytesValue
func (*WellKnownTypes) GetDoubleValue ¶
func (x *WellKnownTypes) GetDoubleValue() *wrapperspb.DoubleValue
func (*WellKnownTypes) GetDoubleValueList ¶
func (x *WellKnownTypes) GetDoubleValueList() []*wrapperspb.DoubleValue
func (*WellKnownTypes) GetDoubleValueMap ¶
func (x *WellKnownTypes) GetDoubleValueMap() map[int64]*wrapperspb.DoubleValue
func (*WellKnownTypes) GetDuration ¶
func (x *WellKnownTypes) GetDuration() *durationpb.Duration
func (*WellKnownTypes) GetDurationList ¶
func (x *WellKnownTypes) GetDurationList() []*durationpb.Duration
func (*WellKnownTypes) GetDurationMap ¶
func (x *WellKnownTypes) GetDurationMap() map[int64]*durationpb.Duration
func (*WellKnownTypes) GetEmpty ¶
func (x *WellKnownTypes) GetEmpty() *emptypb.Empty
func (*WellKnownTypes) GetEmptyList ¶
func (x *WellKnownTypes) GetEmptyList() []*emptypb.Empty
func (*WellKnownTypes) GetEmptyMap ¶
func (x *WellKnownTypes) GetEmptyMap() map[string]*emptypb.Empty
func (*WellKnownTypes) GetFieldMask ¶
func (x *WellKnownTypes) GetFieldMask() *fieldmaskpb.FieldMask
func (*WellKnownTypes) GetFieldMaskList ¶
func (x *WellKnownTypes) GetFieldMaskList() []*fieldmaskpb.FieldMask
func (*WellKnownTypes) GetFieldMaskMap ¶
func (x *WellKnownTypes) GetFieldMaskMap() map[uint32]*fieldmaskpb.FieldMask
func (*WellKnownTypes) GetFloatValue ¶
func (x *WellKnownTypes) GetFloatValue() *wrapperspb.FloatValue
func (*WellKnownTypes) GetFloatValueList ¶
func (x *WellKnownTypes) GetFloatValueList() []*wrapperspb.FloatValue
func (*WellKnownTypes) GetFloatValueMap ¶
func (x *WellKnownTypes) GetFloatValueMap() map[int32]*wrapperspb.FloatValue
func (*WellKnownTypes) GetInt32Value ¶
func (x *WellKnownTypes) GetInt32Value() *wrapperspb.Int32Value
func (*WellKnownTypes) GetInt32ValueList ¶
func (x *WellKnownTypes) GetInt32ValueList() []*wrapperspb.Int32Value
func (*WellKnownTypes) GetInt32ValueMap ¶
func (x *WellKnownTypes) GetInt32ValueMap() map[int32]*wrapperspb.Int32Value
func (*WellKnownTypes) GetInt64Value ¶
func (x *WellKnownTypes) GetInt64Value() *wrapperspb.Int64Value
func (*WellKnownTypes) GetInt64ValueList ¶
func (x *WellKnownTypes) GetInt64ValueList() []*wrapperspb.Int64Value
func (*WellKnownTypes) GetInt64ValueMap ¶
func (x *WellKnownTypes) GetInt64ValueMap() map[int64]*wrapperspb.Int64Value
func (*WellKnownTypes) GetListValue ¶
func (x *WellKnownTypes) GetListValue() *structpb.ListValue
func (*WellKnownTypes) GetListValueList ¶
func (x *WellKnownTypes) GetListValueList() []*structpb.ListValue
func (*WellKnownTypes) GetListValueMap ¶
func (x *WellKnownTypes) GetListValueMap() map[uint64]*structpb.ListValue
func (*WellKnownTypes) GetNestedInList ¶
func (x *WellKnownTypes) GetNestedInList() []*WellKnownTypes
func (*WellKnownTypes) GetNestedInMap ¶
func (x *WellKnownTypes) GetNestedInMap() map[int32]*WellKnownTypes
func (*WellKnownTypes) GetNullValue ¶
func (x *WellKnownTypes) GetNullValue() structpb.NullValue
func (*WellKnownTypes) GetNullValueList ¶
func (x *WellKnownTypes) GetNullValueList() []structpb.NullValue
func (*WellKnownTypes) GetNullValueMap ¶
func (x *WellKnownTypes) GetNullValueMap() map[bool]structpb.NullValue
func (*WellKnownTypes) GetStringValue ¶
func (x *WellKnownTypes) GetStringValue() *wrapperspb.StringValue
func (*WellKnownTypes) GetStringValueList ¶
func (x *WellKnownTypes) GetStringValueList() []*wrapperspb.StringValue
func (*WellKnownTypes) GetStringValueMap ¶
func (x *WellKnownTypes) GetStringValueMap() map[string]*wrapperspb.StringValue
func (*WellKnownTypes) GetStruct ¶
func (x *WellKnownTypes) GetStruct() *structpb.Struct
func (*WellKnownTypes) GetStructList ¶
func (x *WellKnownTypes) GetStructList() []*structpb.Struct
func (*WellKnownTypes) GetStructMap ¶
func (x *WellKnownTypes) GetStructMap() map[string]*structpb.Struct
func (*WellKnownTypes) GetTimestamp ¶
func (x *WellKnownTypes) GetTimestamp() *timestamppb.Timestamp
func (*WellKnownTypes) GetTimestampList ¶
func (x *WellKnownTypes) GetTimestampList() []*timestamppb.Timestamp
func (*WellKnownTypes) GetTimestampMap ¶
func (x *WellKnownTypes) GetTimestampMap() map[string]*timestamppb.Timestamp
func (*WellKnownTypes) GetUint32Value ¶
func (x *WellKnownTypes) GetUint32Value() *wrapperspb.UInt32Value
func (*WellKnownTypes) GetUint32ValueList ¶
func (x *WellKnownTypes) GetUint32ValueList() []*wrapperspb.UInt32Value
func (*WellKnownTypes) GetUint32ValueMap ¶
func (x *WellKnownTypes) GetUint32ValueMap() map[uint32]*wrapperspb.UInt32Value
func (*WellKnownTypes) GetUint64Value ¶
func (x *WellKnownTypes) GetUint64Value() *wrapperspb.UInt64Value
func (*WellKnownTypes) GetUint64ValueList ¶
func (x *WellKnownTypes) GetUint64ValueList() []*wrapperspb.UInt64Value
func (*WellKnownTypes) GetUint64ValueMap ¶
func (x *WellKnownTypes) GetUint64ValueMap() map[uint64]*wrapperspb.UInt64Value
func (*WellKnownTypes) GetValue ¶
func (x *WellKnownTypes) GetValue() *structpb.Value
func (*WellKnownTypes) GetValueList ¶
func (x *WellKnownTypes) GetValueList() []*structpb.Value
func (*WellKnownTypes) GetValueMap ¶
func (x *WellKnownTypes) GetValueMap() map[string]*structpb.Value
func (*WellKnownTypes) ProtoMessage ¶
func (*WellKnownTypes) ProtoMessage()
func (*WellKnownTypes) ProtoReflect ¶
func (x *WellKnownTypes) ProtoReflect() protoreflect.Message
func (*WellKnownTypes) Reset ¶
func (x *WellKnownTypes) Reset()
func (*WellKnownTypes) String ¶
func (x *WellKnownTypes) String() string