Documentation ¶
Index ¶
- type Event
- func (*Event) Descriptor() ([]byte, []int)
- func (m *Event) GetEndId() string
- func (m *Event) GetEndTime() *timestamp.Timestamp
- func (m *Event) GetEntityName() string
- func (m *Event) GetEventCount() int32
- func (m *Event) GetEventType() string
- func (m *Event) GetParentName() string
- func (m *Event) GetParentType() string
- func (m *Event) GetRequestorName() string
- func (m *Event) GetRequestorType() string
- func (m *Event) GetServiceHostname() string
- func (m *Event) GetStartId() string
- func (m *Event) GetStartTime() *timestamp.Timestamp
- func (m *Event) GetTask() string
- func (*Event) ProtoMessage()
- func (m *Event) Reset()
- func (m *Event) String() string
- func (m *Event) XXX_DiscardUnknown()
- func (m *Event) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *Event) XXX_Merge(src proto.Message)
- func (m *Event) XXX_Size() int
- func (m *Event) XXX_Unmarshal(b []byte) error
- type EventCollection
- func (*EventCollection) Descriptor() ([]byte, []int)
- func (m *EventCollection) GetEventsCount() []*EventCount
- func (*EventCollection) ProtoMessage()
- func (m *EventCollection) Reset()
- func (m *EventCollection) String() string
- func (m *EventCollection) XXX_DiscardUnknown()
- func (m *EventCollection) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *EventCollection) XXX_Merge(src proto.Message)
- func (m *EventCollection) XXX_Size() int
- func (m *EventCollection) XXX_Unmarshal(b []byte) error
- type EventCount
- func (*EventCount) Descriptor() ([]byte, []int)
- func (m *EventCount) GetCount() int64
- func (m *EventCount) GetName() string
- func (*EventCount) ProtoMessage()
- func (m *EventCount) Reset()
- func (m *EventCount) String() string
- func (m *EventCount) XXX_DiscardUnknown()
- func (m *EventCount) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *EventCount) XXX_Merge(src proto.Message)
- func (m *EventCount) XXX_Size() int
- func (m *EventCount) XXX_Unmarshal(b []byte) error
- type EventCounts
- func (*EventCounts) Descriptor() ([]byte, []int)
- func (m *EventCounts) GetCounts() []*EventCount
- func (m *EventCounts) GetTotal() int64
- func (*EventCounts) ProtoMessage()
- func (m *EventCounts) Reset()
- func (m *EventCounts) String() string
- func (m *EventCounts) XXX_DiscardUnknown()
- func (m *EventCounts) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *EventCounts) XXX_Merge(src proto.Message)
- func (m *EventCounts) XXX_Size() int
- func (m *EventCounts) XXX_Unmarshal(b []byte) error
- type EventString
- func (*EventString) Descriptor() ([]byte, []int)
- func (m *EventString) GetCollection() []*EventCollection
- func (m *EventString) GetEventAction() string
- func (*EventString) ProtoMessage()
- func (m *EventString) Reset()
- func (m *EventString) String() string
- func (m *EventString) XXX_DiscardUnknown()
- func (m *EventString) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *EventString) XXX_Merge(src proto.Message)
- func (m *EventString) XXX_Size() int
- func (m *EventString) XXX_Unmarshal(b []byte) error
- type EventStrings
- func (*EventStrings) Descriptor() ([]byte, []int)
- func (m *EventStrings) GetEnd() string
- func (m *EventStrings) GetHoursBetween() int32
- func (m *EventStrings) GetStart() string
- func (m *EventStrings) GetStrings() []*EventString
- func (*EventStrings) ProtoMessage()
- func (m *EventStrings) Reset()
- func (m *EventStrings) String() string
- func (m *EventStrings) XXX_DiscardUnknown()
- func (m *EventStrings) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *EventStrings) XXX_Merge(src proto.Message)
- func (m *EventStrings) XXX_Size() int
- func (m *EventStrings) XXX_Unmarshal(b []byte) error
- type Events
- func (*Events) Descriptor() ([]byte, []int)
- func (m *Events) GetEvents() []*Event
- func (m *Events) GetTotalEvents() int64
- func (*Events) ProtoMessage()
- func (m *Events) Reset()
- func (m *Events) String() string
- func (m *Events) XXX_DiscardUnknown()
- func (m *Events) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *Events) XXX_Merge(src proto.Message)
- func (m *Events) XXX_Size() int
- func (m *Events) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Event ¶
type Event struct { EventType string `protobuf:"bytes,1,opt,name=event_type,json=eventType,proto3" json:"event_type,omitempty"` Task string `protobuf:"bytes,2,opt,name=task,proto3" json:"task,omitempty"` StartTime *timestamp.Timestamp `protobuf:"bytes,3,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty"` EntityName string `protobuf:"bytes,4,opt,name=entity_name,json=entityName,proto3" json:"entity_name,omitempty"` RequestorType string `protobuf:"bytes,5,opt,name=requestor_type,json=requestorType,proto3" json:"requestor_type,omitempty"` RequestorName string `protobuf:"bytes,6,opt,name=requestor_name,json=requestorName,proto3" json:"requestor_name,omitempty"` ServiceHostname string `protobuf:"bytes,7,opt,name=service_hostname,json=serviceHostname,proto3" json:"service_hostname,omitempty"` StartId string `protobuf:"bytes,8,opt,name=start_id,json=startId,proto3" json:"start_id,omitempty"` EventCount int32 `protobuf:"varint,9,opt,name=event_count,json=eventCount,proto3" json:"event_count,omitempty"` ParentName string `protobuf:"bytes,16,opt,name=parent_name,json=parentName,proto3" json:"parent_name,omitempty"` ParentType string `protobuf:"bytes,17,opt,name=parent_type,json=parentType,proto3" json:"parent_type,omitempty"` EndTime *timestamp.Timestamp `protobuf:"bytes,18,opt,name=end_time,json=endTime,proto3" json:"end_time,omitempty"` EndId string `protobuf:"bytes,19,opt,name=end_id,json=endId,proto3" json:"end_id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Event) Descriptor ¶
func (*Event) GetEndTime ¶
func (*Event) GetEntityName ¶
func (*Event) GetEventCount ¶
func (*Event) GetEventType ¶
func (*Event) GetParentName ¶
func (*Event) GetParentType ¶
func (*Event) GetRequestorName ¶
func (*Event) GetRequestorType ¶
func (*Event) GetServiceHostname ¶
func (*Event) GetStartId ¶
func (*Event) GetStartTime ¶
func (*Event) ProtoMessage ¶
func (*Event) ProtoMessage()
func (*Event) XXX_DiscardUnknown ¶
func (m *Event) XXX_DiscardUnknown()
func (*Event) XXX_Marshal ¶
func (*Event) XXX_Unmarshal ¶
type EventCollection ¶
type EventCollection struct { EventsCount []*EventCount `protobuf:"bytes,1,rep,name=events_count,json=eventsCount,proto3" json:"events_count,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*EventCollection) Descriptor ¶
func (*EventCollection) Descriptor() ([]byte, []int)
func (*EventCollection) GetEventsCount ¶
func (m *EventCollection) GetEventsCount() []*EventCount
func (*EventCollection) ProtoMessage ¶
func (*EventCollection) ProtoMessage()
func (*EventCollection) Reset ¶
func (m *EventCollection) Reset()
func (*EventCollection) String ¶
func (m *EventCollection) String() string
func (*EventCollection) XXX_DiscardUnknown ¶
func (m *EventCollection) XXX_DiscardUnknown()
func (*EventCollection) XXX_Marshal ¶
func (m *EventCollection) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*EventCollection) XXX_Merge ¶
func (dst *EventCollection) XXX_Merge(src proto.Message)
func (*EventCollection) XXX_Size ¶
func (m *EventCollection) XXX_Size() int
func (*EventCollection) XXX_Unmarshal ¶
func (m *EventCollection) XXX_Unmarshal(b []byte) error
type EventCount ¶
type EventCount struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Count int64 `protobuf:"varint,2,opt,name=count,proto3" json:"count,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*EventCount) Descriptor ¶
func (*EventCount) Descriptor() ([]byte, []int)
func (*EventCount) GetCount ¶
func (m *EventCount) GetCount() int64
func (*EventCount) GetName ¶
func (m *EventCount) GetName() string
func (*EventCount) ProtoMessage ¶
func (*EventCount) ProtoMessage()
func (*EventCount) Reset ¶
func (m *EventCount) Reset()
func (*EventCount) String ¶
func (m *EventCount) String() string
func (*EventCount) XXX_DiscardUnknown ¶
func (m *EventCount) XXX_DiscardUnknown()
func (*EventCount) XXX_Marshal ¶
func (m *EventCount) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*EventCount) XXX_Merge ¶
func (dst *EventCount) XXX_Merge(src proto.Message)
func (*EventCount) XXX_Size ¶
func (m *EventCount) XXX_Size() int
func (*EventCount) XXX_Unmarshal ¶
func (m *EventCount) XXX_Unmarshal(b []byte) error
type EventCounts ¶
type EventCounts struct { Total int64 `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"` Counts []*EventCount `protobuf:"bytes,2,rep,name=counts,proto3" json:"counts,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*EventCounts) Descriptor ¶
func (*EventCounts) Descriptor() ([]byte, []int)
func (*EventCounts) GetCounts ¶
func (m *EventCounts) GetCounts() []*EventCount
func (*EventCounts) GetTotal ¶
func (m *EventCounts) GetTotal() int64
func (*EventCounts) ProtoMessage ¶
func (*EventCounts) ProtoMessage()
func (*EventCounts) Reset ¶
func (m *EventCounts) Reset()
func (*EventCounts) String ¶
func (m *EventCounts) String() string
func (*EventCounts) XXX_DiscardUnknown ¶
func (m *EventCounts) XXX_DiscardUnknown()
func (*EventCounts) XXX_Marshal ¶
func (m *EventCounts) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*EventCounts) XXX_Merge ¶
func (dst *EventCounts) XXX_Merge(src proto.Message)
func (*EventCounts) XXX_Size ¶
func (m *EventCounts) XXX_Size() int
func (*EventCounts) XXX_Unmarshal ¶
func (m *EventCounts) XXX_Unmarshal(b []byte) error
type EventString ¶
type EventString struct { Collection []*EventCollection `protobuf:"bytes,1,rep,name=collection,proto3" json:"collection,omitempty"` EventAction string `protobuf:"bytes,2,opt,name=event_action,json=eventAction,proto3" json:"event_action,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*EventString) Descriptor ¶
func (*EventString) Descriptor() ([]byte, []int)
func (*EventString) GetCollection ¶
func (m *EventString) GetCollection() []*EventCollection
func (*EventString) GetEventAction ¶
func (m *EventString) GetEventAction() string
func (*EventString) ProtoMessage ¶
func (*EventString) ProtoMessage()
func (*EventString) Reset ¶
func (m *EventString) Reset()
func (*EventString) String ¶
func (m *EventString) String() string
func (*EventString) XXX_DiscardUnknown ¶
func (m *EventString) XXX_DiscardUnknown()
func (*EventString) XXX_Marshal ¶
func (m *EventString) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*EventString) XXX_Merge ¶
func (dst *EventString) XXX_Merge(src proto.Message)
func (*EventString) XXX_Size ¶
func (m *EventString) XXX_Size() int
func (*EventString) XXX_Unmarshal ¶
func (m *EventString) XXX_Unmarshal(b []byte) error
type EventStrings ¶
type EventStrings struct { Strings []*EventString `protobuf:"bytes,1,rep,name=strings,proto3" json:"strings,omitempty"` Start string `protobuf:"bytes,2,opt,name=start,proto3" json:"start,omitempty"` End string `protobuf:"bytes,3,opt,name=end,proto3" json:"end,omitempty"` HoursBetween int32 `protobuf:"varint,4,opt,name=hours_between,json=hoursBetween,proto3" json:"hours_between,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*EventStrings) Descriptor ¶
func (*EventStrings) Descriptor() ([]byte, []int)
func (*EventStrings) GetEnd ¶
func (m *EventStrings) GetEnd() string
func (*EventStrings) GetHoursBetween ¶
func (m *EventStrings) GetHoursBetween() int32
func (*EventStrings) GetStart ¶
func (m *EventStrings) GetStart() string
func (*EventStrings) GetStrings ¶
func (m *EventStrings) GetStrings() []*EventString
func (*EventStrings) ProtoMessage ¶
func (*EventStrings) ProtoMessage()
func (*EventStrings) Reset ¶
func (m *EventStrings) Reset()
func (*EventStrings) String ¶
func (m *EventStrings) String() string
func (*EventStrings) XXX_DiscardUnknown ¶
func (m *EventStrings) XXX_DiscardUnknown()
func (*EventStrings) XXX_Marshal ¶
func (m *EventStrings) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*EventStrings) XXX_Merge ¶
func (dst *EventStrings) XXX_Merge(src proto.Message)
func (*EventStrings) XXX_Size ¶
func (m *EventStrings) XXX_Size() int
func (*EventStrings) XXX_Unmarshal ¶
func (m *EventStrings) XXX_Unmarshal(b []byte) error
type Events ¶
type Events struct { Events []*Event `protobuf:"bytes,1,rep,name=events,proto3" json:"events,omitempty"` TotalEvents int64 `protobuf:"varint,2,opt,name=total_events,json=totalEvents,proto3" json:"total_events,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Events) Descriptor ¶
func (*Events) GetTotalEvents ¶
func (*Events) ProtoMessage ¶
func (*Events) ProtoMessage()
func (*Events) XXX_DiscardUnknown ¶
func (m *Events) XXX_DiscardUnknown()
func (*Events) XXX_Marshal ¶
func (*Events) XXX_Unmarshal ¶
Click to show internal directories.
Click to hide internal directories.