v1

package
v0.0.0-...-fa33765 Latest Latest
Warning

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

Go to latest
Published: Apr 15, 2017 License: MIT Imports: 8 Imported by: 0

Documentation

Overview

Package v1 is a generated protocol buffer package.

It is generated from these files:

happyco/inspect/template/v1/template.proto

It has these top-level messages:

Template
ListTemplatesRequest
ListTemplatesResponse
CreateTemplatesRequest
CreateTemplatesResponse
UpdateTemplatesRequest
UpdateTemplatesResponse
SetTemplatesArchivedRequest
SetTemplatesArchivedResponse

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RegisterTemplateServiceServer

func RegisterTemplateServiceServer(s *grpc.Server, srv TemplateServiceServer)

Types

type CreateTemplatesRequest

type CreateTemplatesRequest struct {
	AccountId *happyco_type_v1.IntegrationID `protobuf:"bytes,1,opt,name=account_id,json=accountId" json:"account_id,omitempty"`
	FolderId  *happyco_type_v1.IntegrationID `protobuf:"bytes,2,opt,name=folder_id,json=folderId" json:"folder_id,omitempty"`
	Templates []*Template                    `protobuf:"bytes,3,rep,name=templates" json:"templates,omitempty"`
}

func (*CreateTemplatesRequest) Descriptor

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

func (*CreateTemplatesRequest) GetAccountId

func (*CreateTemplatesRequest) GetFolderId

func (*CreateTemplatesRequest) GetTemplates

func (m *CreateTemplatesRequest) GetTemplates() []*Template

func (*CreateTemplatesRequest) ProtoMessage

func (*CreateTemplatesRequest) ProtoMessage()

func (*CreateTemplatesRequest) Reset

func (m *CreateTemplatesRequest) Reset()

func (*CreateTemplatesRequest) String

func (m *CreateTemplatesRequest) String() string

type CreateTemplatesResponse

type CreateTemplatesResponse struct {
	TemplateIds []*happyco_type_v1.IntegrationID `protobuf:"bytes,1,rep,name=template_ids,json=templateIds" json:"template_ids,omitempty"`
}

func (*CreateTemplatesResponse) Descriptor

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

func (*CreateTemplatesResponse) GetTemplateIds

func (m *CreateTemplatesResponse) GetTemplateIds() []*happyco_type_v1.IntegrationID

func (*CreateTemplatesResponse) ProtoMessage

func (*CreateTemplatesResponse) ProtoMessage()

func (*CreateTemplatesResponse) Reset

func (m *CreateTemplatesResponse) Reset()

func (*CreateTemplatesResponse) String

func (m *CreateTemplatesResponse) String() string

type ListTemplatesRequest

type ListTemplatesRequest struct {
	AccountId   *happyco_type_v1.IntegrationID   `protobuf:"bytes,1,opt,name=account_id,json=accountId" json:"account_id,omitempty"`
	FolderIds   []*happyco_type_v1.IntegrationID `protobuf:"bytes,2,rep,name=folder_ids,json=folderIds" json:"folder_ids,omitempty"`
	TemplateIds []*happyco_type_v1.IntegrationID `protobuf:"bytes,3,rep,name=template_ids,json=templateIds" json:"template_ids,omitempty"`
	Archived    bool                             `protobuf:"varint,4,opt,name=archived" json:"archived,omitempty"`
	Paging      *happyco_type_v11.Paging         `protobuf:"bytes,5,opt,name=paging" json:"paging,omitempty"`
}

func (*ListTemplatesRequest) Descriptor

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

func (*ListTemplatesRequest) GetAccountId

func (*ListTemplatesRequest) GetArchived

func (m *ListTemplatesRequest) GetArchived() bool

func (*ListTemplatesRequest) GetFolderIds

func (m *ListTemplatesRequest) GetFolderIds() []*happyco_type_v1.IntegrationID

func (*ListTemplatesRequest) GetPaging

