Documentation ¶
Index ¶
- Variables
- type Dimension
- func (*Dimension) Descriptor() ([]byte, []int)
- func (m *Dimension) GetName() string
- func (m *Dimension) GetValue() string
- func (m *Dimension) Marshal() (dAtA []byte, err error)
- func (m *Dimension) MarshalTo(dAtA []byte) (int, error)
- func (m *Dimension) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*Dimension) ProtoMessage()
- func (m *Dimension) Reset()
- func (m *Dimension) Size() (n int)
- func (m *Dimension) String() string
- func (m *Dimension) Unmarshal(dAtA []byte) error
- func (m *Dimension) XXX_DiscardUnknown()
- func (m *Dimension) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Dimension) XXX_Merge(src proto.Message)
- func (m *Dimension) XXX_Size() int
- func (m *Dimension) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type Dimension ¶
type Dimension struct { // Dimension name Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name"` // Dimension value Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
Represents a dimension used in events
func (*Dimension) Descriptor ¶
func (*Dimension) MarshalToSizedBuffer ¶
func (*Dimension) ProtoMessage ¶
func (*Dimension) ProtoMessage()
func (*Dimension) XXX_DiscardUnknown ¶
func (m *Dimension) XXX_DiscardUnknown()
func (*Dimension) XXX_Marshal ¶
func (*Dimension) XXX_Unmarshal ¶
Click to show internal directories.
Click to hide internal directories.