monorail

package
v0.0.0-...-e560ebb Latest Latest
Warning

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

Go to latest
Published: Jul 13, 2021 License: BSD-3-Clause Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ApprovalStatus_name = map[int32]string{
	0: "NOT_SET",
	1: "NEEDS_REVIEW",
	2: "NA",
	3: "REVIEW_REQUESTED",
	4: "REVIEW_STARTED",
	5: "NEED_INFO",
	6: "APPROVED",
	7: "NOT_APPROVED",
}
View Source
var ApprovalStatus_value = map[string]int32{
	"NOT_SET":          0,
	"NEEDS_REVIEW":     1,
	"NA":               2,
	"REVIEW_REQUESTED": 3,
	"REVIEW_STARTED":   4,
	"NEED_INFO":        5,
	"APPROVED":         6,
	"NOT_APPROVED":     7,
}
View Source
var FieldType_name = map[int32]string{
	0: "NO_TYPE",
	1: "ENUM_TYPE",
	2: "INT_TYPE",
	3: "STR_TYPE",
	4: "USER_TYPE",
	5: "DATE_TYPE",
	6: "BOOL_TYPE",
	7: "URL_TYPE",
	8: "APPROVAL_TYPE",
}
View Source
var FieldType_value = map[string]int32{
	"NO_TYPE":       0,
	"ENUM_TYPE":     1,
	"INT_TYPE":      2,
	"STR_TYPE":      3,
	"USER_TYPE":     4,
	"DATE_TYPE":     5,
	"BOOL_TYPE":     6,
	"URL_TYPE":      7,
	"APPROVAL_TYPE": 8,
}
View Source
var SearchScope_name = map[int32]string{
	0: "ALL",
	1: "NEW",
	2: "OPEN",
	3: "OWNED",
	4: "REPORTED",
	5: "STARRED",
	6: "TO_VERIFY",
}
View Source
var SearchScope_value = map[string]int32{
	"ALL":       0,
	"NEW":       1,
	"OPEN":      2,
	"OWNED":     3,
	"REPORTED":  4,
	"STARRED":   5,
	"TO_VERIFY": 6,
}

Functions

func FileDescriptorSet

func FileDescriptorSet() *descriptor.FileDescriptorSet

FileDescriptorSet returns a descriptor set for this proto package, which includes all defined services, and all transitive dependencies.

Will not return nil.

Do NOT modify the returned descriptor.

func RegisterFeaturesServer

func RegisterFeaturesServer(s prpc.Registrar, srv FeaturesServer)

func RegisterIssuesServer

func RegisterIssuesServer(s prpc.Registrar, srv IssuesServer)

func RegisterProjectsServer

func RegisterProjectsServer(s prpc.Registrar, srv ProjectsServer)

func RegisterSitewideServer

func RegisterSitewideServer(s prpc.Registrar, srv SitewideServer)

func RegisterUsersServer

func RegisterUsersServer(s prpc.Registrar, srv UsersServer)

Types

type AcceptLinkedChildRequest

type AcceptLinkedChildRequest struct {
	Email                string   `protobuf:"bytes,2,opt,name=email,proto3" json:"email,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Next available tag: 3

func (*AcceptLinkedChildRequest) Descriptor

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

func (*AcceptLinkedChildRequest) GetEmail

func (m *AcceptLinkedChildRequest) GetEmail() string

func (*AcceptLinkedChildRequest) ProtoMessage

func (*AcceptLinkedChildRequest) ProtoMessage()

func (*AcceptLinkedChildRequest) Reset

func (m *AcceptLinkedChildRequest) Reset()

func (*AcceptLinkedChildRequest) String

func (m *AcceptLinkedChildRequest) String() string

func (*AcceptLinkedChildRequest) XXX_DiscardUnknown

func (m *AcceptLinkedChildRequest) XXX_DiscardUnknown()

func (*AcceptLinkedChildRequest) XXX_Marshal

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

func (*AcceptLinkedChildRequest) XXX_Merge

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

func (*AcceptLinkedChildRequest) XXX_Size

func (m *AcceptLinkedChildRequest) XXX_Size() int

func (*AcceptLinkedChildRequest) XXX_Unmarshal

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

type AcceptLinkedChildResponse

type AcceptLinkedChildResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Next available tag: 1

func (*AcceptLinkedChildResponse) Descriptor

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

func (*AcceptLinkedChildResponse) ProtoMessage

func (*AcceptLinkedChildResponse) ProtoMessage()

func (*AcceptLinkedChildResponse) Reset

func (m *AcceptLinkedChildResponse) Reset()

func (*AcceptLinkedChildResponse) String

func (m *AcceptLinkedChildResponse) String() string

func (*AcceptLinkedChildResponse) XXX_DiscardUnknown

func (m *AcceptLinkedChildResponse) XXX_DiscardUnknown()

func (*AcceptLinkedChildResponse) XXX_Marshal

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

func (*AcceptLinkedChildResponse) XXX_Merge

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

func (*AcceptLinkedChildResponse) XXX_Size

func (m *AcceptLinkedChildResponse) XXX_Size() int

func (*AcceptLinkedChildResponse) XXX_Unmarshal

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

type AddIssuesToHotlistsRequest

type AddIssuesToHotlistsRequest struct {
	HotlistRefs          []*HotlistRef `protobuf:"bytes,2,rep,name=hotlist_refs,json=hotlistRefs,proto3" json:"hotlist_refs,omitempty"`
	IssueRefs            []*IssueRef   `protobuf:"bytes,3,rep,name=issue_refs,json=issueRefs,proto3" json:"issue_refs,omitempty"`
	Note                 string        `protobuf:"bytes,4,opt,name=note,proto3" json:"note,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

Next available tag: 5

func (*AddIssuesToHotlistsRequest) Descriptor

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

func (*AddIssuesToHotlistsRequest) GetHotlistRefs

func (m *AddIssuesToHotlistsRequest) GetHotlistRefs() []*HotlistRef

func (*AddIssuesToHotlistsRequest) GetIssueRefs

func (m *AddIssuesToHotlistsRequest) GetIssueRefs() []*IssueRef

func (*AddIssuesToHotlistsRequest) GetNote

func (m *AddIssuesToHotlistsRequest) GetNote() string

func (*AddIssuesToHotlistsRequest) ProtoMessage

func (*AddIssuesToHotlistsRequest) ProtoMessage()

func (*AddIssuesToHotlistsRequest) Reset

func (m *AddIssuesToHotlistsRequest) Reset()

func (*AddIssuesToHotlistsRequest) String

func (m *AddIssuesToHotlistsRequest) String() string

func (*AddIssuesToHotlistsRequest) XXX_DiscardUnknown

func (m *AddIssuesToHotlistsRequest) XXX_DiscardUnknown()

func (*AddIssuesToHotlistsRequest) XXX_Marshal

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

func (*AddIssuesToHotlistsRequest) XXX_Merge

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

func (*AddIssuesToHotlistsRequest) XXX_Size

func (m *AddIssuesToHotlistsRequest) XXX_Size() int

func (*AddIssuesToHotlistsRequest) XXX_Unmarshal

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

type AddIssuesToHotlistsResponse

type AddIssuesToHotlistsResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Next available tag: 1

func (*AddIssuesToHotlistsResponse) Descriptor

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

func (*AddIssuesToHotlistsResponse) ProtoMessage

func (*AddIssuesToHotlistsResponse) ProtoMessage()

func (*AddIssuesToHotlistsResponse) Reset

func (m *AddIssuesToHotlistsResponse) Reset()

func (*AddIssuesToHotlistsResponse) String

func (m *AddIssuesToHotlistsResponse) String() string

func (*AddIssuesToHotlistsResponse) XXX_DiscardUnknown

func (m *AddIssuesToHotlistsResponse) XXX_DiscardUnknown()

func (*AddIssuesToHotlistsResponse) XXX_Marshal

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

func (*AddIssuesToHotlistsResponse) XXX_Merge

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

func (*AddIssuesToHotlistsResponse) XXX_Size

func (m *AddIssuesToHotlistsResponse) XXX_Size() int

func (*AddIssuesToHotlistsResponse) XXX_Unmarshal

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

type Amendment

type Amendment struct {
	// This may be the name of a built-in or custom field, or relative to
	// an approval field name.
	FieldName string `protobuf:"bytes,1,opt,name=field_name,json=fieldName,proto3" json:"field_name,omitempty"`
	// This may be a new value that overwrote the old value, e.g., "Assigned",
	// or it may be a space-separated list of changes, e.g., "Size-L -Size-S".
	NewOrDeltaValue string `protobuf:"bytes,2,opt,name=new_or_delta_value,json=newOrDeltaValue,proto3" json:"new_or_delta_value,omitempty"`
	// old_value is only used when the user changes the summary.
	OldValue             string   `protobuf:"bytes,3,opt,name=old_value,json=oldValue,proto3" json:"old_value,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

This message is only suitable for displaying the amendment to users. We don't currently offer structured amendments that client code can reason about, field names can be ambiguous, and we don't have old_value for most changes. Next available tag: 4

func (*Amendment) Descriptor

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

func (*Amendment) GetFieldName

func (m *Amendment) GetFieldName() string

func (*Amendment) GetNewOrDeltaValue

func (m *Amendment) GetNewOrDeltaValue() string

func (*Amendment) GetOldValue

func (m *Amendment) GetOldValue() string

func (*Amendment) ProtoMessage

func (*Amendment) ProtoMessage()

func (*Amendment) Reset

func (m *Amendment) Reset()

func (*Amendment) String

func (m *Amendment) String() string

func (*Amendment) XXX_DiscardUnknown

func (m *Amendment) XXX_DiscardUnknown()

func (*Amendment) XXX_Marshal

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

func (*Amendment) XXX_Merge

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

func (*Amendment) XXX_Size

func (m *Amendment) XXX_Size() int

func (*Amendment) XXX_Unmarshal

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

type Approval

type Approval struct {
	FieldRef             *FieldRef      `protobuf:"bytes,1,opt,name=field_ref,json=fieldRef,proto3" json:"field_ref,omitempty"`
	ApproverRefs         []*UserRef     `protobuf:"bytes,2,rep,name=approver_refs,json=approverRefs,proto3" json:"approver_refs,omitempty"`
	Status               ApprovalStatus `protobuf:"varint,3,opt,name=status,proto3,enum=monorail.ApprovalStatus" json:"status,omitempty"`
	SetOn                uint32         `protobuf:"fixed32,4,opt,name=set_on,json=setOn,proto3" json:"set_on,omitempty"`
	SetterRef            *UserRef       `protobuf:"bytes,5,opt,name=setter_ref,json=setterRef,proto3" json:"setter_ref,omitempty"`
	PhaseRef             *PhaseRef      `protobuf:"bytes,7,opt,name=phase_ref,json=phaseRef,proto3" json:"phase_ref,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

Next available tag: 8

func (*Approval) Descriptor

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

func (*Approval) GetApproverRefs

func (m *Approval) GetApproverRefs() []*UserRef

func (*Approval) GetFieldRef

func (m *Approval) GetFieldRef() *FieldRef

func (*Approval) GetPhaseRef

func (m *Approval) GetPhaseRef() *PhaseRef

func (*Approval) GetSetOn

func (m *Approval) GetSetOn() uint32

func (*Approval) GetSetterRef

func (m *Approval) GetSetterRef() *UserRef

func (*Approval) GetStatus

func (m *Approval) GetStatus() ApprovalStatus

func (*Approval) ProtoMessage

func (*Approval) ProtoMessage()

func (*Approval) Reset

func (m *Approval) Reset()

func (*Approval) String

func (m *Approval) String() string

func (*Approval) XXX_DiscardUnknown

func (m *Approval) XXX_DiscardUnknown()

func (*Approval) XXX_Marshal

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

func (*Approval) XXX_Merge

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

func (*Approval) XXX_Size

func (m *Approval) XXX_Size() int

func (*Approval) XXX_Unmarshal

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

type ApprovalDef

type ApprovalDef struct {
	FieldRef             *FieldRef  `protobuf:"bytes,1,opt,name=field_ref,json=fieldRef,proto3" json:"field_ref,omitempty"`
	ApproverRefs         []*UserRef `protobuf:"bytes,2,rep,name=approver_refs,json=approverRefs,proto3" json:"approver_refs,omitempty"`
	Survey               string     `protobuf:"bytes,3,opt,name=survey,proto3" json:"survey,omitempty"`
	XXX_NoUnkeyedLiteral struct{}   `json:"-"`
	XXX_unrecognized     []byte     `json:"-"`
	XXX_sizecache        int32      `json:"-"`
}

Next available tag: 4

func (*ApprovalDef) Descriptor

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

func (*ApprovalDef) GetApproverRefs

func (m *ApprovalDef) GetApproverRefs() []*UserRef

func (*ApprovalDef) GetFieldRef

func (m *ApprovalDef) GetFieldRef() *FieldRef

func (*ApprovalDef) GetSurvey

func (m *ApprovalDef) GetSurvey() string

func (*ApprovalDef) ProtoMessage

func (*ApprovalDef) ProtoMessage()

func (*ApprovalDef) Reset

func (m *ApprovalDef) Reset()

func (*ApprovalDef) String

func (m *ApprovalDef) String() string

func (*ApprovalDef) XXX_DiscardUnknown

func (m *ApprovalDef) XXX_DiscardUnknown()

func (*ApprovalDef) XXX_Marshal

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

func (*ApprovalDef) XXX_Merge

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

func (*ApprovalDef) XXX_Size

func (m *ApprovalDef) XXX_Size() int

func (*ApprovalDef) XXX_Unmarshal

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

type ApprovalDelta

type ApprovalDelta struct {
	Status               ApprovalStatus `protobuf:"varint,1,opt,name=status,proto3,enum=monorail.ApprovalStatus" json:"status,omitempty"`
	ApproverRefsAdd      []*UserRef     `protobuf:"bytes,2,rep,name=approver_refs_add,json=approverRefsAdd,proto3" json:"approver_refs_add,omitempty"`
	ApproverRefsRemove   []*UserRef     `protobuf:"bytes,3,rep,name=approver_refs_remove,json=approverRefsRemove,proto3" json:"approver_refs_remove,omitempty"`
	FieldValsAdd         []*FieldValue  `protobuf:"bytes,4,rep,name=field_vals_add,json=fieldValsAdd,proto3" json:"field_vals_add,omitempty"`
	FieldValsRemove      []*FieldValue  `protobuf:"bytes,5,rep,name=field_vals_remove,json=fieldValsRemove,proto3" json:"field_vals_remove,omitempty"`
	FieldsClear          []*FieldRef    `protobuf:"bytes,6,rep,name=fields_clear,json=fieldsClear,proto3" json:"fields_clear,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

Next available tag: 7

func (*ApprovalDelta) Descriptor

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

func (*ApprovalDelta) GetApproverRefsAdd

func (m *ApprovalDelta) GetApproverRefsAdd() []*UserRef

func (*ApprovalDelta) GetApproverRefsRemove

func (m *ApprovalDelta) GetApproverRefsRemove() []*UserRef

func (*ApprovalDelta) GetFieldValsAdd

func (m *ApprovalDelta) GetFieldValsAdd() []*FieldValue

func (*ApprovalDelta) GetFieldValsRemove

func (m *ApprovalDelta) GetFieldValsRemove() []*FieldValue

func (*ApprovalDelta) GetFieldsClear

func (m *ApprovalDelta) GetFieldsClear() []*FieldRef

func (*ApprovalDelta) GetStatus

func (m *ApprovalDelta) GetStatus() ApprovalStatus

func (*ApprovalDelta) ProtoMessage

func (*ApprovalDelta) ProtoMessage()

func (*ApprovalDelta) Reset

func (m *ApprovalDelta) Reset()

func (*ApprovalDelta) String

func (m *ApprovalDelta) String() string

func (*ApprovalDelta) XXX_DiscardUnknown

func (m *ApprovalDelta) XXX_DiscardUnknown()

func (*ApprovalDelta) XXX_Marshal

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

func (*ApprovalDelta) XXX_Merge

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

func (*ApprovalDelta) XXX_Size

func (m *ApprovalDelta) XXX_Size() int

func (*ApprovalDelta) XXX_Unmarshal

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

type ApprovalStatus

type ApprovalStatus int32

Next available tag: 8

const (
	ApprovalStatus_NOT_SET          ApprovalStatus = 0
	ApprovalStatus_NEEDS_REVIEW     ApprovalStatus = 1
	ApprovalStatus_NA               ApprovalStatus = 2
	ApprovalStatus_REVIEW_REQUESTED ApprovalStatus = 3
	ApprovalStatus_REVIEW_STARTED   ApprovalStatus = 4
	ApprovalStatus_NEED_INFO        ApprovalStatus = 5
	ApprovalStatus_APPROVED         ApprovalStatus = 6
	ApprovalStatus_NOT_APPROVED     ApprovalStatus = 7
)

func (ApprovalStatus) EnumDescriptor

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

func (ApprovalStatus) String

func (x ApprovalStatus) String() string

type Attachment

type Attachment struct {
	AttachmentId         uint64   `protobuf:"varint,1,opt,name=attachment_id,json=attachmentId,proto3" json:"attachment_id,omitempty"`
	Filename             string   `protobuf:"bytes,2,opt,name=filename,proto3" json:"filename,omitempty"`
	Size                 uint64   `protobuf:"varint,3,opt,name=size,proto3" json:"size,omitempty"`
	ContentType          string   `protobuf:"bytes,4,opt,name=content_type,json=contentType,proto3" json:"content_type,omitempty"`
	IsDeleted            bool     `protobuf:"varint,5,opt,name=is_deleted,json=isDeleted,proto3" json:"is_deleted,omitempty"`
	ThumbnailUrl         string   `protobuf:"bytes,6,opt,name=thumbnail_url,json=thumbnailUrl,proto3" json:"thumbnail_url,omitempty"`
	ViewUrl              string   `protobuf:"bytes,7,opt,name=view_url,json=viewUrl,proto3" json:"view_url,omitempty"`
	DownloadUrl          string   `protobuf:"bytes,8,opt,name=download_url,json=downloadUrl,proto3" json:"download_url,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Next available tag: 9

func (*Attachment) Descriptor

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

func (*Attachment) GetAttachmentId

func (m *Attachment) GetAttachmentId() uint64

func (*Attachment) GetContentType

func (m *Attachment) GetContentType() string

func (*Attachment) GetDownloadUrl

func (m *Attachment) GetDownloadUrl() string

func (*Attachment) GetFilename

func (m *Attachment) GetFilename() string

func (*Attachment) GetIsDeleted

func (m *Attachment) GetIsDeleted() bool

func (*Attachment) GetSize

func (m *Attachment) GetSize() uint64

func (*Attachment) GetThumbnailUrl

func (m *Attachment) GetThumbnailUrl() string

func (*Attachment) GetViewUrl

func (m *Attachment) GetViewUrl() string

func (*Attachment) ProtoMessage

func (*Attachment) ProtoMessage()

func (*Attachment) Reset

func (m *Attachment) Reset()

func (*Attachment) String

func (m *Attachment) String() string

func (*Attachment) XXX_DiscardUnknown

func (m *Attachment) XXX_DiscardUnknown()

func (*Attachment) XXX_Marshal

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

func (*Attachment) XXX_Merge

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

func (*Attachment) XXX_Size

func (m *Attachment) XXX_Size() int

func (*Attachment) XXX_Unmarshal

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

type AttachmentUpload

type AttachmentUpload struct {
	Filename             string   `protobuf:"bytes,1,opt,name=filename,proto3" json:"filename,omitempty"`
	Content              []byte   `protobuf:"bytes,2,opt,name=content,proto3" json:"content,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Next available tag: 3

func (*AttachmentUpload) Descriptor

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

func (*AttachmentUpload) GetContent

func (m *AttachmentUpload) GetContent() []byte

func (*AttachmentUpload) GetFilename

func (m *AttachmentUpload) GetFilename() string

func (*AttachmentUpload) ProtoMessage

func (*AttachmentUpload) ProtoMessage()

func (*AttachmentUpload) Reset

func (m *AttachmentUpload) Reset()

func (*AttachmentUpload) String

func (m *AttachmentUpload) String() string

func (*AttachmentUpload) XXX_DiscardUnknown

func (m *AttachmentUpload) XXX_DiscardUnknown()

func (*AttachmentUpload) XXX_Marshal

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

func (*AttachmentUpload) XXX_Merge

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

func (*AttachmentUpload) XXX_Size

func (m *AttachmentUpload) XXX_Size() int

func (*AttachmentUpload) XXX_Unmarshal

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

type BulkUpdateApprovalsRequest

type BulkUpdateApprovalsRequest struct {
	IssueRefs            []*IssueRef    `protobuf:"bytes,2,rep,name=issue_refs,json=issueRefs,proto3" json:"issue_refs,omitempty"`
	FieldRef             *FieldRef      `protobuf:"bytes,3,opt,name=field_ref,json=fieldRef,proto3" json:"field_ref,omitempty"`
	ApprovalDelta        *ApprovalDelta `protobuf:"bytes,4,opt,name=approval_delta,json=approvalDelta,proto3" json:"approval_delta,omitempty"`
	CommentContent       string         `protobuf:"bytes,5,opt,name=comment_content,json=commentContent,proto3" json:"comment_content,omitempty"`
	SendEmail            bool           `protobuf:"varint,6,opt,name=send_email,json=sendEmail,proto3" json:"send_email,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

TODO: Consider eventually replacing calls to UpdateApprovalRequest with BulkUpdateApprovalsRequest. TODO: For now, block bulk attaching uploads and survey editing. Next available tag: 7

func (*BulkUpdateApprovalsRequest) Descriptor

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

func (*BulkUpdateApprovalsRequest) GetApprovalDelta

func (m *BulkUpdateApprovalsRequest) GetApprovalDelta() *ApprovalDelta

func (*BulkUpdateApprovalsRequest) GetCommentContent

func (m *BulkUpdateApprovalsRequest) GetCommentContent() string

func (*BulkUpdateApprovalsRequest) GetFieldRef

func (m *BulkUpdateApprovalsRequest) GetFieldRef() *FieldRef

func (*BulkUpdateApprovalsRequest) GetIssueRefs

func (m *BulkUpdateApprovalsRequest) GetIssueRefs() []*IssueRef

func (*BulkUpdateApprovalsRequest) GetSendEmail

func (m *BulkUpdateApprovalsRequest) GetSendEmail() bool

func (*BulkUpdateApprovalsRequest) ProtoMessage

func (*BulkUpdateApprovalsRequest) ProtoMessage()

func (*BulkUpdateApprovalsRequest) Reset

func (m *BulkUpdateApprovalsRequest) Reset()

func (*BulkUpdateApprovalsRequest) String

func (m *BulkUpdateApprovalsRequest) String() string

func (*BulkUpdateApprovalsRequest) XXX_DiscardUnknown

func (m *BulkUpdateApprovalsRequest) XXX_DiscardUnknown()

func (*BulkUpdateApprovalsRequest) XXX_Marshal

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

func (*BulkUpdateApprovalsRequest) XXX_Merge

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

func (*BulkUpdateApprovalsRequest) XXX_Size

func (m *BulkUpdateApprovalsRequest) XXX_Size() int

func (*BulkUpdateApprovalsRequest) XXX_Unmarshal

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

type BulkUpdateApprovalsResponse

type BulkUpdateApprovalsResponse struct {
	IssueRefs            []*IssueRef `protobuf:"bytes,1,rep,name=issue_refs,json=issueRefs,proto3" json:"issue_refs,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

Next available tag: 2

func (*BulkUpdateApprovalsResponse) Descriptor

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

func (*BulkUpdateApprovalsResponse) GetIssueRefs

func (m *BulkUpdateApprovalsResponse) GetIssueRefs() []*IssueRef

func (*BulkUpdateApprovalsResponse) ProtoMessage

func (*BulkUpdateApprovalsResponse) ProtoMessage()

func (*BulkUpdateApprovalsResponse) Reset

func (m *BulkUpdateApprovalsResponse) Reset()

func (*BulkUpdateApprovalsResponse) String

func (m *BulkUpdateApprovalsResponse) String() string

func (*BulkUpdateApprovalsResponse) XXX_DiscardUnknown

func (m *BulkUpdateApprovalsResponse) XXX_DiscardUnknown()

func (*BulkUpdateApprovalsResponse) XXX_Marshal

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

func (*BulkUpdateApprovalsResponse) XXX_Merge

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

func (*BulkUpdateApprovalsResponse) XXX_Size

func (m *BulkUpdateApprovalsResponse) XXX_Size() int

func (*BulkUpdateApprovalsResponse) XXX_Unmarshal

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

type CheckComponentNameRequest

type CheckComponentNameRequest struct {
	ProjectName          string   `protobuf:"bytes,2,opt,name=project_name,json=projectName,proto3" json:"project_name,omitempty"`
	ParentPath           string   `protobuf:"bytes,3,opt,name=parent_path,json=parentPath,proto3" json:"parent_path,omitempty"`
	ComponentName        string   `protobuf:"bytes,4,opt,name=component_name,json=componentName,proto3" json:"component_name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Next available tag: 5

func (*CheckComponentNameRequest) Descriptor

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

func (*CheckComponentNameRequest) GetComponentName

func (m *CheckComponentNameRequest) GetComponentName() string

func (*CheckComponentNameRequest) GetParentPath

func (m *CheckComponentNameRequest) GetParentPath() string

func (*CheckComponentNameRequest) GetProjectName

func (m *CheckComponentNameRequest) GetProjectName() string

func (*CheckComponentNameRequest) ProtoMessage

func (*CheckComponentNameRequest) ProtoMessage()

func (*CheckComponentNameRequest) Reset

func (m *CheckComponentNameRequest) Reset()

func (*CheckComponentNameRequest) String

func (m *CheckComponentNameRequest) String() string

func (*CheckComponentNameRequest) XXX_DiscardUnknown

func (m *CheckComponentNameRequest) XXX_DiscardUnknown()

func (*CheckComponentNameRequest) XXX_Marshal

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

func (*CheckComponentNameRequest) XXX_Merge

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

func (*CheckComponentNameRequest) XXX_Size

func (m *CheckComponentNameRequest) XXX_Size() int

func (*CheckComponentNameRequest) XXX_Unmarshal

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

type CheckComponentNameResponse

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

Next available tag: 2

func (*CheckComponentNameResponse) Descriptor

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

func (*CheckComponentNameResponse) GetError

func (m *CheckComponentNameResponse) GetError() string

func (*CheckComponentNameResponse) ProtoMessage

func (*CheckComponentNameResponse) ProtoMessage()

func (*CheckComponentNameResponse) Reset

func (m *CheckComponentNameResponse) Reset()

func (*CheckComponentNameResponse) String

func (m *CheckComponentNameResponse) String() string

func (*CheckComponentNameResponse) XXX_DiscardUnknown

func (m *CheckComponentNameResponse) XXX_DiscardUnknown()

func (*CheckComponentNameResponse) XXX_Marshal

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

func (*CheckComponentNameResponse) XXX_Merge

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

func (*CheckComponentNameResponse) XXX_Size

func (m *CheckComponentNameResponse) XXX_Size() int

func (*CheckComponentNameResponse) XXX_Unmarshal

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

type CheckFieldNameRequest

type CheckFieldNameRequest struct {
	ProjectName          string   `protobuf:"bytes,2,opt,name=project_name,json=projectName,proto3" json:"project_name,omitempty"`
	FieldName            string   `protobuf:"bytes,3,opt,name=field_name,json=fieldName,proto3" json:"field_name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Next available tag: 4

func (*CheckFieldNameRequest) Descriptor

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

func (*CheckFieldNameRequest) GetFieldName

func (m *CheckFieldNameRequest) GetFieldName() string

func (*CheckFieldNameRequest) GetProjectName

func (m *CheckFieldNameRequest) GetProjectName() string

func (*CheckFieldNameRequest) ProtoMessage

func (*CheckFieldNameRequest) ProtoMessage()

func (*CheckFieldNameRequest) Reset

func (m *CheckFieldNameRequest) Reset()

func (*CheckFieldNameRequest) String

func (m *CheckFieldNameRequest) String() string

func (*CheckFieldNameRequest) XXX_DiscardUnknown

func (m *CheckFieldNameRequest) XXX_DiscardUnknown()

func (*CheckFieldNameRequest) XXX_Marshal

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

func (*CheckFieldNameRequest) XXX_Merge

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

func (*CheckFieldNameRequest) XXX_Size

func (m *CheckFieldNameRequest) XXX_Size() int

func (*CheckFieldNameRequest) XXX_Unmarshal

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

type CheckFieldNameResponse

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

Next available tag: 2

func (*CheckFieldNameResponse) Descriptor

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

func (*CheckFieldNameResponse) GetError

func (m *CheckFieldNameResponse) GetError() string

func (*CheckFieldNameResponse) ProtoMessage

func (*CheckFieldNameResponse) ProtoMessage()

func (*CheckFieldNameResponse) Reset

func (m *CheckFieldNameResponse) Reset()

func (*CheckFieldNameResponse) String

func (m *CheckFieldNameResponse) String() string

func (*CheckFieldNameResponse) XXX_DiscardUnknown

func (m *CheckFieldNameResponse) XXX_DiscardUnknown()

func (*CheckFieldNameResponse) XXX_Marshal

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

func (*CheckFieldNameResponse) XXX_Merge

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

func (*CheckFieldNameResponse) XXX_Size

func (m *CheckFieldNameResponse) XXX_Size() int

func (*CheckFieldNameResponse) XXX_Unmarshal

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

type CheckHotlistNameRequest

type CheckHotlistNameRequest struct {
	Name                 string   `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Next available tag: 3

func (*CheckHotlistNameRequest) Descriptor

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

func (*CheckHotlistNameRequest) GetName

func (m *CheckHotlistNameRequest) GetName() string

func (*CheckHotlistNameRequest) ProtoMessage

func (*CheckHotlistNameRequest) ProtoMessage()

func (*CheckHotlistNameRequest) Reset

func (m *CheckHotlistNameRequest) Reset()

func (*CheckHotlistNameRequest) String

func (m *CheckHotlistNameRequest) String() string

func (*CheckHotlistNameRequest) XXX_DiscardUnknown

func (m *CheckHotlistNameRequest) XXX_DiscardUnknown()

func (*CheckHotlistNameRequest) XXX_Marshal

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

func (*CheckHotlistNameRequest) XXX_Merge

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

func (*CheckHotlistNameRequest) XXX_Size

func (m *CheckHotlistNameRequest) XXX_Size() int

func (*CheckHotlistNameRequest) XXX_Unmarshal

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

type CheckHotlistNameResponse

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

Next available tag: 1

func (*CheckHotlistNameResponse) Descriptor

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

func (*CheckHotlistNameResponse) GetError

func (m *CheckHotlistNameResponse) GetError() string

func (*CheckHotlistNameResponse) ProtoMessage

func (*CheckHotlistNameResponse) ProtoMessage()

func (*CheckHotlistNameResponse) Reset

func (m *CheckHotlistNameResponse) Reset()

func (*CheckHotlistNameResponse) String

func (m *CheckHotlistNameResponse) String() string

func (*CheckHotlistNameResponse) XXX_DiscardUnknown

func (m *CheckHotlistNameResponse) XXX_DiscardUnknown()

func (*CheckHotlistNameResponse) XXX_Marshal

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

func (*CheckHotlistNameResponse) XXX_Merge

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

func (*CheckHotlistNameResponse) XXX_Size

func (m *CheckHotlistNameResponse) XXX_Size() int

func (*CheckHotlistNameResponse) XXX_Unmarshal

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

type CheckProjectNameRequest

type CheckProjectNameRequest struct {
	ProjectName          string   `protobuf:"bytes,2,opt,name=project_name,json=projectName,proto3" json:"project_name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Next available tag: 3

func (*CheckProjectNameRequest) Descriptor

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

func (*CheckProjectNameRequest) GetProjectName

func (m *CheckProjectNameRequest) GetProjectName() string

func (*CheckProjectNameRequest) ProtoMessage

func (*CheckProjectNameRequest) ProtoMessage()

func (*CheckProjectNameRequest) Reset

func (m *CheckProjectNameRequest) Reset()

func (*CheckProjectNameRequest) String

func (m *CheckProjectNameRequest) String() string

func (*CheckProjectNameRequest) XXX_DiscardUnknown

func (m *CheckProjectNameRequest) XXX_DiscardUnknown()

func (*CheckProjectNameRequest) XXX_Marshal

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

func (*CheckProjectNameRequest) XXX_Merge

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

func (*CheckProjectNameRequest) XXX_Size

func (m *CheckProjectNameRequest) XXX_Size() int

func (*CheckProjectNameRequest) XXX_Unmarshal

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

type CheckProjectNameResponse

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

Next available tag: 1

func (*CheckProjectNameResponse) Descriptor

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

func (*CheckProjectNameResponse) GetError

func (m *CheckProjectNameResponse) GetError() string

func (*CheckProjectNameResponse) ProtoMessage

func (*CheckProjectNameResponse) ProtoMessage()

func (*CheckProjectNameResponse) Reset

func (m *CheckProjectNameResponse) Reset()

func (*CheckProjectNameResponse) String

func (m *CheckProjectNameResponse) String() string

func (*CheckProjectNameResponse) XXX_DiscardUnknown

func (m *CheckProjectNameResponse) XXX_DiscardUnknown()

func (*CheckProjectNameResponse) XXX_Marshal

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

func (*CheckProjectNameResponse) XXX_Merge

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

func (*CheckProjectNameResponse) XXX_Size

func (m *CheckProjectNameResponse) XXX_Size() int

func (*CheckProjectNameResponse) XXX_Unmarshal

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

type Comment

type Comment struct {
	ProjectName    string        `protobuf:"bytes,1,opt,name=project_name,json=projectName,proto3" json:"project_name,omitempty"`
	LocalId        uint32        `protobuf:"varint,2,opt,name=local_id,json=localId,proto3" json:"local_id,omitempty"`
	SequenceNum    uint32        `protobuf:"varint,3,opt,name=sequence_num,json=sequenceNum,proto3" json:"sequence_num,omitempty"`
	IsDeleted      bool          `protobuf:"varint,4,opt,name=is_deleted,json=isDeleted,proto3" json:"is_deleted,omitempty"`
	Commenter      *UserRef      `protobuf:"bytes,5,opt,name=commenter,proto3" json:"commenter,omitempty"`
	Timestamp      uint32        `protobuf:"fixed32,6,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	Content        string        `protobuf:"bytes,7,opt,name=content,proto3" json:"content,omitempty"`
	InboundMessage string        `protobuf:"bytes,8,opt,name=inbound_message,json=inboundMessage,proto3" json:"inbound_message,omitempty"`
	Amendments     []*Amendment  `protobuf:"bytes,9,rep,name=amendments,proto3" json:"amendments,omitempty"`
	Attachments    []*Attachment `protobuf:"bytes,10,rep,name=attachments,proto3" json:"attachments,omitempty"`
	ApprovalRef    *FieldRef     `protobuf:"bytes,11,opt,name=approval_ref,json=approvalRef,proto3" json:"approval_ref,omitempty"`
	// If set, this comment is an issue description.
	DescriptionNum       uint32   `protobuf:"varint,12,opt,name=description_num,json=descriptionNum,proto3" json:"description_num,omitempty"`
	IsSpam               bool     `protobuf:"varint,13,opt,name=is_spam,json=isSpam,proto3" json:"is_spam,omitempty"`
	CanDelete            bool     `protobuf:"varint,14,opt,name=can_delete,json=canDelete,proto3" json:"can_delete,omitempty"`
	CanFlag              bool     `protobuf:"varint,15,opt,name=can_flag,json=canFlag,proto3" json:"can_flag,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Next available tag: 16

func (*Comment) Descriptor

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

func (*Comment) GetAmendments

func (m *Comment) GetAmendments() []*Amendment

func (*Comment) GetApprovalRef

func (m *Comment) GetApprovalRef() *FieldRef

func (*Comment) GetAttachments

func (m *Comment) GetAttachments() []*Attachment

func (*Comment) GetCanDelete

func (m *Comment) GetCanDelete() bool

func (*Comment) GetCanFlag

func (m *Comment) GetCanFlag() bool

func (*Comment) GetCommenter

func (m *Comment) GetCommenter() *UserRef

func (*Comment) GetContent

func (m *Comment) GetContent() string

func (*Comment) GetDescriptionNum

func (m *Comment) GetDescriptionNum() uint32

func (*Comment) GetInboundMessage

func (m *Comment) GetInboundMessage() string

func (*Comment) GetIsDeleted

func (m *Comment) GetIsDeleted() bool

func (*Comment) GetIsSpam

func (m *Comment) GetIsSpam() bool

func (*Comment) GetLocalId

func (m *Comment) GetLocalId() uint32

func (*Comment) GetProjectName

func (m *Comment) GetProjectName() string

func (*Comment) GetSequenceNum

func (m *Comment) GetSequenceNum() uint32

func (*Comment) GetTimestamp

func (m *Comment) GetTimestamp() uint32

func (*Comment) ProtoMessage

func (*Comment) ProtoMessage()

func (*Comment) Reset

func (m *Comment) Reset()

func (*Comment) String

func (m *Comment) String() string

func (*Comment) XXX_DiscardUnknown

func (m *Comment) XXX_DiscardUnknown()

func (*Comment) XXX_Marshal

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

func (*Comment) XXX_Merge

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

func (*Comment) XXX_Size

func (m *Comment) XXX_Size() int

func (*Comment) XXX_Unmarshal

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

type ComponentDef

type ComponentDef struct {
	Path                 string      `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"`
	Docstring            string      `protobuf:"bytes,2,opt,name=docstring,proto3" json:"docstring,omitempty"`
	AdminRefs            []*UserRef  `protobuf:"bytes,3,rep,name=admin_refs,json=adminRefs,proto3" json:"admin_refs,omitempty"`
	CcRefs               []*UserRef  `protobuf:"bytes,4,rep,name=cc_refs,json=ccRefs,proto3" json:"cc_refs,omitempty"`
	Deprecated           bool        `protobuf:"varint,5,opt,name=deprecated,proto3" json:"deprecated,omitempty"`
	Created              uint32      `protobuf:"fixed32,6,opt,name=created,proto3" json:"created,omitempty"`
	CreatorRef           *UserRef    `protobuf:"bytes,7,opt,name=creator_ref,json=creatorRef,proto3" json:"creator_ref,omitempty"`
	Modified             uint32      `protobuf:"fixed32,8,opt,name=modified,proto3" json:"modified,omitempty"`
	ModifierRef          *UserRef    `protobuf:"bytes,9,opt,name=modifier_ref,json=modifierRef,proto3" json:"modifier_ref,omitempty"`
	LabelRefs            []*LabelRef `protobuf:"bytes,10,rep,name=label_refs,json=labelRefs,proto3" json:"label_refs,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

Next available tag: 11

func (*ComponentDef) Descriptor

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

func (*ComponentDef) GetAdminRefs

func (m *ComponentDef) GetAdminRefs() []*UserRef

func (*ComponentDef) GetCcRefs

func (m *ComponentDef) GetCcRefs() []*UserRef

func (*ComponentDef) GetCreated

func (m *ComponentDef) GetCreated() uint32

func (*ComponentDef) GetCreatorRef

func (m *ComponentDef) GetCreatorRef() *UserRef

func (*ComponentDef) GetDeprecated

func (m *ComponentDef) GetDeprecated() bool

func (*ComponentDef) GetDocstring

func (m *ComponentDef) GetDocstring() string

func (*ComponentDef) GetLabelRefs

func (m *ComponentDef) GetLabelRefs() []*LabelRef

func (*ComponentDef) GetModified

func (m *ComponentDef) GetModified() uint32

func (*ComponentDef) GetModifierRef

func (m *ComponentDef) GetModifierRef() *UserRef

func (*ComponentDef) GetPath

func (m *ComponentDef) GetPath() string

func (*ComponentDef) ProtoMessage

func (*ComponentDef) ProtoMessage()

func (*ComponentDef) Reset

func (m *ComponentDef) Reset()

func (*ComponentDef) String

func (m *ComponentDef) String() string

func (*ComponentDef) XXX_DiscardUnknown

func (m *ComponentDef) XXX_DiscardUnknown()

func (*ComponentDef) XXX_Marshal

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

func (*ComponentDef) XXX_Merge

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

func (*ComponentDef) XXX_Size

func (m *ComponentDef) XXX_Size() int

func (*ComponentDef) XXX_Unmarshal

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

type ComponentRef

type ComponentRef struct {
	Path                 string   `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"`
	IsDerived            bool     `protobuf:"varint,2,opt,name=is_derived,json=isDerived,proto3" json:"is_derived,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Next available tag: 3

func (*ComponentRef) Descriptor

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

func (*ComponentRef) GetIsDerived

func (m *ComponentRef) GetIsDerived() bool

func (*ComponentRef) GetPath

func (m *ComponentRef) GetPath() string

func (*ComponentRef) ProtoMessage

func (*ComponentRef) ProtoMessage()

func (*ComponentRef) Reset

func (m *ComponentRef) Reset()

func (*ComponentRef) String

func (m *ComponentRef) String() string

func (*ComponentRef) XXX_DiscardUnknown

func (m *ComponentRef) XXX_DiscardUnknown()

func (*ComponentRef) XXX_Marshal

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

func (*ComponentRef) XXX_Merge

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

func (*ComponentRef) XXX_Size

func (m *ComponentRef) XXX_Size() int

func (*ComponentRef) XXX_Unmarshal

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

type Config

type Config struct {
	ProjectName            string          `protobuf:"bytes,1,opt,name=project_name,json=projectName,proto3" json:"project_name,omitempty"`
	StatusDefs             []*StatusDef    `protobuf:"bytes,2,rep,name=status_defs,json=statusDefs,proto3" json:"status_defs,omitempty"`
	StatusesOfferMerge     []*StatusRef    `protobuf:"bytes,3,rep,name=statuses_offer_merge,json=statusesOfferMerge,proto3" json:"statuses_offer_merge,omitempty"`
	LabelDefs              []*LabelDef     `protobuf:"bytes,4,rep,name=label_defs,json=labelDefs,proto3" json:"label_defs,omitempty"`
	ExclusiveLabelPrefixes []string        `` /* 129-byte string literal not displayed */
	ComponentDefs          []*ComponentDef `protobuf:"bytes,6,rep,name=component_defs,json=componentDefs,proto3" json:"component_defs,omitempty"`
	FieldDefs              []*FieldDef     `protobuf:"bytes,7,rep,name=field_defs,json=fieldDefs,proto3" json:"field_defs,omitempty"`
	ApprovalDefs           []*ApprovalDef  `protobuf:"bytes,8,rep,name=approval_defs,json=approvalDefs,proto3" json:"approval_defs,omitempty"`
	RestrictToKnown        bool            `protobuf:"varint,9,opt,name=restrict_to_known,json=restrictToKnown,proto3" json:"restrict_to_known,omitempty"`
	XXX_NoUnkeyedLiteral   struct{}        `json:"-"`
	XXX_unrecognized       []byte          `json:"-"`
	XXX_sizecache          int32           `json:"-"`
}

Next available tag: 11

func (*Config) Descriptor

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

func (*Config) GetApprovalDefs

func (m *Config) GetApprovalDefs() []*ApprovalDef

func (*Config) GetComponentDefs

func (m *Config) GetComponentDefs() []*ComponentDef

func (*Config) GetExclusiveLabelPrefixes

func (m *Config) GetExclusiveLabelPrefixes() []string

func (*Config) GetFieldDefs

func (m *Config) GetFieldDefs() []*FieldDef

func (*Config) GetLabelDefs

func (m *Config) GetLabelDefs() []*LabelDef

func (*Config) GetProjectName

func (m *Config) GetProjectName() string

func (*Config) GetRestrictToKnown

func (m *Config) GetRestrictToKnown() bool

func (*Config) GetStatusDefs

func (m *Config) GetStatusDefs() []*StatusDef

func (*Config) GetStatusesOfferMerge

func (m *Config) GetStatusesOfferMerge() []*StatusRef

func (*Config) ProtoMessage

func (*Config) ProtoMessage()

func (*Config) Reset

func (m *Config) Reset()

func (*Config) String

func (m *Config) String() string

func (*Config) XXX_DiscardUnknown

func (m *Config) XXX_DiscardUnknown()

func (*Config) XXX_Marshal

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

func (*Config) XXX_Merge

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

func (*Config) XXX_Size

func (m *Config) XXX_Size() int

func (*Config) XXX_Unmarshal

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

type ConvertIssueApprovalsTemplateRequest

type ConvertIssueApprovalsTemplateRequest struct {
	IssueRef             *IssueRef `protobuf:"bytes,2,opt,name=issue_ref,json=issueRef,proto3" json:"issue_ref,omitempty"`
	TemplateName         string    `protobuf:"bytes,3,opt,name=template_name,json=templateName,proto3" json:"template_name,omitempty"`
	CommentContent       string    `protobuf:"bytes,4,opt,name=comment_content,json=commentContent,proto3" json:"comment_content,omitempty"`
	SendEmail            bool      `protobuf:"varint,5,opt,name=send_email,json=sendEmail,proto3" json:"send_email,omitempty"`
	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
	XXX_unrecognized     []byte    `json:"-"`
	XXX_sizecache        int32     `json:"-"`
}

Next available tag: 6

func (*ConvertIssueApprovalsTemplateRequest) Descriptor

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

func (*ConvertIssueApprovalsTemplateRequest) GetCommentContent

func (m *ConvertIssueApprovalsTemplateRequest) GetCommentContent() string

func (*ConvertIssueApprovalsTemplateRequest) GetIssueRef

func (*ConvertIssueApprovalsTemplateRequest) GetSendEmail

func (m *ConvertIssueApprovalsTemplateRequest) GetSendEmail() bool

func (*ConvertIssueApprovalsTemplateRequest) GetTemplateName

func (m *ConvertIssueApprovalsTemplateRequest) GetTemplateName() string

func (*ConvertIssueApprovalsTemplateRequest) ProtoMessage

func (*ConvertIssueApprovalsTemplateRequest) ProtoMessage()

func (*ConvertIssueApprovalsTemplateRequest) Reset

func (*ConvertIssueApprovalsTemplateRequest) String

func (*ConvertIssueApprovalsTemplateRequest) XXX_DiscardUnknown

func (m *ConvertIssueApprovalsTemplateRequest) XXX_DiscardUnknown()

func (*ConvertIssueApprovalsTemplateRequest) XXX_Marshal

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

func (*ConvertIssueApprovalsTemplateRequest) XXX_Merge

func (*ConvertIssueApprovalsTemplateRequest) XXX_Size

func (*ConvertIssueApprovalsTemplateRequest) XXX_Unmarshal

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

type ConvertIssueApprovalsTemplateResponse

type ConvertIssueApprovalsTemplateResponse struct {
	Issue                *Issue   `protobuf:"bytes,1,opt,name=issue,proto3" json:"issue,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Next available tag: 2

func (*ConvertIssueApprovalsTemplateResponse) Descriptor

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

func (*ConvertIssueApprovalsTemplateResponse) GetIssue

func (*ConvertIssueApprovalsTemplateResponse) ProtoMessage

func (*ConvertIssueApprovalsTemplateResponse) ProtoMessage()

func (*ConvertIssueApprovalsTemplateResponse) Reset

func (*ConvertIssueApprovalsTemplateResponse) String

func (*ConvertIssueApprovalsTemplateResponse) XXX_DiscardUnknown

func (m *ConvertIssueApprovalsTemplateResponse) XXX_DiscardUnknown()

func (*ConvertIssueApprovalsTemplateResponse) XXX_Marshal

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

func (*ConvertIssueApprovalsTemplateResponse) XXX_Merge

func (*ConvertIssueApprovalsTemplateResponse) XXX_Size

func (*ConvertIssueApprovalsTemplateResponse) XXX_Unmarshal

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

type CopyIssueRequest

type CopyIssueRequest struct {
	IssueRef             *IssueRef `protobuf:"bytes,2,opt,name=issue_ref,json=issueRef,proto3" json:"issue_ref,omitempty"`
	TargetProjectName    string    `protobuf:"bytes,3,opt,name=target_project_name,json=targetProjectName,proto3" json:"target_project_name,omitempty"`
	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
	XXX_unrecognized     []byte    `json:"-"`
	XXX_sizecache        int32     `json:"-"`
}

Next available tag: 4

func (*CopyIssueRequest) Descriptor

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

func (*CopyIssueRequest) GetIssueRef

func (m *CopyIssueRequest) GetIssueRef() *IssueRef

func (*CopyIssueRequest) GetTargetProjectName

func (m *CopyIssueRequest) GetTargetProjectName() string

func (*CopyIssueRequest) ProtoMessage

func (*CopyIssueRequest) ProtoMessage()

func (*CopyIssueRequest) Reset

func (m *CopyIssueRequest) Reset()

func (*CopyIssueRequest) String

func (m *CopyIssueRequest) String() string

func (*CopyIssueRequest) XXX_DiscardUnknown

func (m *CopyIssueRequest) XXX_DiscardUnknown()

func (*CopyIssueRequest) XXX_Marshal

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

func (*CopyIssueRequest) XXX_Merge

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

func (*CopyIssueRequest) XXX_Size

func (m *CopyIssueRequest) XXX_Size() int

func (*CopyIssueRequest) XXX_Unmarshal

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

type CopyIssueResponse

type CopyIssueResponse struct {
	NewIssueRef          *IssueRef `protobuf:"bytes,1,opt,name=new_issue_ref,json=newIssueRef,proto3" json:"new_issue_ref,omitempty"`
	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
	XXX_unrecognized     []byte    `json:"-"`
	XXX_sizecache        int32     `json:"-"`
}

Next available tag: 2

func (*CopyIssueResponse) Descriptor

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

func (*CopyIssueResponse) GetNewIssueRef

func (m *CopyIssueResponse) GetNewIssueRef() *IssueRef

func (*CopyIssueResponse) ProtoMessage

func (*CopyIssueResponse) ProtoMessage()

func (*CopyIssueResponse) Reset

func (m *CopyIssueResponse) Reset()

func (*CopyIssueResponse) String

func (m *CopyIssueResponse) String() string

func (*CopyIssueResponse) XXX_DiscardUnknown

func (m *CopyIssueResponse) XXX_DiscardUnknown()

func (*CopyIssueResponse) XXX_Marshal

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

func (*CopyIssueResponse) XXX_Merge

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

func (*CopyIssueResponse) XXX_Size

func (m *CopyIssueResponse) XXX_Size() int

func (*CopyIssueResponse) XXX_Unmarshal

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

type CreateHotlistRequest

type CreateHotlistRequest struct {
	Name                 string      `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Summary              string      `protobuf:"bytes,3,opt,name=summary,proto3" json:"summary,omitempty"`
	Description          string      `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"`
	EditorRefs           []*UserRef  `protobuf:"bytes,5,rep,name=editor_refs,json=editorRefs,proto3" json:"editor_refs,omitempty"`
	IssueRefs            []*IssueRef `protobuf:"bytes,6,rep,name=issue_refs,json=issueRefs,proto3" json:"issue_refs,omitempty"`
	IsPrivate            bool        `protobuf:"varint,7,opt,name=is_private,json=isPrivate,proto3" json:"is_private,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

Next available tag: 7

func (*CreateHotlistRequest) Descriptor

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

func (*CreateHotlistRequest) GetDescription

func (m *CreateHotlistRequest) GetDescription() string

func (*CreateHotlistRequest) GetEditorRefs

func (m *CreateHotlistRequest) GetEditorRefs() []*UserRef

func (*CreateHotlistRequest) GetIsPrivate

func (m *CreateHotlistRequest) GetIsPrivate() bool

func (*CreateHotlistRequest) GetIssueRefs

func (m *CreateHotlistRequest) GetIssueRefs() []*IssueRef

func (*CreateHotlistRequest) GetName

func (m *CreateHotlistRequest) GetName() string

func (*CreateHotlistRequest) GetSummary

func (m *CreateHotlistRequest) GetSummary() string

func (*CreateHotlistRequest) ProtoMessage

func (*CreateHotlistRequest) ProtoMessage()

func (*CreateHotlistRequest) Reset

func (m *CreateHotlistRequest) Reset()

func (*CreateHotlistRequest) String

func (m *CreateHotlistRequest) String() string

func (*CreateHotlistRequest) XXX_DiscardUnknown

func (m *CreateHotlistRequest) XXX_DiscardUnknown()

func (*CreateHotlistRequest) XXX_Marshal

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

func (*CreateHotlistRequest) XXX_Merge

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

func (*CreateHotlistRequest) XXX_Size

func (m *CreateHotlistRequest) XXX_Size() int

func (*CreateHotlistRequest) XXX_Unmarshal

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

type CreateHotlistResponse

type CreateHotlistResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Next available tag: 1

func (*CreateHotlistResponse) Descriptor

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

func (*CreateHotlistResponse) ProtoMessage

func (*CreateHotlistResponse) ProtoMessage()

func (*CreateHotlistResponse) Reset

func (m *CreateHotlistResponse) Reset()

func (*CreateHotlistResponse) String

func (m *CreateHotlistResponse) String() string

func (*CreateHotlistResponse) XXX_DiscardUnknown

func (m *CreateHotlistResponse) XXX_DiscardUnknown()

func (*CreateHotlistResponse) XXX_Marshal

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

func (*CreateHotlistResponse) XXX_Merge

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

func (*CreateHotlistResponse) XXX_Size

func (m *CreateHotlistResponse) XXX_Size() int

func (*CreateHotlistResponse) XXX_Unmarshal

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

type CreateIssueRequest

type CreateIssueRequest struct {
	ProjectName          string   `protobuf:"bytes,2,opt,name=project_name,json=projectName,proto3" json:"project_name,omitempty"`
	Issue                *Issue   `protobuf:"bytes,3,opt,name=issue,proto3" json:"issue,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Next available tag: 4

func (*CreateIssueRequest) Descriptor

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

func (*CreateIssueRequest) GetIssue

func (m *CreateIssueRequest) GetIssue() *Issue

func (*CreateIssueRequest) GetProjectName

func (m *CreateIssueRequest) GetProjectName() string

func (*CreateIssueRequest) ProtoMessage

func (*CreateIssueRequest) ProtoMessage()

func (*CreateIssueRequest) Reset

func (m *CreateIssueRequest) Reset()

func (*CreateIssueRequest) String

func (m *CreateIssueRequest) String() string

func (*CreateIssueRequest) XXX_DiscardUnknown

func (m *CreateIssueRequest) XXX_DiscardUnknown()

func (*CreateIssueRequest) XXX_Marshal

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

func (*CreateIssueRequest) XXX_Merge

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

func (*CreateIssueRequest) XXX_Size

func (m *CreateIssueRequest) XXX_Size() int

func (*CreateIssueRequest) XXX_Unmarshal

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

type DeleteAttachmentRequest

type DeleteAttachmentRequest struct {
	IssueRef             *IssueRef `protobuf:"bytes,2,opt,name=issue_ref,json=issueRef,proto3" json:"issue_ref,omitempty"`
	SequenceNum          uint32    `protobuf:"varint,3,opt,name=sequence_num,json=sequenceNum,proto3" json:"sequence_num,omitempty"`
	AttachmentId         uint32    `protobuf:"varint,4,opt,name=attachment_id,json=attachmentId,proto3" json:"attachment_id,omitempty"`
	Delete               bool      `protobuf:"varint,5,opt,name=delete,proto3" json:"delete,omitempty"`
	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
	XXX_unrecognized     []byte    `json:"-"`
	XXX_sizecache        int32     `json:"-"`
}

Next available tag: 6

func (*DeleteAttachmentRequest) Descriptor

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

func (*DeleteAttachmentRequest) GetAttachmentId

func (m *DeleteAttachmentRequest) GetAttachmentId() uint32

func (*DeleteAttachmentRequest) GetDelete

func (m *DeleteAttachmentRequest) GetDelete() bool

func (*DeleteAttachmentRequest) GetIssueRef

func (m *DeleteAttachmentRequest) GetIssueRef() *IssueRef

func (*DeleteAttachmentRequest) GetSequenceNum

func (m *DeleteAttachmentRequest) GetSequenceNum() uint32

func (*DeleteAttachmentRequest) ProtoMessage

func (*DeleteAttachmentRequest) ProtoMessage()

func (*DeleteAttachmentRequest) Reset

func (m *DeleteAttachmentRequest) Reset()

func (*DeleteAttachmentRequest) String

func (m *DeleteAttachmentRequest) String() string

func (*DeleteAttachmentRequest) XXX_DiscardUnknown

func (m *DeleteAttachmentRequest) XXX_DiscardUnknown()

func (*DeleteAttachmentRequest) XXX_Marshal

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

func (*DeleteAttachmentRequest) XXX_Merge

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

func (*DeleteAttachmentRequest) XXX_Size

func (m *DeleteAttachmentRequest) XXX_Size() int

func (*DeleteAttachmentRequest) XXX_Unmarshal

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

type DeleteAttachmentResponse

type DeleteAttachmentResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Next available tag: 1

func (*DeleteAttachmentResponse) Descriptor

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

func (*DeleteAttachmentResponse) ProtoMessage

func (*DeleteAttachmentResponse) ProtoMessage()

func (*DeleteAttachmentResponse) Reset

func (m *DeleteAttachmentResponse) Reset()

func (*DeleteAttachmentResponse) String

func (m *DeleteAttachmentResponse) String() string

func (*DeleteAttachmentResponse) XXX_DiscardUnknown

func (m *DeleteAttachmentResponse) XXX_DiscardUnknown()

func (*DeleteAttachmentResponse) XXX_Marshal

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

func (*DeleteAttachmentResponse) XXX_Merge

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

func (*DeleteAttachmentResponse) XXX_Size

func (m *DeleteAttachmentResponse) XXX_Size() int

func (*DeleteAttachmentResponse) XXX_Unmarshal

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

type DeleteCommentRequest

type DeleteCommentRequest struct {
	IssueRef             *IssueRef `protobuf:"bytes,2,opt,name=issue_ref,json=issueRef,proto3" json:"issue_ref,omitempty"`
	SequenceNum          int64     `protobuf:"varint,3,opt,name=sequence_num,json=sequenceNum,proto3" json:"sequence_num,omitempty"`
	Delete               bool      `protobuf:"varint,4,opt,name=delete,proto3" json:"delete,omitempty"`
	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
	XXX_unrecognized     []byte    `json:"-"`
	XXX_sizecache        int32     `json:"-"`
}

Next available tag: 5

func (*DeleteCommentRequest) Descriptor

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

func (*DeleteCommentRequest) GetDelete

func (m *DeleteCommentRequest) GetDelete() bool

func (*DeleteCommentRequest) GetIssueRef

func (m *DeleteCommentRequest) GetIssueRef() *IssueRef

func (*DeleteCommentRequest) GetSequenceNum

func (m *DeleteCommentRequest) GetSequenceNum() int64

func (*DeleteCommentRequest) ProtoMessage

func (*DeleteCommentRequest) ProtoMessage()

func (*DeleteCommentRequest) Reset

func (m *DeleteCommentRequest) Reset()

func (*DeleteCommentRequest) String

func (m *DeleteCommentRequest) String() string

func (*DeleteCommentRequest) XXX_DiscardUnknown

func (m *DeleteCommentRequest) XXX_DiscardUnknown()

func (*DeleteCommentRequest) XXX_Marshal

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

func (*DeleteCommentRequest) XXX_Merge

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

func (*DeleteCommentRequest) XXX_Size

func (m *DeleteCommentRequest) XXX_Size() int

func (*DeleteCommentRequest) XXX_Unmarshal

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

type DeleteHotlistRequest

type DeleteHotlistRequest struct {
	HotlistRef           *HotlistRef `protobuf:"bytes,1,opt,name=hotlist_ref,json=hotlistRef,proto3" json:"hotlist_ref,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

Next available tag: 2

func (*DeleteHotlistRequest) Descriptor

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

func (*DeleteHotlistRequest) GetHotlistRef

func (m *DeleteHotlistRequest) GetHotlistRef() *HotlistRef

func (*DeleteHotlistRequest) ProtoMessage

func (*DeleteHotlistRequest) ProtoMessage()

func (*DeleteHotlistRequest) Reset

func (m *DeleteHotlistRequest) Reset()

func (*DeleteHotlistRequest) String

func (m *DeleteHotlistRequest) String() string

func (*DeleteHotlistRequest) XXX_DiscardUnknown

func (m *DeleteHotlistRequest) XXX_DiscardUnknown()

func (*DeleteHotlistRequest) XXX_Marshal

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

func (*DeleteHotlistRequest) XXX_Merge

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

func (*DeleteHotlistRequest) XXX_Size

func (m *DeleteHotlistRequest) XXX_Size() int

func (*DeleteHotlistRequest) XXX_Unmarshal

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

type DeleteHotlistResponse

type DeleteHotlistResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Next available tag: 1

func (*DeleteHotlistResponse) Descriptor

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

func (*DeleteHotlistResponse) ProtoMessage

func (*DeleteHotlistResponse) ProtoMessage()

func (*DeleteHotlistResponse) Reset

func (m *DeleteHotlistResponse) Reset()

func (*DeleteHotlistResponse) String

func (m *DeleteHotlistResponse) String() string

func (*DeleteHotlistResponse) XXX_DiscardUnknown

func (m *DeleteHotlistResponse) XXX_DiscardUnknown()

func (*DeleteHotlistResponse) XXX_Marshal

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

func (*DeleteHotlistResponse) XXX_Merge

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

func (*DeleteHotlistResponse) XXX_Size

func (m *DeleteHotlistResponse) XXX_Size() int

func (*DeleteHotlistResponse) XXX_Unmarshal

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

type DeleteIssueCommentRequest

type DeleteIssueCommentRequest struct {
	IssueRef             *IssueRef `protobuf:"bytes,2,opt,name=issue_ref,json=issueRef,proto3" json:"issue_ref,omitempty"`
	SequenceNum          uint32    `protobuf:"varint,3,opt,name=sequence_num,json=sequenceNum,proto3" json:"sequence_num,omitempty"`
	Delete               bool      `protobuf:"varint,4,opt,name=delete,proto3" json:"delete,omitempty"`
	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
	XXX_unrecognized     []byte    `json:"-"`
	XXX_sizecache        int32     `json:"-"`
}

Next available tag: 5

func (*DeleteIssueCommentRequest) Descriptor

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

func (*DeleteIssueCommentRequest) GetDelete

func (m *DeleteIssueCommentRequest) GetDelete() bool

func (*DeleteIssueCommentRequest) GetIssueRef

func (m *DeleteIssueCommentRequest) GetIssueRef() *IssueRef

func (*DeleteIssueCommentRequest) GetSequenceNum

func (m *DeleteIssueCommentRequest) GetSequenceNum() uint32

func (*DeleteIssueCommentRequest) ProtoMessage

func (*DeleteIssueCommentRequest) ProtoMessage()

func (*DeleteIssueCommentRequest) Reset

func (m *DeleteIssueCommentRequest) Reset()

func (*DeleteIssueCommentRequest) String

func (m *DeleteIssueCommentRequest) String() string

func (*DeleteIssueCommentRequest) XXX_DiscardUnknown

func (m *DeleteIssueCommentRequest) XXX_DiscardUnknown()

func (*DeleteIssueCommentRequest) XXX_Marshal

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

func (*DeleteIssueCommentRequest) XXX_Merge

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

func (*DeleteIssueCommentRequest) XXX_Size

func (m *DeleteIssueCommentRequest) XXX_Size() int

func (*DeleteIssueCommentRequest) XXX_Unmarshal

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

type DeleteIssueCommentResponse

type DeleteIssueCommentResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Next available tag: 1

func (*DeleteIssueCommentResponse) Descriptor

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

func (*DeleteIssueCommentResponse) ProtoMessage

func (*DeleteIssueCommentResponse) ProtoMessage()

func (*DeleteIssueCommentResponse) Reset

func (m *DeleteIssueCommentResponse) Reset()

func (*DeleteIssueCommentResponse) String

func (m *DeleteIssueCommentResponse) String() string

func (*DeleteIssueCommentResponse) XXX_DiscardUnknown

func (m *DeleteIssueCommentResponse) XXX_DiscardUnknown()

func (*DeleteIssueCommentResponse) XXX_Marshal

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

func (*DeleteIssueCommentResponse) XXX_Merge

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

func (*DeleteIssueCommentResponse) XXX_Size

func (m *DeleteIssueCommentResponse) XXX_Size() int

func (*DeleteIssueCommentResponse) XXX_Unmarshal

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

type DeleteIssueRequest

type DeleteIssueRequest struct {
	IssueRef             *IssueRef `protobuf:"bytes,2,opt,name=issue_ref,json=issueRef,proto3" json:"issue_ref,omitempty"`
	Delete               bool      `protobuf:"varint,3,opt,name=delete,proto3" json:"delete,omitempty"`
	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
	XXX_unrecognized     []byte    `json:"-"`
	XXX_sizecache        int32     `json:"-"`
}

Next available tag: 4

func (*DeleteIssueRequest) Descriptor

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

func (*DeleteIssueRequest) GetDelete

func (m *DeleteIssueRequest) GetDelete() bool

func (*DeleteIssueRequest) GetIssueRef

func (m *DeleteIssueRequest) GetIssueRef() *IssueRef

func (*DeleteIssueRequest) ProtoMessage

func (*DeleteIssueRequest) ProtoMessage()

func (*DeleteIssueRequest) Reset

func (m *DeleteIssueRequest) Reset()

func (*DeleteIssueRequest) String

func (m *DeleteIssueRequest) String() string

func (*DeleteIssueRequest) XXX_DiscardUnknown

func (m *DeleteIssueRequest) XXX_DiscardUnknown()

func (*DeleteIssueRequest) XXX_Marshal

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

func (*DeleteIssueRequest) XXX_Merge

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

func (*DeleteIssueRequest) XXX_Size

func (m *DeleteIssueRequest) XXX_Size() int

func (*DeleteIssueRequest) XXX_Unmarshal

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

type DeleteIssueResponse

type DeleteIssueResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Next available tag: 1

func (*DeleteIssueResponse) Descriptor

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

func (*DeleteIssueResponse) ProtoMessage

func (*DeleteIssueResponse) ProtoMessage()

func (*DeleteIssueResponse) Reset

func (m *DeleteIssueResponse) Reset()

func (*DeleteIssueResponse) String

func (m *DeleteIssueResponse) String() string

func (*DeleteIssueResponse) XXX_DiscardUnknown

func (m *DeleteIssueResponse) XXX_DiscardUnknown()

func (*DeleteIssueResponse) XXX_Marshal

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

func (*DeleteIssueResponse) XXX_Merge

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

func (*DeleteIssueResponse) XXX_Size

func (m *DeleteIssueResponse) XXX_Size() int

func (*DeleteIssueResponse) XXX_Unmarshal

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

type ExpungeUserRequest

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

Next available tag: 2

func (*ExpungeUserRequest) Descriptor

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

func (*ExpungeUserRequest) GetEmail

func (m *ExpungeUserRequest) GetEmail() string

func (*ExpungeUserRequest) ProtoMessage

func (*ExpungeUserRequest) ProtoMessage()

func (*ExpungeUserRequest) Reset

func (m *ExpungeUserRequest) Reset()

func (*ExpungeUserRequest) String

func (m *ExpungeUserRequest) String() string

func (*ExpungeUserRequest) XXX_DiscardUnknown

func (m *ExpungeUserRequest) XXX_DiscardUnknown()

func (*ExpungeUserRequest) XXX_Marshal

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

func (*ExpungeUserRequest) XXX_Merge

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

func (*ExpungeUserRequest) XXX_Size

func (m *ExpungeUserRequest) XXX_Size() int

func (*ExpungeUserRequest) XXX_Unmarshal

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

type ExpungeUserResponse

type ExpungeUserResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Next available tag: 1

func (*ExpungeUserResponse) Descriptor

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

func (*ExpungeUserResponse) ProtoMessage

func (*ExpungeUserResponse) ProtoMessage()

func (*ExpungeUserResponse) Reset

func (m *ExpungeUserResponse) Reset()

func (*ExpungeUserResponse) String

func (m *ExpungeUserResponse) String() string

func (*ExpungeUserResponse) XXX_DiscardUnknown

func (m *ExpungeUserResponse) XXX_DiscardUnknown()

func (*ExpungeUserResponse) XXX_Marshal

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

func (*ExpungeUserResponse) XXX_Merge

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

func (*ExpungeUserResponse) XXX_Size

func (m *ExpungeUserResponse) XXX_Size() int

func (*ExpungeUserResponse) XXX_Unmarshal

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

type FeaturesClient

type FeaturesClient interface {
	ListHotlistsByUser(ctx context.Context, in *ListHotlistsByUserRequest, opts ...grpc.CallOption) (*ListHotlistsByUserResponse, error)
	ListHotlistsByIssue(ctx context.Context, in *ListHotlistsByIssueRequest, opts ...grpc.CallOption) (*ListHotlistsByIssueResponse, error)
	ListRecentlyVisitedHotlists(ctx context.Context, in *ListRecentlyVisitedHotlistsRequest, opts ...grpc.CallOption) (*ListRecentlyVisitedHotlistsResponse, error)
	ListStarredHotlists(ctx context.Context, in *ListStarredHotlistsRequest, opts ...grpc.CallOption) (*ListStarredHotlistsResponse, error)
	GetHotlistStarCount(ctx context.Context, in *GetHotlistStarCountRequest, opts ...grpc.CallOption) (*GetHotlistStarCountResponse, error)
	StarHotlist(ctx context.Context, in *StarHotlistRequest, opts ...grpc.CallOption) (*StarHotlistResponse, error)
	GetHotlist(ctx context.Context, in *GetHotlistRequest, opts ...grpc.CallOption) (*GetHotlistResponse, error)
	ListHotlistItems(ctx context.Context, in *ListHotlistItemsRequest, opts ...grpc.CallOption) (*ListHotlistItemsResponse, error)
	CreateHotlist(ctx context.Context, in *CreateHotlistRequest, opts ...grpc.CallOption) (*CreateHotlistResponse, error)
	CheckHotlistName(ctx context.Context, in *CheckHotlistNameRequest, opts ...grpc.CallOption) (*CheckHotlistNameResponse, error)
	RemoveIssuesFromHotlists(ctx context.Context, in *RemoveIssuesFromHotlistsRequest, opts ...grpc.CallOption) (*RemoveIssuesFromHotlistsResponse, error)
	AddIssuesToHotlists(ctx context.Context, in *AddIssuesToHotlistsRequest, opts ...grpc.CallOption) (*AddIssuesToHotlistsResponse, error)
	RerankHotlistIssues(ctx context.Context, in *RerankHotlistIssuesRequest, opts ...grpc.CallOption) (*RerankHotlistIssuesResponse, error)
	UpdateHotlistIssueNote(ctx context.Context, in *UpdateHotlistIssueNoteRequest, opts ...grpc.CallOption) (*UpdateHotlistIssueNoteResponse, error)
	DeleteHotlist(ctx context.Context, in *DeleteHotlistRequest, opts ...grpc.CallOption) (*DeleteHotlistResponse, error)
	PredictComponent(ctx context.Context, in *PredictComponentRequest, opts ...grpc.CallOption) (*PredictComponentResponse, error)
}

FeaturesClient is the client API for Features service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewFeaturesClient

func NewFeaturesClient(cc grpc.ClientConnInterface) FeaturesClient

func NewFeaturesPRPCClient

func NewFeaturesPRPCClient(client *prpc.Client) FeaturesClient

type FeaturesServer

type FeaturesServer interface {
	ListHotlistsByUser(context.Context, *ListHotlistsByUserRequest) (*ListHotlistsByUserResponse, error)
	ListHotlistsByIssue(context.Context, *ListHotlistsByIssueRequest) (*ListHotlistsByIssueResponse, error)
	ListRecentlyVisitedHotlists(context.Context, *ListRecentlyVisitedHotlistsRequest) (*ListRecentlyVisitedHotlistsResponse, error)
	ListStarredHotlists(context.Context, *ListStarredHotlistsRequest) (*ListStarredHotlistsResponse, error)
	GetHotlistStarCount(context.Context, *GetHotlistStarCountRequest) (*GetHotlistStarCountResponse, error)
	StarHotlist(context.Context, *StarHotlistRequest) (*StarHotlistResponse, error)
	GetHotlist(context.Context, *GetHotlistRequest) (*GetHotlistResponse, error)
	ListHotlistItems(context.Context, *ListHotlistItemsRequest) (*ListHotlistItemsResponse, error)
	CreateHotlist(context.Context, *CreateHotlistRequest) (*CreateHotlistResponse, error)
	CheckHotlistName(context.Context, *CheckHotlistNameRequest) (*CheckHotlistNameResponse, error)
	RemoveIssuesFromHotlists(context.Context, *RemoveIssuesFromHotlistsRequest) (*RemoveIssuesFromHotlistsResponse, error)
	AddIssuesToHotlists(context.Context, *AddIssuesToHotlistsRequest) (*AddIssuesToHotlistsResponse, error)
	RerankHotlistIssues(context.Context, *RerankHotlistIssuesRequest) (*RerankHotlistIssuesResponse, error)
	UpdateHotlistIssueNote(context.Context, *UpdateHotlistIssueNoteRequest) (*UpdateHotlistIssueNoteResponse, error)
	DeleteHotlist(context.Context, *DeleteHotlistRequest) (*DeleteHotlistResponse, error)
	PredictComponent(context.Context, *PredictComponentRequest) (*PredictComponentResponse, error)
}

FeaturesServer is the server API for Features service.

type FieldDef

type FieldDef struct {
	FieldRef       *FieldRef `protobuf:"bytes,1,opt,name=field_ref,json=fieldRef,proto3" json:"field_ref,omitempty"`
	ApplicableType string    `protobuf:"bytes,2,opt,name=applicable_type,json=applicableType,proto3" json:"applicable_type,omitempty"`
	// TODO(jrobbins): applicable_predicate
	IsRequired    bool       `protobuf:"varint,3,opt,name=is_required,json=isRequired,proto3" json:"is_required,omitempty"`
	IsNiche       bool       `protobuf:"varint,4,opt,name=is_niche,json=isNiche,proto3" json:"is_niche,omitempty"`
	IsMultivalued bool       `protobuf:"varint,5,opt,name=is_multivalued,json=isMultivalued,proto3" json:"is_multivalued,omitempty"`
	Docstring     string     `protobuf:"bytes,6,opt,name=docstring,proto3" json:"docstring,omitempty"`
	AdminRefs     []*UserRef `protobuf:"bytes,7,rep,name=admin_refs,json=adminRefs,proto3" json:"admin_refs,omitempty"`
	// TODO(jrobbins): validation, permission granting, and notification options.
	IsPhaseField         bool        `protobuf:"varint,8,opt,name=is_phase_field,json=isPhaseField,proto3" json:"is_phase_field,omitempty"`
	UserChoices          []*UserRef  `protobuf:"bytes,9,rep,name=user_choices,json=userChoices,proto3" json:"user_choices,omitempty"`
	EnumChoices          []*LabelDef `protobuf:"bytes,10,rep,name=enum_choices,json=enumChoices,proto3" json:"enum_choices,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

Next available tag: 9

func (*FieldDef) Descriptor

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

func (*FieldDef) GetAdminRefs

func (m *FieldDef) GetAdminRefs() []*UserRef

func (*FieldDef) GetApplicableType

func (m *FieldDef) GetApplicableType() string

func (*FieldDef) GetDocstring

func (m *FieldDef) GetDocstring() string

func (*FieldDef) GetEnumChoices

func (m *FieldDef) GetEnumChoices() []*LabelDef

func (*FieldDef) GetFieldRef

func (m *FieldDef) GetFieldRef() *FieldRef

func (*FieldDef) GetIsMultivalued

func (m *FieldDef) GetIsMultivalued() bool

func (*FieldDef) GetIsNiche

func (m *FieldDef) GetIsNiche() bool

func (*FieldDef) GetIsPhaseField

func (m *FieldDef) GetIsPhaseField() bool

func (*FieldDef) GetIsRequired

func (m *FieldDef) GetIsRequired() bool

func (*FieldDef) GetUserChoices

func (m *FieldDef) GetUserChoices() []*UserRef

func (*FieldDef) ProtoMessage

func (*FieldDef) ProtoMessage()

func (*FieldDef) Reset

func (m *FieldDef) Reset()

func (*FieldDef) String

func (m *FieldDef) String() string

func (*FieldDef) XXX_DiscardUnknown

func (m *FieldDef) XXX_DiscardUnknown()

func (*FieldDef) XXX_Marshal

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

func (*FieldDef) XXX_Merge

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

func (*FieldDef) XXX_Size

func (m *FieldDef) XXX_Size() int

func (*FieldDef) XXX_Unmarshal

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

type FieldOptions

type FieldOptions struct {
	FieldRef             *FieldRef  `protobuf:"bytes,1,opt,name=field_ref,json=fieldRef,proto3" json:"field_ref,omitempty"`
	UserRefs             []*UserRef `protobuf:"bytes,2,rep,name=user_refs,json=userRefs,proto3" json:"user_refs,omitempty"`
	XXX_NoUnkeyedLiteral struct{}   `json:"-"`
	XXX_unrecognized     []byte     `json:"-"`
	XXX_sizecache        int32      `json:"-"`
}

Next available tag: 3

func (*FieldOptions) Descriptor

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

func (*FieldOptions) GetFieldRef

func (m *FieldOptions) GetFieldRef() *FieldRef

func (*FieldOptions) GetUserRefs

func (m *FieldOptions) GetUserRefs() []*UserRef

func (*FieldOptions) ProtoMessage

func (*FieldOptions) ProtoMessage()

func (*FieldOptions) Reset

func (m *FieldOptions) Reset()

func (*FieldOptions) String

func (m *FieldOptions) String() string

func (*FieldOptions) XXX_DiscardUnknown

func (m *FieldOptions) XXX_DiscardUnknown()

func (*FieldOptions) XXX_Marshal

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

func (*FieldOptions) XXX_Merge

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

func (*FieldOptions) XXX_Size

func (m *FieldOptions) XXX_Size() int

func (*FieldOptions) XXX_Unmarshal

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

type FieldRef

type FieldRef struct {
	// TODO(crbug.com/monorail/4062): Don't use field IDs to identify fields.
	FieldId              uint64    `protobuf:"varint,1,opt,name=field_id,json=fieldId,proto3" json:"field_id,omitempty"`
	FieldName            string    `protobuf:"bytes,2,opt,name=field_name,json=fieldName,proto3" json:"field_name,omitempty"`
	Type                 FieldType `protobuf:"varint,3,opt,name=type,proto3,enum=monorail.FieldType" json:"type,omitempty"`
	ApprovalName         string    `protobuf:"bytes,4,opt,name=approval_name,json=approvalName,proto3" json:"approval_name,omitempty"`
	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
	XXX_unrecognized     []byte    `json:"-"`
	XXX_sizecache        int32     `json:"-"`
}

Next available tag: 5

func (*FieldRef) Descriptor

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

func (*FieldRef) GetApprovalName

func (m *FieldRef) GetApprovalName() string

func (*FieldRef) GetFieldId

func (m *FieldRef) GetFieldId() uint64

func (*FieldRef) GetFieldName

func (m *FieldRef) GetFieldName() string

func (*FieldRef) GetType

func (m *FieldRef) GetType() FieldType

func (*FieldRef) ProtoMessage

func (*FieldRef) ProtoMessage()

func (*FieldRef) Reset

func (m *FieldRef) Reset()

func (*FieldRef) String

func (m *FieldRef) String() string

func (*FieldRef) XXX_DiscardUnknown

func (m *FieldRef) XXX_DiscardUnknown()

func (*FieldRef) XXX_Marshal

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

func (*FieldRef) XXX_Merge

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

func (*FieldRef) XXX_Size

func (m *FieldRef) XXX_Size() int

func (*FieldRef) XXX_Unmarshal

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

type FieldType

type FieldType int32

Next available tag: 9

const (
	FieldType_NO_TYPE       FieldType = 0
	FieldType_ENUM_TYPE     FieldType = 1
	FieldType_INT_TYPE      FieldType = 2
	FieldType_STR_TYPE      FieldType = 3
	FieldType_USER_TYPE     FieldType = 4
	FieldType_DATE_TYPE     FieldType = 5
	FieldType_BOOL_TYPE     FieldType = 6
	FieldType_URL_TYPE      FieldType = 7
	FieldType_APPROVAL_TYPE FieldType = 8
)

func (FieldType) EnumDescriptor

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

func (FieldType) String

func (x FieldType) String() string

type FieldValue

type FieldValue struct {
	FieldRef             *FieldRef `protobuf:"bytes,1,opt,name=field_ref,json=fieldRef,proto3" json:"field_ref,omitempty"`
	Value                string    `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	IsDerived            bool      `protobuf:"varint,3,opt,name=is_derived,json=isDerived,proto3" json:"is_derived,omitempty"`
	PhaseRef             *PhaseRef `protobuf:"bytes,4,opt,name=phase_ref,json=phaseRef,proto3" json:"phase_ref,omitempty"`
	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
	XXX_unrecognized     []byte    `json:"-"`
	XXX_sizecache        int32     `json:"-"`
}

Next available tag: 5

func (*FieldValue) Descriptor

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

func (*FieldValue) GetFieldRef

func (m *FieldValue) GetFieldRef() *FieldRef

func (*FieldValue) GetIsDerived

func (m *FieldValue) GetIsDerived() bool

func (*FieldValue) GetPhaseRef

func (m *FieldValue) GetPhaseRef() *PhaseRef

func (*FieldValue) GetValue

func (m *FieldValue) GetValue() string

func (*FieldValue) ProtoMessage

func (*FieldValue) ProtoMessage()

func (*FieldValue) Reset

func (m *FieldValue) Reset()

func (*FieldValue) String

func (m *FieldValue) String() string

func (*FieldValue) XXX_DiscardUnknown

func (m *FieldValue) XXX_DiscardUnknown()

func (*FieldValue) XXX_Marshal

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

func (*FieldValue) XXX_Merge

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

func (*FieldValue) XXX_Size

func (m *FieldValue) XXX_Size() int

func (*FieldValue) XXX_Unmarshal

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

type FlagCommentRequest

type FlagCommentRequest struct {
	IssueRef             *IssueRef `protobuf:"bytes,2,opt,name=issue_ref,json=issueRef,proto3" json:"issue_ref,omitempty"`
	SequenceNum          uint32    `protobuf:"varint,3,opt,name=sequence_num,json=sequenceNum,proto3" json:"sequence_num,omitempty"`
	Flag                 bool      `protobuf:"varint,4,opt,name=flag,proto3" json:"flag,omitempty"`
	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
	XXX_unrecognized     []byte    `json:"-"`
	XXX_sizecache        int32     `json:"-"`
}

Next available tag: 5

func (*FlagCommentRequest) Descriptor

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

func (*FlagCommentRequest) GetFlag

func (m *FlagCommentRequest) GetFlag() bool

func (*FlagCommentRequest) GetIssueRef

func (m *FlagCommentRequest) GetIssueRef() *IssueRef

func (*FlagCommentRequest) GetSequenceNum

func (m *FlagCommentRequest) GetSequenceNum() uint32

func (*FlagCommentRequest) ProtoMessage

func (*FlagCommentRequest) ProtoMessage()

func (*FlagCommentRequest) Reset

func (m *FlagCommentRequest) Reset()

func (*FlagCommentRequest) String

func (m *FlagCommentRequest) String() string

func (*FlagCommentRequest) XXX_DiscardUnknown

func (m *FlagCommentRequest) XXX_DiscardUnknown()

func (*FlagCommentRequest) XXX_Marshal

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

func (*FlagCommentRequest) XXX_Merge

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

func (*FlagCommentRequest) XXX_Size

func (m *FlagCommentRequest) XXX_Size() int

func (*FlagCommentRequest) XXX_Unmarshal

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

type FlagCommentResponse

type FlagCommentResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Next available tag: 1

func (*FlagCommentResponse) Descriptor

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

func (*FlagCommentResponse) ProtoMessage

func (*FlagCommentResponse) ProtoMessage()

func (*FlagCommentResponse) Reset

func (m *FlagCommentResponse) Reset()

func (*FlagCommentResponse) String

func (m *FlagCommentResponse) String() string

func (*FlagCommentResponse) XXX_DiscardUnknown

func (m *FlagCommentResponse) XXX_DiscardUnknown()

func (*FlagCommentResponse) XXX_Marshal

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

func (*FlagCommentResponse) XXX_Merge

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

func (*FlagCommentResponse) XXX_Size

func (m *FlagCommentResponse) XXX_Size() int

func (*FlagCommentResponse) XXX_Unmarshal

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

type FlagIssuesRequest

type FlagIssuesRequest struct {
	IssueRefs            []*IssueRef `protobuf:"bytes,2,rep,name=issue_refs,json=issueRefs,proto3" json:"issue_refs,omitempty"`
	Flag                 bool        `protobuf:"varint,3,opt,name=flag,proto3" json:"flag,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

Next available tag: 4

func (*FlagIssuesRequest) Descriptor

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

func (*FlagIssuesRequest) GetFlag

func (m *FlagIssuesRequest) GetFlag() bool

func (*FlagIssuesRequest) GetIssueRefs

func (m *FlagIssuesRequest) GetIssueRefs() []*IssueRef

func (*FlagIssuesRequest) ProtoMessage

func (*FlagIssuesRequest) ProtoMessage()

func (*FlagIssuesRequest) Reset

func (m *FlagIssuesRequest) Reset()

func (*FlagIssuesRequest) String

func (m *FlagIssuesRequest) String() string

func (*FlagIssuesRequest) XXX_DiscardUnknown

func (m *FlagIssuesRequest) XXX_DiscardUnknown()

func (*FlagIssuesRequest) XXX_Marshal

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

func (*FlagIssuesRequest) XXX_Merge

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

func (*FlagIssuesRequest) XXX_Size

func (m *FlagIssuesRequest) XXX_Size() int

func (*FlagIssuesRequest) XXX_Unmarshal

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

type FlagIssuesResponse

type FlagIssuesResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Next available tag: 1

func (*FlagIssuesResponse) Descriptor

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

func (*FlagIssuesResponse) ProtoMessage

func (*FlagIssuesResponse) ProtoMessage()

func (*FlagIssuesResponse) Reset

func (m *FlagIssuesResponse) Reset()

func (*FlagIssuesResponse) String

func (m *FlagIssuesResponse) String() string

func (*FlagIssuesResponse) XXX_DiscardUnknown

func (m *FlagIssuesResponse) XXX_DiscardUnknown()

func (*FlagIssuesResponse) XXX_Marshal

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

func (*FlagIssuesResponse) XXX_Merge

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

func (*FlagIssuesResponse) XXX_Size

func (m *FlagIssuesResponse) XXX_Size() int

func (*FlagIssuesResponse) XXX_Unmarshal

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

type GetConfigRequest

type GetConfigRequest struct {
	ProjectName          string   `protobuf:"bytes,2,opt,name=project_name,json=projectName,proto3" json:"project_name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Next available tag: 3

func (*GetConfigRequest) Descriptor

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

func (*GetConfigRequest) GetProjectName

func (m *GetConfigRequest) GetProjectName() string

func (*GetConfigRequest) ProtoMessage

func (*GetConfigRequest) ProtoMessage()

func (*GetConfigRequest) Reset

func (m *GetConfigRequest) Reset()

func (*GetConfigRequest) String

func (m *GetConfigRequest) String() string

func (*GetConfigRequest) XXX_DiscardUnknown

func (m *GetConfigRequest) XXX_DiscardUnknown()

func (*GetConfigRequest) XXX_Marshal

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

func (*GetConfigRequest) XXX_Merge

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

func (*GetConfigRequest) XXX_Size

func (m *GetConfigRequest) XXX_Size() int

func (*GetConfigRequest) XXX_Unmarshal

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

type GetCustomPermissionsRequest

type GetCustomPermissionsRequest struct {
	ProjectName          string   `protobuf:"bytes,2,opt,name=project_name,json=projectName,proto3" json:"project_name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Next available tag: 3

func (*GetCustomPermissionsRequest) Descriptor

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

func (*GetCustomPermissionsRequest) GetProjectName

func (m *GetCustomPermissionsRequest) GetProjectName() string

func (*GetCustomPermissionsRequest) ProtoMessage

func (*GetCustomPermissionsRequest) ProtoMessage()

func (*GetCustomPermissionsRequest) Reset

func (m *GetCustomPermissionsRequest) Reset()

func (*GetCustomPermissionsRequest) String

func (m *GetCustomPermissionsRequest) String() string

func (*GetCustomPermissionsRequest) XXX_DiscardUnknown

func (m *GetCustomPermissionsRequest) XXX_DiscardUnknown()

func (*GetCustomPermissionsRequest) XXX_Marshal

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

func (*GetCustomPermissionsRequest) XXX_Merge

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

func (*GetCustomPermissionsRequest) XXX_Size

func (m *GetCustomPermissionsRequest) XXX_Size() int

func (*GetCustomPermissionsRequest) XXX_Unmarshal

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

type GetCustomPermissionsResponse

type GetCustomPermissionsResponse struct {
	Permissions          []string `protobuf:"bytes,1,rep,name=permissions,proto3" json:"permissions,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Next available tag: 2

func (*GetCustomPermissionsResponse) Descriptor

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

func (*GetCustomPermissionsResponse) GetPermissions

func (m *GetCustomPermissionsResponse) GetPermissions() []string

func (*GetCustomPermissionsResponse) ProtoMessage

func (*GetCustomPermissionsResponse) ProtoMessage()

func (*GetCustomPermissionsResponse) Reset

func (m *GetCustomPermissionsResponse) Reset()

func (*GetCustomPermissionsResponse) String

func (*GetCustomPermissionsResponse) XXX_DiscardUnknown

func (m *GetCustomPermissionsResponse) XXX_DiscardUnknown()

func (*GetCustomPermissionsResponse) XXX_Marshal

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

func (*GetCustomPermissionsResponse) XXX_Merge

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

func (*GetCustomPermissionsResponse) XXX_Size

func (m *GetCustomPermissionsResponse) XXX_Size() int

func (*GetCustomPermissionsResponse) XXX_Unmarshal

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

type GetHotlistRequest

type GetHotlistRequest struct {
	HotlistRef           *HotlistRef `protobuf:"bytes,1,opt,name=hotlist_ref,json=hotlistRef,proto3" json:"hotlist_ref,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

Next available tag: 2

func (*GetHotlistRequest) Descriptor

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

func (*GetHotlistRequest) GetHotlistRef

func (m *GetHotlistRequest) GetHotlistRef() *HotlistRef

func (*GetHotlistRequest) ProtoMessage

func (*GetHotlistRequest) ProtoMessage()

func (*GetHotlistRequest) Reset

func (m *GetHotlistRequest) Reset()

func (*GetHotlistRequest) String

func (m *GetHotlistRequest) String() string

func (*GetHotlistRequest) XXX_DiscardUnknown

func (m *GetHotlistRequest) XXX_DiscardUnknown()

func (*GetHotlistRequest) XXX_Marshal

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

func (*GetHotlistRequest) XXX_Merge

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

func (*GetHotlistRequest) XXX_Size

func (m *GetHotlistRequest) XXX_Size() int

func (*GetHotlistRequest) XXX_Unmarshal

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

type GetHotlistResponse

type GetHotlistResponse struct {
	Hotlist              *Hotlist `protobuf:"bytes,1,opt,name=hotlist,proto3" json:"hotlist,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Next available tag: 2

func (*GetHotlistResponse) Descriptor

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

func (*GetHotlistResponse) GetHotlist

func (m *GetHotlistResponse) GetHotlist() *Hotlist

func (*GetHotlistResponse) ProtoMessage

func (*GetHotlistResponse) ProtoMessage()

func (*GetHotlistResponse) Reset

func (m *GetHotlistResponse) Reset()

func (*GetHotlistResponse) String

func (m *GetHotlistResponse) String() string

func (*GetHotlistResponse) XXX_DiscardUnknown

func (m *GetHotlistResponse) XXX_DiscardUnknown()

func (*GetHotlistResponse) XXX_Marshal

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

func (*GetHotlistResponse) XXX_Merge

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

func (*GetHotlistResponse) XXX_Size

func (m *GetHotlistResponse) XXX_Size() int

func (*GetHotlistResponse) XXX_Unmarshal

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

type GetHotlistStarCountRequest

type GetHotlistStarCountRequest struct {
	HotlistRef           *HotlistRef `protobuf:"bytes,2,opt,name=hotlist_ref,json=hotlistRef,proto3" json:"hotlist_ref,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

Next available tag: 3

func (*GetHotlistStarCountRequest) Descriptor

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

func (*GetHotlistStarCountRequest) GetHotlistRef

func (m *GetHotlistStarCountRequest) GetHotlistRef() *HotlistRef

func (*GetHotlistStarCountRequest) ProtoMessage

func (*GetHotlistStarCountRequest) ProtoMessage()

func (*GetHotlistStarCountRequest) Reset

func (m *GetHotlistStarCountRequest) Reset()

func (*GetHotlistStarCountRequest) String

func (m *GetHotlistStarCountRequest) String() string

func (*GetHotlistStarCountRequest) XXX_DiscardUnknown

func (m *GetHotlistStarCountRequest) XXX_DiscardUnknown()

func (*GetHotlistStarCountRequest) XXX_Marshal

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

func (*GetHotlistStarCountRequest) XXX_Merge

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

func (*GetHotlistStarCountRequest) XXX_Size

func (m *GetHotlistStarCountRequest) XXX_Size() int

func (*GetHotlistStarCountRequest) XXX_Unmarshal

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

type GetHotlistStarCountResponse

type GetHotlistStarCountResponse struct {
	StarCount            uint32   `protobuf:"varint,1,opt,name=star_count,json=starCount,proto3" json:"star_count,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Next available tag: 2

func (*GetHotlistStarCountResponse) Descriptor

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

func (*GetHotlistStarCountResponse) GetStarCount

func (m *GetHotlistStarCountResponse) GetStarCount() uint32

func (*GetHotlistStarCountResponse) ProtoMessage

func (*GetHotlistStarCountResponse) ProtoMessage()

func (*GetHotlistStarCountResponse) Reset

func (m *GetHotlistStarCountResponse) Reset()

func (*GetHotlistStarCountResponse) String

func (m *GetHotlistStarCountResponse) String() string

func (*GetHotlistStarCountResponse) XXX_DiscardUnknown

func (m *GetHotlistStarCountResponse) XXX_DiscardUnknown()

func (*GetHotlistStarCountResponse) XXX_Marshal

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

func (*GetHotlistStarCountResponse) XXX_Merge

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

func (*GetHotlistStarCountResponse) XXX_Size

func (m *GetHotlistStarCountResponse) XXX_Size() int

func (*GetHotlistStarCountResponse) XXX_Unmarshal

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

type GetIssueRequest

type GetIssueRequest struct {
	IssueRef             *IssueRef `protobuf:"bytes,2,opt,name=issue_ref,json=issueRef,proto3" json:"issue_ref,omitempty"`
	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
	XXX_unrecognized     []byte    `json:"-"`
	XXX_sizecache        int32     `json:"-"`
}

Next available tag: 3

func (*GetIssueRequest) Descriptor

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

func (*GetIssueRequest) GetIssueRef

func (m *GetIssueRequest) GetIssueRef() *IssueRef

func (*GetIssueRequest) ProtoMessage

func (*GetIssueRequest) ProtoMessage()

func (*GetIssueRequest) Reset

func (m *GetIssueRequest) Reset()

func (*GetIssueRequest) String

func (m *GetIssueRequest) String() string

func (*GetIssueRequest) XXX_DiscardUnknown

func (m *GetIssueRequest) XXX_DiscardUnknown()

func (*GetIssueRequest) XXX_Marshal

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

func (*GetIssueRequest) XXX_Merge

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

func (*GetIssueRequest) XXX_Size

func (m *GetIssueRequest) XXX_Size() int

func (*GetIssueRequest) XXX_Unmarshal

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

type GetLabelOptionsRequest

type GetLabelOptionsRequest struct {
	ProjectName          string   `protobuf:"bytes,2,opt,name=project_name,json=projectName,proto3" json:"project_name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Next available tag: 3

func (*GetLabelOptionsRequest) Descriptor

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

func (*GetLabelOptionsRequest) GetProjectName

func (m *GetLabelOptionsRequest) GetProjectName() string

func (*GetLabelOptionsRequest) ProtoMessage

func (*GetLabelOptionsRequest) ProtoMessage()

func (*GetLabelOptionsRequest) Reset

func (m *GetLabelOptionsRequest) Reset()

func (*GetLabelOptionsRequest) String

func (m *GetLabelOptionsRequest) String() string

func (*GetLabelOptionsRequest) XXX_DiscardUnknown

func (m *GetLabelOptionsRequest) XXX_DiscardUnknown()

func (*GetLabelOptionsRequest) XXX_Marshal

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

func (*GetLabelOptionsRequest) XXX_Merge

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

func (*GetLabelOptionsRequest) XXX_Size

func (m *GetLabelOptionsRequest) XXX_Size() int

func (*GetLabelOptionsRequest) XXX_Unmarshal

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

type GetLabelOptionsResponse

type GetLabelOptionsResponse struct {
	LabelOptions           []*LabelDef `protobuf:"bytes,1,rep,name=label_options,json=labelOptions,proto3" json:"label_options,omitempty"`
	ExclusiveLabelPrefixes []string    `` /* 129-byte string literal not displayed */
	XXX_NoUnkeyedLiteral   struct{}    `json:"-"`
	XXX_unrecognized       []byte      `json:"-"`
	XXX_sizecache          int32       `json:"-"`
}

Next available tag: 3

func (*GetLabelOptionsResponse) Descriptor

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

func (*GetLabelOptionsResponse) GetExclusiveLabelPrefixes

func (m *GetLabelOptionsResponse) GetExclusiveLabelPrefixes() []string

func (*GetLabelOptionsResponse) GetLabelOptions

func (m *GetLabelOptionsResponse) GetLabelOptions() []*LabelDef

func (*GetLabelOptionsResponse) ProtoMessage

func (*GetLabelOptionsResponse) ProtoMessage()

func (*GetLabelOptionsResponse) Reset

func (m *GetLabelOptionsResponse) Reset()

func (*GetLabelOptionsResponse) String

func (m *GetLabelOptionsResponse) String() string

func (*GetLabelOptionsResponse) XXX_DiscardUnknown

func (m *GetLabelOptionsResponse) XXX_DiscardUnknown()

func (*GetLabelOptionsResponse) XXX_Marshal

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

func (*GetLabelOptionsResponse) XXX_Merge

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

func (*GetLabelOptionsResponse) XXX_Size

func (m *GetLabelOptionsResponse) XXX_Size() int

func (*GetLabelOptionsResponse) XXX_Unmarshal

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

type GetMembershipsRequest

type GetMembershipsRequest struct {
	UserRef              *UserRef `protobuf:"bytes,2,opt,name=user_ref,json=userRef,proto3" json:"user_ref,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Next available tag: 3

func (*GetMembershipsRequest) Descriptor

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

func (*GetMembershipsRequest) GetUserRef

func (m *GetMembershipsRequest) GetUserRef() *UserRef

func (*GetMembershipsRequest) ProtoMessage

func (*GetMembershipsRequest) ProtoMessage()

func (*GetMembershipsRequest) Reset

func (m *GetMembershipsRequest) Reset()

func (*GetMembershipsRequest) String

func (m *GetMembershipsRequest) String() string

func (*GetMembershipsRequest) XXX_DiscardUnknown

func (m *GetMembershipsRequest) XXX_DiscardUnknown()

func (*GetMembershipsRequest) XXX_Marshal

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

func (*GetMembershipsRequest) XXX_Merge

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

func (*GetMembershipsRequest) XXX_Size

func (m *GetMembershipsRequest) XXX_Size() int

func (*GetMembershipsRequest) XXX_Unmarshal

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

type GetMembershipsResponse

type GetMembershipsResponse struct {
	GroupRefs            []*UserRef `protobuf:"bytes,1,rep,name=group_refs,json=groupRefs,proto3" json:"group_refs,omitempty"`
	XXX_NoUnkeyedLiteral struct{}   `json:"-"`
	XXX_unrecognized     []byte     `json:"-"`
	XXX_sizecache        int32      `json:"-"`
}

Next available tag: 2

func (*GetMembershipsResponse) Descriptor

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

func (*GetMembershipsResponse) GetGroupRefs

func (m *GetMembershipsResponse) GetGroupRefs() []*UserRef

func (*GetMembershipsResponse) ProtoMessage

func (*GetMembershipsResponse) ProtoMessage()

func (*GetMembershipsResponse) Reset

func (m *GetMembershipsResponse) Reset()

func (*GetMembershipsResponse) String

func (m *GetMembershipsResponse) String() string

func (*GetMembershipsResponse) XXX_DiscardUnknown

func (m *GetMembershipsResponse) XXX_DiscardUnknown()

func (*GetMembershipsResponse) XXX_Marshal

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

func (*GetMembershipsResponse) XXX_Merge

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

func (*GetMembershipsResponse) XXX_Size

func (m *GetMembershipsResponse) XXX_Size() int

func (*GetMembershipsResponse) XXX_Unmarshal

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

type GetPresentationConfigRequest

type GetPresentationConfigRequest struct {
	ProjectName          string   `protobuf:"bytes,2,opt,name=project_name,json=projectName,proto3" json:"project_name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Next available tag: 3

func (*GetPresentationConfigRequest) Descriptor

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

func (*GetPresentationConfigRequest) GetProjectName

func (m *GetPresentationConfigRequest) GetProjectName() string

func (*GetPresentationConfigRequest) ProtoMessage

func (*GetPresentationConfigRequest) ProtoMessage()

func (*GetPresentationConfigRequest) Reset

func (m *GetPresentationConfigRequest) Reset()

func (*GetPresentationConfigRequest) String

func (*GetPresentationConfigRequest) XXX_DiscardUnknown

func (m *GetPresentationConfigRequest) XXX_DiscardUnknown()

func (*GetPresentationConfigRequest) XXX_Marshal

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

func (*GetPresentationConfigRequest) XXX_Merge

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

func (*GetPresentationConfigRequest) XXX_Size

func (m *GetPresentationConfigRequest) XXX_Size() int

func (*GetPresentationConfigRequest) XXX_Unmarshal

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

type GetProjectStarCountRequest

type GetProjectStarCountRequest struct {
	ProjectName          string   `protobuf:"bytes,2,opt,name=project_name,json=projectName,proto3" json:"project_name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Next available tag: 3

func (*GetProjectStarCountRequest) Descriptor

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

func (*GetProjectStarCountRequest) GetProjectName

func (m *GetProjectStarCountRequest) GetProjectName() string

func (*GetProjectStarCountRequest) ProtoMessage

func (*GetProjectStarCountRequest) ProtoMessage()

func (*GetProjectStarCountRequest) Reset

func (m *GetProjectStarCountRequest) Reset()

func (*GetProjectStarCountRequest) String

func (m *GetProjectStarCountRequest) String() string

func (*GetProjectStarCountRequest) XXX_DiscardUnknown

func (m *GetProjectStarCountRequest) XXX_DiscardUnknown()

func (*GetProjectStarCountRequest) XXX_Marshal

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

func (*GetProjectStarCountRequest) XXX_Merge

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

func (*GetProjectStarCountRequest) XXX_Size

func (m *GetProjectStarCountRequest) XXX_Size() int

func (*GetProjectStarCountRequest) XXX_Unmarshal

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

type GetProjectStarCountResponse

type GetProjectStarCountResponse struct {
	StarCount            uint32   `protobuf:"varint,1,opt,name=star_count,json=starCount,proto3" json:"star_count,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Next available tag: 2

func (*GetProjectStarCountResponse) Descriptor

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

func (*GetProjectStarCountResponse) GetStarCount

func (m *GetProjectStarCountResponse) GetStarCount() uint32

func (*GetProjectStarCountResponse) ProtoMessage

func (*GetProjectStarCountResponse) ProtoMessage()

func (*GetProjectStarCountResponse) Reset

func (m *GetProjectStarCountResponse) Reset()

func (*GetProjectStarCountResponse) String

func (m *GetProjectStarCountResponse) String() string

func (*GetProjectStarCountResponse) XXX_DiscardUnknown

func (m *GetProjectStarCountResponse) XXX_DiscardUnknown()

func (*GetProjectStarCountResponse) XXX_Marshal

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

func (*GetProjectStarCountResponse) XXX_Merge

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

func (*GetProjectStarCountResponse) XXX_Size

func (m *GetProjectStarCountResponse) XXX_Size() int

func (*GetProjectStarCountResponse) XXX_Unmarshal

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

type GetSavedQueriesRequest

type GetSavedQueriesRequest struct {
	UserRef              *UserRef `protobuf:"bytes,2,opt,name=user_ref,json=userRef,proto3" json:"user_ref,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Next available tag: 3

func (*GetSavedQueriesRequest) Descriptor

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

func (*GetSavedQueriesRequest) GetUserRef

func (m *GetSavedQueriesRequest) GetUserRef() *UserRef

func (*GetSavedQueriesRequest) ProtoMessage

func (*GetSavedQueriesRequest) ProtoMessage()

func (*GetSavedQueriesRequest) Reset

func (m *GetSavedQueriesRequest) Reset()

func (*GetSavedQueriesRequest) String

func (m *GetSavedQueriesRequest) String() string

func (*GetSavedQueriesRequest) XXX_DiscardUnknown

func (m *GetSavedQueriesRequest) XXX_DiscardUnknown()

func (*GetSavedQueriesRequest) XXX_Marshal

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

func (*GetSavedQueriesRequest) XXX_Merge

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

func (*GetSavedQueriesRequest) XXX_Size

func (m *GetSavedQueriesRequest) XXX_Size() int

func (*GetSavedQueriesRequest) XXX_Unmarshal

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

type GetSavedQueriesResponse

type GetSavedQueriesResponse struct {
	SavedQueries         []*SavedQuery `protobuf:"bytes,1,rep,name=saved_queries,json=savedQueries,proto3" json:"saved_queries,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

Next available tag: 2

func (*GetSavedQueriesResponse) Descriptor

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

func (*GetSavedQueriesResponse) GetSavedQueries

func (m *GetSavedQueriesResponse) GetSavedQueries() []*SavedQuery

func (*GetSavedQueriesResponse) ProtoMessage

func (*GetSavedQueriesResponse) ProtoMessage()

func (*GetSavedQueriesResponse) Reset

func (m *GetSavedQueriesResponse) Reset()

func (*GetSavedQueriesResponse) String

func (m *GetSavedQueriesResponse) String() string

func (*GetSavedQueriesResponse) XXX_DiscardUnknown

func (m *GetSavedQueriesResponse) XXX_DiscardUnknown()

func (*GetSavedQueriesResponse) XXX_Marshal

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

func (*GetSavedQueriesResponse) XXX_Merge

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

func (*GetSavedQueriesResponse) XXX_Size

func (m *GetSavedQueriesResponse) XXX_Size() int

func (*GetSavedQueriesResponse) XXX_Unmarshal

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

type GetServerStatusRequest

type GetServerStatusRequest struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Next available tag: 1

func (*GetServerStatusRequest) Descriptor

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

func (*GetServerStatusRequest) ProtoMessage

func (*GetServerStatusRequest) ProtoMessage()

func (*GetServerStatusRequest) Reset

func (m *GetServerStatusRequest) Reset()

func (*GetServerStatusRequest) String

func (m *GetServerStatusRequest) String() string

func (*GetServerStatusRequest) XXX_DiscardUnknown

func (m *GetServerStatusRequest) XXX_DiscardUnknown()

func (*GetServerStatusRequest) XXX_Marshal

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

func (*GetServerStatusRequest) XXX_Merge

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

func (*GetServerStatusRequest) XXX_Size

func (m *GetServerStatusRequest) XXX_Size() int

func (*GetServerStatusRequest) XXX_Unmarshal

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

type GetServerStatusResponse

type GetServerStatusResponse struct {
	BannerMessage        string   `protobuf:"bytes,1,opt,name=banner_message,json=bannerMessage,proto3" json:"banner_message,omitempty"`
	BannerTime           uint32   `protobuf:"fixed32,2,opt,name=banner_time,json=bannerTime,proto3" json:"banner_time,omitempty"`
	ReadOnly             bool     `protobuf:"varint,3,opt,name=read_only,json=readOnly,proto3" json:"read_only,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Next available tag: 4

func (*GetServerStatusResponse) Descriptor

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

func (*GetServerStatusResponse) GetBannerMessage

func (m *GetServerStatusResponse) GetBannerMessage() string

func (*GetServerStatusResponse) GetBannerTime

func (m *GetServerStatusResponse) GetBannerTime() uint32

func (*GetServerStatusResponse) GetReadOnly

func (m *GetServerStatusResponse) GetReadOnly() bool

func (*GetServerStatusResponse) ProtoMessage

func (*GetServerStatusResponse) ProtoMessage()

func (*GetServerStatusResponse) Reset

func (m *GetServerStatusResponse) Reset()

func (*GetServerStatusResponse) String

func (m *GetServerStatusResponse) String() string

func (*GetServerStatusResponse) XXX_DiscardUnknown

func (m *GetServerStatusResponse) XXX_DiscardUnknown()

func (*GetServerStatusResponse) XXX_Marshal

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

func (*GetServerStatusResponse) XXX_Merge

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

func (*GetServerStatusResponse) XXX_Size

func (m *GetServerStatusResponse) XXX_Size() int

func (*GetServerStatusResponse) XXX_Unmarshal

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

type GetUserPrefsRequest

type GetUserPrefsRequest struct {
	// Site admins may get prefs for specific users.  Otherwise, it gets
	// prefs for the signed-in user.
	UserRef              *UserRef `protobuf:"bytes,2,opt,name=user_ref,json=userRef,proto3" json:"user_ref,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Next available tag: 3

func (*GetUserPrefsRequest) Descriptor

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

func (*GetUserPrefsRequest) GetUserRef

func (m *GetUserPrefsRequest) GetUserRef() *UserRef

func (*GetUserPrefsRequest) ProtoMessage

func (*GetUserPrefsRequest) ProtoMessage()

func (*GetUserPrefsRequest) Reset

func (m *GetUserPrefsRequest) Reset()

func (*GetUserPrefsRequest) String

func (m *GetUserPrefsRequest) String() string

func (*GetUserPrefsRequest) XXX_DiscardUnknown

func (m *GetUserPrefsRequest) XXX_DiscardUnknown()

func (*GetUserPrefsRequest) XXX_Marshal

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

func (*GetUserPrefsRequest) XXX_Merge

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

func (*GetUserPrefsRequest) XXX_Size

func (m *GetUserPrefsRequest) XXX_Size() int

func (*GetUserPrefsRequest) XXX_Unmarshal

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

type GetUserPrefsResponse

type GetUserPrefsResponse struct {
	Prefs                []*UserPrefValue `protobuf:"bytes,1,rep,name=prefs,proto3" json:"prefs,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

Next available tag: 2

func (*GetUserPrefsResponse) Descriptor

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

func (*GetUserPrefsResponse) GetPrefs

func (m *GetUserPrefsResponse) GetPrefs() []*UserPrefValue

func (*GetUserPrefsResponse) ProtoMessage

func (*GetUserPrefsResponse) ProtoMessage()

func (*GetUserPrefsResponse) Reset

func (m *GetUserPrefsResponse) Reset()

func (*GetUserPrefsResponse) String

func (m *GetUserPrefsResponse) String() string

func (*GetUserPrefsResponse) XXX_DiscardUnknown

func (m *GetUserPrefsResponse) XXX_DiscardUnknown()

func (*GetUserPrefsResponse) XXX_Marshal

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

func (*GetUserPrefsResponse) XXX_Merge

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

func (*GetUserPrefsResponse) XXX_Size

func (m *GetUserPrefsResponse) XXX_Size() int

func (*GetUserPrefsResponse) XXX_Unmarshal

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

type GetUserRequest

type GetUserRequest struct {
	UserRef              *UserRef `protobuf:"bytes,2,opt,name=user_ref,json=userRef,proto3" json:"user_ref,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Next available tag: 3

func (*GetUserRequest) Descriptor

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

func (*GetUserRequest) GetUserRef

func (m *GetUserRequest) GetUserRef() *UserRef

func (*GetUserRequest) ProtoMessage

func (*GetUserRequest) ProtoMessage()

func (*GetUserRequest) Reset

func (m *GetUserRequest) Reset()

func (*GetUserRequest) String

func (m *GetUserRequest) String() string

func (*GetUserRequest) XXX_DiscardUnknown

func (m *GetUserRequest) XXX_DiscardUnknown()

func (*GetUserRequest) XXX_Marshal

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

func (*GetUserRequest) XXX_Merge

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

func (*GetUserRequest) XXX_Size

func (m *GetUserRequest) XXX_Size() int

func (*GetUserRequest) XXX_Unmarshal

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

type GetUserStarCountRequest

type GetUserStarCountRequest struct {
	UserRef              *UserRef `protobuf:"bytes,2,opt,name=user_ref,json=userRef,proto3" json:"user_ref,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Next available tag: 3

func (*GetUserStarCountRequest) Descriptor

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

func (*GetUserStarCountRequest) GetUserRef

func (m *GetUserStarCountRequest) GetUserRef() *UserRef

func (*GetUserStarCountRequest) ProtoMessage

func (*GetUserStarCountRequest) ProtoMessage()

func (*GetUserStarCountRequest) Reset

func (m *GetUserStarCountRequest) Reset()

func (*GetUserStarCountRequest) String

func (m *GetUserStarCountRequest) String() string

func (*GetUserStarCountRequest) XXX_DiscardUnknown

func (m *GetUserStarCountRequest) XXX_DiscardUnknown()

func (*GetUserStarCountRequest) XXX_Marshal

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

func (*GetUserStarCountRequest) XXX_Merge

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

func (*GetUserStarCountRequest) XXX_Size

func (m *GetUserStarCountRequest) XXX_Size() int

func (*GetUserStarCountRequest) XXX_Unmarshal

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

type GetUserStarCountResponse

type GetUserStarCountResponse struct {
	StarCount            uint32   `protobuf:"varint,1,opt,name=star_count,json=starCount,proto3" json:"star_count,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Next available tag: 2

func (*GetUserStarCountResponse) Descriptor

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

func (*GetUserStarCountResponse) GetStarCount

func (m *GetUserStarCountResponse) GetStarCount() uint32

func (*GetUserStarCountResponse) ProtoMessage

func (*GetUserStarCountResponse) ProtoMessage()

func (*GetUserStarCountResponse) Reset

func (m *GetUserStarCountResponse) Reset()

func (*GetUserStarCountResponse) String

func (m *GetUserStarCountResponse) String() string

func (*GetUserStarCountResponse) XXX_DiscardUnknown

func (m *GetUserStarCountResponse) XXX_DiscardUnknown()

func (*GetUserStarCountResponse) XXX_Marshal

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

func (*GetUserStarCountResponse) XXX_Merge

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

func (*GetUserStarCountResponse) XXX_Size

func (m *GetUserStarCountResponse) XXX_Size() int

func (*GetUserStarCountResponse) XXX_Unmarshal

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

type GetUsersProjectsRequest

type GetUsersProjectsRequest struct {
	UserRefs             []*UserRef `protobuf:"bytes,1,rep,name=user_refs,json=userRefs,proto3" json:"user_refs,omitempty"`
	XXX_NoUnkeyedLiteral struct{}   `json:"-"`
	XXX_unrecognized     []byte     `json:"-"`
	XXX_sizecache        int32      `json:"-"`
}

Next available tag: 2

func (*GetUsersProjectsRequest) Descriptor

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

func (*GetUsersProjectsRequest) GetUserRefs

func (m *GetUsersProjectsRequest) GetUserRefs() []*UserRef

func (*GetUsersProjectsRequest) ProtoMessage

func (*GetUsersProjectsRequest) ProtoMessage()

func (*GetUsersProjectsRequest) Reset

func (m *GetUsersProjectsRequest) Reset()

func (*GetUsersProjectsRequest) String

func (m *GetUsersProjectsRequest) String() string

func (*GetUsersProjectsRequest) XXX_DiscardUnknown

func (m *GetUsersProjectsRequest) XXX_DiscardUnknown()

func (*GetUsersProjectsRequest) XXX_Marshal

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

func (*GetUsersProjectsRequest) XXX_Merge

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

func (*GetUsersProjectsRequest) XXX_Size

func (m *GetUsersProjectsRequest) XXX_Size() int

func (*GetUsersProjectsRequest) XXX_Unmarshal

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

type GetUsersProjectsResponse

type GetUsersProjectsResponse struct {
	UsersProjects        []*UserProjects `protobuf:"bytes,1,rep,name=users_projects,json=usersProjects,proto3" json:"users_projects,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

Next available tag: 5

func (*GetUsersProjectsResponse) Descriptor

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

func (*GetUsersProjectsResponse) GetUsersProjects

func (m *GetUsersProjectsResponse) GetUsersProjects() []*UserProjects

func (*GetUsersProjectsResponse) ProtoMessage

func (*GetUsersProjectsResponse) ProtoMessage()

func (*GetUsersProjectsResponse) Reset

func (m *GetUsersProjectsResponse) Reset()

func (*GetUsersProjectsResponse) String

func (m *GetUsersProjectsResponse) String() string

func (*GetUsersProjectsResponse) XXX_DiscardUnknown

func (m *GetUsersProjectsResponse) XXX_DiscardUnknown()

func (*GetUsersProjectsResponse) XXX_Marshal

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

func (*GetUsersProjectsResponse) XXX_Merge

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

func (*GetUsersProjectsResponse) XXX_Size

func (m *GetUsersProjectsResponse) XXX_Size() int

func (*GetUsersProjectsResponse) XXX_Unmarshal

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

type GetVisibleMembersRequest

type GetVisibleMembersRequest struct {
	ProjectName          string   `protobuf:"bytes,2,opt,name=project_name,json=projectName,proto3" json:"project_name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Next available tag: 3

func (*GetVisibleMembersRequest) Descriptor

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

func (*GetVisibleMembersRequest) GetProjectName

func (m *GetVisibleMembersRequest) GetProjectName() string

func (*GetVisibleMembersRequest) ProtoMessage

func (*GetVisibleMembersRequest) ProtoMessage()

func (*GetVisibleMembersRequest) Reset

func (m *GetVisibleMembersRequest) Reset()

func (*GetVisibleMembersRequest) String

func (m *GetVisibleMembersRequest) String() string

func (*GetVisibleMembersRequest) XXX_DiscardUnknown

func (m *GetVisibleMembersRequest) XXX_DiscardUnknown()

func (*GetVisibleMembersRequest) XXX_Marshal

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

func (*GetVisibleMembersRequest) XXX_Merge

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

func (*GetVisibleMembersRequest) XXX_Size

func (m *GetVisibleMembersRequest) XXX_Size() int

func (*GetVisibleMembersRequest) XXX_Unmarshal

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

type GetVisibleMembersResponse

type GetVisibleMembersResponse struct {
	UserRefs             []*UserRef `protobuf:"bytes,1,rep,name=user_refs,json=userRefs,proto3" json:"user_refs,omitempty"`
	GroupRefs            []*UserRef `protobuf:"bytes,2,rep,name=group_refs,json=groupRefs,proto3" json:"group_refs,omitempty"`
	XXX_NoUnkeyedLiteral struct{}   `json:"-"`
	XXX_unrecognized     []byte     `json:"-"`
	XXX_sizecache        int32      `json:"-"`
}

Next available tag: 3

func (*GetVisibleMembersResponse) Descriptor

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

func (*GetVisibleMembersResponse) GetGroupRefs

func (m *GetVisibleMembersResponse) GetGroupRefs() []*UserRef

func (*GetVisibleMembersResponse) GetUserRefs

func (m *GetVisibleMembersResponse) GetUserRefs() []*UserRef

func (*GetVisibleMembersResponse) ProtoMessage

func (*GetVisibleMembersResponse) ProtoMessage()

func (*GetVisibleMembersResponse) Reset

func (m *GetVisibleMembersResponse) Reset()

func (*GetVisibleMembersResponse) String

func (m *GetVisibleMembersResponse) String() string

func (*GetVisibleMembersResponse) XXX_DiscardUnknown

func (m *GetVisibleMembersResponse) XXX_DiscardUnknown()

func (*GetVisibleMembersResponse) XXX_Marshal

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

func (*GetVisibleMembersResponse) XXX_Merge

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

func (*GetVisibleMembersResponse) XXX_Size

func (m *GetVisibleMembersResponse) XXX_Size() int

func (*GetVisibleMembersResponse) XXX_Unmarshal

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

type Hotlist

type Hotlist struct {
	OwnerRef             *UserRef   `protobuf:"bytes,1,opt,name=owner_ref,json=ownerRef,proto3" json:"owner_ref,omitempty"`
	EditorRefs           []*UserRef `protobuf:"bytes,5,rep,name=editor_refs,json=editorRefs,proto3" json:"editor_refs,omitempty"`
	FollowerRefs         []*UserRef `protobuf:"bytes,6,rep,name=follower_refs,json=followerRefs,proto3" json:"follower_refs,omitempty"`
	Name                 string     `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Summary              string     `protobuf:"bytes,3,opt,name=summary,proto3" json:"summary,omitempty"`
	Description          string     `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"`
	DefaultColSpec       string     `protobuf:"bytes,7,opt,name=default_col_spec,json=defaultColSpec,proto3" json:"default_col_spec,omitempty"`
	IsPrivate            bool       `protobuf:"varint,8,opt,name=is_private,json=isPrivate,proto3" json:"is_private,omitempty"`
	XXX_NoUnkeyedLiteral struct{}   `json:"-"`
	XXX_unrecognized     []byte     `json:"-"`
	XXX_sizecache        int32      `json:"-"`
}

Next available tag: 9

func (*Hotlist) Descriptor

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

func (*Hotlist) GetDefaultColSpec

func (m *Hotlist) GetDefaultColSpec() string

func (*Hotlist) GetDescription

func (m *Hotlist) GetDescription() string

func (*Hotlist) GetEditorRefs

func (m *Hotlist) GetEditorRefs() []*UserRef

func (*Hotlist) GetFollowerRefs

func (m *Hotlist) GetFollowerRefs() []*UserRef

func (*Hotlist) GetIsPrivate

func (m *Hotlist) GetIsPrivate() bool

func (*Hotlist) GetName

func (m *Hotlist) GetName() string

func (*Hotlist) GetOwnerRef

func (m *Hotlist) GetOwnerRef() *UserRef

func (*Hotlist) GetSummary

func (m *Hotlist) GetSummary() string

func (*Hotlist) ProtoMessage

func (*Hotlist) ProtoMessage()

func (*Hotlist) Reset

func (m *Hotlist) Reset()

func (*Hotlist) String

func (m *Hotlist) String() string

func (*Hotlist) XXX_DiscardUnknown

func (m *Hotlist) XXX_DiscardUnknown()

func (*Hotlist) XXX_Marshal

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

func (*Hotlist) XXX_Merge

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

func (*Hotlist) XXX_Size

func (m *Hotlist) XXX_Size() int

func (*Hotlist) XXX_Unmarshal

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

type HotlistItem

type HotlistItem struct {
	Issue                *Issue   `protobuf:"bytes,1,opt,name=issue,proto3" json:"issue,omitempty"`
	Rank                 uint32   `protobuf:"varint,2,opt,name=rank,proto3" json:"rank,omitempty"`
	AdderRef             *UserRef `protobuf:"bytes,3,opt,name=adder_ref,json=adderRef,proto3" json:"adder_ref,omitempty"`
	AddedTimestamp       uint32   `protobuf:"varint,4,opt,name=added_timestamp,json=addedTimestamp,proto3" json:"added_timestamp,omitempty"`
	Note                 string   `protobuf:"bytes,5,opt,name=note,proto3" json:"note,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Next available tag: 6

func (*HotlistItem) Descriptor

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

func (*HotlistItem) GetAddedTimestamp

func (m *HotlistItem) GetAddedTimestamp() uint32

func (*HotlistItem) GetAdderRef

func (m *HotlistItem) GetAdderRef() *UserRef

func (*HotlistItem) GetIssue

func (m *HotlistItem) GetIssue() *Issue

func (*HotlistItem) GetNote

func (m *HotlistItem) GetNote() string

func (*HotlistItem) GetRank

func (m *HotlistItem) GetRank() uint32

func (*HotlistItem) ProtoMessage

func (*HotlistItem) ProtoMessage()

func (*HotlistItem) Reset

func (m *HotlistItem) Reset()

func (*HotlistItem) String

func (m *HotlistItem) String() string

func (*HotlistItem) XXX_DiscardUnknown

func (m *HotlistItem) XXX_DiscardUnknown()

func (*HotlistItem) XXX_Marshal

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

func (*HotlistItem) XXX_Merge

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

func (*HotlistItem) XXX_Size

func (m *HotlistItem) XXX_Size() int

func (*HotlistItem) XXX_Unmarshal

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

type HotlistPeopleDelta

type HotlistPeopleDelta struct {
	NewOwnerRef          *UserRef   `protobuf:"bytes,1,opt,name=new_owner_ref,json=newOwnerRef,proto3" json:"new_owner_ref,omitempty"`
	AddEditorRefs        []*UserRef `protobuf:"bytes,2,rep,name=add_editor_refs,json=addEditorRefs,proto3" json:"add_editor_refs,omitempty"`
	AddFollowerRefs      []*UserRef `protobuf:"bytes,3,rep,name=add_follower_refs,json=addFollowerRefs,proto3" json:"add_follower_refs,omitempty"`
	RemoveUserRefs       []*UserRef `protobuf:"bytes,4,rep,name=remove_user_refs,json=removeUserRefs,proto3" json:"remove_user_refs,omitempty"`
	XXX_NoUnkeyedLiteral struct{}   `json:"-"`
	XXX_unrecognized     []byte     `json:"-"`
	XXX_sizecache        int32      `json:"-"`
}

Next available tag: 5

func (*HotlistPeopleDelta) Descriptor

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

func (*HotlistPeopleDelta) GetAddEditorRefs

func (m *HotlistPeopleDelta) GetAddEditorRefs() []*UserRef

func (*HotlistPeopleDelta) GetAddFollowerRefs

func (m *HotlistPeopleDelta) GetAddFollowerRefs() []*UserRef

func (*HotlistPeopleDelta) GetNewOwnerRef

func (m *HotlistPeopleDelta) GetNewOwnerRef() *UserRef

func (*HotlistPeopleDelta) GetRemoveUserRefs

func (m *HotlistPeopleDelta) GetRemoveUserRefs() []*UserRef

func (*HotlistPeopleDelta) ProtoMessage

func (*HotlistPeopleDelta) ProtoMessage()

func (*HotlistPeopleDelta) Reset

func (m *HotlistPeopleDelta) Reset()

func (*HotlistPeopleDelta) String

func (m *HotlistPeopleDelta) String() string

func (*HotlistPeopleDelta) XXX_DiscardUnknown

func (m *HotlistPeopleDelta) XXX_DiscardUnknown()

func (*HotlistPeopleDelta) XXX_Marshal

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

func (*HotlistPeopleDelta) XXX_Merge

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

func (*HotlistPeopleDelta) XXX_Size

func (m *HotlistPeopleDelta) XXX_Size() int

func (*HotlistPeopleDelta) XXX_Unmarshal

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

type HotlistRef

type HotlistRef struct {
	// TODO(4131): Don't use hotlist IDs to identify hotlists.
	HotlistId            uint64   `protobuf:"varint,1,opt,name=hotlist_id,json=hotlistId,proto3" json:"hotlist_id,omitempty"`
	Name                 string   `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Owner                *UserRef `protobuf:"bytes,3,opt,name=owner,proto3" json:"owner,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Next available tag: 4

func (*HotlistRef) Descriptor

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

func (*HotlistRef) GetHotlistId

func (m *HotlistRef) GetHotlistId() uint64

func (*HotlistRef) GetName

func (m *HotlistRef) GetName() string

func (*HotlistRef) GetOwner

func (m *HotlistRef) GetOwner() *UserRef

func (*HotlistRef) ProtoMessage

func (*HotlistRef) ProtoMessage()

func (*HotlistRef) Reset

func (m *HotlistRef) Reset()

func (*HotlistRef) String

func (m *HotlistRef) String() string

func (*HotlistRef) XXX_DiscardUnknown

func (m *HotlistRef) XXX_DiscardUnknown()

func (*HotlistRef) XXX_Marshal

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

func (*HotlistRef) XXX_Merge

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

func (*HotlistRef) XXX_Size

func (m *HotlistRef) XXX_Size() int

func (*HotlistRef) XXX_Unmarshal

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

type InviteLinkedParentRequest

type InviteLinkedParentRequest struct {
	Email                string   `protobuf:"bytes,2,opt,name=email,proto3" json:"email,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Next available tag: 3

func (*InviteLinkedParentRequest) Descriptor

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

func (*InviteLinkedParentRequest) GetEmail

func (m *InviteLinkedParentRequest) GetEmail() string

func (*InviteLinkedParentRequest) ProtoMessage

func (*InviteLinkedParentRequest) ProtoMessage()

func (*InviteLinkedParentRequest) Reset

func (m *InviteLinkedParentRequest) Reset()

func (*InviteLinkedParentRequest) String

func (m *InviteLinkedParentRequest) String() string

func (*InviteLinkedParentRequest) XXX_DiscardUnknown

func (m *InviteLinkedParentRequest) XXX_DiscardUnknown()

func (*InviteLinkedParentRequest) XXX_Marshal

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

func (*InviteLinkedParentRequest) XXX_Merge

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

func (*InviteLinkedParentRequest) XXX_Size

func (m *InviteLinkedParentRequest) XXX_Size() int

func (*InviteLinkedParentRequest) XXX_Unmarshal

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

type InviteLinkedParentResponse

type InviteLinkedParentResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Next available tag: 1

func (*InviteLinkedParentResponse) Descriptor

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

func (*InviteLinkedParentResponse) ProtoMessage

func (*InviteLinkedParentResponse) ProtoMessage()

func (*InviteLinkedParentResponse) Reset

func (m *InviteLinkedParentResponse) Reset()

func (*InviteLinkedParentResponse) String

func (m *InviteLinkedParentResponse) String() string

func (*InviteLinkedParentResponse) XXX_DiscardUnknown

func (m *InviteLinkedParentResponse) XXX_DiscardUnknown()

func (*InviteLinkedParentResponse) XXX_Marshal

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

func (*InviteLinkedParentResponse) XXX_Merge

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

func (*InviteLinkedParentResponse) XXX_Size

func (m *InviteLinkedParentResponse) XXX_Size() int

func (*InviteLinkedParentResponse) XXX_Unmarshal

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

type IsIssueStarredRequest

type IsIssueStarredRequest struct {
	IssueRef             *IssueRef `protobuf:"bytes,2,opt,name=issue_ref,json=issueRef,proto3" json:"issue_ref,omitempty"`
	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
	XXX_unrecognized     []byte    `json:"-"`
	XXX_sizecache        int32     `json:"-"`
}

Next available tag: 3

func (*IsIssueStarredRequest) Descriptor

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

func (*IsIssueStarredRequest) GetIssueRef

func (m *IsIssueStarredRequest) GetIssueRef() *IssueRef

func (*IsIssueStarredRequest) ProtoMessage

func (*IsIssueStarredRequest) ProtoMessage()

func (*IsIssueStarredRequest) Reset

func (m *IsIssueStarredRequest) Reset()

func (*IsIssueStarredRequest) String

func (m *IsIssueStarredRequest) String() string

func (*IsIssueStarredRequest) XXX_DiscardUnknown

func (m *IsIssueStarredRequest) XXX_DiscardUnknown()

func (*IsIssueStarredRequest) XXX_Marshal

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

func (*IsIssueStarredRequest) XXX_Merge

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

func (*IsIssueStarredRequest) XXX_Size

func (m *IsIssueStarredRequest) XXX_Size() int

func (*IsIssueStarredRequest) XXX_Unmarshal

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

type IsIssueStarredResponse

type IsIssueStarredResponse struct {
	IsStarred            bool     `protobuf:"varint,1,opt,name=is_starred,json=isStarred,proto3" json:"is_starred,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Next available tag: 2

func (*IsIssueStarredResponse) Descriptor

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

func (*IsIssueStarredResponse) GetIsStarred

func (m *IsIssueStarredResponse) GetIsStarred() bool

func (*IsIssueStarredResponse) ProtoMessage

func (*IsIssueStarredResponse) ProtoMessage()

func (*IsIssueStarredResponse) Reset

func (m *IsIssueStarredResponse) Reset()

func (*IsIssueStarredResponse) String

func (m *IsIssueStarredResponse) String() string

func (*IsIssueStarredResponse) XXX_DiscardUnknown

func (m *IsIssueStarredResponse) XXX_DiscardUnknown()

func (*IsIssueStarredResponse) XXX_Marshal

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

func (*IsIssueStarredResponse) XXX_Merge

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

func (*IsIssueStarredResponse) XXX_Size

func (m *IsIssueStarredResponse) XXX_Size() int

func (*IsIssueStarredResponse) XXX_Unmarshal

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

type Issue

type Issue struct {
	ProjectName                string          `protobuf:"bytes,1,opt,name=project_name,json=projectName,proto3" json:"project_name,omitempty"`
	LocalId                    uint32          `protobuf:"varint,2,opt,name=local_id,json=localId,proto3" json:"local_id,omitempty"`
	Summary                    string          `protobuf:"bytes,3,opt,name=summary,proto3" json:"summary,omitempty"`
	StatusRef                  *StatusRef      `protobuf:"bytes,4,opt,name=status_ref,json=statusRef,proto3" json:"status_ref,omitempty"`
	OwnerRef                   *UserRef        `protobuf:"bytes,5,opt,name=owner_ref,json=ownerRef,proto3" json:"owner_ref,omitempty"`
	CcRefs                     []*UserRef      `protobuf:"bytes,6,rep,name=cc_refs,json=ccRefs,proto3" json:"cc_refs,omitempty"`
	LabelRefs                  []*LabelRef     `protobuf:"bytes,7,rep,name=label_refs,json=labelRefs,proto3" json:"label_refs,omitempty"`
	ComponentRefs              []*ComponentRef `protobuf:"bytes,8,rep,name=component_refs,json=componentRefs,proto3" json:"component_refs,omitempty"`
	BlockedOnIssueRefs         []*IssueRef     `protobuf:"bytes,9,rep,name=blocked_on_issue_refs,json=blockedOnIssueRefs,proto3" json:"blocked_on_issue_refs,omitempty"`
	BlockingIssueRefs          []*IssueRef     `protobuf:"bytes,10,rep,name=blocking_issue_refs,json=blockingIssueRefs,proto3" json:"blocking_issue_refs,omitempty"`
	DanglingBlockedOnRefs      []*IssueRef     `` /* 129-byte string literal not displayed */
	DanglingBlockingRefs       []*IssueRef     `protobuf:"bytes,24,rep,name=dangling_blocking_refs,json=danglingBlockingRefs,proto3" json:"dangling_blocking_refs,omitempty"`
	MergedIntoIssueRef         *IssueRef       `protobuf:"bytes,11,opt,name=merged_into_issue_ref,json=mergedIntoIssueRef,proto3" json:"merged_into_issue_ref,omitempty"`
	FieldValues                []*FieldValue   `protobuf:"bytes,12,rep,name=field_values,json=fieldValues,proto3" json:"field_values,omitempty"`
	IsDeleted                  bool            `protobuf:"varint,13,opt,name=is_deleted,json=isDeleted,proto3" json:"is_deleted,omitempty"`
	ReporterRef                *UserRef        `protobuf:"bytes,14,opt,name=reporter_ref,json=reporterRef,proto3" json:"reporter_ref,omitempty"`
	OpenedTimestamp            uint32          `protobuf:"fixed32,15,opt,name=opened_timestamp,json=openedTimestamp,proto3" json:"opened_timestamp,omitempty"`
	ClosedTimestamp            uint32          `protobuf:"fixed32,16,opt,name=closed_timestamp,json=closedTimestamp,proto3" json:"closed_timestamp,omitempty"`
	ModifiedTimestamp          uint32          `protobuf:"fixed32,17,opt,name=modified_timestamp,json=modifiedTimestamp,proto3" json:"modified_timestamp,omitempty"`
	ComponentModifiedTimestamp uint32          `` /* 144-byte string literal not displayed */
	StatusModifiedTimestamp    uint32          `` /* 135-byte string literal not displayed */
	OwnerModifiedTimestamp     uint32          `` /* 132-byte string literal not displayed */
	StarCount                  uint32          `protobuf:"varint,18,opt,name=star_count,json=starCount,proto3" json:"star_count,omitempty"`
	IsSpam                     bool            `protobuf:"varint,19,opt,name=is_spam,json=isSpam,proto3" json:"is_spam,omitempty"`
	AttachmentCount            uint32          `protobuf:"varint,20,opt,name=attachment_count,json=attachmentCount,proto3" json:"attachment_count,omitempty"`
	ApprovalValues             []*Approval     `protobuf:"bytes,21,rep,name=approval_values,json=approvalValues,proto3" json:"approval_values,omitempty"`
	Phases                     []*PhaseDef     `protobuf:"bytes,22,rep,name=phases,proto3" json:"phases,omitempty"`
	XXX_NoUnkeyedLiteral       struct{}        `json:"-"`
	XXX_unrecognized           []byte          `json:"-"`
	XXX_sizecache              int32           `json:"-"`
}

Next available tag: 28

func (*Issue) Descriptor

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

func (*Issue) GetApprovalValues

func (m *Issue) GetApprovalValues() []*Approval

func (*Issue) GetAttachmentCount

func (m *Issue) GetAttachmentCount() uint32

func (*Issue) GetBlockedOnIssueRefs

func (m *Issue) GetBlockedOnIssueRefs() []*IssueRef

func (*Issue) GetBlockingIssueRefs

func (m *Issue) GetBlockingIssueRefs() []*IssueRef

func (*Issue) GetCcRefs

func (m *Issue) GetCcRefs() []*UserRef

func (*Issue) GetClosedTimestamp

func (m *Issue) GetClosedTimestamp() uint32

func (*Issue) GetComponentModifiedTimestamp

func (m *Issue) GetComponentModifiedTimestamp() uint32

func (*Issue) GetComponentRefs

func (m *Issue) GetComponentRefs() []*ComponentRef

func (*Issue) GetDanglingBlockedOnRefs

func (m *Issue) GetDanglingBlockedOnRefs() []*IssueRef

func (*Issue) GetDanglingBlockingRefs

func (m *Issue) GetDanglingBlockingRefs() []*IssueRef

func (*Issue) GetFieldValues

func (m *Issue) GetFieldValues() []*FieldValue

func (*Issue) GetIsDeleted

func (m *Issue) GetIsDeleted() bool

func (*Issue) GetIsSpam

func (m *Issue) GetIsSpam() bool

func (*Issue) GetLabelRefs

func (m *Issue) GetLabelRefs() []*LabelRef

func (*Issue) GetLocalId

func (m *Issue) GetLocalId() uint32

func (*Issue) GetMergedIntoIssueRef

func (m *Issue) GetMergedIntoIssueRef() *IssueRef

func (*Issue) GetModifiedTimestamp

func (m *Issue) GetModifiedTimestamp() uint32

func (*Issue) GetOpenedTimestamp

func (m *Issue) GetOpenedTimestamp() uint32

func (*Issue) GetOwnerModifiedTimestamp

func (m *Issue) GetOwnerModifiedTimestamp() uint32

func (*Issue) GetOwnerRef

func (m *Issue) GetOwnerRef() *UserRef

func (*Issue) GetPhases

func (m *Issue) GetPhases() []*PhaseDef

func (*Issue) GetProjectName

func (m *Issue) GetProjectName() string

func (*Issue) GetReporterRef

func (m *Issue) GetReporterRef() *UserRef

func (*Issue) GetStarCount

func (m *Issue) GetStarCount() uint32

func (*Issue) GetStatusModifiedTimestamp

func (m *Issue) GetStatusModifiedTimestamp() uint32

func (*Issue) GetStatusRef

func (m *Issue) GetStatusRef() *StatusRef

func (*Issue) GetSummary

func (m *Issue) GetSummary() string

func (*Issue) ProtoMessage

func (*Issue) ProtoMessage()

func (*Issue) Reset

func (m *Issue) Reset()

func (*Issue) String

func (m *Issue) String() string

func (*Issue) XXX_DiscardUnknown

func (m *Issue) XXX_DiscardUnknown()

func (*Issue) XXX_Marshal

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

func (*Issue) XXX_Merge

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

func (*Issue) XXX_Size

func (m *Issue) XXX_Size() int

func (*Issue) XXX_Unmarshal

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

type IssueDelta

type IssueDelta struct {
	// Note: We use StringValue instead of string so that we can
	// check if delta.HasField('status').  Proto3 only allows that
	// for nested messages and provides "boxed" values for this purpose.
	// In JSON, a StringValue is represented as a simple string.
	Status               *wrappers.StringValue `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
	OwnerRef             *UserRef              `protobuf:"bytes,2,opt,name=owner_ref,json=ownerRef,proto3" json:"owner_ref,omitempty"`
	CcRefsAdd            []*UserRef            `protobuf:"bytes,3,rep,name=cc_refs_add,json=ccRefsAdd,proto3" json:"cc_refs_add,omitempty"`
	CcRefsRemove         []*UserRef            `protobuf:"bytes,4,rep,name=cc_refs_remove,json=ccRefsRemove,proto3" json:"cc_refs_remove,omitempty"`
	CompRefsAdd          []*ComponentRef       `protobuf:"bytes,5,rep,name=comp_refs_add,json=compRefsAdd,proto3" json:"comp_refs_add,omitempty"`
	CompRefsRemove       []*ComponentRef       `protobuf:"bytes,6,rep,name=comp_refs_remove,json=compRefsRemove,proto3" json:"comp_refs_remove,omitempty"`
	LabelRefsAdd         []*LabelRef           `protobuf:"bytes,7,rep,name=label_refs_add,json=labelRefsAdd,proto3" json:"label_refs_add,omitempty"`
	LabelRefsRemove      []*LabelRef           `protobuf:"bytes,8,rep,name=label_refs_remove,json=labelRefsRemove,proto3" json:"label_refs_remove,omitempty"`
	FieldValsAdd         []*FieldValue         `protobuf:"bytes,9,rep,name=field_vals_add,json=fieldValsAdd,proto3" json:"field_vals_add,omitempty"`
	FieldValsRemove      []*FieldValue         `protobuf:"bytes,10,rep,name=field_vals_remove,json=fieldValsRemove,proto3" json:"field_vals_remove,omitempty"`
	FieldsClear          []*FieldRef           `protobuf:"bytes,11,rep,name=fields_clear,json=fieldsClear,proto3" json:"fields_clear,omitempty"`
	BlockedOnRefsAdd     []*IssueRef           `protobuf:"bytes,12,rep,name=blocked_on_refs_add,json=blockedOnRefsAdd,proto3" json:"blocked_on_refs_add,omitempty"`
	BlockedOnRefsRemove  []*IssueRef           `protobuf:"bytes,13,rep,name=blocked_on_refs_remove,json=blockedOnRefsRemove,proto3" json:"blocked_on_refs_remove,omitempty"`
	BlockingRefsAdd      []*IssueRef           `protobuf:"bytes,14,rep,name=blocking_refs_add,json=blockingRefsAdd,proto3" json:"blocking_refs_add,omitempty"`
	BlockingRefsRemove   []*IssueRef           `protobuf:"bytes,15,rep,name=blocking_refs_remove,json=blockingRefsRemove,proto3" json:"blocking_refs_remove,omitempty"`
	MergedIntoRef        *IssueRef             `protobuf:"bytes,16,opt,name=merged_into_ref,json=mergedIntoRef,proto3" json:"merged_into_ref,omitempty"`
	Summary              *wrappers.StringValue `protobuf:"bytes,17,opt,name=summary,proto3" json:"summary,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

Next available tag: 18

func (*IssueDelta) Descriptor

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

func (*IssueDelta) GetBlockedOnRefsAdd

func (m *IssueDelta) GetBlockedOnRefsAdd() []*IssueRef

func (*IssueDelta) GetBlockedOnRefsRemove

func (m *IssueDelta) GetBlockedOnRefsRemove() []*IssueRef

func (*IssueDelta) GetBlockingRefsAdd

func (m *IssueDelta) GetBlockingRefsAdd() []*IssueRef

func (*IssueDelta) GetBlockingRefsRemove

func (m *IssueDelta) GetBlockingRefsRemove() []*IssueRef

func (*IssueDelta) GetCcRefsAdd

func (m *IssueDelta) GetCcRefsAdd() []*UserRef

func (*IssueDelta) GetCcRefsRemove

func (m *IssueDelta) GetCcRefsRemove() []*UserRef

func (*IssueDelta) GetCompRefsAdd

func (m *IssueDelta) GetCompRefsAdd() []*ComponentRef

func (*IssueDelta) GetCompRefsRemove

func (m *IssueDelta) GetCompRefsRemove() []*ComponentRef

func (*IssueDelta) GetFieldValsAdd

func (m *IssueDelta) GetFieldValsAdd() []*FieldValue

func (*IssueDelta) GetFieldValsRemove

func (m *IssueDelta) GetFieldValsRemove() []*FieldValue

func (*IssueDelta) GetFieldsClear

func (m *IssueDelta) GetFieldsClear() []*FieldRef

func (*IssueDelta) GetLabelRefsAdd

func (m *IssueDelta) GetLabelRefsAdd() []*LabelRef

func (*IssueDelta) GetLabelRefsRemove

func (m *IssueDelta) GetLabelRefsRemove() []*LabelRef

func (*IssueDelta) GetMergedIntoRef

func (m *IssueDelta) GetMergedIntoRef() *IssueRef

func (*IssueDelta) GetOwnerRef

func (m *IssueDelta) GetOwnerRef() *UserRef

func (*IssueDelta) GetStatus

func (m *IssueDelta) GetStatus() *wrappers.StringValue

func (*IssueDelta) GetSummary

func (m *IssueDelta) GetSummary() *wrappers.StringValue

func (*IssueDelta) ProtoMessage

func (*IssueDelta) ProtoMessage()

func (*IssueDelta) Reset

func (m *IssueDelta) Reset()

func (*IssueDelta) String

func (m *IssueDelta) String() string

func (*IssueDelta) XXX_DiscardUnknown

func (m *IssueDelta) XXX_DiscardUnknown()

func (*IssueDelta) XXX_Marshal

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

func (*IssueDelta) XXX_Merge

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

func (*IssueDelta) XXX_Size

func (m *IssueDelta) XXX_Size() int

func (*IssueDelta) XXX_Unmarshal

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

type IssueRef

type IssueRef struct {
	ProjectName          string   `protobuf:"bytes,1,opt,name=project_name,json=projectName,proto3" json:"project_name,omitempty"`
	LocalId              uint32   `protobuf:"varint,2,opt,name=local_id,json=localId,proto3" json:"local_id,omitempty"`
	ExtIdentifier        string   `protobuf:"bytes,3,opt,name=ext_identifier,json=extIdentifier,proto3" json:"ext_identifier,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Next available tag: 4

func (*IssueRef) Descriptor

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

func (*IssueRef) GetExtIdentifier

func (m *IssueRef) GetExtIdentifier() string

func (*IssueRef) GetLocalId

func (m *IssueRef) GetLocalId() uint32

func (*IssueRef) GetProjectName

func (m *IssueRef) GetProjectName() string

func (*IssueRef) ProtoMessage

func (*IssueRef) ProtoMessage()

func (*IssueRef) Reset

func (m *IssueRef) Reset()

func (*IssueRef) String

func (m *IssueRef) String() string

func (*IssueRef) XXX_DiscardUnknown

func (m *IssueRef) XXX_DiscardUnknown()

func (*IssueRef) XXX_Marshal

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

func (*IssueRef) XXX_Merge

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

func (*IssueRef) XXX_Size

func (m *IssueRef) XXX_Size() int

func (*IssueRef) XXX_Unmarshal

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

type IssueResponse

type IssueResponse struct {
	Issue                *Issue    `protobuf:"bytes,1,opt,name=issue,proto3" json:"issue,omitempty"`
	MovedToRef           *IssueRef `protobuf:"bytes,2,opt,name=moved_to_ref,json=movedToRef,proto3" json:"moved_to_ref,omitempty"`
	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
	XXX_unrecognized     []byte    `json:"-"`
	XXX_sizecache        int32     `json:"-"`
}

Next available tag: 3

func (*IssueResponse) Descriptor

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

func (*IssueResponse) GetIssue

func (m *IssueResponse) GetIssue() *Issue

func (*IssueResponse) GetMovedToRef

func (m *IssueResponse) GetMovedToRef() *IssueRef

func (*IssueResponse) ProtoMessage

func (*IssueResponse) ProtoMessage()

func (*IssueResponse) Reset

func (m *IssueResponse) Reset()

func (*IssueResponse) String

func (m *IssueResponse) String() string

func (*IssueResponse) XXX_DiscardUnknown

func (m *IssueResponse) XXX_DiscardUnknown()

func (*IssueResponse) XXX_Marshal

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

func (*IssueResponse) XXX_Merge

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

func (*IssueResponse) XXX_Size

func (m *IssueResponse) XXX_Size() int

func (*IssueResponse) XXX_Unmarshal

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

type IssueSnapshotCount

type IssueSnapshotCount struct {
	Dimension            string   `protobuf:"bytes,1,opt,name=dimension,proto3" json:"dimension,omitempty"`
	Count                int32    `protobuf:"varint,2,opt,name=count,proto3" json:"count,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Next available tag: 3

func (*IssueSnapshotCount) Descriptor

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

func (*IssueSnapshotCount) GetCount

func (m *IssueSnapshotCount) GetCount() int32

func (*IssueSnapshotCount) GetDimension

func (m *IssueSnapshotCount) GetDimension() string

func (*IssueSnapshotCount) ProtoMessage

func (*IssueSnapshotCount) ProtoMessage()

func (*IssueSnapshotCount) Reset

func (m *IssueSnapshotCount) Reset()

func (*IssueSnapshotCount) String

func (m *IssueSnapshotCount) String() string

func (*IssueSnapshotCount) XXX_DiscardUnknown

func (m *IssueSnapshotCount) XXX_DiscardUnknown()

func (*IssueSnapshotCount) XXX_Marshal

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

func (*IssueSnapshotCount) XXX_Merge

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

func (*IssueSnapshotCount) XXX_Size

func (m *IssueSnapshotCount) XXX_Size() int

func (*IssueSnapshotCount) XXX_Unmarshal

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

type IssueSnapshotRequest

type IssueSnapshotRequest struct {
	Timestamp            int32    `protobuf:"varint,2,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	Query                string   `protobuf:"bytes,3,opt,name=query,proto3" json:"query,omitempty"`
	CannedQuery          int32    `protobuf:"varint,4,opt,name=canned_query,json=cannedQuery,proto3" json:"canned_query,omitempty"`
	GroupBy              string   `protobuf:"bytes,5,opt,name=group_by,json=groupBy,proto3" json:"group_by,omitempty"`
	LabelPrefix          string   `protobuf:"bytes,6,opt,name=label_prefix,json=labelPrefix,proto3" json:"label_prefix,omitempty"`
	ProjectName          string   `protobuf:"bytes,7,opt,name=project_name,json=projectName,proto3" json:"project_name,omitempty"`
	HotlistId            int32    `protobuf:"varint,8,opt,name=hotlist_id,json=hotlistId,proto3" json:"hotlist_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Next available tag: 9

func (*IssueSnapshotRequest) Descriptor

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

func (*IssueSnapshotRequest) GetCannedQuery

func (m *IssueSnapshotRequest) GetCannedQuery() int32

func (*IssueSnapshotRequest) GetGroupBy

func (m *IssueSnapshotRequest) GetGroupBy() string

func (*IssueSnapshotRequest) GetHotlistId

func (m *IssueSnapshotRequest) GetHotlistId() int32

func (*IssueSnapshotRequest) GetLabelPrefix

func (m *IssueSnapshotRequest) GetLabelPrefix() string

func (*IssueSnapshotRequest) GetProjectName

func (m *IssueSnapshotRequest) GetProjectName() string

func (*IssueSnapshotRequest) GetQuery

func (m *IssueSnapshotRequest) GetQuery() string

func (*IssueSnapshotRequest) GetTimestamp

func (m *IssueSnapshotRequest) GetTimestamp() int32

func (*IssueSnapshotRequest) ProtoMessage

func (*IssueSnapshotRequest) ProtoMessage()

func (*IssueSnapshotRequest) Reset

func (m *IssueSnapshotRequest) Reset()

func (*IssueSnapshotRequest) String

func (m *IssueSnapshotRequest) String() string

func (*IssueSnapshotRequest) XXX_DiscardUnknown

func (m *IssueSnapshotRequest) XXX_DiscardUnknown()

func (*IssueSnapshotRequest) XXX_Marshal

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

func (*IssueSnapshotRequest) XXX_Merge

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

func (*IssueSnapshotRequest) XXX_Size

func (m *IssueSnapshotRequest) XXX_Size() int

func (*IssueSnapshotRequest) XXX_Unmarshal

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

type IssueSnapshotResponse

type IssueSnapshotResponse struct {
	SnapshotCount        []*IssueSnapshotCount `protobuf:"bytes,1,rep,name=snapshot_count,json=snapshotCount,proto3" json:"snapshot_count,omitempty"`
	UnsupportedField     []string              `protobuf:"bytes,2,rep,name=unsupported_field,json=unsupportedField,proto3" json:"unsupported_field,omitempty"`
	SearchLimitReached   bool                  `protobuf:"varint,3,opt,name=search_limit_reached,json=searchLimitReached,proto3" json:"search_limit_reached,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

Next available tag: 3

func (*IssueSnapshotResponse) Descriptor

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

func (*IssueSnapshotResponse) GetSearchLimitReached

func (m *IssueSnapshotResponse) GetSearchLimitReached() bool

func (*IssueSnapshotResponse) GetSnapshotCount

func (m *IssueSnapshotResponse) GetSnapshotCount() []*IssueSnapshotCount

func (*IssueSnapshotResponse) GetUnsupportedField

func (m *IssueSnapshotResponse) GetUnsupportedField() []string

func (*IssueSnapshotResponse) ProtoMessage

func (*IssueSnapshotResponse) ProtoMessage()

func (*IssueSnapshotResponse) Reset

func (m *IssueSnapshotResponse) Reset()

func (*IssueSnapshotResponse) String

func (m *IssueSnapshotResponse) String() string

func (*IssueSnapshotResponse) XXX_DiscardUnknown

func (m *IssueSnapshotResponse) XXX_DiscardUnknown()

func (*IssueSnapshotResponse) XXX_Marshal

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

func (*IssueSnapshotResponse) XXX_Merge

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

func (*IssueSnapshotResponse) XXX_Size

func (m *IssueSnapshotResponse) XXX_Size() int

func (*IssueSnapshotResponse) XXX_Unmarshal

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

type IssueSummary

type IssueSummary struct {
	ProjectName          string   `protobuf:"bytes,1,opt,name=project_name,json=projectName,proto3" json:"project_name,omitempty"`
	LocalId              uint32   `protobuf:"varint,2,opt,name=local_id,json=localId,proto3" json:"local_id,omitempty"`
	Summary              string   `protobuf:"bytes,3,opt,name=summary,proto3" json:"summary,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Next available tag: 4

func (*IssueSummary) Descriptor

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

func (*IssueSummary) GetLocalId

func (m *IssueSummary) GetLocalId() uint32

func (*IssueSummary) GetProjectName

func (m *IssueSummary) GetProjectName() string

func (*IssueSummary) GetSummary

func (m *IssueSummary) GetSummary() string

func (*IssueSummary) ProtoMessage

func (*IssueSummary) ProtoMessage()

func (*IssueSummary) Reset

func (m *IssueSummary) Reset()

func (*IssueSummary) String

func (m *IssueSummary) String() string

func (*IssueSummary) XXX_DiscardUnknown

func (m *IssueSummary) XXX_DiscardUnknown()

func (*IssueSummary) XXX_Marshal

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

func (*IssueSummary) XXX_Merge

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

func (*IssueSummary) XXX_Size

func (m *IssueSummary) XXX_Size() int

func (*IssueSummary) XXX_Unmarshal

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

type IssuesClient

type IssuesClient interface {
	CreateIssue(ctx context.Context, in *CreateIssueRequest, opts ...grpc.CallOption) (*IssueResponse, error)
	GetIssue(ctx context.Context, in *GetIssueRequest, opts ...grpc.CallOption) (*IssueResponse, error)
	ListIssues(ctx context.Context, in *ListIssuesRequest, opts ...grpc.CallOption) (*ListIssuesResponse, error)
	ListReferencedIssues(ctx context.Context, in *ListReferencedIssuesRequest, opts ...grpc.CallOption) (*ListReferencedIssuesResponse, error)
	ListApplicableFieldDefs(ctx context.Context, in *ListApplicableFieldDefsRequest, opts ...grpc.CallOption) (*ListApplicableFieldDefsResponse, error)
	UpdateIssue(ctx context.Context, in *UpdateIssueRequest, opts ...grpc.CallOption) (*IssueResponse, error)
	StarIssue(ctx context.Context, in *StarIssueRequest, opts ...grpc.CallOption) (*StarIssueResponse, error)
	IsIssueStarred(ctx context.Context, in *IsIssueStarredRequest, opts ...grpc.CallOption) (*IsIssueStarredResponse, error)
	ListStarredIssues(ctx context.Context, in *ListStarredIssuesRequest, opts ...grpc.CallOption) (*ListStarredIssuesResponse, error)
	// There is no CreateComment method because comments are created by updates,
	// which may have just comment content and no delta.
	// There is no GetComment method, clients should use ListComments.
	ListComments(ctx context.Context, in *ListCommentsRequest, opts ...grpc.CallOption) (*ListCommentsResponse, error)
	ListActivities(ctx context.Context, in *ListActivitiesRequest, opts ...grpc.CallOption) (*ListActivitiesResponse, error)
	DeleteComment(ctx context.Context, in *DeleteCommentRequest, opts ...grpc.CallOption) (*empty.Empty, error)
	BulkUpdateApprovals(ctx context.Context, in *BulkUpdateApprovalsRequest, opts ...grpc.CallOption) (*BulkUpdateApprovalsResponse, error)
	UpdateApproval(ctx context.Context, in *UpdateApprovalRequest, opts ...grpc.CallOption) (*UpdateApprovalResponse, error)
	ConvertIssueApprovalsTemplate(ctx context.Context, in *ConvertIssueApprovalsTemplateRequest, opts ...grpc.CallOption) (*ConvertIssueApprovalsTemplateResponse, error)
	IssueSnapshot(ctx context.Context, in *IssueSnapshotRequest, opts ...grpc.CallOption) (*IssueSnapshotResponse, error)
	PresubmitIssue(ctx context.Context, in *PresubmitIssueRequest, opts ...grpc.CallOption) (*PresubmitIssueResponse, error)
	RerankBlockedOnIssues(ctx context.Context, in *RerankBlockedOnIssuesRequest, opts ...grpc.CallOption) (*RerankBlockedOnIssuesResponse, error)
	DeleteIssue(ctx context.Context, in *DeleteIssueRequest, opts ...grpc.CallOption) (*DeleteIssueResponse, error)
	DeleteIssueComment(ctx context.Context, in *DeleteIssueCommentRequest, opts ...grpc.CallOption) (*DeleteIssueCommentResponse, error)
	DeleteAttachment(ctx context.Context, in *DeleteAttachmentRequest, opts ...grpc.CallOption) (*DeleteAttachmentResponse, error)
	FlagIssues(ctx context.Context, in *FlagIssuesRequest, opts ...grpc.CallOption) (*FlagIssuesResponse, error)
	FlagComment(ctx context.Context, in *FlagCommentRequest, opts ...grpc.CallOption) (*FlagCommentResponse, error)
	ListIssuePermissions(ctx context.Context, in *ListIssuePermissionsRequest, opts ...grpc.CallOption) (*ListIssuePermissionsResponse, error)
	MoveIssue(ctx context.Context, in *MoveIssueRequest, opts ...grpc.CallOption) (*MoveIssueResponse, error)
	CopyIssue(ctx context.Context, in *CopyIssueRequest, opts ...grpc.CallOption) (*CopyIssueResponse, error)
}

IssuesClient is the client API for Issues service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewIssuesClient

func NewIssuesClient(cc grpc.ClientConnInterface) IssuesClient

func NewIssuesPRPCClient

func NewIssuesPRPCClient(client *prpc.Client) IssuesClient

type IssuesServer

type IssuesServer interface {
	CreateIssue(context.Context, *CreateIssueRequest) (*IssueResponse, error)
	GetIssue(context.Context, *GetIssueRequest) (*IssueResponse, error)
	ListIssues(context.Context, *ListIssuesRequest) (*ListIssuesResponse, error)
	ListReferencedIssues(context.Context, *ListReferencedIssuesRequest) (*ListReferencedIssuesResponse, error)
	ListApplicableFieldDefs(context.Context, *ListApplicableFieldDefsRequest) (*ListApplicableFieldDefsResponse, error)
	UpdateIssue(context.Context, *UpdateIssueRequest) (*IssueResponse, error)
	StarIssue(context.Context, *StarIssueRequest) (*StarIssueResponse, error)
	IsIssueStarred(context.Context, *IsIssueStarredRequest) (*IsIssueStarredResponse, error)
	ListStarredIssues(context.Context, *ListStarredIssuesRequest) (*ListStarredIssuesResponse, error)
	// There is no CreateComment method because comments are created by updates,
	// which may have just comment content and no delta.
	// There is no GetComment method, clients should use ListComments.
	ListComments(context.Context, *ListCommentsRequest) (*ListCommentsResponse, error)
	ListActivities(context.Context, *ListActivitiesRequest) (*ListActivitiesResponse, error)
	DeleteComment(context.Context, *DeleteCommentRequest) (*empty.Empty, error)
	BulkUpdateApprovals(context.Context, *BulkUpdateApprovalsRequest) (*BulkUpdateApprovalsResponse, error)
	UpdateApproval(context.Context, *UpdateApprovalRequest) (*UpdateApprovalResponse, error)
	ConvertIssueApprovalsTemplate(context.Context, *ConvertIssueApprovalsTemplateRequest) (*ConvertIssueApprovalsTemplateResponse, error)
	IssueSnapshot(context.Context, *IssueSnapshotRequest) (*IssueSnapshotResponse, error)
	PresubmitIssue(context.Context, *PresubmitIssueRequest) (*PresubmitIssueResponse, error)
	RerankBlockedOnIssues(context.Context, *RerankBlockedOnIssuesRequest) (*RerankBlockedOnIssuesResponse, error)
	DeleteIssue(context.Context, *DeleteIssueRequest) (*DeleteIssueResponse, error)
	DeleteIssueComment(context.Context, *DeleteIssueCommentRequest) (*DeleteIssueCommentResponse, error)
	DeleteAttachment(context.Context, *DeleteAttachmentRequest) (*DeleteAttachmentResponse, error)
	FlagIssues(context.Context, *FlagIssuesRequest) (*FlagIssuesResponse, error)
	FlagComment(context.Context, *FlagCommentRequest) (*FlagCommentResponse, error)
	ListIssuePermissions(context.Context, *ListIssuePermissionsRequest) (*ListIssuePermissionsResponse, error)
	MoveIssue(context.Context, *MoveIssueRequest) (*MoveIssueResponse, error)
	CopyIssue(context.Context, *CopyIssueRequest) (*CopyIssueResponse, error)
}

IssuesServer is the server API for Issues service.

type LabelDef

type LabelDef struct {
	Label                string   `protobuf:"bytes,1,opt,name=label,proto3" json:"label,omitempty"`
	Docstring            string   `protobuf:"bytes,3,opt,name=docstring,proto3" json:"docstring,omitempty"`
	Deprecated           bool     `protobuf:"varint,4,opt,name=deprecated,proto3" json:"deprecated,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Next available tag: 5

func (*LabelDef) Descriptor

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

func (*LabelDef) GetDeprecated

func (m *LabelDef) GetDeprecated() bool

func (*LabelDef) GetDocstring

func (m *LabelDef) GetDocstring() string

func (*LabelDef) GetLabel

func (m *LabelDef) GetLabel() string

func (*LabelDef) ProtoMessage

func (*LabelDef) ProtoMessage()

func (*LabelDef) Reset

func (m *LabelDef) Reset()

func (*LabelDef) String

func (m *LabelDef) String() string

func (*LabelDef) XXX_DiscardUnknown

func (m *LabelDef) XXX_DiscardUnknown()

func (*LabelDef) XXX_Marshal

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

func (*LabelDef) XXX_Merge

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

func (*LabelDef) XXX_Size

func (m *LabelDef) XXX_Size() int

func (*LabelDef) XXX_Unmarshal

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

type LabelRef

type LabelRef struct {
	Label                string   `protobuf:"bytes,1,opt,name=label,proto3" json:"label,omitempty"`
	IsDerived            bool     `protobuf:"varint,2,opt,name=is_derived,json=isDerived,proto3" json:"is_derived,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Next available tag: 3

func (*LabelRef) Descriptor

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

func (*LabelRef) GetIsDerived

func (m *LabelRef) GetIsDerived() bool

func (*LabelRef) GetLabel

func (m *LabelRef) GetLabel() string

func (*LabelRef) ProtoMessage

func (*LabelRef) ProtoMessage()

func (*LabelRef) Reset

func (m *LabelRef) Reset()

func (*LabelRef) String

func (m *LabelRef) String() string

func (*LabelRef) XXX_DiscardUnknown

func (m *LabelRef) XXX_DiscardUnknown()

func (*LabelRef) XXX_Marshal

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

func (*LabelRef) XXX_Merge

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

func (*LabelRef) XXX_Size

func (m *LabelRef) XXX_Size() int

func (*LabelRef) XXX_Unmarshal

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

type ListActivitiesRequest

type ListActivitiesRequest struct {
	// TODO(tyreej) description
	UserRef              *UserRef `protobuf:"bytes,2,opt,name=user_ref,json=userRef,proto3" json:"user_ref,omitempty"`
	Before               uint32   `protobuf:"fixed32,3,opt,name=before,proto3" json:"before,omitempty"`
	After                uint32   `protobuf:"fixed32,4,opt,name=after,proto3" json:"after,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Next available tag: 5

func (*ListActivitiesRequest) Descriptor

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

func (*ListActivitiesRequest) GetAfter

func (m *ListActivitiesRequest) GetAfter() uint32

func (*ListActivitiesRequest) GetBefore

func (m *ListActivitiesRequest) GetBefore() uint32

func (*ListActivitiesRequest) GetUserRef

func (m *ListActivitiesRequest) GetUserRef() *UserRef

func (*ListActivitiesRequest) ProtoMessage

func (*ListActivitiesRequest) ProtoMessage()

func (*ListActivitiesRequest) Reset

func (m *ListActivitiesRequest) Reset()

func (*ListActivitiesRequest) String

func (m *ListActivitiesRequest) String() string

func (*ListActivitiesRequest) XXX_DiscardUnknown

func (m *ListActivitiesRequest) XXX_DiscardUnknown()

func (*ListActivitiesRequest) XXX_Marshal

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

func (*ListActivitiesRequest) XXX_Merge

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

func (*ListActivitiesRequest) XXX_Size

func (m *ListActivitiesRequest) XXX_Size() int

func (*ListActivitiesRequest) XXX_Unmarshal

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

type ListActivitiesResponse

type ListActivitiesResponse struct {
	// TODO(tyreej) description
	Comments             []*Comment      `protobuf:"bytes,1,rep,name=comments,proto3" json:"comments,omitempty"`
	IssueSummaries       []*IssueSummary `protobuf:"bytes,2,rep,name=issue_summaries,json=issueSummaries,proto3" json:"issue_summaries,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

Next available tag: 3

func (*ListActivitiesResponse) Descriptor

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

func (*ListActivitiesResponse) GetComments

func (m *ListActivitiesResponse) GetComments() []*Comment

func (*ListActivitiesResponse) GetIssueSummaries

func (m *ListActivitiesResponse) GetIssueSummaries() []*IssueSummary

func (*ListActivitiesResponse) ProtoMessage

func (*ListActivitiesResponse) ProtoMessage()

func (*ListActivitiesResponse) Reset

func (m *ListActivitiesResponse) Reset()

func (*ListActivitiesResponse) String

func (m *ListActivitiesResponse) String() string

func (*ListActivitiesResponse) XXX_DiscardUnknown

func (m *ListActivitiesResponse) XXX_DiscardUnknown()

func (*ListActivitiesResponse) XXX_Marshal

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

func (*ListActivitiesResponse) XXX_Merge

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

func (*ListActivitiesResponse) XXX_Size

func (m *ListActivitiesResponse) XXX_Size() int

func (*ListActivitiesResponse) XXX_Unmarshal

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

type ListApplicableFieldDefsRequest

type ListApplicableFieldDefsRequest struct {
	IssueRefs            []*IssueRef `protobuf:"bytes,2,rep,name=issue_refs,json=issueRefs,proto3" json:"issue_refs,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

Next available tag: 3

func (*ListApplicableFieldDefsRequest) Descriptor

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

func (*ListApplicableFieldDefsRequest) GetIssueRefs

func (m *ListApplicableFieldDefsRequest) GetIssueRefs() []*IssueRef

func (*ListApplicableFieldDefsRequest) ProtoMessage

func (*ListApplicableFieldDefsRequest) ProtoMessage()

func (*ListApplicableFieldDefsRequest) Reset

func (m *ListApplicableFieldDefsRequest) Reset()

func (*ListApplicableFieldDefsRequest) String

func (*ListApplicableFieldDefsRequest) XXX_DiscardUnknown

func (m *ListApplicableFieldDefsRequest) XXX_DiscardUnknown()

func (*ListApplicableFieldDefsRequest) XXX_Marshal

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

func (*ListApplicableFieldDefsRequest) XXX_Merge

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

func (*ListApplicableFieldDefsRequest) XXX_Size

func (m *ListApplicableFieldDefsRequest) XXX_Size() int

func (*ListApplicableFieldDefsRequest) XXX_Unmarshal

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

type ListApplicableFieldDefsResponse

type ListApplicableFieldDefsResponse struct {
	FieldDefs            []*FieldDef `protobuf:"bytes,1,rep,name=field_defs,json=fieldDefs,proto3" json:"field_defs,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

Next available tag: 2

func (*ListApplicableFieldDefsResponse) Descriptor

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

func (*ListApplicableFieldDefsResponse) GetFieldDefs

func (m *ListApplicableFieldDefsResponse) GetFieldDefs() []*FieldDef

func (*ListApplicableFieldDefsResponse) ProtoMessage

func (*ListApplicableFieldDefsResponse) ProtoMessage()

func (*ListApplicableFieldDefsResponse) Reset

func (*ListApplicableFieldDefsResponse) String

func (*ListApplicableFieldDefsResponse) XXX_DiscardUnknown

func (m *ListApplicableFieldDefsResponse) XXX_DiscardUnknown()

func (*ListApplicableFieldDefsResponse) XXX_Marshal

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

func (*ListApplicableFieldDefsResponse) XXX_Merge

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

func (*ListApplicableFieldDefsResponse) XXX_Size

func (m *ListApplicableFieldDefsResponse) XXX_Size() int

func (*ListApplicableFieldDefsResponse) XXX_Unmarshal

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

type ListCommentsRequest

type ListCommentsRequest struct {
	IssueRef             *IssueRef `protobuf:"bytes,2,opt,name=issue_ref,json=issueRef,proto3" json:"issue_ref,omitempty"`
	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
	XXX_unrecognized     []byte    `json:"-"`
	XXX_sizecache        int32     `json:"-"`
}

Next available tag: 3

func (*ListCommentsRequest) Descriptor

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

func (*ListCommentsRequest) GetIssueRef

func (m *ListCommentsRequest) GetIssueRef() *IssueRef

func (*ListCommentsRequest) ProtoMessage

func (*ListCommentsRequest) ProtoMessage()

func (*ListCommentsRequest) Reset

func (m *ListCommentsRequest) Reset()

func (*ListCommentsRequest) String

func (m *ListCommentsRequest) String() string

func (*ListCommentsRequest) XXX_DiscardUnknown

func (m *ListCommentsRequest) XXX_DiscardUnknown()

func (*ListCommentsRequest) XXX_Marshal

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

func (*ListCommentsRequest) XXX_Merge

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

func (*ListCommentsRequest) XXX_Size

func (m *ListCommentsRequest) XXX_Size() int

func (*ListCommentsRequest) XXX_Unmarshal

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

type ListCommentsResponse

type ListCommentsResponse struct {
	// Comments are in chronological order.  The list of comments may
	// include deleted, spam, and description comments.  Spam and
	// deleted comments will only have content supplied if the user is
	// allowed to see it.
	Comments             []*Comment `protobuf:"bytes,1,rep,name=comments,proto3" json:"comments,omitempty"`
	XXX_NoUnkeyedLiteral struct{}   `json:"-"`
	XXX_unrecognized     []byte     `json:"-"`
	XXX_sizecache        int32      `json:"-"`
}

Next available tag: 2

func (*ListCommentsResponse) Descriptor

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

func (*ListCommentsResponse) GetComments

func (m *ListCommentsResponse) GetComments() []*Comment

func (*ListCommentsResponse) ProtoMessage

func (*ListCommentsResponse) ProtoMessage()

func (*ListCommentsResponse) Reset

func (m *ListCommentsResponse) Reset()

func (*ListCommentsResponse) String

func (m *ListCommentsResponse) String() string

func (*ListCommentsResponse) XXX_DiscardUnknown

func (m *ListCommentsResponse) XXX_DiscardUnknown()

func (*ListCommentsResponse) XXX_Marshal

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

func (*ListCommentsResponse) XXX_Merge

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

func (*ListCommentsResponse) XXX_Size

func (m *ListCommentsResponse) XXX_Size() int

func (*ListCommentsResponse) XXX_Unmarshal

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

type ListComponentsRequest

type ListComponentsRequest struct {
	ProjectName          string   `protobuf:"bytes,2,opt,name=project_name,json=projectName,proto3" json:"project_name,omitempty"`
	IncludeAdminInfo     bool     `protobuf:"varint,3,opt,name=include_admin_info,json=includeAdminInfo,proto3" json:"include_admin_info,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Next available tag: 4

func (*ListComponentsRequest) Descriptor

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

func (*ListComponentsRequest) GetIncludeAdminInfo

func (m *ListComponentsRequest) GetIncludeAdminInfo() bool

func (*ListComponentsRequest) GetProjectName

func (m *ListComponentsRequest) GetProjectName() string

func (*ListComponentsRequest) ProtoMessage

func (*ListComponentsRequest) ProtoMessage()

func (*ListComponentsRequest) Reset

func (m *ListComponentsRequest) Reset()

func (*ListComponentsRequest) String

func (m *ListComponentsRequest) String() string

func (*ListComponentsRequest) XXX_DiscardUnknown

func (m *ListComponentsRequest) XXX_DiscardUnknown()

func (*ListComponentsRequest) XXX_Marshal

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

func (*ListComponentsRequest) XXX_Merge

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

func (*ListComponentsRequest) XXX_Size

func (m *ListComponentsRequest) XXX_Size() int

func (*ListComponentsRequest) XXX_Unmarshal

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

type ListComponentsResponse

type ListComponentsResponse struct {
	ComponentDefs        []*ComponentDef `protobuf:"bytes,1,rep,name=component_defs,json=componentDefs,proto3" json:"component_defs,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

Next available tag: 2

func (*ListComponentsResponse) Descriptor

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

func (*ListComponentsResponse) GetComponentDefs

func (m *ListComponentsResponse) GetComponentDefs() []*ComponentDef

func (*ListComponentsResponse) ProtoMessage

func (*ListComponentsResponse) ProtoMessage()

func (*ListComponentsResponse) Reset

func (m *ListComponentsResponse) Reset()

func (*ListComponentsResponse) String

func (m *ListComponentsResponse) String() string

func (*ListComponentsResponse) XXX_DiscardUnknown

func (m *ListComponentsResponse) XXX_DiscardUnknown()

func (*ListComponentsResponse) XXX_Marshal

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

func (*ListComponentsResponse) XXX_Merge

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

func (*ListComponentsResponse) XXX_Size

func (m *ListComponentsResponse) XXX_Size() int

func (*ListComponentsResponse) XXX_Unmarshal

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

type ListFieldsRequest

type ListFieldsRequest struct {
	ProjectName          string   `protobuf:"bytes,2,opt,name=project_name,json=projectName,proto3" json:"project_name,omitempty"`
	IncludeAdminInfo     bool     `protobuf:"varint,3,opt,name=include_admin_info,json=includeAdminInfo,proto3" json:"include_admin_info,omitempty"`
	IncludeUserChoices   bool     `protobuf:"varint,4,opt,name=include_user_choices,json=includeUserChoices,proto3" json:"include_user_choices,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Next available tag: 5

func (*ListFieldsRequest) Descriptor

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

func (*ListFieldsRequest) GetIncludeAdminInfo

func (m *ListFieldsRequest) GetIncludeAdminInfo() bool

func (*ListFieldsRequest) GetIncludeUserChoices

func (m *ListFieldsRequest) GetIncludeUserChoices() bool

func (*ListFieldsRequest) GetProjectName

func (m *ListFieldsRequest) GetProjectName() string

func (*ListFieldsRequest) ProtoMessage

func (*ListFieldsRequest) ProtoMessage()

func (*ListFieldsRequest) Reset

func (m *ListFieldsRequest) Reset()

func (*ListFieldsRequest) String

func (m *ListFieldsRequest) String() string

func (*ListFieldsRequest) XXX_DiscardUnknown

func (m *ListFieldsRequest) XXX_DiscardUnknown()

func (*ListFieldsRequest) XXX_Marshal

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

func (*ListFieldsRequest) XXX_Merge

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

func (*ListFieldsRequest) XXX_Size

func (m *ListFieldsRequest) XXX_Size() int

func (*ListFieldsRequest) XXX_Unmarshal

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

type ListFieldsResponse

type ListFieldsResponse struct {
	FieldDefs            []*FieldDef `protobuf:"bytes,1,rep,name=field_defs,json=fieldDefs,proto3" json:"field_defs,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

Next available tag: 2

func (*ListFieldsResponse) Descriptor

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

func (*ListFieldsResponse) GetFieldDefs

func (m *ListFieldsResponse) GetFieldDefs() []*FieldDef

func (*ListFieldsResponse) ProtoMessage

func (*ListFieldsResponse) ProtoMessage()

func (*ListFieldsResponse) Reset

func (m *ListFieldsResponse) Reset()

func (*ListFieldsResponse) String

func (m *ListFieldsResponse) String() string

func (*ListFieldsResponse) XXX_DiscardUnknown

func (m *ListFieldsResponse) XXX_DiscardUnknown()

func (*ListFieldsResponse) XXX_Marshal

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

func (*ListFieldsResponse) XXX_Merge

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

func (*ListFieldsResponse) XXX_Size

func (m *ListFieldsResponse) XXX_Size() int

func (*ListFieldsResponse) XXX_Unmarshal

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

type ListHotlistItemsRequest

type ListHotlistItemsRequest struct {
	HotlistRef           *HotlistRef `protobuf:"bytes,2,opt,name=hotlist_ref,json=hotlistRef,proto3" json:"hotlist_ref,omitempty"`
	Pagination           *Pagination `protobuf:"bytes,3,opt,name=pagination,proto3" json:"pagination,omitempty"`
	Can                  uint32      `protobuf:"varint,4,opt,name=can,proto3" json:"can,omitempty"`
	SortSpec             string      `protobuf:"bytes,5,opt,name=sort_spec,json=sortSpec,proto3" json:"sort_spec,omitempty"`
	GroupBySpec          string      `protobuf:"bytes,6,opt,name=group_by_spec,json=groupBySpec,proto3" json:"group_by_spec,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

Next available tag: 7

func (*ListHotlistItemsRequest) Descriptor

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

func (*ListHotlistItemsRequest) GetCan

func (m *ListHotlistItemsRequest) GetCan() uint32

func (*ListHotlistItemsRequest) GetGroupBySpec

func (m *ListHotlistItemsRequest) GetGroupBySpec() string

func (*ListHotlistItemsRequest) GetHotlistRef

func (m *ListHotlistItemsRequest) GetHotlistRef() *HotlistRef

func (*ListHotlistItemsRequest) GetPagination

func (m *ListHotlistItemsRequest) GetPagination() *Pagination

func (*ListHotlistItemsRequest) GetSortSpec

func (m *ListHotlistItemsRequest) GetSortSpec() string

func (*ListHotlistItemsRequest) ProtoMessage

func (*ListHotlistItemsRequest) ProtoMessage()

func (*ListHotlistItemsRequest) Reset

func (m *ListHotlistItemsRequest) Reset()

func (*ListHotlistItemsRequest) String

func (m *ListHotlistItemsRequest) String() string

func (*ListHotlistItemsRequest) XXX_DiscardUnknown

func (m *ListHotlistItemsRequest) XXX_DiscardUnknown()

func (*ListHotlistItemsRequest) XXX_Marshal

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

func (*ListHotlistItemsRequest) XXX_Merge

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

func (*ListHotlistItemsRequest) XXX_Size

func (m *ListHotlistItemsRequest) XXX_Size() int

func (*ListHotlistItemsRequest) XXX_Unmarshal

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

type ListHotlistItemsResponse

type ListHotlistItemsResponse struct {
	Items                []*HotlistItem `protobuf:"bytes,1,rep,name=items,proto3" json:"items,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

Next available tag: 2

func (*ListHotlistItemsResponse) Descriptor

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

func (*ListHotlistItemsResponse) GetItems

func (m *ListHotlistItemsResponse) GetItems() []*HotlistItem

func (*ListHotlistItemsResponse) ProtoMessage

func (*ListHotlistItemsResponse) ProtoMessage()

func (*ListHotlistItemsResponse) Reset

func (m *ListHotlistItemsResponse) Reset()

func (*ListHotlistItemsResponse) String

func (m *ListHotlistItemsResponse) String() string

func (*ListHotlistItemsResponse) XXX_DiscardUnknown

func (m *ListHotlistItemsResponse) XXX_DiscardUnknown()

func (*ListHotlistItemsResponse) XXX_Marshal

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

func (*ListHotlistItemsResponse) XXX_Merge

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

func (*ListHotlistItemsResponse) XXX_Size

func (m *ListHotlistItemsResponse) XXX_Size() int

func (*ListHotlistItemsResponse) XXX_Unmarshal

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

type ListHotlistsByIssueRequest

type ListHotlistsByIssueRequest struct {
	Issue                *IssueRef `protobuf:"bytes,2,opt,name=issue,proto3" json:"issue,omitempty"`
	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
	XXX_unrecognized     []byte    `json:"-"`
	XXX_sizecache        int32     `json:"-"`
}

Next available tag: 3

func (*ListHotlistsByIssueRequest) Descriptor

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

func (*ListHotlistsByIssueRequest) GetIssue

func (m *ListHotlistsByIssueRequest) GetIssue() *IssueRef

func (*ListHotlistsByIssueRequest) ProtoMessage

func (*ListHotlistsByIssueRequest) ProtoMessage()

func (*ListHotlistsByIssueRequest) Reset

func (m *ListHotlistsByIssueRequest) Reset()

func (*ListHotlistsByIssueRequest) String

func (m *ListHotlistsByIssueRequest) String() string

func (*ListHotlistsByIssueRequest) XXX_DiscardUnknown

func (m *ListHotlistsByIssueRequest) XXX_DiscardUnknown()

func (*ListHotlistsByIssueRequest) XXX_Marshal

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

func (*ListHotlistsByIssueRequest) XXX_Merge

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

func (*ListHotlistsByIssueRequest) XXX_Size

func (m *ListHotlistsByIssueRequest) XXX_Size() int

func (*ListHotlistsByIssueRequest) XXX_Unmarshal

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

type ListHotlistsByIssueResponse

type ListHotlistsByIssueResponse struct {
	Hotlists             []*Hotlist `protobuf:"bytes,1,rep,name=hotlists,proto3" json:"hotlists,omitempty"`
	XXX_NoUnkeyedLiteral struct{}   `json:"-"`
	XXX_unrecognized     []byte     `json:"-"`
	XXX_sizecache        int32      `json:"-"`
}

Next available tag: 2

func (*ListHotlistsByIssueResponse) Descriptor

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

func (*ListHotlistsByIssueResponse) GetHotlists

func (m *ListHotlistsByIssueResponse) GetHotlists() []*Hotlist

func (*ListHotlistsByIssueResponse) ProtoMessage

func (*ListHotlistsByIssueResponse) ProtoMessage()

func (*ListHotlistsByIssueResponse) Reset

func (m *ListHotlistsByIssueResponse) Reset()

func (*ListHotlistsByIssueResponse) String

func (m *ListHotlistsByIssueResponse) String() string

func (*ListHotlistsByIssueResponse) XXX_DiscardUnknown

func (m *ListHotlistsByIssueResponse) XXX_DiscardUnknown()

func (*ListHotlistsByIssueResponse) XXX_Marshal

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

func (*ListHotlistsByIssueResponse) XXX_Merge

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

func (*ListHotlistsByIssueResponse) XXX_Size

func (m *ListHotlistsByIssueResponse) XXX_Size() int

func (*ListHotlistsByIssueResponse) XXX_Unmarshal

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

type ListHotlistsByUserRequest

type ListHotlistsByUserRequest struct {
	User                 *UserRef `protobuf:"bytes,2,opt,name=user,proto3" json:"user,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Next available tag: 3

func (*ListHotlistsByUserRequest) Descriptor

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

func (*ListHotlistsByUserRequest) GetUser

func (m *ListHotlistsByUserRequest) GetUser() *UserRef

func (*ListHotlistsByUserRequest) ProtoMessage

func (*ListHotlistsByUserRequest) ProtoMessage()

func (*ListHotlistsByUserRequest) Reset

func (m *ListHotlistsByUserRequest) Reset()

func (*ListHotlistsByUserRequest) String

func (m *ListHotlistsByUserRequest) String() string

func (*ListHotlistsByUserRequest) XXX_DiscardUnknown

func (m *ListHotlistsByUserRequest) XXX_DiscardUnknown()

func (*ListHotlistsByUserRequest) XXX_Marshal

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

func (*ListHotlistsByUserRequest) XXX_Merge

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

func (*ListHotlistsByUserRequest) XXX_Size

func (m *ListHotlistsByUserRequest) XXX_Size() int

func (*ListHotlistsByUserRequest) XXX_Unmarshal

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

type ListHotlistsByUserResponse

type ListHotlistsByUserResponse struct {
	Hotlists             []*Hotlist `protobuf:"bytes,1,rep,name=hotlists,proto3" json:"hotlists,omitempty"`
	XXX_NoUnkeyedLiteral struct{}   `json:"-"`
	XXX_unrecognized     []byte     `json:"-"`
	XXX_sizecache        int32      `json:"-"`
}

Next available tag: 2

func (*ListHotlistsByUserResponse) Descriptor

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

func (*ListHotlistsByUserResponse) GetHotlists

func (m *ListHotlistsByUserResponse) GetHotlists() []*Hotlist

func (*ListHotlistsByUserResponse) ProtoMessage

func (*ListHotlistsByUserResponse) ProtoMessage()

func (*ListHotlistsByUserResponse) Reset

func (m *ListHotlistsByUserResponse) Reset()

func (*ListHotlistsByUserResponse) String

func (m *ListHotlistsByUserResponse) String() string

func (*ListHotlistsByUserResponse) XXX_DiscardUnknown

func (m *ListHotlistsByUserResponse) XXX_DiscardUnknown()

func (*ListHotlistsByUserResponse) XXX_Marshal

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

func (*ListHotlistsByUserResponse) XXX_Merge

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

func (*ListHotlistsByUserResponse) XXX_Size

func (m *ListHotlistsByUserResponse) XXX_Size() int

func (*ListHotlistsByUserResponse) XXX_Unmarshal

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

type ListIssuePermissionsRequest

type ListIssuePermissionsRequest struct {
	IssueRef             *IssueRef `protobuf:"bytes,2,opt,name=issue_ref,json=issueRef,proto3" json:"issue_ref,omitempty"`
	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
	XXX_unrecognized     []byte    `json:"-"`
	XXX_sizecache        int32     `json:"-"`
}

Next available tag: 3

func (*ListIssuePermissionsRequest) Descriptor

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

func (*ListIssuePermissionsRequest) GetIssueRef

func (m *ListIssuePermissionsRequest) GetIssueRef() *IssueRef

func (*ListIssuePermissionsRequest) ProtoMessage

func (*ListIssuePermissionsRequest) ProtoMessage()

func (*ListIssuePermissionsRequest) Reset

func (m *ListIssuePermissionsRequest) Reset()

func (*ListIssuePermissionsRequest) String

func (m *ListIssuePermissionsRequest) String() string

func (*ListIssuePermissionsRequest) XXX_DiscardUnknown

func (m *ListIssuePermissionsRequest) XXX_DiscardUnknown()

func (*ListIssuePermissionsRequest) XXX_Marshal

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

func (*ListIssuePermissionsRequest) XXX_Merge

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

func (*ListIssuePermissionsRequest) XXX_Size

func (m *ListIssuePermissionsRequest) XXX_Size() int

func (*ListIssuePermissionsRequest) XXX_Unmarshal

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

type ListIssuePermissionsResponse

type ListIssuePermissionsResponse struct {
	Permissions          []string `protobuf:"bytes,1,rep,name=permissions,proto3" json:"permissions,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Next available tag: 2

func (*ListIssuePermissionsResponse) Descriptor

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

func (*ListIssuePermissionsResponse) GetPermissions

func (m *ListIssuePermissionsResponse) GetPermissions() []string

func (*ListIssuePermissionsResponse) ProtoMessage

func (*ListIssuePermissionsResponse) ProtoMessage()

func (*ListIssuePermissionsResponse) Reset

func (m *ListIssuePermissionsResponse) Reset()

func (*ListIssuePermissionsResponse) String

func (*ListIssuePermissionsResponse) XXX_DiscardUnknown

func (m *ListIssuePermissionsResponse) XXX_DiscardUnknown()

func (*ListIssuePermissionsResponse) XXX_Marshal

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

func (*ListIssuePermissionsResponse) XXX_Merge

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

func (*ListIssuePermissionsResponse) XXX_Size

func (m *ListIssuePermissionsResponse) XXX_Size() int

func (*ListIssuePermissionsResponse) XXX_Unmarshal

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

type ListIssuesRequest

type ListIssuesRequest struct {
	Query                string      `protobuf:"bytes,2,opt,name=query,proto3" json:"query,omitempty"`
	CannedQuery          uint32      `protobuf:"varint,3,opt,name=canned_query,json=cannedQuery,proto3" json:"canned_query,omitempty"`
	ProjectNames         []string    `protobuf:"bytes,4,rep,name=project_names,json=projectNames,proto3" json:"project_names,omitempty"`
	Pagination           *Pagination `protobuf:"bytes,5,opt,name=pagination,proto3" json:"pagination,omitempty"`
	GroupBySpec          string      `protobuf:"bytes,6,opt,name=group_by_spec,json=groupBySpec,proto3" json:"group_by_spec,omitempty"`
	SortSpec             string      `protobuf:"bytes,7,opt,name=sort_spec,json=sortSpec,proto3" json:"sort_spec,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

Next available tag: 8

func (*ListIssuesRequest) Descriptor

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

func (*ListIssuesRequest) GetCannedQuery

func (m *ListIssuesRequest) GetCannedQuery() uint32

func (*ListIssuesRequest) GetGroupBySpec

func (m *ListIssuesRequest) GetGroupBySpec() string

func (*ListIssuesRequest) GetPagination

func (m *ListIssuesRequest) GetPagination() *Pagination

func (*ListIssuesRequest) GetProjectNames

func (m *ListIssuesRequest) GetProjectNames() []string

func (*ListIssuesRequest) GetQuery

func (m *ListIssuesRequest) GetQuery() string

func (*ListIssuesRequest) GetSortSpec

func (m *ListIssuesRequest) GetSortSpec() string

func (*ListIssuesRequest) ProtoMessage

func (*ListIssuesRequest) ProtoMessage()

func (*ListIssuesRequest) Reset

func (m *ListIssuesRequest) Reset()

func (*ListIssuesRequest) String

func (m *ListIssuesRequest) String() string

func (*ListIssuesRequest) XXX_DiscardUnknown

func (m *ListIssuesRequest) XXX_DiscardUnknown()

func (*ListIssuesRequest) XXX_Marshal

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

func (*ListIssuesRequest) XXX_Merge

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

func (*ListIssuesRequest) XXX_Size

func (m *ListIssuesRequest) XXX_Size() int

func (*ListIssuesRequest) XXX_Unmarshal

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

type ListIssuesResponse

type ListIssuesResponse struct {
	Issues               []*Issue `protobuf:"bytes,1,rep,name=issues,proto3" json:"issues,omitempty"`
	TotalResults         uint32   `protobuf:"varint,2,opt,name=total_results,json=totalResults,proto3" json:"total_results,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Next available tag: 3

func (*ListIssuesResponse) Descriptor

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

func (*ListIssuesResponse) GetIssues

func (m *ListIssuesResponse) GetIssues() []*Issue

func (*ListIssuesResponse) GetTotalResults

func (m *ListIssuesResponse) GetTotalResults() uint32

func (*ListIssuesResponse) ProtoMessage

func (*ListIssuesResponse) ProtoMessage()

func (*ListIssuesResponse) Reset

func (m *ListIssuesResponse) Reset()

func (*ListIssuesResponse) String

func (m *ListIssuesResponse) String() string

func (*ListIssuesResponse) XXX_DiscardUnknown

func (m *ListIssuesResponse) XXX_DiscardUnknown()

func (*ListIssuesResponse) XXX_Marshal

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

func (*ListIssuesResponse) XXX_Merge

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

func (*ListIssuesResponse) XXX_Size

func (m *ListIssuesResponse) XXX_Size() int

func (*ListIssuesResponse) XXX_Unmarshal

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

type ListProjectTemplatesRequest

type ListProjectTemplatesRequest struct {
	ProjectName          string   `protobuf:"bytes,2,opt,name=project_name,json=projectName,proto3" json:"project_name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Next available tag: 3

func (*ListProjectTemplatesRequest) Descriptor

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

func (*ListProjectTemplatesRequest) GetProjectName

func (m *ListProjectTemplatesRequest) GetProjectName() string

func (*ListProjectTemplatesRequest) ProtoMessage

func (*ListProjectTemplatesRequest) ProtoMessage()

func (*ListProjectTemplatesRequest) Reset

func (m *ListProjectTemplatesRequest) Reset()

func (*ListProjectTemplatesRequest) String

func (m *ListProjectTemplatesRequest) String() string

func (*ListProjectTemplatesRequest) XXX_DiscardUnknown

func (m *ListProjectTemplatesRequest) XXX_DiscardUnknown()

func (*ListProjectTemplatesRequest) XXX_Marshal

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

func (*ListProjectTemplatesRequest) XXX_Merge

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

func (*ListProjectTemplatesRequest) XXX_Size

func (m *ListProjectTemplatesRequest) XXX_Size() int

func (*ListProjectTemplatesRequest) XXX_Unmarshal

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

type ListProjectTemplatesResponse

type ListProjectTemplatesResponse struct {
	Templates            []*TemplateDef `protobuf:"bytes,1,rep,name=templates,proto3" json:"templates,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

Next available tag: 2

func (*ListProjectTemplatesResponse) Descriptor

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

func (*ListProjectTemplatesResponse) GetTemplates

func (m *ListProjectTemplatesResponse) GetTemplates() []*TemplateDef

func (*ListProjectTemplatesResponse) ProtoMessage

func (*ListProjectTemplatesResponse) ProtoMessage()

func (*ListProjectTemplatesResponse) Reset

func (m *ListProjectTemplatesResponse) Reset()

func (*ListProjectTemplatesResponse) String

func (*ListProjectTemplatesResponse) XXX_DiscardUnknown

func (m *ListProjectTemplatesResponse) XXX_DiscardUnknown()

func (*ListProjectTemplatesResponse) XXX_Marshal

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

func (*ListProjectTemplatesResponse) XXX_Merge

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

func (*ListProjectTemplatesResponse) XXX_Size

func (m *ListProjectTemplatesResponse) XXX_Size() int

func (*ListProjectTemplatesResponse) XXX_Unmarshal

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

type ListProjectsRequest

type ListProjectsRequest struct {
	PageSize             int32    `protobuf:"varint,1,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	PageToken            string   `protobuf:"bytes,2,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Next available tag: 3

func (*ListProjectsRequest) Descriptor

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

func (*ListProjectsRequest) GetPageSize

func (m *ListProjectsRequest) GetPageSize() int32

func (*ListProjectsRequest) GetPageToken

func (m *ListProjectsRequest) GetPageToken() string

func (*ListProjectsRequest) ProtoMessage

func (*ListProjectsRequest) ProtoMessage()

func (*ListProjectsRequest) Reset

func (m *ListProjectsRequest) Reset()

func (*ListProjectsRequest) String

func (m *ListProjectsRequest) String() string

func (*ListProjectsRequest) XXX_DiscardUnknown

func (m *ListProjectsRequest) XXX_DiscardUnknown()

func (*ListProjectsRequest) XXX_Marshal

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

func (*ListProjectsRequest) XXX_Merge

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

func (*ListProjectsRequest) XXX_Size

func (m *ListProjectsRequest) XXX_Size() int

func (*ListProjectsRequest) XXX_Unmarshal

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

type ListProjectsResponse

type ListProjectsResponse struct {
	Projects             []*Project `protobuf:"bytes,1,rep,name=projects,proto3" json:"projects,omitempty"`
	NextPageToken        string     `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	XXX_NoUnkeyedLiteral struct{}   `json:"-"`
	XXX_unrecognized     []byte     `json:"-"`
	XXX_sizecache        int32      `json:"-"`
}

Next available tag: 3

func (*ListProjectsResponse) Descriptor

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

func (*ListProjectsResponse) GetNextPageToken

func (m *ListProjectsResponse) GetNextPageToken() string

func (*ListProjectsResponse) GetProjects

func (m *ListProjectsResponse) GetProjects() []*Project

func (*ListProjectsResponse) ProtoMessage

func (*ListProjectsResponse) ProtoMessage()

func (*ListProjectsResponse) Reset

func (m *ListProjectsResponse) Reset()

func (*ListProjectsResponse) String

func (m *ListProjectsResponse) String() string

func (*ListProjectsResponse) XXX_DiscardUnknown

func (m *ListProjectsResponse) XXX_DiscardUnknown()

func (*ListProjectsResponse) XXX_Marshal

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

func (*ListProjectsResponse) XXX_Merge

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

func (*ListProjectsResponse) XXX_Size

func (m *ListProjectsResponse) XXX_Size() int

func (*ListProjectsResponse) XXX_Unmarshal

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

type ListRecentlyVisitedHotlistsRequest

type ListRecentlyVisitedHotlistsRequest struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Next available tag: 2

func (*ListRecentlyVisitedHotlistsRequest) Descriptor

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

func (*ListRecentlyVisitedHotlistsRequest) ProtoMessage

func (*ListRecentlyVisitedHotlistsRequest) ProtoMessage()

func (*ListRecentlyVisitedHotlistsRequest) Reset

func (*ListRecentlyVisitedHotlistsRequest) String

func (*ListRecentlyVisitedHotlistsRequest) XXX_DiscardUnknown

func (m *ListRecentlyVisitedHotlistsRequest) XXX_DiscardUnknown()

func (*ListRecentlyVisitedHotlistsRequest) XXX_Marshal

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

func (*ListRecentlyVisitedHotlistsRequest) XXX_Merge

func (*ListRecentlyVisitedHotlistsRequest) XXX_Size

func (*ListRecentlyVisitedHotlistsRequest) XXX_Unmarshal

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

type ListRecentlyVisitedHotlistsResponse

type ListRecentlyVisitedHotlistsResponse struct {
	Hotlists             []*Hotlist `protobuf:"bytes,1,rep,name=hotlists,proto3" json:"hotlists,omitempty"`
	XXX_NoUnkeyedLiteral struct{}   `json:"-"`
	XXX_unrecognized     []byte     `json:"-"`
	XXX_sizecache        int32      `json:"-"`
}

Next available tag: 2

func (*ListRecentlyVisitedHotlistsResponse) Descriptor

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

func (*ListRecentlyVisitedHotlistsResponse) GetHotlists

func (m *ListRecentlyVisitedHotlistsResponse) GetHotlists() []*Hotlist

func (*ListRecentlyVisitedHotlistsResponse) ProtoMessage

func (*ListRecentlyVisitedHotlistsResponse) ProtoMessage()

func (*ListRecentlyVisitedHotlistsResponse) Reset

func (*ListRecentlyVisitedHotlistsResponse) String

func (*ListRecentlyVisitedHotlistsResponse) XXX_DiscardUnknown

func (m *ListRecentlyVisitedHotlistsResponse) XXX_DiscardUnknown()

func (*ListRecentlyVisitedHotlistsResponse) XXX_Marshal

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

func (*ListRecentlyVisitedHotlistsResponse) XXX_Merge

func (*ListRecentlyVisitedHotlistsResponse) XXX_Size

func (*ListRecentlyVisitedHotlistsResponse) XXX_Unmarshal

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

type ListReferencedIssuesRequest

type ListReferencedIssuesRequest struct {
	IssueRefs            []*IssueRef `protobuf:"bytes,2,rep,name=issue_refs,json=issueRefs,proto3" json:"issue_refs,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

Next available tag: 3

func (*ListReferencedIssuesRequest) Descriptor

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

func (*ListReferencedIssuesRequest) GetIssueRefs

func (m *ListReferencedIssuesRequest) GetIssueRefs() []*IssueRef

func (*ListReferencedIssuesRequest) ProtoMessage

func (*ListReferencedIssuesRequest) ProtoMessage()

func (*ListReferencedIssuesRequest) Reset

func (m *ListReferencedIssuesRequest) Reset()

func (*ListReferencedIssuesRequest) String

func (m *ListReferencedIssuesRequest) String() string

func (*ListReferencedIssuesRequest) XXX_DiscardUnknown

func (m *ListReferencedIssuesRequest) XXX_DiscardUnknown()

func (*ListReferencedIssuesRequest) XXX_Marshal

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

func (*ListReferencedIssuesRequest) XXX_Merge

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

func (*ListReferencedIssuesRequest) XXX_Size

func (m *ListReferencedIssuesRequest) XXX_Size() int

func (*ListReferencedIssuesRequest) XXX_Unmarshal

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

type ListReferencedIssuesResponse

type ListReferencedIssuesResponse struct {
	// TODO(ehmaldonado): monorail:4033 Rename these fields to issues rather than
	// refs.
	OpenRefs             []*Issue `protobuf:"bytes,1,rep,name=open_refs,json=openRefs,proto3" json:"open_refs,omitempty"`
	ClosedRefs           []*Issue `protobuf:"bytes,2,rep,name=closed_refs,json=closedRefs,proto3" json:"closed_refs,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Next available tag: 2

func (*ListReferencedIssuesResponse) Descriptor

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

func (*ListReferencedIssuesResponse) GetClosedRefs

func (m *ListReferencedIssuesResponse) GetClosedRefs() []*Issue

func (*ListReferencedIssuesResponse) GetOpenRefs

func (m *ListReferencedIssuesResponse) GetOpenRefs() []*Issue

func (*ListReferencedIssuesResponse) ProtoMessage

func (*ListReferencedIssuesResponse) ProtoMessage()

func (*ListReferencedIssuesResponse) Reset

func (m *ListReferencedIssuesResponse) Reset()

func (*ListReferencedIssuesResponse) String

func (*ListReferencedIssuesResponse) XXX_DiscardUnknown

func (m *ListReferencedIssuesResponse) XXX_DiscardUnknown()

func (*ListReferencedIssuesResponse) XXX_Marshal

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

func (*ListReferencedIssuesResponse) XXX_Merge

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

func (*ListReferencedIssuesResponse) XXX_Size

func (m *ListReferencedIssuesResponse) XXX_Size() int

func (*ListReferencedIssuesResponse) XXX_Unmarshal

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

type ListReferencedUsersRequest

type ListReferencedUsersRequest struct {
	// emails is deprecated. Use user_refs instead.
	Emails               []string   `protobuf:"bytes,2,rep,name=emails,proto3" json:"emails,omitempty"`
	UserRefs             []*UserRef `protobuf:"bytes,3,rep,name=user_refs,json=userRefs,proto3" json:"user_refs,omitempty"`
	XXX_NoUnkeyedLiteral struct{}   `json:"-"`
	XXX_unrecognized     []byte     `json:"-"`
	XXX_sizecache        int32      `json:"-"`
}

Next available tag: 4

func (*ListReferencedUsersRequest) Descriptor

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

func (*ListReferencedUsersRequest) GetEmails

func (m *ListReferencedUsersRequest) GetEmails() []string

func (*ListReferencedUsersRequest) GetUserRefs

func (m *ListReferencedUsersRequest) GetUserRefs() []*UserRef

func (*ListReferencedUsersRequest) ProtoMessage

func (*ListReferencedUsersRequest) ProtoMessage()

func (*ListReferencedUsersRequest) Reset

func (m *ListReferencedUsersRequest) Reset()

func (*ListReferencedUsersRequest) String

func (m *ListReferencedUsersRequest) String() string

func (*ListReferencedUsersRequest) XXX_DiscardUnknown

func (m *ListReferencedUsersRequest) XXX_DiscardUnknown()

func (*ListReferencedUsersRequest) XXX_Marshal

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

func (*ListReferencedUsersRequest) XXX_Merge

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

func (*ListReferencedUsersRequest) XXX_Size

func (m *ListReferencedUsersRequest) XXX_Size() int

func (*ListReferencedUsersRequest) XXX_Unmarshal

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

type ListReferencedUsersResponse

type ListReferencedUsersResponse struct {
	Users                []*User  `protobuf:"bytes,1,rep,name=users,proto3" json:"users,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ListReferencedUsersResponse) Descriptor

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

func (*ListReferencedUsersResponse) GetUsers

func (m *ListReferencedUsersResponse) GetUsers() []*User

func (*ListReferencedUsersResponse) ProtoMessage

func (*ListReferencedUsersResponse) ProtoMessage()

func (*ListReferencedUsersResponse) Reset

func (m *ListReferencedUsersResponse) Reset()

func (*ListReferencedUsersResponse) String

func (m *ListReferencedUsersResponse) String() string

func (*ListReferencedUsersResponse) XXX_DiscardUnknown

func (m *ListReferencedUsersResponse) XXX_DiscardUnknown()

func (*ListReferencedUsersResponse) XXX_Marshal

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

func (*ListReferencedUsersResponse) XXX_Merge

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

func (*ListReferencedUsersResponse) XXX_Size

func (m *ListReferencedUsersResponse) XXX_Size() int

func (*ListReferencedUsersResponse) XXX_Unmarshal

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

type ListStarredHotlistsRequest

type ListStarredHotlistsRequest struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Next available tag: 2

func (*ListStarredHotlistsRequest) Descriptor

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

func (*ListStarredHotlistsRequest) ProtoMessage

func (*ListStarredHotlistsRequest) ProtoMessage()

func (*ListStarredHotlistsRequest) Reset

func (m *ListStarredHotlistsRequest) Reset()

func (*ListStarredHotlistsRequest) String

func (m *ListStarredHotlistsRequest) String() string

func (*ListStarredHotlistsRequest) XXX_DiscardUnknown

func (m *ListStarredHotlistsRequest) XXX_DiscardUnknown()

func (*ListStarredHotlistsRequest) XXX_Marshal

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

func (*ListStarredHotlistsRequest) XXX_Merge

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

func (*ListStarredHotlistsRequest) XXX_Size

func (m *ListStarredHotlistsRequest) XXX_Size() int

func (*ListStarredHotlistsRequest) XXX_Unmarshal

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

type ListStarredHotlistsResponse

type ListStarredHotlistsResponse struct {
	Hotlists             []*Hotlist `protobuf:"bytes,1,rep,name=hotlists,proto3" json:"hotlists,omitempty"`
	XXX_NoUnkeyedLiteral struct{}   `json:"-"`
	XXX_unrecognized     []byte     `json:"-"`
	XXX_sizecache        int32      `json:"-"`
}

Next available tag: 2

func (*ListStarredHotlistsResponse) Descriptor

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

func (*ListStarredHotlistsResponse) GetHotlists

func (m *ListStarredHotlistsResponse) GetHotlists() []*Hotlist

func (*ListStarredHotlistsResponse) ProtoMessage

func (*ListStarredHotlistsResponse) ProtoMessage()

func (*ListStarredHotlistsResponse) Reset

func (m *ListStarredHotlistsResponse) Reset()

func (*ListStarredHotlistsResponse) String

func (m *ListStarredHotlistsResponse) String() string

func (*ListStarredHotlistsResponse) XXX_DiscardUnknown

func (m *ListStarredHotlistsResponse) XXX_DiscardUnknown()

func (*ListStarredHotlistsResponse) XXX_Marshal

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

func (*ListStarredHotlistsResponse) XXX_Merge

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

func (*ListStarredHotlistsResponse) XXX_Size

func (m *ListStarredHotlistsResponse) XXX_Size() int

func (*ListStarredHotlistsResponse) XXX_Unmarshal

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

type ListStarredIssuesRequest

type ListStarredIssuesRequest struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Next available tag: 1

func (*ListStarredIssuesRequest) Descriptor

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

func (*ListStarredIssuesRequest) ProtoMessage

func (*ListStarredIssuesRequest) ProtoMessage()

func (*ListStarredIssuesRequest) Reset

func (m *ListStarredIssuesRequest) Reset()

func (*ListStarredIssuesRequest) String

func (m *ListStarredIssuesRequest) String() string

func (*ListStarredIssuesRequest) XXX_DiscardUnknown

func (m *ListStarredIssuesRequest) XXX_DiscardUnknown()

func (*ListStarredIssuesRequest) XXX_Marshal

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

func (*ListStarredIssuesRequest) XXX_Merge

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

func (*ListStarredIssuesRequest) XXX_Size

func (m *ListStarredIssuesRequest) XXX_Size() int

func (*ListStarredIssuesRequest) XXX_Unmarshal

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

type ListStarredIssuesResponse

type ListStarredIssuesResponse struct {
	StarredIssueRefs     []*IssueRef `protobuf:"bytes,1,rep,name=starred_issue_refs,json=starredIssueRefs,proto3" json:"starred_issue_refs,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

Next available tag: 2

func (*ListStarredIssuesResponse) Descriptor

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

func (*ListStarredIssuesResponse) GetStarredIssueRefs

func (m *ListStarredIssuesResponse) GetStarredIssueRefs() []*IssueRef

func (*ListStarredIssuesResponse) ProtoMessage

func (*ListStarredIssuesResponse) ProtoMessage()

func (*ListStarredIssuesResponse) Reset

func (m *ListStarredIssuesResponse) Reset()

func (*ListStarredIssuesResponse) String

func (m *ListStarredIssuesResponse) String() string

func (*ListStarredIssuesResponse) XXX_DiscardUnknown

func (m *ListStarredIssuesResponse) XXX_DiscardUnknown()

func (*ListStarredIssuesResponse) XXX_Marshal

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

func (*ListStarredIssuesResponse) XXX_Merge

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

func (*ListStarredIssuesResponse) XXX_Size

func (m *ListStarredIssuesResponse) XXX_Size() int

func (*ListStarredIssuesResponse) XXX_Unmarshal

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

type ListStatusesRequest

type ListStatusesRequest struct {
	ProjectName          string   `protobuf:"bytes,2,opt,name=project_name,json=projectName,proto3" json:"project_name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Next available tag: 3

func (*ListStatusesRequest) Descriptor

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

func (*ListStatusesRequest) GetProjectName

func (m *ListStatusesRequest) GetProjectName() string

func (*ListStatusesRequest) ProtoMessage

func (*ListStatusesRequest) ProtoMessage()

func (*ListStatusesRequest) Reset

func (m *ListStatusesRequest) Reset()

func (*ListStatusesRequest) String

func (m *ListStatusesRequest) String() string

func (*ListStatusesRequest) XXX_DiscardUnknown

func (m *ListStatusesRequest) XXX_DiscardUnknown()

func (*ListStatusesRequest) XXX_Marshal

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

func (*ListStatusesRequest) XXX_Merge

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

func (*ListStatusesRequest) XXX_Size

func (m *ListStatusesRequest) XXX_Size() int

func (*ListStatusesRequest) XXX_Unmarshal

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

type ListStatusesResponse

type ListStatusesResponse struct {
	StatusDefs           []*StatusDef `protobuf:"bytes,1,rep,name=status_defs,json=statusDefs,proto3" json:"status_defs,omitempty"`
	StatusesOfferMerge   []*StatusRef `protobuf:"bytes,2,rep,name=statuses_offer_merge,json=statusesOfferMerge,proto3" json:"statuses_offer_merge,omitempty"`
	RestrictToKnown      bool         `protobuf:"varint,3,opt,name=restrict_to_known,json=restrictToKnown,proto3" json:"restrict_to_known,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

Next available tag: 4

func (*ListStatusesResponse) Descriptor

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

func (*ListStatusesResponse) GetRestrictToKnown

func (m *ListStatusesResponse) GetRestrictToKnown() bool

func (*ListStatusesResponse) GetStatusDefs

func (m *ListStatusesResponse) GetStatusDefs() []*StatusDef

func (*ListStatusesResponse) GetStatusesOfferMerge

func (m *ListStatusesResponse) GetStatusesOfferMerge() []*StatusRef

func (*ListStatusesResponse) ProtoMessage

func (*ListStatusesResponse) ProtoMessage()

func (*ListStatusesResponse) Reset

func (m *ListStatusesResponse) Reset()

func (*ListStatusesResponse) String

func (m *ListStatusesResponse) String() string

func (*ListStatusesResponse) XXX_DiscardUnknown

func (m *ListStatusesResponse) XXX_DiscardUnknown()

func (*ListStatusesResponse) XXX_Marshal

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

func (*ListStatusesResponse) XXX_Merge

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

func (*ListStatusesResponse) XXX_Size

func (m *ListStatusesResponse) XXX_Size() int

func (*ListStatusesResponse) XXX_Unmarshal

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

type MoveIssueRequest

type MoveIssueRequest struct {
	IssueRef             *IssueRef `protobuf:"bytes,2,opt,name=issue_ref,json=issueRef,proto3" json:"issue_ref,omitempty"`
	TargetProjectName    string    `protobuf:"bytes,3,opt,name=target_project_name,json=targetProjectName,proto3" json:"target_project_name,omitempty"`
	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
	XXX_unrecognized     []byte    `json:"-"`
	XXX_sizecache        int32     `json:"-"`
}

Next available tag: 4

func (*MoveIssueRequest) Descriptor

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

func (*MoveIssueRequest) GetIssueRef

func (m *MoveIssueRequest) GetIssueRef() *IssueRef

func (*MoveIssueRequest) GetTargetProjectName

func (m *MoveIssueRequest) GetTargetProjectName() string

func (*MoveIssueRequest) ProtoMessage

func (*MoveIssueRequest) ProtoMessage()

func (*MoveIssueRequest) Reset

func (m *MoveIssueRequest) Reset()

func (*MoveIssueRequest) String

func (m *MoveIssueRequest) String() string

func (*MoveIssueRequest) XXX_DiscardUnknown

func (m *MoveIssueRequest) XXX_DiscardUnknown()

func (*MoveIssueRequest) XXX_Marshal

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

func (*MoveIssueRequest) XXX_Merge

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

func (*MoveIssueRequest) XXX_Size

func (m *MoveIssueRequest) XXX_Size() int

func (*MoveIssueRequest) XXX_Unmarshal

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

type MoveIssueResponse

type MoveIssueResponse struct {
	NewIssueRef          *IssueRef `protobuf:"bytes,1,opt,name=new_issue_ref,json=newIssueRef,proto3" json:"new_issue_ref,omitempty"`
	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
	XXX_unrecognized     []byte    `json:"-"`
	XXX_sizecache        int32     `json:"-"`
}

Next available tag: 2

func (*MoveIssueResponse) Descriptor

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

func (*MoveIssueResponse) GetNewIssueRef

func (m *MoveIssueResponse) GetNewIssueRef() *IssueRef

func (*MoveIssueResponse) ProtoMessage

func (*MoveIssueResponse) ProtoMessage()

func (*MoveIssueResponse) Reset

func (m *MoveIssueResponse) Reset()

func (*MoveIssueResponse) String

func (m *MoveIssueResponse) String() string

func (*MoveIssueResponse) XXX_DiscardUnknown

func (m *MoveIssueResponse) XXX_DiscardUnknown()

func (*MoveIssueResponse) XXX_Marshal

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

func (*MoveIssueResponse) XXX_Merge

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

func (*MoveIssueResponse) XXX_Size

func (m *MoveIssueResponse) XXX_Size() int

func (*MoveIssueResponse) XXX_Unmarshal

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

type Pagination

type Pagination struct {
	MaxItems             uint32   `protobuf:"varint,1,opt,name=max_items,json=maxItems,proto3" json:"max_items,omitempty"`
	Start                uint32   `protobuf:"varint,2,opt,name=start,proto3" json:"start,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Next available tag: 3

func (*Pagination) Descriptor

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

func (*Pagination) GetMaxItems

func (m *Pagination) GetMaxItems() uint32

func (*Pagination) GetStart

func (m *Pagination) GetStart() uint32

func (*Pagination) ProtoMessage

func (*Pagination) ProtoMessage()

func (*Pagination) Reset

func (m *Pagination) Reset()

func (*Pagination) String

func (m *Pagination) String() string

func (*Pagination) XXX_DiscardUnknown

func (m *Pagination) XXX_DiscardUnknown()

func (*Pagination) XXX_Marshal

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

func (*Pagination) XXX_Merge

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

func (*Pagination) XXX_Size

func (m *Pagination) XXX_Size() int

func (*Pagination) XXX_Unmarshal

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

type PhaseDef

type PhaseDef struct {
	PhaseRef             *PhaseRef `protobuf:"bytes,1,opt,name=phase_ref,json=phaseRef,proto3" json:"phase_ref,omitempty"`
	Rank                 uint32    `protobuf:"varint,2,opt,name=rank,proto3" json:"rank,omitempty"`
	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
	XXX_unrecognized     []byte    `json:"-"`
	XXX_sizecache        int32     `json:"-"`
}

Next available tag: 3

func (*PhaseDef) Descriptor

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

func (*PhaseDef) GetPhaseRef

func (m *PhaseDef) GetPhaseRef() *PhaseRef

func (*PhaseDef) GetRank

func (m *PhaseDef) GetRank() uint32

func (*PhaseDef) ProtoMessage

func (*PhaseDef) ProtoMessage()

func (*PhaseDef) Reset

func (m *PhaseDef) Reset()

func (*PhaseDef) String

func (m *PhaseDef) String() string

func (*PhaseDef) XXX_DiscardUnknown

func (m *PhaseDef) XXX_DiscardUnknown()

func (*PhaseDef) XXX_Marshal

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

func (*PhaseDef) XXX_Merge

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

func (*PhaseDef) XXX_Size

func (m *PhaseDef) XXX_Size() int

func (*PhaseDef) XXX_Unmarshal

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

type PhaseRef

type PhaseRef struct {
	PhaseName            string   `protobuf:"bytes,1,opt,name=phase_name,json=phaseName,proto3" json:"phase_name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Next available tag: 2

func (*PhaseRef) Descriptor

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

func (*PhaseRef) GetPhaseName

func (m *PhaseRef) GetPhaseName() string

func (*PhaseRef) ProtoMessage

func (*PhaseRef) ProtoMessage()

func (*PhaseRef) Reset

func (m *PhaseRef) Reset()

func (*PhaseRef) String

func (m *PhaseRef) String() string

func (*PhaseRef) XXX_DiscardUnknown

func (m *PhaseRef) XXX_DiscardUnknown()

func (*PhaseRef) XXX_Marshal

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

func (*PhaseRef) XXX_Merge

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

func (*PhaseRef) XXX_Size

func (m *PhaseRef) XXX_Size() int

func (*PhaseRef) XXX_Unmarshal

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

type PredictComponentRequest

type PredictComponentRequest struct {
	Text                 string   `protobuf:"bytes,2,opt,name=text,proto3" json:"text,omitempty"`
	ProjectName          string   `protobuf:"bytes,3,opt,name=project_name,json=projectName,proto3" json:"project_name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Next available tag: 4

func (*PredictComponentRequest) Descriptor

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

func (*PredictComponentRequest) GetProjectName

func (m *PredictComponentRequest) GetProjectName() string

func (*PredictComponentRequest) GetText

func (m *PredictComponentRequest) GetText() string

func (*PredictComponentRequest) ProtoMessage

func (*PredictComponentRequest) ProtoMessage()

func (*PredictComponentRequest) Reset

func (m *PredictComponentRequest) Reset()

func (*PredictComponentRequest) String

func (m *PredictComponentRequest) String() string

func (*PredictComponentRequest) XXX_DiscardUnknown

func (m *PredictComponentRequest) XXX_DiscardUnknown()

func (*PredictComponentRequest) XXX_Marshal

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

func (*PredictComponentRequest) XXX_Merge

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

func (*PredictComponentRequest) XXX_Size

func (m *PredictComponentRequest) XXX_Size() int

func (*PredictComponentRequest) XXX_Unmarshal

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

type PredictComponentResponse

type PredictComponentResponse struct {
	ComponentRef         *ComponentRef `protobuf:"bytes,1,opt,name=component_ref,json=componentRef,proto3" json:"component_ref,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

Next available tag: 2

func (*PredictComponentResponse) Descriptor

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

func (*PredictComponentResponse) GetComponentRef

func (m *PredictComponentResponse) GetComponentRef() *ComponentRef

func (*PredictComponentResponse) ProtoMessage

func (*PredictComponentResponse) ProtoMessage()

func (*PredictComponentResponse) Reset

func (m *PredictComponentResponse) Reset()

func (*PredictComponentResponse) String

func (m *PredictComponentResponse) String() string

func (*PredictComponentResponse) XXX_DiscardUnknown

func (m *PredictComponentResponse) XXX_DiscardUnknown()

func (*PredictComponentResponse) XXX_Marshal

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

func (*PredictComponentResponse) XXX_Merge

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

func (*PredictComponentResponse) XXX_Size

func (m *PredictComponentResponse) XXX_Size() int

func (*PredictComponentResponse) XXX_Unmarshal

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

type PresentationConfig

type PresentationConfig struct {
	ProjectThumbnailUrl  string        `protobuf:"bytes,1,opt,name=project_thumbnail_url,json=projectThumbnailUrl,proto3" json:"project_thumbnail_url,omitempty"`
	ProjectSummary       string        `protobuf:"bytes,2,opt,name=project_summary,json=projectSummary,proto3" json:"project_summary,omitempty"`
	CustomIssueEntryUrl  string        `protobuf:"bytes,3,opt,name=custom_issue_entry_url,json=customIssueEntryUrl,proto3" json:"custom_issue_entry_url,omitempty"`
	DefaultQuery         string        `protobuf:"bytes,4,opt,name=default_query,json=defaultQuery,proto3" json:"default_query,omitempty"`
	SavedQueries         []*SavedQuery `protobuf:"bytes,5,rep,name=saved_queries,json=savedQueries,proto3" json:"saved_queries,omitempty"`
	RevisionUrlFormat    string        `protobuf:"bytes,6,opt,name=revision_url_format,json=revisionUrlFormat,proto3" json:"revision_url_format,omitempty"`
	DefaultColSpec       string        `protobuf:"bytes,7,opt,name=default_col_spec,json=defaultColSpec,proto3" json:"default_col_spec,omitempty"`
	DefaultSortSpec      string        `protobuf:"bytes,8,opt,name=default_sort_spec,json=defaultSortSpec,proto3" json:"default_sort_spec,omitempty"`
	DefaultXAttr         string        `protobuf:"bytes,9,opt,name=default_x_attr,json=defaultXAttr,proto3" json:"default_x_attr,omitempty"`
	DefaultYAttr         string        `protobuf:"bytes,10,opt,name=default_y_attr,json=defaultYAttr,proto3" json:"default_y_attr,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

Next available tag: 11

func (*PresentationConfig) Descriptor

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

func (*PresentationConfig) GetCustomIssueEntryUrl

func (m *PresentationConfig) GetCustomIssueEntryUrl() string

func (*PresentationConfig) GetDefaultColSpec

func (m *PresentationConfig) GetDefaultColSpec() string

func (*PresentationConfig) GetDefaultQuery

func (m *PresentationConfig) GetDefaultQuery() string

func (*PresentationConfig) GetDefaultSortSpec

func (m *PresentationConfig) GetDefaultSortSpec() string

func (*PresentationConfig) GetDefaultXAttr

func (m *PresentationConfig) GetDefaultXAttr() string

func (*PresentationConfig) GetDefaultYAttr

func (m *PresentationConfig) GetDefaultYAttr() string

func (*PresentationConfig) GetProjectSummary

func (m *PresentationConfig) GetProjectSummary() string

func (*PresentationConfig) GetProjectThumbnailUrl

func (m *PresentationConfig) GetProjectThumbnailUrl() string

func (*PresentationConfig) GetRevisionUrlFormat

func (m *PresentationConfig) GetRevisionUrlFormat() string

func (*PresentationConfig) GetSavedQueries

func (m *PresentationConfig) GetSavedQueries() []*SavedQuery

func (*PresentationConfig) ProtoMessage

func (*PresentationConfig) ProtoMessage()

func (*PresentationConfig) Reset

func (m *PresentationConfig) Reset()

func (*PresentationConfig) String

func (m *PresentationConfig) String() string

func (*PresentationConfig) XXX_DiscardUnknown

func (m *PresentationConfig) XXX_DiscardUnknown()

func (*PresentationConfig) XXX_Marshal

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

func (*PresentationConfig) XXX_Merge

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

func (*PresentationConfig) XXX_Size

func (m *PresentationConfig) XXX_Size() int

func (*PresentationConfig) XXX_Unmarshal

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

type PresubmitIssueRequest

type PresubmitIssueRequest struct {
	IssueRef             *IssueRef   `protobuf:"bytes,2,opt,name=issue_ref,json=issueRef,proto3" json:"issue_ref,omitempty"`
	IssueDelta           *IssueDelta `protobuf:"bytes,3,opt,name=issue_delta,json=issueDelta,proto3" json:"issue_delta,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

Next available tag: 4

func (*PresubmitIssueRequest) Descriptor

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

func (*PresubmitIssueRequest) GetIssueDelta

func (m *PresubmitIssueRequest) GetIssueDelta() *IssueDelta

func (*PresubmitIssueRequest) GetIssueRef

func (m *PresubmitIssueRequest) GetIssueRef() *IssueRef

func (*PresubmitIssueRequest) ProtoMessage

func (*PresubmitIssueRequest) ProtoMessage()

func (*PresubmitIssueRequest) Reset

func (m *PresubmitIssueRequest) Reset()

func (*PresubmitIssueRequest) String

func (m *PresubmitIssueRequest) String() string

func (*PresubmitIssueRequest) XXX_DiscardUnknown

func (m *PresubmitIssueRequest) XXX_DiscardUnknown()

func (*PresubmitIssueRequest) XXX_Marshal

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

func (*PresubmitIssueRequest) XXX_Merge

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

func (*PresubmitIssueRequest) XXX_Size

func (m *PresubmitIssueRequest) XXX_Size() int

func (*PresubmitIssueRequest) XXX_Unmarshal

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

type PresubmitIssueResponse

type PresubmitIssueResponse struct {
	OwnerAvailability      string         `protobuf:"bytes,1,opt,name=owner_availability,json=ownerAvailability,proto3" json:"owner_availability,omitempty"`
	OwnerAvailabilityState string         `` /* 129-byte string literal not displayed */
	DerivedLabels          []*ValueAndWhy `protobuf:"bytes,3,rep,name=derived_labels,json=derivedLabels,proto3" json:"derived_labels,omitempty"`
	DerivedOwners          []*ValueAndWhy `protobuf:"bytes,4,rep,name=derived_owners,json=derivedOwners,proto3" json:"derived_owners,omitempty"`
	DerivedCcs             []*ValueAndWhy `protobuf:"bytes,5,rep,name=derived_ccs,json=derivedCcs,proto3" json:"derived_ccs,omitempty"`
	Warnings               []*ValueAndWhy `protobuf:"bytes,6,rep,name=warnings,proto3" json:"warnings,omitempty"`
	Errors                 []*ValueAndWhy `protobuf:"bytes,7,rep,name=errors,proto3" json:"errors,omitempty"`
	XXX_NoUnkeyedLiteral   struct{}       `json:"-"`
	XXX_unrecognized       []byte         `json:"-"`
	XXX_sizecache          int32          `json:"-"`
}

Next available tag: 8

func (*PresubmitIssueResponse) Descriptor

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

func (*PresubmitIssueResponse) GetDerivedCcs

func (m *PresubmitIssueResponse) GetDerivedCcs() []*ValueAndWhy

func (*PresubmitIssueResponse) GetDerivedLabels

func (m *PresubmitIssueResponse) GetDerivedLabels() []*ValueAndWhy

func (*PresubmitIssueResponse) GetDerivedOwners

func (m *PresubmitIssueResponse) GetDerivedOwners() []*ValueAndWhy

func (*PresubmitIssueResponse) GetErrors

func (m *PresubmitIssueResponse) GetErrors() []*ValueAndWhy

func (*PresubmitIssueResponse) GetOwnerAvailability

func (m *PresubmitIssueResponse) GetOwnerAvailability() string

func (*PresubmitIssueResponse) GetOwnerAvailabilityState

func (m *PresubmitIssueResponse) GetOwnerAvailabilityState() string

func (*PresubmitIssueResponse) GetWarnings

func (m *PresubmitIssueResponse) GetWarnings() []*ValueAndWhy

func (*PresubmitIssueResponse) ProtoMessage

func (*PresubmitIssueResponse) ProtoMessage()

func (*PresubmitIssueResponse) Reset

func (m *PresubmitIssueResponse) Reset()

func (*PresubmitIssueResponse) String

func (m *PresubmitIssueResponse) String() string

func (*PresubmitIssueResponse) XXX_DiscardUnknown

func (m *PresubmitIssueResponse) XXX_DiscardUnknown()

func (*PresubmitIssueResponse) XXX_Marshal

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

func (*PresubmitIssueResponse) XXX_Merge

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

func (*PresubmitIssueResponse) XXX_Size

func (m *PresubmitIssueResponse) XXX_Size() int

func (*PresubmitIssueResponse) XXX_Unmarshal

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

type Project

type Project struct {
	Name                 string   `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Summary              string   `protobuf:"bytes,2,opt,name=summary,proto3" json:"summary,omitempty"`
	Description          string   `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Next available tag: 4

func (*Project) Descriptor

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

func (*Project) GetDescription

func (m *Project) GetDescription() string

func (*Project) GetName

func (m *Project) GetName() string

func (*Project) GetSummary

func (m *Project) GetSummary() string

func (*Project) ProtoMessage

func (*Project) ProtoMessage()

func (*Project) Reset

func (m *Project) Reset()

func (*Project) String

func (m *Project) String() string

func (*Project) XXX_DiscardUnknown

func (m *Project) XXX_DiscardUnknown()

func (*Project) XXX_Marshal

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

func (*Project) XXX_Merge

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

func (*Project) XXX_Size

func (m *Project) XXX_Size() int

func (*Project) XXX_Unmarshal

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

type ProjectsClient

type ProjectsClient interface {
	ListProjects(ctx context.Context, in *ListProjectsRequest, opts ...grpc.CallOption) (*ListProjectsResponse, error)
	ListProjectTemplates(ctx context.Context, in *ListProjectTemplatesRequest, opts ...grpc.CallOption) (*ListProjectTemplatesResponse, error)
	GetConfig(ctx context.Context, in *GetConfigRequest, opts ...grpc.CallOption) (*Config, error)
	GetPresentationConfig(ctx context.Context, in *GetPresentationConfigRequest, opts ...grpc.CallOption) (*PresentationConfig, error)
	GetCustomPermissions(ctx context.Context, in *GetCustomPermissionsRequest, opts ...grpc.CallOption) (*GetCustomPermissionsResponse, error)
	GetVisibleMembers(ctx context.Context, in *GetVisibleMembersRequest, opts ...grpc.CallOption) (*GetVisibleMembersResponse, error)
	GetLabelOptions(ctx context.Context, in *GetLabelOptionsRequest, opts ...grpc.CallOption) (*GetLabelOptionsResponse, error)
	ListStatuses(ctx context.Context, in *ListStatusesRequest, opts ...grpc.CallOption) (*ListStatusesResponse, error)
	ListComponents(ctx context.Context, in *ListComponentsRequest, opts ...grpc.CallOption) (*ListComponentsResponse, error)
	ListFields(ctx context.Context, in *ListFieldsRequest, opts ...grpc.CallOption) (*ListFieldsResponse, error)
	GetProjectStarCount(ctx context.Context, in *GetProjectStarCountRequest, opts ...grpc.CallOption) (*GetProjectStarCountResponse, error)
	StarProject(ctx context.Context, in *StarProjectRequest, opts ...grpc.CallOption) (*StarProjectResponse, error)
	CheckProjectName(ctx context.Context, in *CheckProjectNameRequest, opts ...grpc.CallOption) (*CheckProjectNameResponse, error)
	CheckComponentName(ctx context.Context, in *CheckComponentNameRequest, opts ...grpc.CallOption) (*CheckComponentNameResponse, error)
	CheckFieldName(ctx context.Context, in *CheckFieldNameRequest, opts ...grpc.CallOption) (*CheckFieldNameResponse, error)
}

ProjectsClient is the client API for Projects service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewProjectsClient

func NewProjectsClient(cc grpc.ClientConnInterface) ProjectsClient

func NewProjectsPRPCClient

func NewProjectsPRPCClient(client *prpc.Client) ProjectsClient

type RefreshTokenRequest

type RefreshTokenRequest struct {
	Token                string   `protobuf:"bytes,2,opt,name=token,proto3" json:"token,omitempty"`
	TokenPath            string   `protobuf:"bytes,3,opt,name=token_path,json=tokenPath,proto3" json:"token_path,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Next available tag: 4

func (*RefreshTokenRequest) Descriptor

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

func (*RefreshTokenRequest) GetToken

func (m *RefreshTokenRequest) GetToken() string

func (*RefreshTokenRequest) GetTokenPath

func (m *RefreshTokenRequest) GetTokenPath() string

func (*RefreshTokenRequest) ProtoMessage

func (*RefreshTokenRequest) ProtoMessage()

func (*RefreshTokenRequest) Reset

func (m *RefreshTokenRequest) Reset()

func (*RefreshTokenRequest) String

func (m *RefreshTokenRequest) String() string

func (*RefreshTokenRequest) XXX_DiscardUnknown

func (m *RefreshTokenRequest) XXX_DiscardUnknown()

func (*RefreshTokenRequest) XXX_Marshal

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

func (*RefreshTokenRequest) XXX_Merge

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

func (*RefreshTokenRequest) XXX_Size

func (m *RefreshTokenRequest) XXX_Size() int

func (*RefreshTokenRequest) XXX_Unmarshal

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

type RefreshTokenResponse

type RefreshTokenResponse struct {
	Token                string   `protobuf:"bytes,1,opt,name=token,proto3" json:"token,omitempty"`
	TokenExpiresSec      uint32   `protobuf:"varint,2,opt,name=token_expires_sec,json=tokenExpiresSec,proto3" json:"token_expires_sec,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Next available tag: 3

func (*RefreshTokenResponse) Descriptor

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

func (*RefreshTokenResponse) GetToken

func (m *RefreshTokenResponse) GetToken() string

func (*RefreshTokenResponse) GetTokenExpiresSec

func (m *RefreshTokenResponse) GetTokenExpiresSec() uint32

func (*RefreshTokenResponse) ProtoMessage

func (*RefreshTokenResponse) ProtoMessage()

func (*RefreshTokenResponse) Reset

func (m *RefreshTokenResponse) Reset()

func (*RefreshTokenResponse) String

func (m *RefreshTokenResponse) String() string

func (*RefreshTokenResponse) XXX_DiscardUnknown

func (m *RefreshTokenResponse) XXX_DiscardUnknown()

func (*RefreshTokenResponse) XXX_Marshal

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

func (*RefreshTokenResponse) XXX_Merge

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

func (*RefreshTokenResponse) XXX_Size

func (m *RefreshTokenResponse) XXX_Size() int

func (*RefreshTokenResponse) XXX_Unmarshal

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

type RemoveIssuesFromHotlistsRequest

type RemoveIssuesFromHotlistsRequest struct {
	HotlistRefs          []*HotlistRef `protobuf:"bytes,2,rep,name=hotlist_refs,json=hotlistRefs,proto3" json:"hotlist_refs,omitempty"`
	IssueRefs            []*IssueRef   `protobuf:"bytes,3,rep,name=issue_refs,json=issueRefs,proto3" json:"issue_refs,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

Next available tag: 4

func (*RemoveIssuesFromHotlistsRequest) Descriptor

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

func (*RemoveIssuesFromHotlistsRequest) GetHotlistRefs

func (m *RemoveIssuesFromHotlistsRequest) GetHotlistRefs() []*HotlistRef

func (*RemoveIssuesFromHotlistsRequest) GetIssueRefs

func (m *RemoveIssuesFromHotlistsRequest) GetIssueRefs() []*IssueRef

func (*RemoveIssuesFromHotlistsRequest) ProtoMessage

func (*RemoveIssuesFromHotlistsRequest) ProtoMessage()

func (*RemoveIssuesFromHotlistsRequest) Reset

func (*RemoveIssuesFromHotlistsRequest) String

func (*RemoveIssuesFromHotlistsRequest) XXX_DiscardUnknown

func (m *RemoveIssuesFromHotlistsRequest) XXX_DiscardUnknown()

func (*RemoveIssuesFromHotlistsRequest) XXX_Marshal

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

func (*RemoveIssuesFromHotlistsRequest) XXX_Merge

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

func (*RemoveIssuesFromHotlistsRequest) XXX_Size

func (m *RemoveIssuesFromHotlistsRequest) XXX_Size() int

func (*RemoveIssuesFromHotlistsRequest) XXX_Unmarshal

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

type RemoveIssuesFromHotlistsResponse

type RemoveIssuesFromHotlistsResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Next available tag: 1

func (*RemoveIssuesFromHotlistsResponse) Descriptor

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

func (*RemoveIssuesFromHotlistsResponse) ProtoMessage

func (*RemoveIssuesFromHotlistsResponse) ProtoMessage()

func (*RemoveIssuesFromHotlistsResponse) Reset

func (*RemoveIssuesFromHotlistsResponse) String

func (*RemoveIssuesFromHotlistsResponse) XXX_DiscardUnknown

func (m *RemoveIssuesFromHotlistsResponse) XXX_DiscardUnknown()

func (*RemoveIssuesFromHotlistsResponse) XXX_Marshal

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

func (*RemoveIssuesFromHotlistsResponse) XXX_Merge

func (*RemoveIssuesFromHotlistsResponse) XXX_Size

func (m *RemoveIssuesFromHotlistsResponse) XXX_Size() int

func (*RemoveIssuesFromHotlistsResponse) XXX_Unmarshal

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

type RerankBlockedOnIssuesRequest

type RerankBlockedOnIssuesRequest struct {
	IssueRef             *IssueRef `protobuf:"bytes,2,opt,name=issue_ref,json=issueRef,proto3" json:"issue_ref,omitempty"`
	MovedRef             *IssueRef `protobuf:"bytes,3,opt,name=moved_ref,json=movedRef,proto3" json:"moved_ref,omitempty"`
	TargetRef            *IssueRef `protobuf:"bytes,4,opt,name=target_ref,json=targetRef,proto3" json:"target_ref,omitempty"`
	SplitAbove           bool      `protobuf:"varint,5,opt,name=split_above,json=splitAbove,proto3" json:"split_above,omitempty"`
	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
	XXX_unrecognized     []byte    `json:"-"`
	XXX_sizecache        int32     `json:"-"`
}

Next available tag: 6

func (*RerankBlockedOnIssuesRequest) Descriptor

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

func (*RerankBlockedOnIssuesRequest) GetIssueRef

func (m *RerankBlockedOnIssuesRequest) GetIssueRef() *IssueRef

func (*RerankBlockedOnIssuesRequest) GetMovedRef

func (m *RerankBlockedOnIssuesRequest) GetMovedRef() *IssueRef

func (*RerankBlockedOnIssuesRequest) GetSplitAbove

func (m *RerankBlockedOnIssuesRequest) GetSplitAbove() bool

func (*RerankBlockedOnIssuesRequest) GetTargetRef

func (m *RerankBlockedOnIssuesRequest) GetTargetRef() *IssueRef

func (*RerankBlockedOnIssuesRequest) ProtoMessage

func (*RerankBlockedOnIssuesRequest) ProtoMessage()

func (*RerankBlockedOnIssuesRequest) Reset

func (m *RerankBlockedOnIssuesRequest) Reset()

func (*RerankBlockedOnIssuesRequest) String

func (*RerankBlockedOnIssuesRequest) XXX_DiscardUnknown

func (m *RerankBlockedOnIssuesRequest) XXX_DiscardUnknown()

func (*RerankBlockedOnIssuesRequest) XXX_Marshal

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

func (*RerankBlockedOnIssuesRequest) XXX_Merge

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

func (*RerankBlockedOnIssuesRequest) XXX_Size

func (m *RerankBlockedOnIssuesRequest) XXX_Size() int

func (*RerankBlockedOnIssuesRequest) XXX_Unmarshal

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

type RerankBlockedOnIssuesResponse

type RerankBlockedOnIssuesResponse struct {
	BlockedOnIssueRefs   []*IssueRef `protobuf:"bytes,1,rep,name=blocked_on_issue_refs,json=blockedOnIssueRefs,proto3" json:"blocked_on_issue_refs,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

Next available tag: 2

func (*RerankBlockedOnIssuesResponse) Descriptor

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

func (*RerankBlockedOnIssuesResponse) GetBlockedOnIssueRefs

func (m *RerankBlockedOnIssuesResponse) GetBlockedOnIssueRefs() []*IssueRef

func (*RerankBlockedOnIssuesResponse) ProtoMessage

func (*RerankBlockedOnIssuesResponse) ProtoMessage()

func (*RerankBlockedOnIssuesResponse) Reset

func (m *RerankBlockedOnIssuesResponse) Reset()

func (*RerankBlockedOnIssuesResponse) String

func (*RerankBlockedOnIssuesResponse) XXX_DiscardUnknown

func (m *RerankBlockedOnIssuesResponse) XXX_DiscardUnknown()

func (*RerankBlockedOnIssuesResponse) XXX_Marshal

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

func (*RerankBlockedOnIssuesResponse) XXX_Merge

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

func (*RerankBlockedOnIssuesResponse) XXX_Size

func (m *RerankBlockedOnIssuesResponse) XXX_Size() int

func (*RerankBlockedOnIssuesResponse) XXX_Unmarshal

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

type RerankHotlistIssuesRequest

type RerankHotlistIssuesRequest struct {
	HotlistRef           *HotlistRef `protobuf:"bytes,1,opt,name=hotlist_ref,json=hotlistRef,proto3" json:"hotlist_ref,omitempty"`
	MovedRefs            []*IssueRef `protobuf:"bytes,2,rep,name=moved_refs,json=movedRefs,proto3" json:"moved_refs,omitempty"`
	TargetRef            *IssueRef   `protobuf:"bytes,3,opt,name=target_ref,json=targetRef,proto3" json:"target_ref,omitempty"`
	SplitAbove           bool        `protobuf:"varint,4,opt,name=split_above,json=splitAbove,proto3" json:"split_above,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

Next available tag: 5

func (*RerankHotlistIssuesRequest) Descriptor

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

func (*RerankHotlistIssuesRequest) GetHotlistRef

func (m *RerankHotlistIssuesRequest) GetHotlistRef() *HotlistRef

func (*RerankHotlistIssuesRequest) GetMovedRefs

func (m *RerankHotlistIssuesRequest) GetMovedRefs() []*IssueRef

func (*RerankHotlistIssuesRequest) GetSplitAbove

func (m *RerankHotlistIssuesRequest) GetSplitAbove() bool

func (*RerankHotlistIssuesRequest) GetTargetRef

func (m *RerankHotlistIssuesRequest) GetTargetRef() *IssueRef

func (*RerankHotlistIssuesRequest) ProtoMessage

func (*RerankHotlistIssuesRequest) ProtoMessage()

func (*RerankHotlistIssuesRequest) Reset

func (m *RerankHotlistIssuesRequest) Reset()

func (*RerankHotlistIssuesRequest) String

func (m *RerankHotlistIssuesRequest) String() string

func (*RerankHotlistIssuesRequest) XXX_DiscardUnknown

func (m *RerankHotlistIssuesRequest) XXX_DiscardUnknown()

func (*RerankHotlistIssuesRequest) XXX_Marshal

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

func (*RerankHotlistIssuesRequest) XXX_Merge

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

func (*RerankHotlistIssuesRequest) XXX_Size

func (m *RerankHotlistIssuesRequest) XXX_Size() int

func (*RerankHotlistIssuesRequest) XXX_Unmarshal

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

type RerankHotlistIssuesResponse

type RerankHotlistIssuesResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Next available tag: 1

func (*RerankHotlistIssuesResponse) Descriptor

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

func (*RerankHotlistIssuesResponse) ProtoMessage

func (*RerankHotlistIssuesResponse) ProtoMessage()

func (*RerankHotlistIssuesResponse) Reset

func (m *RerankHotlistIssuesResponse) Reset()

func (*RerankHotlistIssuesResponse) String

func (m *RerankHotlistIssuesResponse) String() string

func (*RerankHotlistIssuesResponse) XXX_DiscardUnknown

func (m *RerankHotlistIssuesResponse) XXX_DiscardUnknown()

func (*RerankHotlistIssuesResponse) XXX_Marshal

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

func (*RerankHotlistIssuesResponse) XXX_Merge

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

func (*RerankHotlistIssuesResponse) XXX_Size

func (m *RerankHotlistIssuesResponse) XXX_Size() int

func (*RerankHotlistIssuesResponse) XXX_Unmarshal

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

type SavedQuery

type SavedQuery struct {
	QueryId              uint64   `protobuf:"varint,1,opt,name=query_id,json=queryId,proto3" json:"query_id,omitempty"`
	Name                 string   `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Query                string   `protobuf:"bytes,3,opt,name=query,proto3" json:"query,omitempty"`
	ProjectNames         []string `protobuf:"bytes,4,rep,name=project_names,json=projectNames,proto3" json:"project_names,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Next available tag: 5

func (*SavedQuery) Descriptor

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

func (*SavedQuery) GetName

func (m *SavedQuery) GetName() string

func (*SavedQuery) GetProjectNames

func (m *SavedQuery) GetProjectNames() []string

func (*SavedQuery) GetQuery

func (m *SavedQuery) GetQuery() string

func (*SavedQuery) GetQueryId

func (m *SavedQuery) GetQueryId() uint64

func (*SavedQuery) ProtoMessage

func (*SavedQuery) ProtoMessage()

func (*SavedQuery) Reset

func (m *SavedQuery) Reset()

func (*SavedQuery) String

func (m *SavedQuery) String() string

func (*SavedQuery) XXX_DiscardUnknown

func (m *SavedQuery) XXX_DiscardUnknown()

func (*SavedQuery) XXX_Marshal

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

func (*SavedQuery) XXX_Merge

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

func (*SavedQuery) XXX_Size

func (m *SavedQuery) XXX_Size() int

func (*SavedQuery) XXX_Unmarshal

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

type SearchScope

type SearchScope int32

Next available tag: 7

const (
	SearchScope_ALL       SearchScope = 0
	SearchScope_NEW       SearchScope = 1
	SearchScope_OPEN      SearchScope = 2
	SearchScope_OWNED     SearchScope = 3
	SearchScope_REPORTED  SearchScope = 4
	SearchScope_STARRED   SearchScope = 5
	SearchScope_TO_VERIFY SearchScope = 6
)

func (SearchScope) EnumDescriptor

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

func (SearchScope) String

func (x SearchScope) String() string

type SetExpandPermsPreferenceRequest

type SetExpandPermsPreferenceRequest struct {
	ExpandPerms          bool     `protobuf:"varint,2,opt,name=expand_perms,json=expandPerms,proto3" json:"expand_perms,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Next available tag: 3

func (*SetExpandPermsPreferenceRequest) Descriptor

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

func (*SetExpandPermsPreferenceRequest) GetExpandPerms

func (m *SetExpandPermsPreferenceRequest) GetExpandPerms() bool

func (*SetExpandPermsPreferenceRequest) ProtoMessage

func (*SetExpandPermsPreferenceRequest) ProtoMessage()

func (*SetExpandPermsPreferenceRequest) Reset

func (*SetExpandPermsPreferenceRequest) String

func (*SetExpandPermsPreferenceRequest) XXX_DiscardUnknown

func (m *SetExpandPermsPreferenceRequest) XXX_DiscardUnknown()

func (*SetExpandPermsPreferenceRequest) XXX_Marshal

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

func (*SetExpandPermsPreferenceRequest) XXX_Merge

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

func (*SetExpandPermsPreferenceRequest) XXX_Size

func (m *SetExpandPermsPreferenceRequest) XXX_Size() int

func (*SetExpandPermsPreferenceRequest) XXX_Unmarshal

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

type SetExpandPermsPreferenceResponse

type SetExpandPermsPreferenceResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Next available tag: 1

func (*SetExpandPermsPreferenceResponse) Descriptor

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

func (*SetExpandPermsPreferenceResponse) ProtoMessage

func (*SetExpandPermsPreferenceResponse) ProtoMessage()

func (*SetExpandPermsPreferenceResponse) Reset

func (*SetExpandPermsPreferenceResponse) String

func (*SetExpandPermsPreferenceResponse) XXX_DiscardUnknown

func (m *SetExpandPermsPreferenceResponse) XXX_DiscardUnknown()

func (*SetExpandPermsPreferenceResponse) XXX_Marshal

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

func (*SetExpandPermsPreferenceResponse) XXX_Merge

func (*SetExpandPermsPreferenceResponse) XXX_Size

func (m *SetExpandPermsPreferenceResponse) XXX_Size() int

func (*SetExpandPermsPreferenceResponse) XXX_Unmarshal

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

type SetUserPrefsRequest

type SetUserPrefsRequest struct {
	// Site admins may set prefs for specific users.  Otherwise, it sets
	// prefs for the signed-in user.
	UserRef *UserRef `protobuf:"bytes,2,opt,name=user_ref,json=userRef,proto3" json:"user_ref,omitempty"`
	// The given prefs add to or overwrite current user prefs.
	Prefs                []*UserPrefValue `protobuf:"bytes,3,rep,name=prefs,proto3" json:"prefs,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

Next available tag: 5

func (*SetUserPrefsRequest) Descriptor

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

func (*SetUserPrefsRequest) GetPrefs

func (m *SetUserPrefsRequest) GetPrefs() []*UserPrefValue

func (*SetUserPrefsRequest) GetUserRef

func (m *SetUserPrefsRequest) GetUserRef() *UserRef

func (*SetUserPrefsRequest) ProtoMessage

func (*SetUserPrefsRequest) ProtoMessage()

func (*SetUserPrefsRequest) Reset

func (m *SetUserPrefsRequest) Reset()

func (*SetUserPrefsRequest) String

func (m *SetUserPrefsRequest) String() string

func (*SetUserPrefsRequest) XXX_DiscardUnknown

func (m *SetUserPrefsRequest) XXX_DiscardUnknown()

func (*SetUserPrefsRequest) XXX_Marshal

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

func (*SetUserPrefsRequest) XXX_Merge

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

func (*SetUserPrefsRequest) XXX_Size

func (m *SetUserPrefsRequest) XXX_Size() int

func (*SetUserPrefsRequest) XXX_Unmarshal

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

type SetUserPrefsResponse

type SetUserPrefsResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Next available tag: 1

func (*SetUserPrefsResponse) Descriptor

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

func (*SetUserPrefsResponse) ProtoMessage

func (*SetUserPrefsResponse) ProtoMessage()

func (*SetUserPrefsResponse) Reset

func (m *SetUserPrefsResponse) Reset()

func (*SetUserPrefsResponse) String

func (m *SetUserPrefsResponse) String() string

func (*SetUserPrefsResponse) XXX_DiscardUnknown

func (m *SetUserPrefsResponse) XXX_DiscardUnknown()

func (*SetUserPrefsResponse) XXX_Marshal

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

func (*SetUserPrefsResponse) XXX_Merge

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

func (*SetUserPrefsResponse) XXX_Size

func (m *SetUserPrefsResponse) XXX_Size() int

func (*SetUserPrefsResponse) XXX_Unmarshal

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

type SitewideClient

type SitewideClient interface {
	RefreshToken(ctx context.Context, in *RefreshTokenRequest, opts ...grpc.CallOption) (*RefreshTokenResponse, error)
	GetServerStatus(ctx context.Context, in *GetServerStatusRequest, opts ...grpc.CallOption) (*GetServerStatusResponse, error)
}

SitewideClient is the client API for Sitewide service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewSitewideClient

func NewSitewideClient(cc grpc.ClientConnInterface) SitewideClient

func NewSitewidePRPCClient

func NewSitewidePRPCClient(client *prpc.Client) SitewideClient

type SitewideServer

type SitewideServer interface {
	RefreshToken(context.Context, *RefreshTokenRequest) (*RefreshTokenResponse, error)
	GetServerStatus(context.Context, *GetServerStatusRequest) (*GetServerStatusResponse, error)
}

SitewideServer is the server API for Sitewide service.

type StarHotlistRequest

type StarHotlistRequest struct {
	HotlistRef           *HotlistRef `protobuf:"bytes,2,opt,name=hotlist_ref,json=hotlistRef,proto3" json:"hotlist_ref,omitempty"`
	Starred              bool        `protobuf:"varint,3,opt,name=starred,proto3" json:"starred,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

Next available tag: 4

func (*StarHotlistRequest) Descriptor

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

func (*StarHotlistRequest) GetHotlistRef

func (m *StarHotlistRequest) GetHotlistRef() *HotlistRef

func (*StarHotlistRequest) GetStarred

func (m *StarHotlistRequest) GetStarred() bool

func (*StarHotlistRequest) ProtoMessage

func (*StarHotlistRequest) ProtoMessage()

func (*StarHotlistRequest) Reset

func (m *StarHotlistRequest) Reset()

func (*StarHotlistRequest) String

func (m *StarHotlistRequest) String() string

func (*StarHotlistRequest) XXX_DiscardUnknown

func (m *StarHotlistRequest) XXX_DiscardUnknown()

func (*StarHotlistRequest) XXX_Marshal

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

func (*StarHotlistRequest) XXX_Merge

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

func (*StarHotlistRequest) XXX_Size

func (m *StarHotlistRequest) XXX_Size() int

func (*StarHotlistRequest) XXX_Unmarshal

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

type StarHotlistResponse

type StarHotlistResponse struct {
	StarCount            uint32   `protobuf:"varint,1,opt,name=star_count,json=starCount,proto3" json:"star_count,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Next available tag: 2

func (*StarHotlistResponse) Descriptor

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

func (*StarHotlistResponse) GetStarCount

func (m *StarHotlistResponse) GetStarCount() uint32

func (*StarHotlistResponse) ProtoMessage

func (*StarHotlistResponse) ProtoMessage()

func (*StarHotlistResponse) Reset

func (m *StarHotlistResponse) Reset()

func (*StarHotlistResponse) String

func (m *StarHotlistResponse) String() string

func (*StarHotlistResponse) XXX_DiscardUnknown

func (m *StarHotlistResponse) XXX_DiscardUnknown()

func (*StarHotlistResponse) XXX_Marshal

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

func (*StarHotlistResponse) XXX_Merge

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

func (*StarHotlistResponse) XXX_Size

func (m *StarHotlistResponse) XXX_Size() int

func (*StarHotlistResponse) XXX_Unmarshal

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

type StarIssueRequest

type StarIssueRequest struct {
	IssueRef             *IssueRef `protobuf:"bytes,2,opt,name=issue_ref,json=issueRef,proto3" json:"issue_ref,omitempty"`
	Starred              bool      `protobuf:"varint,3,opt,name=starred,proto3" json:"starred,omitempty"`
	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
	XXX_unrecognized     []byte    `json:"-"`
	XXX_sizecache        int32     `json:"-"`
}

Next available tag: 4

func (*StarIssueRequest) Descriptor

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

func (*StarIssueRequest) GetIssueRef

func (m *StarIssueRequest) GetIssueRef() *IssueRef

func (*StarIssueRequest) GetStarred

func (m *StarIssueRequest) GetStarred() bool

func (*StarIssueRequest) ProtoMessage

func (*StarIssueRequest) ProtoMessage()

func (*StarIssueRequest) Reset

func (m *StarIssueRequest) Reset()

func (*StarIssueRequest) String

func (m *StarIssueRequest) String() string

func (*StarIssueRequest) XXX_DiscardUnknown

func (m *StarIssueRequest) XXX_DiscardUnknown()

func (*StarIssueRequest) XXX_Marshal

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

func (*StarIssueRequest) XXX_Merge

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

func (*StarIssueRequest) XXX_Size

func (m *StarIssueRequest) XXX_Size() int

func (*StarIssueRequest) XXX_Unmarshal

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

type StarIssueResponse

type StarIssueResponse struct {
	StarCount            uint32   `protobuf:"varint,1,opt,name=star_count,json=starCount,proto3" json:"star_count,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Next available tag: 2

func (*StarIssueResponse) Descriptor

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

func (*StarIssueResponse) GetStarCount

func (m *StarIssueResponse) GetStarCount() uint32

func (*StarIssueResponse) ProtoMessage

func (*StarIssueResponse) ProtoMessage()

func (*StarIssueResponse) Reset

func (m *StarIssueResponse) Reset()

func (*StarIssueResponse) String

func (m *StarIssueResponse) String() string

func (*StarIssueResponse) XXX_DiscardUnknown

func (m *StarIssueResponse) XXX_DiscardUnknown()

func (*StarIssueResponse) XXX_Marshal

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

func (*StarIssueResponse) XXX_Merge

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

func (*StarIssueResponse) XXX_Size

func (m *StarIssueResponse) XXX_Size() int

func (*StarIssueResponse) XXX_Unmarshal

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

type StarProjectRequest

type StarProjectRequest struct {
	ProjectName          string   `protobuf:"bytes,2,opt,name=project_name,json=projectName,proto3" json:"project_name,omitempty"`
	Starred              bool     `protobuf:"varint,3,opt,name=starred,proto3" json:"starred,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Next available tag: 3

func (*StarProjectRequest) Descriptor

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

func (*StarProjectRequest) GetProjectName

func (m *StarProjectRequest) GetProjectName() string

func (*StarProjectRequest) GetStarred

func (m *StarProjectRequest) GetStarred() bool

func (*StarProjectRequest) ProtoMessage

func (*StarProjectRequest) ProtoMessage()

func (*StarProjectRequest) Reset

func (m *StarProjectRequest) Reset()

func (*StarProjectRequest) String

func (m *StarProjectRequest) String() string

func (*StarProjectRequest) XXX_DiscardUnknown

func (m *StarProjectRequest) XXX_DiscardUnknown()

func (*StarProjectRequest) XXX_Marshal

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

func (*StarProjectRequest) XXX_Merge

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

func (*StarProjectRequest) XXX_Size

func (m *StarProjectRequest) XXX_Size() int

func (*StarProjectRequest) XXX_Unmarshal

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

type StarProjectResponse

type StarProjectResponse struct {
	StarCount            uint32   `protobuf:"varint,1,opt,name=star_count,json=starCount,proto3" json:"star_count,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Next available tag: 2

func (*StarProjectResponse) Descriptor

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

func (*StarProjectResponse) GetStarCount

func (m *StarProjectResponse) GetStarCount() uint32

func (*StarProjectResponse) ProtoMessage

func (*StarProjectResponse) ProtoMessage()

func (*StarProjectResponse) Reset

func (m *StarProjectResponse) Reset()

func (*StarProjectResponse) String

func (m *StarProjectResponse) String() string

func (*StarProjectResponse) XXX_DiscardUnknown

func (m *StarProjectResponse) XXX_DiscardUnknown()

func (*StarProjectResponse) XXX_Marshal

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

func (*StarProjectResponse) XXX_Merge

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

func (*StarProjectResponse) XXX_Size

func (m *StarProjectResponse) XXX_Size() int

func (*StarProjectResponse) XXX_Unmarshal

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

type StarUserRequest

type StarUserRequest struct {
	UserRef              *UserRef `protobuf:"bytes,2,opt,name=user_ref,json=userRef,proto3" json:"user_ref,omitempty"`
	Starred              bool     `protobuf:"varint,3,opt,name=starred,proto3" json:"starred,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Next available tag: 4

func (*StarUserRequest) Descriptor

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

func (*StarUserRequest) GetStarred

func (m *StarUserRequest) GetStarred() bool

func (*StarUserRequest) GetUserRef

func (m *StarUserRequest) GetUserRef() *UserRef

func (*StarUserRequest) ProtoMessage

func (*StarUserRequest) ProtoMessage()

func (*StarUserRequest) Reset

func (m *StarUserRequest) Reset()

func (*StarUserRequest) String

func (m *StarUserRequest) String() string

func (*StarUserRequest) XXX_DiscardUnknown

func (m *StarUserRequest) XXX_DiscardUnknown()

func (*StarUserRequest) XXX_Marshal

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

func (*StarUserRequest) XXX_Merge

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

func (*StarUserRequest) XXX_Size

func (m *StarUserRequest) XXX_Size() int

func (*StarUserRequest) XXX_Unmarshal

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

type StarUserResponse

type StarUserResponse struct {
	StarCount            uint32   `protobuf:"varint,1,opt,name=star_count,json=starCount,proto3" json:"star_count,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Next available tag: 2

func (*StarUserResponse) Descriptor

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

func (*StarUserResponse) GetStarCount

func (m *StarUserResponse) GetStarCount() uint32

func (*StarUserResponse) ProtoMessage

func (*StarUserResponse) ProtoMessage()

func (*StarUserResponse) Reset

func (m *StarUserResponse) Reset()

func (*StarUserResponse) String

func (m *StarUserResponse) String() string

func (*StarUserResponse) XXX_DiscardUnknown

func (m *StarUserResponse) XXX_DiscardUnknown()

func (*StarUserResponse) XXX_Marshal

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

func (*StarUserResponse) XXX_Merge

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

func (*StarUserResponse) XXX_Size

func (m *StarUserResponse) XXX_Size() int

func (*StarUserResponse) XXX_Unmarshal

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

type StatusDef

type StatusDef struct {
	Status               string   `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
	MeansOpen            bool     `protobuf:"varint,2,opt,name=means_open,json=meansOpen,proto3" json:"means_open,omitempty"`
	Rank                 uint32   `protobuf:"varint,3,opt,name=rank,proto3" json:"rank,omitempty"`
	Docstring            string   `protobuf:"bytes,4,opt,name=docstring,proto3" json:"docstring,omitempty"`
	Deprecated           bool     `protobuf:"varint,5,opt,name=deprecated,proto3" json:"deprecated,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Next available tag: 6

func (*StatusDef) Descriptor

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

func (*StatusDef) GetDeprecated

func (m *StatusDef) GetDeprecated() bool

func (*StatusDef) GetDocstring

func (m *StatusDef) GetDocstring() string

func (*StatusDef) GetMeansOpen

func (m *StatusDef) GetMeansOpen() bool

func (*StatusDef) GetRank

func (m *StatusDef) GetRank() uint32

func (*StatusDef) GetStatus

func (m *StatusDef) GetStatus() string

func (*StatusDef) ProtoMessage

func (*StatusDef) ProtoMessage()

func (*StatusDef) Reset

func (m *StatusDef) Reset()

func (*StatusDef) String

func (m *StatusDef) String() string

func (*StatusDef) XXX_DiscardUnknown

func (m *StatusDef) XXX_DiscardUnknown()

func (*StatusDef) XXX_Marshal

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

func (*StatusDef) XXX_Merge

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

func (*StatusDef) XXX_Size

func (m *StatusDef) XXX_Size() int

func (*StatusDef) XXX_Unmarshal

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

type StatusRef

type StatusRef struct {
	Status               string   `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
	MeansOpen            bool     `protobuf:"varint,2,opt,name=means_open,json=meansOpen,proto3" json:"means_open,omitempty"`
	IsDerived            bool     `protobuf:"varint,3,opt,name=is_derived,json=isDerived,proto3" json:"is_derived,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Next available tag: 4

func (*StatusRef) Descriptor

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

func (*StatusRef) GetIsDerived

func (m *StatusRef) GetIsDerived() bool

func (*StatusRef) GetMeansOpen

func (m *StatusRef) GetMeansOpen() bool

func (*StatusRef) GetStatus

func (m *StatusRef) GetStatus() string

func (*StatusRef) ProtoMessage

func (*StatusRef) ProtoMessage()

func (*StatusRef) Reset

func (m *StatusRef) Reset()

func (*StatusRef) String

func (m *StatusRef) String() string

func (*StatusRef) XXX_DiscardUnknown

func (m *StatusRef) XXX_DiscardUnknown()

func (*StatusRef) XXX_Marshal

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

func (*StatusRef) XXX_Merge

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

func (*StatusRef) XXX_Size

func (m *StatusRef) XXX_Size() int

func (*StatusRef) XXX_Unmarshal

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

type TemplateDef

type TemplateDef struct {
	TemplateName          string          `protobuf:"bytes,1,opt,name=template_name,json=templateName,proto3" json:"template_name,omitempty"`
	Content               string          `protobuf:"bytes,2,opt,name=content,proto3" json:"content,omitempty"`
	Summary               string          `protobuf:"bytes,3,opt,name=summary,proto3" json:"summary,omitempty"`
	SummaryMustBeEdited   bool            `protobuf:"varint,4,opt,name=summary_must_be_edited,json=summaryMustBeEdited,proto3" json:"summary_must_be_edited,omitempty"`
	OwnerRef              *UserRef        `protobuf:"bytes,5,opt,name=owner_ref,json=ownerRef,proto3" json:"owner_ref,omitempty"`
	StatusRef             *StatusRef      `protobuf:"bytes,6,opt,name=status_ref,json=statusRef,proto3" json:"status_ref,omitempty"`
	LabelRefs             []*LabelRef     `protobuf:"bytes,7,rep,name=label_refs,json=labelRefs,proto3" json:"label_refs,omitempty"`
	MembersOnly           bool            `protobuf:"varint,8,opt,name=members_only,json=membersOnly,proto3" json:"members_only,omitempty"`
	OwnerDefaultsToMember bool            `` /* 129-byte string literal not displayed */
	AdminRefs             []*UserRef      `protobuf:"bytes,10,rep,name=admin_refs,json=adminRefs,proto3" json:"admin_refs,omitempty"`
	FieldValues           []*FieldValue   `protobuf:"bytes,11,rep,name=field_values,json=fieldValues,proto3" json:"field_values,omitempty"`
	ComponentRefs         []*ComponentRef `protobuf:"bytes,12,rep,name=component_refs,json=componentRefs,proto3" json:"component_refs,omitempty"`
	ComponentRequired     bool            `protobuf:"varint,13,opt,name=component_required,json=componentRequired,proto3" json:"component_required,omitempty"`
	ApprovalValues        []*Approval     `protobuf:"bytes,14,rep,name=approval_values,json=approvalValues,proto3" json:"approval_values,omitempty"`
	Phases                []*PhaseDef     `protobuf:"bytes,15,rep,name=phases,proto3" json:"phases,omitempty"`
	XXX_NoUnkeyedLiteral  struct{}        `json:"-"`
	XXX_unrecognized      []byte          `json:"-"`
	XXX_sizecache         int32           `json:"-"`
}

Next available tag: 16

func (*TemplateDef) Descriptor

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

func (*TemplateDef) GetAdminRefs

func (m *TemplateDef) GetAdminRefs() []*UserRef

func (*TemplateDef) GetApprovalValues

func (m *TemplateDef) GetApprovalValues() []*Approval

func (*TemplateDef) GetComponentRefs

func (m *TemplateDef) GetComponentRefs() []*ComponentRef

func (*TemplateDef) GetComponentRequired

func (m *TemplateDef) GetComponentRequired() bool

func (*TemplateDef) GetContent

func (m *TemplateDef) GetContent() string

func (*TemplateDef) GetFieldValues

func (m *TemplateDef) GetFieldValues() []*FieldValue

func (*TemplateDef) GetLabelRefs

func (m *TemplateDef) GetLabelRefs() []*LabelRef

func (*TemplateDef) GetMembersOnly

func (m *TemplateDef) GetMembersOnly() bool

func (*TemplateDef) GetOwnerDefaultsToMember

func (m *TemplateDef) GetOwnerDefaultsToMember() bool

func (*TemplateDef) GetOwnerRef

func (m *TemplateDef) GetOwnerRef() *UserRef

func (*TemplateDef) GetPhases

func (m *TemplateDef) GetPhases() []*PhaseDef

func (*TemplateDef) GetStatusRef

func (m *TemplateDef) GetStatusRef() *StatusRef

func (*TemplateDef) GetSummary

func (m *TemplateDef) GetSummary() string

func (*TemplateDef) GetSummaryMustBeEdited

func (m *TemplateDef) GetSummaryMustBeEdited() bool

func (*TemplateDef) GetTemplateName

func (m *TemplateDef) GetTemplateName() string

func (*TemplateDef) ProtoMessage

func (*TemplateDef) ProtoMessage()

func (*TemplateDef) Reset

func (m *TemplateDef) Reset()

func (*TemplateDef) String

func (m *TemplateDef) String() string

func (*TemplateDef) XXX_DiscardUnknown

func (m *TemplateDef) XXX_DiscardUnknown()

func (*TemplateDef) XXX_Marshal

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

func (*TemplateDef) XXX_Merge

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

func (*TemplateDef) XXX_Size

func (m *TemplateDef) XXX_Size() int

func (*TemplateDef) XXX_Unmarshal

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

type UnimplementedFeaturesServer

type UnimplementedFeaturesServer struct {
}

UnimplementedFeaturesServer can be embedded to have forward compatible implementations.

func (*UnimplementedFeaturesServer) AddIssuesToHotlists

func (*UnimplementedFeaturesServer) CheckHotlistName

func (*UnimplementedFeaturesServer) CreateHotlist

func (*UnimplementedFeaturesServer) DeleteHotlist

func (*UnimplementedFeaturesServer) GetHotlist

func (*UnimplementedFeaturesServer) GetHotlistStarCount

func (*UnimplementedFeaturesServer) ListHotlistItems

func (*UnimplementedFeaturesServer) ListHotlistsByIssue

func (*UnimplementedFeaturesServer) ListHotlistsByUser

func (*UnimplementedFeaturesServer) ListRecentlyVisitedHotlists

func (*UnimplementedFeaturesServer) ListStarredHotlists

func (*UnimplementedFeaturesServer) PredictComponent

func (*UnimplementedFeaturesServer) RemoveIssuesFromHotlists

func (*UnimplementedFeaturesServer) RerankHotlistIssues

func (*UnimplementedFeaturesServer) StarHotlist

func (*UnimplementedFeaturesServer) UpdateHotlistIssueNote

type UnimplementedIssuesServer

type UnimplementedIssuesServer struct {
}

UnimplementedIssuesServer can be embedded to have forward compatible implementations.

func (*UnimplementedIssuesServer) BulkUpdateApprovals

func (*UnimplementedIssuesServer) CopyIssue

func (*UnimplementedIssuesServer) CreateIssue

func (*UnimplementedIssuesServer) DeleteAttachment

func (*UnimplementedIssuesServer) DeleteComment

func (*UnimplementedIssuesServer) DeleteIssue

func (*UnimplementedIssuesServer) DeleteIssueComment

func (*UnimplementedIssuesServer) FlagComment

func (*UnimplementedIssuesServer) FlagIssues

func (*UnimplementedIssuesServer) GetIssue

func (*UnimplementedIssuesServer) IsIssueStarred

func (*UnimplementedIssuesServer) IssueSnapshot

func (*UnimplementedIssuesServer) ListActivities

func (*UnimplementedIssuesServer) ListApplicableFieldDefs

func (*UnimplementedIssuesServer) ListComments

func (*UnimplementedIssuesServer) ListIssuePermissions

func (*UnimplementedIssuesServer) ListIssues

func (*UnimplementedIssuesServer) ListReferencedIssues

func (*UnimplementedIssuesServer) ListStarredIssues

func (*UnimplementedIssuesServer) MoveIssue

func (*UnimplementedIssuesServer) PresubmitIssue

func (*UnimplementedIssuesServer) RerankBlockedOnIssues

func (*UnimplementedIssuesServer) StarIssue

func (*UnimplementedIssuesServer) UpdateApproval

func (*UnimplementedIssuesServer) UpdateIssue

type UnimplementedProjectsServer

type UnimplementedProjectsServer struct {
}

UnimplementedProjectsServer can be embedded to have forward compatible implementations.

func (*UnimplementedProjectsServer) CheckComponentName

func (*UnimplementedProjectsServer) CheckFieldName

func (*UnimplementedProjectsServer) CheckProjectName

func (*UnimplementedProjectsServer) GetConfig

func (*UnimplementedProjectsServer) GetCustomPermissions

func (*UnimplementedProjectsServer) GetLabelOptions

func (*UnimplementedProjectsServer) GetPresentationConfig

func (*UnimplementedProjectsServer) GetProjectStarCount

func (*UnimplementedProjectsServer) GetVisibleMembers

func (*UnimplementedProjectsServer) ListComponents

func (*UnimplementedProjectsServer) ListFields

func (*UnimplementedProjectsServer) ListProjectTemplates

func (*UnimplementedProjectsServer) ListProjects

func (*UnimplementedProjectsServer) ListStatuses

func (*UnimplementedProjectsServer) StarProject

type UnimplementedSitewideServer

type UnimplementedSitewideServer struct {
}

UnimplementedSitewideServer can be embedded to have forward compatible implementations.

func (*UnimplementedSitewideServer) GetServerStatus

func (*UnimplementedSitewideServer) RefreshToken

type UnimplementedUsersServer

type UnimplementedUsersServer struct {
}

UnimplementedUsersServer can be embedded to have forward compatible implementations.

func (*UnimplementedUsersServer) AcceptLinkedChild

func (*UnimplementedUsersServer) ExpungeUser

func (*UnimplementedUsersServer) GetMemberships

func (*UnimplementedUsersServer) GetSavedQueries

func (*UnimplementedUsersServer) GetUser

func (*UnimplementedUsersServer) GetUserPrefs

func (*UnimplementedUsersServer) GetUserStarCount

func (*UnimplementedUsersServer) GetUsersProjects

func (*UnimplementedUsersServer) InviteLinkedParent

func (*UnimplementedUsersServer) ListReferencedUsers

func (*UnimplementedUsersServer) SetExpandPermsPreference

func (*UnimplementedUsersServer) SetUserPrefs

func (*UnimplementedUsersServer) StarUser

func (*UnimplementedUsersServer) UnlinkAccounts

type UnlinkAccountsRequest

type UnlinkAccountsRequest struct {
	Parent               *UserRef `protobuf:"bytes,2,opt,name=parent,proto3" json:"parent,omitempty"`
	Child                *UserRef `protobuf:"bytes,3,opt,name=child,proto3" json:"child,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Next available tag: 4

func (*UnlinkAccountsRequest) Descriptor

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

func (*UnlinkAccountsRequest) GetChild

func (m *UnlinkAccountsRequest) GetChild() *UserRef

func (*UnlinkAccountsRequest) GetParent

func (m *UnlinkAccountsRequest) GetParent() *UserRef

func (*UnlinkAccountsRequest) ProtoMessage

func (*UnlinkAccountsRequest) ProtoMessage()

func (*UnlinkAccountsRequest) Reset

func (m *UnlinkAccountsRequest) Reset()

func (*UnlinkAccountsRequest) String

func (m *UnlinkAccountsRequest) String() string

func (*UnlinkAccountsRequest) XXX_DiscardUnknown

func (m *UnlinkAccountsRequest) XXX_DiscardUnknown()

func (*UnlinkAccountsRequest) XXX_Marshal

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

func (*UnlinkAccountsRequest) XXX_Merge

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

func (*UnlinkAccountsRequest) XXX_Size

func (m *UnlinkAccountsRequest) XXX_Size() int

func (*UnlinkAccountsRequest) XXX_Unmarshal

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

type UnlinkAccountsResponse

type UnlinkAccountsResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Next available tag: 1

func (*UnlinkAccountsResponse) Descriptor

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

func (*UnlinkAccountsResponse) ProtoMessage

func (*UnlinkAccountsResponse) ProtoMessage()

func (*UnlinkAccountsResponse) Reset

func (m *UnlinkAccountsResponse) Reset()

func (*UnlinkAccountsResponse) String

func (m *UnlinkAccountsResponse) String() string

func (*UnlinkAccountsResponse) XXX_DiscardUnknown

func (m *UnlinkAccountsResponse) XXX_DiscardUnknown()

func (*UnlinkAccountsResponse) XXX_Marshal

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

func (*UnlinkAccountsResponse) XXX_Merge

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

func (*UnlinkAccountsResponse) XXX_Size

func (m *UnlinkAccountsResponse) XXX_Size() int

func (*UnlinkAccountsResponse) XXX_Unmarshal

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

type UpdateApprovalRequest

type UpdateApprovalRequest struct {
	IssueRef             *IssueRef           `protobuf:"bytes,2,opt,name=issue_ref,json=issueRef,proto3" json:"issue_ref,omitempty"`
	FieldRef             *FieldRef           `protobuf:"bytes,3,opt,name=field_ref,json=fieldRef,proto3" json:"field_ref,omitempty"`
	ApprovalDelta        *ApprovalDelta      `protobuf:"bytes,4,opt,name=approval_delta,json=approvalDelta,proto3" json:"approval_delta,omitempty"`
	CommentContent       string              `protobuf:"bytes,5,opt,name=comment_content,json=commentContent,proto3" json:"comment_content,omitempty"`
	SendEmail            bool                `protobuf:"varint,6,opt,name=send_email,json=sendEmail,proto3" json:"send_email,omitempty"`
	IsDescription        bool                `protobuf:"varint,7,opt,name=is_description,json=isDescription,proto3" json:"is_description,omitempty"`
	Uploads              []*AttachmentUpload `protobuf:"bytes,8,rep,name=uploads,proto3" json:"uploads,omitempty"`
	KeptAttachments      []int64             `protobuf:"varint,9,rep,packed,name=kept_attachments,json=keptAttachments,proto3" json:"kept_attachments,omitempty"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

Next available tag: 10

func (*UpdateApprovalRequest) Descriptor

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

func (*UpdateApprovalRequest) GetApprovalDelta

func (m *UpdateApprovalRequest) GetApprovalDelta() *ApprovalDelta

func (*UpdateApprovalRequest) GetCommentContent

func (m *UpdateApprovalRequest) GetCommentContent() string

func (*UpdateApprovalRequest) GetFieldRef

func (m *UpdateApprovalRequest) GetFieldRef() *FieldRef

func (*UpdateApprovalRequest) GetIsDescription

func (m *UpdateApprovalRequest) GetIsDescription() bool

func (*UpdateApprovalRequest) GetIssueRef

func (m *UpdateApprovalRequest) GetIssueRef() *IssueRef

func (*UpdateApprovalRequest) GetKeptAttachments

func (m *UpdateApprovalRequest) GetKeptAttachments() []int64

func (*UpdateApprovalRequest) GetSendEmail

func (m *UpdateApprovalRequest) GetSendEmail() bool

func (*UpdateApprovalRequest) GetUploads

func (m *UpdateApprovalRequest) GetUploads() []*AttachmentUpload

func (*UpdateApprovalRequest) ProtoMessage

func (*UpdateApprovalRequest) ProtoMessage()

func (*UpdateApprovalRequest) Reset

func (m *UpdateApprovalRequest) Reset()

func (*UpdateApprovalRequest) String

func (m *UpdateApprovalRequest) String() string

func (*UpdateApprovalRequest) XXX_DiscardUnknown

func (m *UpdateApprovalRequest) XXX_DiscardUnknown()

func (*UpdateApprovalRequest) XXX_Marshal

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

func (*UpdateApprovalRequest) XXX_Merge

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

func (*UpdateApprovalRequest) XXX_Size

func (m *UpdateApprovalRequest) XXX_Size() int

func (*UpdateApprovalRequest) XXX_Unmarshal

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

type UpdateApprovalResponse

type UpdateApprovalResponse struct {
	Approval             *Approval `protobuf:"bytes,1,opt,name=approval,proto3" json:"approval,omitempty"`
	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
	XXX_unrecognized     []byte    `json:"-"`
	XXX_sizecache        int32     `json:"-"`
}

Next available tag: 2

func (*UpdateApprovalResponse) Descriptor

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

func (*UpdateApprovalResponse) GetApproval

func (m *UpdateApprovalResponse) GetApproval() *Approval

func (*UpdateApprovalResponse) ProtoMessage

func (*UpdateApprovalResponse) ProtoMessage()

func (*UpdateApprovalResponse) Reset

func (m *UpdateApprovalResponse) Reset()

func (*UpdateApprovalResponse) String

func (m *UpdateApprovalResponse) String() string

func (*UpdateApprovalResponse) XXX_DiscardUnknown

func (m *UpdateApprovalResponse) XXX_DiscardUnknown()

func (*UpdateApprovalResponse) XXX_Marshal

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

func (*UpdateApprovalResponse) XXX_Merge

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

func (*UpdateApprovalResponse) XXX_Size

func (m *UpdateApprovalResponse) XXX_Size() int

func (*UpdateApprovalResponse) XXX_Unmarshal

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

type UpdateHotlistIssueNoteRequest

type UpdateHotlistIssueNoteRequest struct {
	HotlistRef           *HotlistRef `protobuf:"bytes,2,opt,name=hotlist_ref,json=hotlistRef,proto3" json:"hotlist_ref,omitempty"`
	IssueRef             *IssueRef   `protobuf:"bytes,3,opt,name=issue_ref,json=issueRef,proto3" json:"issue_ref,omitempty"`
	Note                 string      `protobuf:"bytes,4,opt,name=note,proto3" json:"note,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

Next available tag: 5

func (*UpdateHotlistIssueNoteRequest) Descriptor

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

func (*UpdateHotlistIssueNoteRequest) GetHotlistRef

func (m *UpdateHotlistIssueNoteRequest) GetHotlistRef() *HotlistRef

func (*UpdateHotlistIssueNoteRequest) GetIssueRef

func (m *UpdateHotlistIssueNoteRequest) GetIssueRef() *IssueRef

func (*UpdateHotlistIssueNoteRequest) GetNote

func (*UpdateHotlistIssueNoteRequest) ProtoMessage

func (*UpdateHotlistIssueNoteRequest) ProtoMessage()

func (*UpdateHotlistIssueNoteRequest) Reset

func (m *UpdateHotlistIssueNoteRequest) Reset()

func (*UpdateHotlistIssueNoteRequest) String

func (*UpdateHotlistIssueNoteRequest) XXX_DiscardUnknown

func (m *UpdateHotlistIssueNoteRequest) XXX_DiscardUnknown()

func (*UpdateHotlistIssueNoteRequest) XXX_Marshal

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

func (*UpdateHotlistIssueNoteRequest) XXX_Merge

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

func (*UpdateHotlistIssueNoteRequest) XXX_Size

func (m *UpdateHotlistIssueNoteRequest) XXX_Size() int

func (*UpdateHotlistIssueNoteRequest) XXX_Unmarshal

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

type UpdateHotlistIssueNoteResponse

type UpdateHotlistIssueNoteResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Next available tag: 1

func (*UpdateHotlistIssueNoteResponse) Descriptor

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

func (*UpdateHotlistIssueNoteResponse) ProtoMessage

func (*UpdateHotlistIssueNoteResponse) ProtoMessage()

func (*UpdateHotlistIssueNoteResponse) Reset

func (m *UpdateHotlistIssueNoteResponse) Reset()

func (*UpdateHotlistIssueNoteResponse) String

func (*UpdateHotlistIssueNoteResponse) XXX_DiscardUnknown

func (m *UpdateHotlistIssueNoteResponse) XXX_DiscardUnknown()

func (*UpdateHotlistIssueNoteResponse) XXX_Marshal

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

func (*UpdateHotlistIssueNoteResponse) XXX_Merge

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

func (*UpdateHotlistIssueNoteResponse) XXX_Size

func (m *UpdateHotlistIssueNoteResponse) XXX_Size() int

func (*UpdateHotlistIssueNoteResponse) XXX_Unmarshal

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

type UpdateIssueRequest

type UpdateIssueRequest struct {
	IssueRef             *IssueRef           `protobuf:"bytes,2,opt,name=issue_ref,json=issueRef,proto3" json:"issue_ref,omitempty"`
	SendEmail            bool                `protobuf:"varint,3,opt,name=send_email,json=sendEmail,proto3" json:"send_email,omitempty"`
	Delta                *IssueDelta         `protobuf:"bytes,4,opt,name=delta,proto3" json:"delta,omitempty"`
	CommentContent       string              `protobuf:"bytes,5,opt,name=comment_content,json=commentContent,proto3" json:"comment_content,omitempty"`
	IsDescription        bool                `protobuf:"varint,6,opt,name=is_description,json=isDescription,proto3" json:"is_description,omitempty"`
	Uploads              []*AttachmentUpload `protobuf:"bytes,7,rep,name=uploads,proto3" json:"uploads,omitempty"`
	KeptAttachments      []int64             `protobuf:"varint,8,rep,packed,name=kept_attachments,json=keptAttachments,proto3" json:"kept_attachments,omitempty"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

Next available tag: 9

func (*UpdateIssueRequest) Descriptor

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

func (*UpdateIssueRequest) GetCommentContent

func (m *UpdateIssueRequest) GetCommentContent() string

func (*UpdateIssueRequest) GetDelta

func (m *UpdateIssueRequest) GetDelta() *IssueDelta

func (*UpdateIssueRequest) GetIsDescription

func (m *UpdateIssueRequest) GetIsDescription() bool

func (*UpdateIssueRequest) GetIssueRef

func (m *UpdateIssueRequest) GetIssueRef() *IssueRef

func (*UpdateIssueRequest) GetKeptAttachments

func (m *UpdateIssueRequest) GetKeptAttachments() []int64

func (*UpdateIssueRequest) GetSendEmail

func (m *UpdateIssueRequest) GetSendEmail() bool

func (*UpdateIssueRequest) GetUploads

func (m *UpdateIssueRequest) GetUploads() []*AttachmentUpload

func (*UpdateIssueRequest) ProtoMessage

func (*UpdateIssueRequest) ProtoMessage()

func (*UpdateIssueRequest) Reset

func (m *UpdateIssueRequest) Reset()

func (*UpdateIssueRequest) String

func (m *UpdateIssueRequest) String() string

func (*UpdateIssueRequest) XXX_DiscardUnknown

func (m *UpdateIssueRequest) XXX_DiscardUnknown()

func (*UpdateIssueRequest) XXX_Marshal

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

func (*UpdateIssueRequest) XXX_Merge

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

func (*UpdateIssueRequest) XXX_Size

func (m *UpdateIssueRequest) XXX_Size() int

func (*UpdateIssueRequest) XXX_Unmarshal

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

type User

type User struct {
	DisplayName          string     `protobuf:"bytes,1,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
	UserId               int64      `protobuf:"varint,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	IsSiteAdmin          bool       `protobuf:"varint,3,opt,name=is_site_admin,json=isSiteAdmin,proto3" json:"is_site_admin,omitempty"`
	Availability         string     `protobuf:"bytes,4,opt,name=availability,proto3" json:"availability,omitempty"`
	LinkedParentRef      *UserRef   `protobuf:"bytes,5,opt,name=linked_parent_ref,json=linkedParentRef,proto3" json:"linked_parent_ref,omitempty"`
	LinkedChildRefs      []*UserRef `protobuf:"bytes,6,rep,name=linked_child_refs,json=linkedChildRefs,proto3" json:"linked_child_refs,omitempty"`
	XXX_NoUnkeyedLiteral struct{}   `json:"-"`
	XXX_unrecognized     []byte     `json:"-"`
	XXX_sizecache        int32      `json:"-"`
}

TODO(jojwang): monorail:1701, fill User with all info necessary for creating a user profile page. Next available tag: 7

func (*User) Descriptor

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

func (*User) GetAvailability

func (m *User) GetAvailability() string

func (*User) GetDisplayName

func (m *User) GetDisplayName() string

func (*User) GetIsSiteAdmin

func (m *User) GetIsSiteAdmin() bool

func (*User) GetLinkedChildRefs

func (m *User) GetLinkedChildRefs() []*UserRef

func (*User) GetLinkedParentRef

func (m *User) GetLinkedParentRef() *UserRef

func (*User) GetUserId

func (m *User) GetUserId() int64

func (*User) ProtoMessage

func (*User) ProtoMessage()

func (*User) Reset

func (m *User) Reset()

func (*User) String

func (m *User) String() string

func (*User) XXX_DiscardUnknown

func (m *User) XXX_DiscardUnknown()

func (*User) XXX_Marshal

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

func (*User) XXX_Merge

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

func (*User) XXX_Size

func (m *User) XXX_Size() int

func (*User) XXX_Unmarshal

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

type UserPrefValue

type UserPrefValue struct {
	Name                 string   `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Value                string   `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Next available tag: 3

func (*UserPrefValue) Descriptor

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

func (*UserPrefValue) GetName

func (m *UserPrefValue) GetName() string

func (*UserPrefValue) GetValue

func (m *UserPrefValue) GetValue() string

func (*UserPrefValue) ProtoMessage

func (*UserPrefValue) ProtoMessage()

func (*UserPrefValue) Reset

func (m *UserPrefValue) Reset()

func (*UserPrefValue) String

func (m *UserPrefValue) String() string

func (*UserPrefValue) XXX_DiscardUnknown

func (m *UserPrefValue) XXX_DiscardUnknown()

func (*UserPrefValue) XXX_Marshal

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

func (*UserPrefValue) XXX_Merge

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

func (*UserPrefValue) XXX_Size

func (m *UserPrefValue) XXX_Size() int

func (*UserPrefValue) XXX_Unmarshal

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

type UserProjects

type UserProjects struct {
	UserRef              *UserRef `protobuf:"bytes,1,opt,name=user_ref,json=userRef,proto3" json:"user_ref,omitempty"`
	OwnerOf              []string `protobuf:"bytes,2,rep,name=owner_of,json=ownerOf,proto3" json:"owner_of,omitempty"`
	MemberOf             []string `protobuf:"bytes,3,rep,name=member_of,json=memberOf,proto3" json:"member_of,omitempty"`
	ContributorTo        []string `protobuf:"bytes,4,rep,name=contributor_to,json=contributorTo,proto3" json:"contributor_to,omitempty"`
	StarredProjects      []string `protobuf:"bytes,5,rep,name=starred_projects,json=starredProjects,proto3" json:"starred_projects,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Next available tag: 6

func (*UserProjects) Descriptor

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

func (*UserProjects) GetContributorTo

func (m *UserProjects) GetContributorTo() []string

func (*UserProjects) GetMemberOf

func (m *UserProjects) GetMemberOf() []string

func (*UserProjects) GetOwnerOf

func (m *UserProjects) GetOwnerOf() []string

func (*UserProjects) GetStarredProjects

func (m *UserProjects) GetStarredProjects() []string

func (*UserProjects) GetUserRef

func (m *UserProjects) GetUserRef() *UserRef

func (*UserProjects) ProtoMessage

func (*UserProjects) ProtoMessage()

func (*UserProjects) Reset

func (m *UserProjects) Reset()

func (*UserProjects) String

func (m *UserProjects) String() string

func (*UserProjects) XXX_DiscardUnknown

func (m *UserProjects) XXX_DiscardUnknown()

func (*UserProjects) XXX_Marshal

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

func (*UserProjects) XXX_Merge

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

func (*UserProjects) XXX_Size

func (m *UserProjects) XXX_Size() int

func (*UserProjects) XXX_Unmarshal

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

type UserRef

type UserRef struct {
	UserId               uint64   `protobuf:"varint,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	DisplayName          string   `protobuf:"bytes,2,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
	IsDerived            bool     `protobuf:"varint,3,opt,name=is_derived,json=isDerived,proto3" json:"is_derived,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Next available tag: 4

func (*UserRef) Descriptor

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

func (*UserRef) GetDisplayName

func (m *UserRef) GetDisplayName() string

func (*UserRef) GetIsDerived

func (m *UserRef) GetIsDerived() bool

func (*UserRef) GetUserId

func (m *UserRef) GetUserId() uint64

func (*UserRef) ProtoMessage

func (*UserRef) ProtoMessage()

func (*UserRef) Reset

func (m *UserRef) Reset()

func (*UserRef) String

func (m *UserRef) String() string

func (*UserRef) XXX_DiscardUnknown

func (m *UserRef) XXX_DiscardUnknown()

func (*UserRef) XXX_Marshal

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

func (*UserRef) XXX_Merge

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

func (*UserRef) XXX_Size

func (m *UserRef) XXX_Size() int

func (*UserRef) XXX_Unmarshal

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

type UsersClient

type UsersClient interface {
	GetUser(ctx context.Context, in *GetUserRequest, opts ...grpc.CallOption) (*User, error)
	ListReferencedUsers(ctx context.Context, in *ListReferencedUsersRequest, opts ...grpc.CallOption) (*ListReferencedUsersResponse, error)
	GetMemberships(ctx context.Context, in *GetMembershipsRequest, opts ...grpc.CallOption) (*GetMembershipsResponse, error)
	GetSavedQueries(ctx context.Context, in *GetSavedQueriesRequest, opts ...grpc.CallOption) (*GetSavedQueriesResponse, error)
	GetUserStarCount(ctx context.Context, in *GetUserStarCountRequest, opts ...grpc.CallOption) (*GetUserStarCountResponse, error)
	StarUser(ctx context.Context, in *StarUserRequest, opts ...grpc.CallOption) (*StarUserResponse, error)
	GetUserPrefs(ctx context.Context, in *GetUserPrefsRequest, opts ...grpc.CallOption) (*GetUserPrefsResponse, error)
	SetUserPrefs(ctx context.Context, in *SetUserPrefsRequest, opts ...grpc.CallOption) (*SetUserPrefsResponse, error)
	// TODO(jrobbins): Merge this into SetUserPrefs.
	SetExpandPermsPreference(ctx context.Context, in *SetExpandPermsPreferenceRequest, opts ...grpc.CallOption) (*SetExpandPermsPreferenceResponse, error)
	InviteLinkedParent(ctx context.Context, in *InviteLinkedParentRequest, opts ...grpc.CallOption) (*InviteLinkedParentResponse, error)
	AcceptLinkedChild(ctx context.Context, in *AcceptLinkedChildRequest, opts ...grpc.CallOption) (*AcceptLinkedChildResponse, error)
	UnlinkAccounts(ctx context.Context, in *UnlinkAccountsRequest, opts ...grpc.CallOption) (*UnlinkAccountsResponse, error)
	GetUsersProjects(ctx context.Context, in *GetUsersProjectsRequest, opts ...grpc.CallOption) (*GetUsersProjectsResponse, error)
	ExpungeUser(ctx context.Context, in *ExpungeUserRequest, opts ...grpc.CallOption) (*ExpungeUserResponse, error)
}

UsersClient is the client API for Users service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewUsersClient

func NewUsersClient(cc grpc.ClientConnInterface) UsersClient

func NewUsersPRPCClient

func NewUsersPRPCClient(client *prpc.Client) UsersClient

type ValueAndWhy

type ValueAndWhy struct {
	Value                string   `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
	Why                  string   `protobuf:"bytes,2,opt,name=why,proto3" json:"why,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Next available tag: 3

func (*ValueAndWhy) Descriptor

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

func (*ValueAndWhy) GetValue

func (m *ValueAndWhy) GetValue() string

func (*ValueAndWhy) GetWhy

func (m *ValueAndWhy) GetWhy() string

func (*ValueAndWhy) ProtoMessage

func (*ValueAndWhy) ProtoMessage()

func (*ValueAndWhy) Reset

func (m *ValueAndWhy) Reset()

func (*ValueAndWhy) String

func (m *ValueAndWhy) String() string

func (*ValueAndWhy) XXX_DiscardUnknown

func (m *ValueAndWhy) XXX_DiscardUnknown()

func (*ValueAndWhy) XXX_Marshal

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

func (*ValueAndWhy) XXX_Merge

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

func (*ValueAndWhy) XXX_Size

func (m *ValueAndWhy) XXX_Size() int

func (*ValueAndWhy) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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