func (*ListTemplatesRequest) GetTemplateIds

func (m *ListTemplatesRequest) GetTemplateIds() []*happyco_type_v1.IntegrationID

func (*ListTemplatesRequest) ProtoMessage

func (*ListTemplatesRequest) ProtoMessage()

func (*ListTemplatesRequest) Reset

func (m *ListTemplatesRequest) Reset()

func (*ListTemplatesRequest) String

func (m *ListTemplatesRequest) String() string

type ListTemplatesResponse

type ListTemplatesResponse struct {
	Templates    []*Template              `protobuf:"bytes,1,rep,name=templates" json:"templates,omitempty"`
	PreviousPage *happyco_type_v11.Paging `protobuf:"bytes,2,opt,name=previous_page,json=previousPage" json:"previous_page,omitempty"`
	NextPage     *happyco_type_v11.Paging `protobuf:"bytes,3,opt,name=next_page,json=nextPage" json:"next_page,omitempty"`
}

func (*ListTemplatesResponse) Descriptor

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

func (*ListTemplatesResponse) GetNextPage

func (m *ListTemplatesResponse) GetNextPage() *happyco_type_v11.Paging

func (*ListTemplatesResponse) GetPreviousPage

func (m *ListTemplatesResponse) GetPreviousPage() *happyco_type_v11.Paging

func (*ListTemplatesResponse) GetTemplates

func (m *ListTemplatesResponse) GetTemplates() []*Template

func (*ListTemplatesResponse) ProtoMessage

func (*ListTemplatesResponse) ProtoMessage()

func (*ListTemplatesResponse) Reset

func (m *ListTemplatesResponse) Reset()

func (*ListTemplatesResponse) String

func (m *ListTemplatesResponse) String() string

type SetTemplatesArchivedRequest

type SetTemplatesArchivedRequest struct {
	AccountId   *happyco_type_v1.IntegrationID   `protobuf:"bytes,1,opt,name=account_id,json=accountId" json:"account_id,omitempty"`
	FolderId    *happyco_type_v1.IntegrationID   `protobuf:"bytes,2,opt,name=folder_id,json=folderId" json:"folder_id,omitempty"`
	TemplateIds []*happyco_type_v1.IntegrationID `protobuf:"bytes,3,rep,name=template_ids,json=templateIds" json:"template_ids,omitempty"`
}

func (*SetTemplatesArchivedRequest) Descriptor

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

func (*SetTemplatesArchivedRequest) GetAccountId

func (*SetTemplatesArchivedRequest) GetFolderId

func (*SetTemplatesArchivedRequest) GetTemplateIds

func (*SetTemplatesArchivedRequest) ProtoMessage

func (*SetTemplatesArchivedRequest) ProtoMessage()

func (*SetTemplatesArchivedRequest) Reset

func (m *SetTemplatesArchivedRequest) Reset()

func (*SetTemplatesArchivedRequest) String

func (m *SetTemplatesArchivedRequest) String() string

type SetTemplatesArchivedResponse

type SetTemplatesArchivedResponse struct {
}

func (*SetTemplatesArchivedResponse) Descriptor

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

func (*SetTemplatesArchivedResponse) ProtoMessage

func (*SetTemplatesArchivedResponse) ProtoMessage()

func (*SetTemplatesArchivedResponse) Reset

func (m *SetTemplatesArchivedResponse) Reset()

func (*SetTemplatesArchivedResponse) String

type Template

