response

package
v0.0.0-...-0490640 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 16, 2019 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

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) Descriptor() ([]byte, []int)

func (*Event) GetEndId

func (m *Event) GetEndId() string

func (*Event) GetEndTime

func (m *Event) GetEndTime() *timestamp.Timestamp

func (*Event) GetEntityName

func (m *Event) GetEntityName() string

func (*Event) GetEventCount

func (m *Event) GetEventCount() int32

func (*Event) GetEventType

func (m *Event) GetEventType() string

func (*Event) GetParentName

func (m *Event) GetParentName() string

func (*Event) GetParentType

func (m *Event) GetParentType() string

func (*Event) GetRequestorName

func (m *Event) GetRequestorName() string

func (*Event) GetRequestorType

func (m *Event) GetRequestorType() string

func (*Event) GetServiceHostname

func (m *Event) GetServiceHostname() string

func (*Event) GetStartId

func (m *Event) GetStartId() string

func (*Event) GetStartTime

func (m *Event) GetStartTime() *timestamp.Timestamp

func (*Event) GetTask

func (m *Event) GetTask() string

func (*Event) ProtoMessage

func (*Event) ProtoMessage()

func (*Event) Reset

func (m *Event) Reset()

func (*Event) String

func (m *Event) String() string

func (*Event) XXX_DiscardUnknown

func (m *Event) XXX_DiscardUnknown()

func (*Event) XXX_Marshal

func (m *Event) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Event) XXX_Merge

func (dst *Event) XXX_Merge(src proto.Message)

func (*Event) XXX_Size

func (m *Event) XXX_Size() int

func (*Event) XXX_Unmarshal

func (m *Event) XXX_Unmarshal(b []byte) error

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) Descriptor() ([]byte, []int)

func (*Events) GetEvents

func (m *Events) GetEvents() []*Event

func (*Events) GetTotalEvents

func (m *Events) GetTotalEvents() int64

func (*Events) ProtoMessage

func (*Events) ProtoMessage()

func (*Events) Reset

func (m *Events) Reset()

func (*Events) String

func (m *Events) String() string

func (*Events) XXX_DiscardUnknown

func (m *Events) XXX_DiscardUnknown()

func (*Events) XXX_Marshal

func (m *Events) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Events) XXX_Merge

func (dst *Events) XXX_Merge(src proto.Message)

func (*Events) XXX_Size

func (m *Events) XXX_Size() int

func (*Events) XXX_Unmarshal

func (m *Events) XXX_Unmarshal(b []byte) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL