client

package
v1.3.1 Latest Latest
Warning

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

Go to latest
Published: Aug 19, 2022 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var SourceId_name = map[int32]string{
	0: "UNKNOWN",
	1: "ANDROID",
	2: "IOS",
	3: "WEB",
	4: "GOAL_BATCH",
	5: "GO_SERVER",
	6: "NODE_SERVER",
}
View Source
var SourceId_value = map[string]int32{
	"UNKNOWN":     0,
	"ANDROID":     1,
	"IOS":         2,
	"WEB":         3,
	"GOAL_BATCH":  4,
	"GO_SERVER":   5,
	"NODE_SERVER": 6,
}

Functions

This section is empty.

Types

type EvaluationEvent

type EvaluationEvent struct {
	Timestamp            int64           `protobuf:"varint,1,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	FeatureId            string          `protobuf:"bytes,2,opt,name=feature_id,json=featureId,proto3" json:"feature_id,omitempty"`
	FeatureVersion       int32           `protobuf:"varint,3,opt,name=feature_version,json=featureVersion,proto3" json:"feature_version,omitempty"`
	UserId               string          `protobuf:"bytes,4,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	VariationId          string          `protobuf:"bytes,5,opt,name=variation_id,json=variationId,proto3" json:"variation_id,omitempty"`
	User                 *user.User      `protobuf:"bytes,6,opt,name=user,proto3" json:"user,omitempty"`
	Reason               *feature.Reason `protobuf:"bytes,7,opt,name=reason,proto3" json:"reason,omitempty"`
	Tag                  string          `protobuf:"bytes,8,opt,name=tag,proto3" json:"tag,omitempty"`
	SourceId             SourceId        `protobuf:"varint,9,opt,name=source_id,json=sourceId,proto3,enum=bucketeer.event.client.SourceId" json:"source_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*EvaluationEvent) Descriptor

func (*EvaluationEvent) Descriptor() ([]byte, []int)

func (*EvaluationEvent) GetFeatureId

func (m *EvaluationEvent) GetFeatureId() string

func (*EvaluationEvent) GetFeatureVersion

func (m *EvaluationEvent) GetFeatureVersion() int32

func (*EvaluationEvent) GetReason

func (m *EvaluationEvent) GetReason() *feature.Reason

func (*EvaluationEvent) GetSourceId added in v1.3.0

func (m *EvaluationEvent) GetSourceId() SourceId

func (*EvaluationEvent) GetTag added in v1.3.0

func (m *EvaluationEvent) GetTag() string

func (*EvaluationEvent) GetTimestamp

func (m *EvaluationEvent) GetTimestamp() int64

func (*EvaluationEvent) GetUser

func (m *EvaluationEvent) GetUser() *user.User

func (*EvaluationEvent) GetUserId

func (m *EvaluationEvent) GetUserId() string

func (*EvaluationEvent) GetVariationId

func (m *EvaluationEvent) GetVariationId() string

func (*EvaluationEvent) ProtoMessage

func (*EvaluationEvent) ProtoMessage()

func (*EvaluationEvent) Reset

func (m *EvaluationEvent) Reset()

func (*EvaluationEvent) String

func (m *EvaluationEvent) String() string

func (*EvaluationEvent) XXX_DiscardUnknown

func (m *EvaluationEvent) XXX_DiscardUnknown()

func (*EvaluationEvent) XXX_Marshal

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

func (*EvaluationEvent) XXX_Merge

func (m *EvaluationEvent) XXX_Merge(src proto.Message)

func (*EvaluationEvent) XXX_Size

func (m *EvaluationEvent) XXX_Size() int

func (*EvaluationEvent) XXX_Unmarshal

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

type Event

type Event struct {
	Id                   string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Event                *any.Any `protobuf:"bytes,2,opt,name=event,proto3" json:"event,omitempty"`
	EnvironmentNamespace string   `protobuf:"bytes,3,opt,name=environment_namespace,json=environmentNamespace,proto3" json:"environment_namespace,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Event) Descriptor

func (*Event) Descriptor() ([]byte, []int)

func (*Event) GetEnvironmentNamespace

func (m *Event) GetEnvironmentNamespace() string

func (*Event) GetEvent

func (m *Event) GetEvent() *any.Any

func (*Event) GetId

func (m *Event) GetId() 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 (m *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 GetEvaluationLatencyMetricsEvent

type GetEvaluationLatencyMetricsEvent struct {
	Labels               map[string]string  `` /* 153-byte string literal not displayed */
	Duration             *duration.Duration `protobuf:"bytes,2,opt,name=duration,proto3" json:"duration,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*GetEvaluationLatencyMetricsEvent) Descriptor

func (*GetEvaluationLatencyMetricsEvent) Descriptor() ([]byte, []int)

func (*GetEvaluationLatencyMetricsEvent) GetDuration

func (*GetEvaluationLatencyMetricsEvent) GetLabels

func (m *GetEvaluationLatencyMetricsEvent) GetLabels() map[string]string

func (*GetEvaluationLatencyMetricsEvent) ProtoMessage

func (*GetEvaluationLatencyMetricsEvent) ProtoMessage()

func (*GetEvaluationLatencyMetricsEvent) Reset

func (*GetEvaluationLatencyMetricsEvent) String

func (*GetEvaluationLatencyMetricsEvent) XXX_DiscardUnknown

func (m *GetEvaluationLatencyMetricsEvent) XXX_DiscardUnknown()

func (*GetEvaluationLatencyMetricsEvent) XXX_Marshal

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

func (*GetEvaluationLatencyMetricsEvent) XXX_Merge

func (*GetEvaluationLatencyMetricsEvent) XXX_Size

func (m *GetEvaluationLatencyMetricsEvent) XXX_Size() int

func (*GetEvaluationLatencyMetricsEvent) XXX_Unmarshal

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

type GetEvaluationSizeMetricsEvent

type GetEvaluationSizeMetricsEvent struct {
	Labels               map[string]string `` /* 153-byte string literal not displayed */
	SizeByte             int32             `protobuf:"varint,2,opt,name=size_byte,json=sizeByte,proto3" json:"size_byte,omitempty"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*GetEvaluationSizeMetricsEvent) Descriptor

func (*GetEvaluationSizeMetricsEvent) Descriptor() ([]byte, []int)

func (*GetEvaluationSizeMetricsEvent) GetLabels

func (m *GetEvaluationSizeMetricsEvent) GetLabels() map[string]string

func (*GetEvaluationSizeMetricsEvent) GetSizeByte

func (m *GetEvaluationSizeMetricsEvent) GetSizeByte() int32

func (*GetEvaluationSizeMetricsEvent) ProtoMessage

func (*GetEvaluationSizeMetricsEvent) ProtoMessage()

func (*GetEvaluationSizeMetricsEvent) Reset

func (m *GetEvaluationSizeMetricsEvent) Reset()

func (*GetEvaluationSizeMetricsEvent) String

func (*GetEvaluationSizeMetricsEvent) XXX_DiscardUnknown

func (m *GetEvaluationSizeMetricsEvent) XXX_DiscardUnknown()

func (*GetEvaluationSizeMetricsEvent) XXX_Marshal

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

func (*GetEvaluationSizeMetricsEvent) XXX_Merge

func (m *GetEvaluationSizeMetricsEvent) XXX_Merge(src proto.Message)

func (*GetEvaluationSizeMetricsEvent) XXX_Size

func (m *GetEvaluationSizeMetricsEvent) XXX_Size() int

func (*GetEvaluationSizeMetricsEvent) XXX_Unmarshal

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

type GoalBatchEvent

type GoalBatchEvent struct {
	UserId                 string                   `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	UserGoalEventsOverTags []*UserGoalEventsOverTag `` /* 133-byte string literal not displayed */
	XXX_NoUnkeyedLiteral   struct{}                 `json:"-"`
	XXX_unrecognized       []byte                   `json:"-"`
	XXX_sizecache          int32                    `json:"-"`
}

func (*GoalBatchEvent) Descriptor

func (*GoalBatchEvent) Descriptor() ([]byte, []int)

func (*GoalBatchEvent) GetUserGoalEventsOverTags

func (m *GoalBatchEvent) GetUserGoalEventsOverTags() []*UserGoalEventsOverTag

func (*GoalBatchEvent) GetUserId

func (m *GoalBatchEvent) GetUserId() string

func (*GoalBatchEvent) ProtoMessage

func (*GoalBatchEvent) ProtoMessage()

func (*GoalBatchEvent) Reset

func (m *GoalBatchEvent) Reset()

func (*GoalBatchEvent) String

func (m *GoalBatchEvent) String() string

func (*GoalBatchEvent) XXX_DiscardUnknown

func (m *GoalBatchEvent) XXX_DiscardUnknown()

func (*GoalBatchEvent) XXX_Marshal

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

func (*GoalBatchEvent) XXX_Merge

func (m *GoalBatchEvent) XXX_Merge(src proto.Message)

func (*GoalBatchEvent) XXX_Size

func (m *GoalBatchEvent) XXX_Size() int

func (*GoalBatchEvent) XXX_Unmarshal

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

type GoalEvent

type GoalEvent struct {
	Timestamp            int64                 `protobuf:"varint,1,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	GoalId               string                `protobuf:"bytes,2,opt,name=goal_id,json=goalId,proto3" json:"goal_id,omitempty"`
	UserId               string                `protobuf:"bytes,3,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	Value                float64               `protobuf:"fixed64,4,opt,name=value,proto3" json:"value,omitempty"`
	User                 *user.User            `protobuf:"bytes,5,opt,name=user,proto3" json:"user,omitempty"`
	Evaluations          []*feature.Evaluation `protobuf:"bytes,6,rep,name=evaluations,proto3" json:"evaluations,omitempty"` // Deprecated: Do not use.
	Tag                  string                `protobuf:"bytes,7,opt,name=tag,proto3" json:"tag,omitempty"`
	SourceId             SourceId              `protobuf:"varint,8,opt,name=source_id,json=sourceId,proto3,enum=bucketeer.event.client.SourceId" json:"source_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*GoalEvent) Descriptor

func (*GoalEvent) Descriptor() ([]byte, []int)

func (*GoalEvent) GetEvaluations deprecated

func (m *GoalEvent) GetEvaluations() []*feature.Evaluation

Deprecated: Do not use.

func (*GoalEvent) GetGoalId

func (m *GoalEvent) GetGoalId() string

func (*GoalEvent) GetSourceId added in v1.3.0

func (m *GoalEvent) GetSourceId() SourceId

func (*GoalEvent) GetTag added in v1.3.0

func (m *GoalEvent) GetTag() string

func (*GoalEvent) GetTimestamp

func (m *GoalEvent) GetTimestamp() int64

func (*GoalEvent) GetUser

func (m *GoalEvent) GetUser() *user.User

func (*GoalEvent) GetUserId

func (m *GoalEvent) GetUserId() string

func (*GoalEvent) GetValue

func (m *GoalEvent) GetValue() float64

func (*GoalEvent) ProtoMessage

func (*GoalEvent) ProtoMessage()

func (*GoalEvent) Reset

func (m *GoalEvent) Reset()

func (*GoalEvent) String

func (m *GoalEvent) String() string

func (*GoalEvent) XXX_DiscardUnknown

func (m *GoalEvent) XXX_DiscardUnknown()

func (*GoalEvent) XXX_Marshal

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

func (*GoalEvent) XXX_Merge

func (m *GoalEvent) XXX_Merge(src proto.Message)

func (*GoalEvent) XXX_Size

func (m *GoalEvent) XXX_Size() int

func (*GoalEvent) XXX_Unmarshal

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

type InternalErrorCountMetricsEvent

type InternalErrorCountMetricsEvent struct {
	Tag                  string   `protobuf:"bytes,1,opt,name=tag,proto3" json:"tag,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*InternalErrorCountMetricsEvent) Descriptor

func (*InternalErrorCountMetricsEvent) Descriptor() ([]byte, []int)

func (*InternalErrorCountMetricsEvent) GetTag

func (*InternalErrorCountMetricsEvent) ProtoMessage

func (*InternalErrorCountMetricsEvent) ProtoMessage()

func (*InternalErrorCountMetricsEvent) Reset

func (m *InternalErrorCountMetricsEvent) Reset()

func (*InternalErrorCountMetricsEvent) String

func (*InternalErrorCountMetricsEvent) XXX_DiscardUnknown

func (m *InternalErrorCountMetricsEvent) XXX_DiscardUnknown()

func (*InternalErrorCountMetricsEvent) XXX_Marshal

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

func (*InternalErrorCountMetricsEvent) XXX_Merge

func (m *InternalErrorCountMetricsEvent) XXX_Merge(src proto.Message)

func (*InternalErrorCountMetricsEvent) XXX_Size

func (m *InternalErrorCountMetricsEvent) XXX_Size() int

func (*InternalErrorCountMetricsEvent) XXX_Unmarshal

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

type MetricsEvent

type MetricsEvent struct {
	Timestamp            int64    `protobuf:"varint,1,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	Event                *any.Any `protobuf:"bytes,2,opt,name=event,proto3" json:"event,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*MetricsEvent) Descriptor

func (*MetricsEvent) Descriptor() ([]byte, []int)

func (*MetricsEvent) GetEvent

func (m *MetricsEvent) GetEvent() *any.Any

func (*MetricsEvent) GetTimestamp

func (m *MetricsEvent) GetTimestamp() int64

func (*MetricsEvent) ProtoMessage

func (*MetricsEvent) ProtoMessage()

func (*MetricsEvent) Reset

func (m *MetricsEvent) Reset()

func (*MetricsEvent) String

func (m *MetricsEvent) String() string

func (*MetricsEvent) XXX_DiscardUnknown

func (m *MetricsEvent) XXX_DiscardUnknown()

func (*MetricsEvent) XXX_Marshal

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

func (*MetricsEvent) XXX_Merge

func (m *MetricsEvent) XXX_Merge(src proto.Message)

func (*MetricsEvent) XXX_Size

func (m *MetricsEvent) XXX_Size() int

func (*MetricsEvent) XXX_Unmarshal

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

type OpsEvent

type OpsEvent struct {
	Timestamp            int64    `protobuf:"varint,1,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	FeatureId            string   `protobuf:"bytes,2,opt,name=feature_id,json=featureId,proto3" json:"feature_id,omitempty"`
	FeatureVersion       int32    `protobuf:"varint,3,opt,name=feature_version,json=featureVersion,proto3" json:"feature_version,omitempty"`
	VariationId          string   `protobuf:"bytes,4,opt,name=variation_id,json=variationId,proto3" json:"variation_id,omitempty"`
	GoalId               string   `protobuf:"bytes,5,opt,name=goal_id,json=goalId,proto3" json:"goal_id,omitempty"`
	UserId               string   `protobuf:"bytes,6,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*OpsEvent) Descriptor

func (*OpsEvent) Descriptor() ([]byte, []int)

func (*OpsEvent) GetFeatureId

func (m *OpsEvent) GetFeatureId() string

func (*OpsEvent) GetFeatureVersion

func (m *OpsEvent) GetFeatureVersion() int32

func (*OpsEvent) GetGoalId

func (m *OpsEvent) GetGoalId() string

func (*OpsEvent) GetTimestamp

func (m *OpsEvent) GetTimestamp() int64

func (*OpsEvent) GetUserId

func (m *OpsEvent) GetUserId() string

func (*OpsEvent) GetVariationId

func (m *OpsEvent) GetVariationId() string

func (*OpsEvent) ProtoMessage

func (*OpsEvent) ProtoMessage()

func (*OpsEvent) Reset

func (m *OpsEvent) Reset()

func (*OpsEvent) String

func (m *OpsEvent) String() string

func (*OpsEvent) XXX_DiscardUnknown

func (m *OpsEvent) XXX_DiscardUnknown()

func (*OpsEvent) XXX_Marshal

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

func (*OpsEvent) XXX_Merge

func (m *OpsEvent) XXX_Merge(src proto.Message)

func (*OpsEvent) XXX_Size

func (m *OpsEvent) XXX_Size() int

func (*OpsEvent) XXX_Unmarshal

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

type SourceId added in v1.3.0

type SourceId int32
const (
	SourceId_UNKNOWN     SourceId = 0
	SourceId_ANDROID     SourceId = 1
	SourceId_IOS         SourceId = 2
	SourceId_WEB         SourceId = 3
	SourceId_GOAL_BATCH  SourceId = 4
	SourceId_GO_SERVER   SourceId = 5
	SourceId_NODE_SERVER SourceId = 6
)

func (SourceId) EnumDescriptor added in v1.3.0

func (SourceId) EnumDescriptor() ([]byte, []int)

func (SourceId) String added in v1.3.0

func (x SourceId) String() string

type TimeoutErrorCountMetricsEvent

type TimeoutErrorCountMetricsEvent struct {
	Tag                  string   `protobuf:"bytes,1,opt,name=tag,proto3" json:"tag,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*TimeoutErrorCountMetricsEvent) Descriptor

func (*TimeoutErrorCountMetricsEvent) Descriptor() ([]byte, []int)

func (*TimeoutErrorCountMetricsEvent) GetTag

func (*TimeoutErrorCountMetricsEvent) ProtoMessage

func (*TimeoutErrorCountMetricsEvent) ProtoMessage()

func (*TimeoutErrorCountMetricsEvent) Reset

func (m *TimeoutErrorCountMetricsEvent) Reset()

func (*TimeoutErrorCountMetricsEvent) String

func (*TimeoutErrorCountMetricsEvent) XXX_DiscardUnknown

func (m *TimeoutErrorCountMetricsEvent) XXX_DiscardUnknown()

func (*TimeoutErrorCountMetricsEvent) XXX_Marshal

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

func (*TimeoutErrorCountMetricsEvent) XXX_Merge

func (m *TimeoutErrorCountMetricsEvent) XXX_Merge(src proto.Message)

func (*TimeoutErrorCountMetricsEvent) XXX_Size

func (m *TimeoutErrorCountMetricsEvent) XXX_Size() int

func (*TimeoutErrorCountMetricsEvent) XXX_Unmarshal

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

type UserGoalEvent

type UserGoalEvent struct {
	Timestamp            int64    `protobuf:"varint,1,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	GoalId               string   `protobuf:"bytes,2,opt,name=goal_id,json=goalId,proto3" json:"goal_id,omitempty"`
	Value                float64  `protobuf:"fixed64,3,opt,name=value,proto3" json:"value,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*UserGoalEvent) Descriptor

func (*UserGoalEvent) Descriptor() ([]byte, []int)

func (*UserGoalEvent) GetGoalId

func (m *UserGoalEvent) GetGoalId() string

func (*UserGoalEvent) GetTimestamp

func (m *UserGoalEvent) GetTimestamp() int64

func (*UserGoalEvent) GetValue

func (m *UserGoalEvent) GetValue() float64

func (*UserGoalEvent) ProtoMessage

func (*UserGoalEvent) ProtoMessage()

func (*UserGoalEvent) Reset

func (m *UserGoalEvent) Reset()

func (*UserGoalEvent) String

func (m *UserGoalEvent) String() string

func (*UserGoalEvent) XXX_DiscardUnknown

func (m *UserGoalEvent) XXX_DiscardUnknown()

func (*UserGoalEvent) XXX_Marshal

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

func (*UserGoalEvent) XXX_Merge

func (m *UserGoalEvent) XXX_Merge(src proto.Message)

func (*UserGoalEvent) XXX_Size

func (m *UserGoalEvent) XXX_Size() int

func (*UserGoalEvent) XXX_Unmarshal

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

type UserGoalEventsOverTag

type UserGoalEventsOverTag struct {
	Tag                  string           `protobuf:"bytes,1,opt,name=tag,proto3" json:"tag,omitempty"`
	UserGoalEvents       []*UserGoalEvent `protobuf:"bytes,2,rep,name=user_goal_events,json=userGoalEvents,proto3" json:"user_goal_events,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*UserGoalEventsOverTag) Descriptor

func (*UserGoalEventsOverTag) Descriptor() ([]byte, []int)

func (*UserGoalEventsOverTag) GetTag

func (m *UserGoalEventsOverTag) GetTag() string

func (*UserGoalEventsOverTag) GetUserGoalEvents

func (m *UserGoalEventsOverTag) GetUserGoalEvents() []*UserGoalEvent

func (*UserGoalEventsOverTag) ProtoMessage

func (*UserGoalEventsOverTag) ProtoMessage()

func (*UserGoalEventsOverTag) Reset

func (m *UserGoalEventsOverTag) Reset()

func (*UserGoalEventsOverTag) String

func (m *UserGoalEventsOverTag) String() string

func (*UserGoalEventsOverTag) XXX_DiscardUnknown

func (m *UserGoalEventsOverTag) XXX_DiscardUnknown()

func (*UserGoalEventsOverTag) XXX_Marshal

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

func (*UserGoalEventsOverTag) XXX_Merge

func (m *UserGoalEventsOverTag) XXX_Merge(src proto.Message)

func (*UserGoalEventsOverTag) XXX_Size

func (m *UserGoalEventsOverTag) XXX_Size() int

func (*UserGoalEventsOverTag) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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