type Template struct {
	Id           *happyco_type_v1.IntegrationID                   `protobuf:"bytes,1,opt,name=id" json:"id,omitempty"`
	AccountId    *happyco_type_v1.IntegrationID                   `protobuf:"bytes,2,opt,name=account_id,json=accountId" json:"account_id,omitempty"`
	FolderId     *happyco_type_v1.IntegrationID                   `protobuf:"bytes,3,opt,name=folder_id,json=folderId" json:"folder_id,omitempty"`
	Name         string                                           `protobuf:"bytes,4,opt,name=name" json:"name,omitempty"`
	Edition      int32                                            `protobuf:"varint,5,opt,name=edition" json:"edition,omitempty"`
	Description  string                                           `protobuf:"bytes,6,opt,name=description" json:"description,omitempty"`
	Sections     map[string]*happyco_inspect_type_v1.Section      `` /* 136-byte string literal not displayed */
	Outlines     map[string]*happyco_type_v12.StringArray         `` /* 136-byte string literal not displayed */
	RatingGroups map[string]*happyco_inspect_type_v1.RatingGroups `` /* 164-byte string literal not displayed */
	HeaderFields []*happyco_inspect_type_v1.HeaderField           `protobuf:"bytes,10,rep,name=header_fields,json=headerFields" json:"header_fields,omitempty"`
	FooterFields []*happyco_inspect_type_v1.FooterField           `protobuf:"bytes,11,rep,name=footer_fields,json=footerFields" json:"footer_fields,omitempty"`
}

func (*Template) Descriptor

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

func (*Template) GetAccountId

func (m *Template) GetAccountId() *happyco_type_v1.IntegrationID

func (*Template) GetDescription

func (m *Template) GetDescription() string

func (*Template) GetEdition

func (m *Template) GetEdition() int32

func (*Template) GetFolderId

func (m *Template) GetFolderId() *happyco_type_v1.IntegrationID

func (*Template) GetFooterFields

func (m *Template) GetFooterFields() []*happyco_inspect_type_v1.FooterField

func (*Template) GetHeaderFields

func (m *Template) GetHeaderFields() []*happyco_inspect_type_v1.HeaderField

func (*Template) GetId

func (*Template) GetName

func (m *Template) GetName() string

func (*Template) GetOutlines

func (m *Template) GetOutlines() map[string]*happyco_type_v12.StringArray

func (*Template) GetRatingGroups

func (m *Template) GetRatingGroups() map[string]*happyco_inspect_type_v1.RatingGroups

func (*Template) GetSections

func (m *Template) GetSections() map[string]*happyco_inspect_type_v1.Section

func (*Template) ProtoMessage

func (*Template) ProtoMessage()

func (*Template) Reset

func (m *Template) Reset()

func (*Template) String

func (m *Template) String() string

type UpdateTemplatesRequest

type UpdateTemplatesRequest struct {
	AccountId *happyco_type_v1.IntegrationID `protobuf:"bytes,1,opt,name=account_id,json=accountId" json:"account_id,omitempty"`
	FolderId  *happyco_type_v1.IntegrationID `protobuf:"bytes,2,opt,name=folder_id,json=folderId" json:"folder_id,omitempty"`
	Templates []*Template                    `protobuf:"bytes,3,rep,name=templates" json:"templates,omitempty"`
}

func (*UpdateTemplatesRequest) Descriptor

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

func (*UpdateTemplatesRequest) GetAccountId

func (*UpdateTemplatesRequest) GetFolderId

func (*UpdateTemplatesRequest) GetTemplates

func (m *UpdateTemplatesRequest) GetTemplates() []*Template

func (*UpdateTemplatesRequest) ProtoMessage

func (*UpdateTemplatesRequest) ProtoMessage()

func (*UpdateTemplatesRequest) Reset

func (m *UpdateTemplatesRequest) Reset()

func (*UpdateTemplatesRequest) String

func (m *UpdateTemplatesRequest) String() string

type UpdateTemplatesResponse

type UpdateTemplatesResponse struct {
}

func (*UpdateTemplatesResponse) Descriptor

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

func (*UpdateTemplatesResponse) ProtoMessage

func (*UpdateTemplatesResponse) ProtoMessage()

func (*UpdateTemplatesResponse) Reset

func (m *UpdateTemplatesResponse) Reset()

func (*UpdateTemplatesResponse) String

func (m *UpdateTemplatesResponse) String() string

Jump to

Keyboard shortcuts

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