Documentation
¶
Overview ¶
Code generated by protoc-gen-go-helpers. DO NOT EDIT.
Index ¶
- Variables
- type Baggage
- func (*Baggage) Descriptor() ([]byte, []int)deprecated
- func (this *Baggage) Equal(that interface{}) bool
- func (x *Baggage) GetCountersInt() map[string]int64
- func (val *Baggage) Marshal() ([]byte, error)
- func (*Baggage) ProtoMessage()
- func (x *Baggage) ProtoReflect() protoreflect.Message
- func (x *Baggage) Reset()
- func (val *Baggage) Size() int
- func (x *Baggage) String() string
- func (val *Baggage) Unmarshal(buf []byte) error
Constants ¶
This section is empty.
Variables ¶
View Source
var File_temporal_server_api_metrics_v1_message_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Baggage ¶
type Baggage struct {
CountersInt map[string]int64 `` /* 183-byte string literal not displayed */
// contains filtered or unexported fields
}
func (*Baggage) Descriptor
deprecated
func (*Baggage) Descriptor() ([]byte, []int)
Deprecated: Use Baggage.ProtoReflect.Descriptor instead.
func (*Baggage) Equal ¶
func (this *Baggage) Equal(that interface{}) bool
Equal returns whether two Baggage values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkgo.dev/google.golang.org/protobuf/proto#Equal
func (*Baggage) GetCountersInt ¶
func (x *Baggage) GetCountersInt() map[string]int64
func (*Baggage) Marshal ¶
func (val *Baggage) Marshal() ([]byte, error)
Marshal an object of type Baggage to the protobuf v3 wire format
func (*Baggage) ProtoMessage ¶
func (*Baggage) ProtoMessage()
func (*Baggage) ProtoReflect ¶ added in v1.23.0
func (x *Baggage) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.