response

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

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ChefError

type ChefError struct {
	Class                string       `protobuf:"bytes,1,opt,name=class,proto3" json:"class,omitempty"`
	Message              string       `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"`
	Backtrace            []string     `protobuf:"bytes,16,rep,name=backtrace,proto3" json:"backtrace,omitempty"`
	Description          *Description `protobuf:"bytes,17,opt,name=description,proto3" json:"description,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*ChefError) Descriptor

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

func (*ChefError) GetBacktrace

func (m *ChefError) GetBacktrace() []string

func (*ChefError) GetClass

func (m *ChefError) GetClass() string

func (*ChefError) GetDescription

func (m *ChefError) GetDescription() *Description

func (*ChefError) GetMessage

func (m *ChefError) GetMessage() string

func (*ChefError) ProtoMessage

func (*ChefError) ProtoMessage()

func (*ChefError) Reset

func (m *ChefError) Reset()

func (*ChefError) String

func (m *ChefError) String() string

func (*ChefError) XXX_DiscardUnknown

func (m *ChefError) XXX_DiscardUnknown()

func (*ChefError) XXX_Marshal

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

func (*ChefError) XXX_Merge

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

func (*ChefError) XXX_Size

func (m *ChefError) XXX_Size() int

func (*ChefError) XXX_Unmarshal

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

type CookbookLock

type CookbookLock struct {
	Cookbook             string   `protobuf:"bytes,1,opt,name=cookbook,proto3" json:"cookbook,omitempty"`
	PolicyIdentifier     string   `protobuf:"bytes,2,opt,name=policy_identifier,json=policyIdentifier,proto3" json:"policy_identifier,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CookbookLock) Descriptor

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

func (*CookbookLock) GetCookbook

func (m *CookbookLock) GetCookbook() string

func (*CookbookLock) GetPolicyIdentifier

func (m *CookbookLock) GetPolicyIdentifier() string

func (*CookbookLock) ProtoMessage

func (*CookbookLock) ProtoMessage()

func (*CookbookLock) Reset

func (m *CookbookLock) Reset()

func (*CookbookLock) String

func (m *CookbookLock) String() string

func (*CookbookLock) XXX_DiscardUnknown

func (m *CookbookLock) XXX_DiscardUnknown()

func (*CookbookLock) XXX_Marshal

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

func (*CookbookLock) XXX_Merge

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

func (*CookbookLock) XXX_Size

func (m *CookbookLock) XXX_Size() int

func (*CookbookLock) XXX_Unmarshal

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

type Deprecation

type Deprecation struct {
	Message              string   `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"`
	Url                  string   `protobuf:"bytes,2,opt,name=url,proto3" json:"url,omitempty"`
	Location             string   `protobuf:"bytes,3,opt,name=location,proto3" json:"location,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Deprecation) Descriptor

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

func (*Deprecation) GetLocation

func (m *Deprecation) GetLocation() string

func (*Deprecation) GetMessage

func (m *Deprecation) GetMessage() string

func (*Deprecation) GetUrl

func (m *Deprecation) GetUrl() string

func (*Deprecation) ProtoMessage

func (*Deprecation) ProtoMessage()

func (*Deprecation) Reset

func (m *Deprecation) Reset()

func (*Deprecation) String

func (m *Deprecation) String() string

func (*Deprecation) XXX_DiscardUnknown

func (m *Deprecation) XXX_DiscardUnknown()

func (*Deprecation) XXX_Marshal

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

func (*Deprecation) XXX_Merge

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

func (*Deprecation) XXX_Size

func (m *Deprecation) XXX_Size() int

func (*Deprecation) XXX_Unmarshal

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

type Description

type Description struct {
	Title                string            `protobuf:"bytes,1,opt,name=title,proto3" json:"title,omitempty"`
	Sections             []*_struct.Struct `protobuf:"bytes,2,rep,name=sections,proto3" json:"sections,omitempty"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*Description) Descriptor

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

func (*Description) GetSections

func (m *Description) GetSections() []*_struct.Struct

func (*Description) GetTitle

func (m *Description) GetTitle() string

func (*Description) ProtoMessage

func (*Description) ProtoMessage()

func (*Description) Reset

func (m *Description) Reset()

func (*Description) String

func (m *Description) String() string

func (*Description) XXX_DiscardUnknown

func (m *Description) XXX_DiscardUnknown()

func (*Description) XXX_Marshal

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

func (*Description) XXX_Merge

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

func (*Description) XXX_Size

func (m *Description) XXX_Size() int

func (*Description) XXX_Unmarshal

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

type ExpandedRunList

type ExpandedRunList struct {
	Id                   string     `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	RunList              []*RunList `protobuf:"bytes,2,rep,name=run_list,json=runList,proto3" json:"run_list,omitempty"`
	XXX_NoUnkeyedLiteral struct{}   `json:"-"`
	XXX_unrecognized     []byte     `json:"-"`
	XXX_sizecache        int32      `json:"-"`
}

func (*ExpandedRunList) Descriptor

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

func (*ExpandedRunList) GetId

func (m *ExpandedRunList) GetId() string

func (*ExpandedRunList) GetRunList

func (m *ExpandedRunList) GetRunList() []*RunList

func (*ExpandedRunList) ProtoMessage

func (*ExpandedRunList) ProtoMessage()

func (*ExpandedRunList) Reset

func (m *ExpandedRunList) Reset()

func (*ExpandedRunList) String

func (m *ExpandedRunList) String() string

func (*ExpandedRunList) XXX_DiscardUnknown

func (m *ExpandedRunList) XXX_DiscardUnknown()

func (*ExpandedRunList) XXX_Marshal

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

func (*ExpandedRunList) XXX_Merge

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

func (*ExpandedRunList) XXX_Size

func (m *ExpandedRunList) XXX_Size() int

func (*ExpandedRunList) XXX_Unmarshal

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

type Node

type Node struct {
	Id              string               `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Name            string               `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Fqdn            string               `protobuf:"bytes,3,opt,name=fqdn,proto3" json:"fqdn,omitempty"`
	Checkin         *timestamp.Timestamp `protobuf:"bytes,4,opt,name=checkin,proto3" json:"checkin,omitempty"`
	UptimeSeconds   int32                `protobuf:"varint,5,opt,name=uptime_seconds,json=uptimeSeconds,proto3" json:"uptime_seconds,omitempty"`
	Organization    string               `protobuf:"bytes,6,opt,name=organization,proto3" json:"organization,omitempty"`
	Environment     string               `protobuf:"bytes,7,opt,name=environment,proto3" json:"environment,omitempty"`
	Platform        string               `protobuf:"bytes,8,opt,name=platform,proto3" json:"platform,omitempty"`
	PlatformFamily  string               `protobuf:"bytes,9,opt,name=platform_family,json=platformFamily,proto3" json:"platform_family,omitempty"`
	PlatformVersion string               `protobuf:"bytes,10,opt,name=platform_version,json=platformVersion,proto3" json:"platform_version,omitempty"`
	Status          string               `protobuf:"bytes,11,opt,name=status,proto3" json:"status,omitempty"`
	SourceFqdn      string               `protobuf:"bytes,12,opt,name=source_fqdn,json=sourceFqdn,proto3" json:"source_fqdn,omitempty"`
	LatestRunId     string               `protobuf:"bytes,13,opt,name=latest_run_id,json=latestRunId,proto3" json:"latest_run_id,omitempty"`
	HasRunsData     bool                 `protobuf:"varint,14,opt,name=has_runs_data,json=hasRunsData,proto3" json:"has_runs_data,omitempty"`
	LastCcrReceived *timestamp.Timestamp `protobuf:"bytes,15,opt,name=last_ccr_received,json=lastCcrReceived,proto3" json:"last_ccr_received,omitempty"`
	// Fields that might be empty
	PolicyName           string   `protobuf:"bytes,16,opt,name=policy_name,json=policyName,proto3" json:"policy_name,omitempty"`
	PolicyGroup          string   `protobuf:"bytes,17,opt,name=policy_group,json=policyGroup,proto3" json:"policy_group,omitempty"`
	PolicyRevision       string   `protobuf:"bytes,18,opt,name=policy_revision,json=policyRevision,proto3" json:"policy_revision,omitempty"`
	HasDeprecations      bool     `protobuf:"varint,19,opt,name=has_deprecations,json=hasDeprecations,proto3" json:"has_deprecations,omitempty"`
	ChefVersion          string   `protobuf:"bytes,20,opt,name=chef_version,json=chefVersion,proto3" json:"chef_version,omitempty"`
	ChefTags             []string `protobuf:"bytes,21,rep,name=chef_tags,json=chefTags,proto3" json:"chef_tags,omitempty"`
	DeprecationsCount    int32    `protobuf:"varint,22,opt,name=deprecations_count,json=deprecationsCount,proto3" json:"deprecations_count,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Node) Descriptor

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

func (*Node) GetCheckin

func (m *Node) GetCheckin() *timestamp.Timestamp

func (*Node) GetChefTags

func (m *Node) GetChefTags() []string

func (*Node) GetChefVersion

func (m *Node) GetChefVersion() string

func (*Node) GetDeprecationsCount

func (m *Node) GetDeprecationsCount() int32

func (*Node) GetEnvironment

func (m *Node) GetEnvironment() string

func (*Node) GetFqdn

func (m *Node) GetFqdn() string

func (*Node) GetHasDeprecations

func (m *Node) GetHasDeprecations() bool

func (*Node) GetHasRunsData

func (m *Node) GetHasRunsData() bool

func (*Node) GetId

func (m *Node) GetId() string

func (*Node) GetLastCcrReceived

func (m *Node) GetLastCcrReceived() *timestamp.Timestamp

func (*Node) GetLatestRunId

func (m *Node) GetLatestRunId() string

func (*Node) GetName

func (m *Node) GetName() string

func (*Node) GetOrganization

func (m *Node) GetOrganization() string

func (*Node) GetPlatform

func (m *Node) GetPlatform() string

func (*Node) GetPlatformFamily

func (m *Node) GetPlatformFamily() string

func (*Node) GetPlatformVersion

func (m *Node) GetPlatformVersion() string

func (*Node) GetPolicyGroup

func (m *Node) GetPolicyGroup() string

func (*Node) GetPolicyName

func (m *Node) GetPolicyName() string

func (*Node) GetPolicyRevision

func (m *Node) GetPolicyRevision() string

func (*Node) GetSourceFqdn

func (m *Node) GetSourceFqdn() string

func (*Node) GetStatus

func (m *Node) GetStatus() string

func (*Node) GetUptimeSeconds

func (m *Node) GetUptimeSeconds() int32

func (*Node) ProtoMessage

func (*Node) ProtoMessage()

func (*Node) Reset

func (m *Node) Reset()

func (*Node) String

func (m *Node) String() string

func (*Node) XXX_DiscardUnknown

func (m *Node) XXX_DiscardUnknown()

func (*Node) XXX_Marshal

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

func (*Node) XXX_Merge

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

func (*Node) XXX_Size

func (m *Node) XXX_Size() int

func (*Node) XXX_Unmarshal

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

type NodeAttribute

type NodeAttribute struct {
	NodeId               string   `protobuf:"bytes,1,opt,name=node_id,json=nodeId,proto3" json:"node_id,omitempty"`
	Name                 string   `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	RunList              []string `protobuf:"bytes,3,rep,name=run_list,json=runList,proto3" json:"run_list,omitempty"`
	ChefEnvironment      string   `protobuf:"bytes,4,opt,name=chef_environment,json=chefEnvironment,proto3" json:"chef_environment,omitempty"`
	Normal               string   `protobuf:"bytes,5,opt,name=normal,proto3" json:"normal,omitempty"`
	Default              string   `protobuf:"bytes,6,opt,name=default,proto3" json:"default,omitempty"`
	Override             string   `protobuf:"bytes,7,opt,name=override,proto3" json:"override,omitempty"`
	Automatic            string   `protobuf:"bytes,13,opt,name=automatic,proto3" json:"automatic,omitempty"`
	NormalValueCount     int32    `protobuf:"varint,8,opt,name=normal_value_count,json=normalValueCount,proto3" json:"normal_value_count,omitempty"`
	DefaultValueCount    int32    `protobuf:"varint,9,opt,name=default_value_count,json=defaultValueCount,proto3" json:"default_value_count,omitempty"`
	OverrideValueCount   int32    `protobuf:"varint,10,opt,name=override_value_count,json=overrideValueCount,proto3" json:"override_value_count,omitempty"`
	AllValueCount        int32    `protobuf:"varint,11,opt,name=all_value_count,json=allValueCount,proto3" json:"all_value_count,omitempty"`
	AutomaticValueCount  int32    `protobuf:"varint,12,opt,name=automatic_value_count,json=automaticValueCount,proto3" json:"automatic_value_count,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*NodeAttribute) Descriptor

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

func (*NodeAttribute) GetAllValueCount

func (m *NodeAttribute) GetAllValueCount() int32

func (*NodeAttribute) GetAutomatic

func (m *NodeAttribute) GetAutomatic() string

func (*NodeAttribute) GetAutomaticValueCount

func (m *NodeAttribute) GetAutomaticValueCount() int32

func (*NodeAttribute) GetChefEnvironment

func (m *NodeAttribute) GetChefEnvironment() string

func (*NodeAttribute) GetDefault

func (m *NodeAttribute) GetDefault() string

func (*NodeAttribute) GetDefaultValueCount

func (m *NodeAttribute) GetDefaultValueCount() int32

func (*NodeAttribute) GetName

func (m *NodeAttribute) GetName() string

func (*NodeAttribute) GetNodeId

func (m *NodeAttribute) GetNodeId() string

func (*NodeAttribute) GetNormal

func (m *NodeAttribute) GetNormal() string

func (*NodeAttribute) GetNormalValueCount

func (m *NodeAttribute) GetNormalValueCount() int32

func (*NodeAttribute) GetOverride

func (m *NodeAttribute) GetOverride() string

func (*NodeAttribute) GetOverrideValueCount

func (m *NodeAttribute) GetOverrideValueCount() int32

func (*NodeAttribute) GetRunList

func (m *NodeAttribute) GetRunList() []string

func (*NodeAttribute) ProtoMessage

func (*NodeAttribute) ProtoMessage()

func (*NodeAttribute) Reset

func (m *NodeAttribute) Reset()

func (*NodeAttribute) String

func (m *NodeAttribute) String() string

func (*NodeAttribute) XXX_DiscardUnknown

func (m *NodeAttribute) XXX_DiscardUnknown()

func (*NodeAttribute) XXX_Marshal

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

func (*NodeAttribute) XXX_Merge

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

func (*NodeAttribute) XXX_Size

func (m *NodeAttribute) XXX_Size() int

func (*NodeAttribute) XXX_Unmarshal

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

type NodesCounts

type NodesCounts struct {
	Total                int32    `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"`
	Success              int32    `protobuf:"varint,2,opt,name=success,proto3" json:"success,omitempty"`
	Failure              int32    `protobuf:"varint,3,opt,name=failure,proto3" json:"failure,omitempty"`
	Missing              int32    `protobuf:"varint,4,opt,name=missing,proto3" json:"missing,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*NodesCounts) Descriptor

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

func (*NodesCounts) GetFailure

func (m *NodesCounts) GetFailure() int32

func (*NodesCounts) GetMissing

func (m *NodesCounts) GetMissing() int32

func (*NodesCounts) GetSuccess

func (m *NodesCounts) GetSuccess() int32

func (*NodesCounts) GetTotal

func (m *NodesCounts) GetTotal() int32

func (*NodesCounts) ProtoMessage

func (*NodesCounts) ProtoMessage()

func (*NodesCounts) Reset

func (m *NodesCounts) Reset()

func (*NodesCounts) String

func (m *NodesCounts) String() string

func (*NodesCounts) XXX_DiscardUnknown

func (m *NodesCounts) XXX_DiscardUnknown()

func (*NodesCounts) XXX_Marshal

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

func (*NodesCounts) XXX_Merge

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

func (*NodesCounts) XXX_Size

func (m *NodesCounts) XXX_Size() int

func (*NodesCounts) XXX_Unmarshal

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

type PolicyCookbooks

type PolicyCookbooks struct {
	PolicyName           string          `protobuf:"bytes,1,opt,name=policy_name,json=policyName,proto3" json:"policy_name,omitempty"`
	CookbookLocks        []*CookbookLock `protobuf:"bytes,2,rep,name=cookbook_locks,json=cookbookLocks,proto3" json:"cookbook_locks,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*PolicyCookbooks) Descriptor

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

func (*PolicyCookbooks) GetCookbookLocks

func (m *PolicyCookbooks) GetCookbookLocks() []*CookbookLock

func (*PolicyCookbooks) GetPolicyName

func (m *PolicyCookbooks) GetPolicyName() string

func (*PolicyCookbooks) ProtoMessage

func (*PolicyCookbooks) ProtoMessage()

func (*PolicyCookbooks) Reset

func (m *PolicyCookbooks) Reset()

func (*PolicyCookbooks) String

func (m *PolicyCookbooks) String() string

func (*PolicyCookbooks) XXX_DiscardUnknown

func (m *PolicyCookbooks) XXX_DiscardUnknown()

func (*PolicyCookbooks) XXX_Marshal

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

func (*PolicyCookbooks) XXX_Merge

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

func (*PolicyCookbooks) XXX_Size

func (m *PolicyCookbooks) XXX_Size() int

func (*PolicyCookbooks) XXX_Unmarshal

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

type Resource

type Resource struct {
	Type            string `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"`
	Name            string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Id              string `protobuf:"bytes,3,opt,name=id,proto3" json:"id,omitempty"`
	Duration        string `protobuf:"bytes,4,opt,name=duration,proto3" json:"duration,omitempty"`
	Delta           string `protobuf:"bytes,5,opt,name=delta,proto3" json:"delta,omitempty"`
	CookbookName    string `protobuf:"bytes,6,opt,name=cookbook_name,json=cookbookName,proto3" json:"cookbook_name,omitempty"`
	CookbookVersion string `protobuf:"bytes,7,opt,name=cookbook_version,json=cookbookVersion,proto3" json:"cookbook_version,omitempty"`
	Status          string `protobuf:"bytes,9,opt,name=status,proto3" json:"status,omitempty"`
	RecipeName      string `protobuf:"bytes,10,opt,name=recipe_name,json=recipeName,proto3" json:"recipe_name,omitempty"`
	Result          string `protobuf:"bytes,11,opt,name=result,proto3" json:"result,omitempty"`
	// Fields that might be empty
	Conditional          string   `protobuf:"bytes,16,opt,name=conditional,proto3" json:"conditional,omitempty"`
	IgnoreFailure        bool     `protobuf:"varint,17,opt,name=ignore_failure,json=ignoreFailure,proto3" json:"ignore_failure,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Resource) Descriptor

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

func (*Resource) GetConditional

func (m *Resource) GetConditional() string

func (*Resource) GetCookbookName

func (m *Resource) GetCookbookName() string

func (*Resource) GetCookbookVersion

func (m *Resource) GetCookbookVersion() string

func (*Resource) GetDelta

func (m *Resource) GetDelta() string

func (*Resource) GetDuration

func (m *Resource) GetDuration() string

func (*Resource) GetId

func (m *Resource) GetId() string

func (*Resource) GetIgnoreFailure

func (m *Resource) GetIgnoreFailure() bool

func (*Resource) GetName

func (m *Resource) GetName() string

func (*Resource) GetRecipeName

func (m *Resource) GetRecipeName() string

func (*Resource) GetResult

func (m *Resource) GetResult() string

func (*Resource) GetStatus

func (m *Resource) GetStatus() string

func (*Resource) GetType

func (m *Resource) GetType() string

func (*Resource) ProtoMessage

func (*Resource) ProtoMessage()

func (*Resource) Reset

func (m *Resource) Reset()

func (*Resource) String

func (m *Resource) String() string

func (*Resource) XXX_DiscardUnknown

func (m *Resource) XXX_DiscardUnknown()

func (*Resource) XXX_Marshal

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

func (*Resource) XXX_Merge

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

func (*Resource) XXX_Size

func (m *Resource) XXX_Size() int

func (*Resource) XXX_Unmarshal

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

type Run

type Run struct {
	Id                   string               `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	NodeId               string               `protobuf:"bytes,2,opt,name=node_id,json=nodeId,proto3" json:"node_id,omitempty"`
	NodeName             string               `protobuf:"bytes,3,opt,name=node_name,json=nodeName,proto3" json:"node_name,omitempty"`
	Organization         string               `protobuf:"bytes,4,opt,name=organization,proto3" json:"organization,omitempty"`
	StartTime            *timestamp.Timestamp `protobuf:"bytes,5,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty"`
	EndTime              *timestamp.Timestamp `protobuf:"bytes,6,opt,name=end_time,json=endTime,proto3" json:"end_time,omitempty"`
	Source               string               `protobuf:"bytes,7,opt,name=source,proto3" json:"source,omitempty"`
	Status               string               `protobuf:"bytes,8,opt,name=status,proto3" json:"status,omitempty"`
	TotalResourceCount   int32                `protobuf:"varint,9,opt,name=total_resource_count,json=totalResourceCount,proto3" json:"total_resource_count,omitempty"`
	UpdatedResourceCount int32                `protobuf:"varint,10,opt,name=updated_resource_count,json=updatedResourceCount,proto3" json:"updated_resource_count,omitempty"`
	ChefVersion          string               `protobuf:"bytes,11,opt,name=chef_version,json=chefVersion,proto3" json:"chef_version,omitempty"`
	UptimeSeconds        int32                `protobuf:"varint,12,opt,name=uptime_seconds,json=uptimeSeconds,proto3" json:"uptime_seconds,omitempty"`
	Environment          string               `protobuf:"bytes,13,opt,name=environment,proto3" json:"environment,omitempty"`
	Fqdn                 string               `protobuf:"bytes,14,opt,name=fqdn,proto3" json:"fqdn,omitempty"`
	SourceFqdn           string               `protobuf:"bytes,15,opt,name=source_fqdn,json=sourceFqdn,proto3" json:"source_fqdn,omitempty"`
	Ipaddress            string               `protobuf:"bytes,16,opt,name=ipaddress,proto3" json:"ipaddress,omitempty"`
	Resources            []*Resource          `protobuf:"bytes,17,rep,name=resources,proto3" json:"resources,omitempty"`
	RunList              []string             `protobuf:"bytes,18,rep,name=run_list,json=runList,proto3" json:"run_list,omitempty"`
	Deprecations         []*Deprecation       `protobuf:"bytes,19,rep,name=deprecations,proto3" json:"deprecations,omitempty"`
	Error                *ChefError           `protobuf:"bytes,20,opt,name=error,proto3" json:"error,omitempty"`
	Tags                 []string             `protobuf:"bytes,21,rep,name=tags,proto3" json:"tags,omitempty"`
	ResourceNames        []string             `protobuf:"bytes,22,rep,name=resource_names,json=resourceNames,proto3" json:"resource_names,omitempty"`
	Recipes              []string             `protobuf:"bytes,23,rep,name=recipes,proto3" json:"recipes,omitempty"`
	ChefTags             []string             `protobuf:"bytes,24,rep,name=chef_tags,json=chefTags,proto3" json:"chef_tags,omitempty"`
	Cookbooks            []string             `protobuf:"bytes,25,rep,name=cookbooks,proto3" json:"cookbooks,omitempty"`
	Platform             string               `protobuf:"bytes,26,opt,name=platform,proto3" json:"platform,omitempty"`
	PlatformFamily       string               `protobuf:"bytes,27,opt,name=platform_family,json=platformFamily,proto3" json:"platform_family,omitempty"`
	PlatformVersion      string               `protobuf:"bytes,28,opt,name=platform_version,json=platformVersion,proto3" json:"platform_version,omitempty"`
	Roles                []string             `protobuf:"bytes,29,rep,name=roles,proto3" json:"roles,omitempty"`
	PolicyName           string               `protobuf:"bytes,30,opt,name=policy_name,json=policyName,proto3" json:"policy_name,omitempty"`
	PolicyGroup          string               `protobuf:"bytes,31,opt,name=policy_group,json=policyGroup,proto3" json:"policy_group,omitempty"`
	PolicyRevision       string               `protobuf:"bytes,32,opt,name=policy_revision,json=policyRevision,proto3" json:"policy_revision,omitempty"`
	ExpandedRunList      *ExpandedRunList     `protobuf:"bytes,33,opt,name=expanded_run_list,json=expandedRunList,proto3" json:"expanded_run_list,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*Run) Descriptor

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

func (*Run) GetChefTags

func (m *Run) GetChefTags() []string

func (*Run) GetChefVersion

func (m *Run) GetChefVersion() string

func (*Run) GetCookbooks

func (m *Run) GetCookbooks() []string

func (*Run) GetDeprecations

func (m *Run) GetDeprecations() []*Deprecation

func (*Run) GetEndTime

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

func (*Run) GetEnvironment

func (m *Run) GetEnvironment() string

func (*Run) GetError

func (m *Run) GetError() *ChefError

func (*Run) GetExpandedRunList

func (m *Run) GetExpandedRunList() *ExpandedRunList

func (*Run) GetFqdn

func (m *Run) GetFqdn() string

func (*Run) GetId

func (m *Run) GetId() string

func (*Run) GetIpaddress

func (m *Run) GetIpaddress() string

func (*Run) GetNodeId

func (m *Run) GetNodeId() string

func (*Run) GetNodeName

func (m *Run) GetNodeName() string

func (*Run) GetOrganization

func (m *Run) GetOrganization() string

func (*Run) GetPlatform

func (m *Run) GetPlatform() string

func (*Run) GetPlatformFamily

func (m *Run) GetPlatformFamily() string

func (*Run) GetPlatformVersion

func (m *Run) GetPlatformVersion() string

func (*Run) GetPolicyGroup

func (m *Run) GetPolicyGroup() string

func (*Run) GetPolicyName

func (m *Run) GetPolicyName() string

func (*Run) GetPolicyRevision

func (m *Run) GetPolicyRevision() string

func (*Run) GetRecipes

func (m *Run) GetRecipes() []string

func (*Run) GetResourceNames

func (m *Run) GetResourceNames() []string

func (*Run) GetResources

func (m *Run) GetResources() []*Resource

func (*Run) GetRoles

func (m *Run) GetRoles() []string

func (*Run) GetRunList

func (m *Run) GetRunList() []string

func (*Run) GetSource

func (m *Run) GetSource() string

func (*Run) GetSourceFqdn

func (m *Run) GetSourceFqdn() string

func (*Run) GetStartTime

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

func (*Run) GetStatus

func (m *Run) GetStatus() string

func (*Run) GetTags

func (m *Run) GetTags() []string

func (*Run) GetTotalResourceCount

func (m *Run) GetTotalResourceCount() int32

func (*Run) GetUpdatedResourceCount

func (m *Run) GetUpdatedResourceCount() int32

func (*Run) GetUptimeSeconds

func (m *Run) GetUptimeSeconds() int32

func (*Run) ProtoMessage

func (*Run) ProtoMessage()

func (*Run) Reset

func (m *Run) Reset()

func (*Run) String

func (m *Run) String() string

func (*Run) XXX_DiscardUnknown

func (m *Run) XXX_DiscardUnknown()

func (*Run) XXX_Marshal

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

func (*Run) XXX_Merge

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

func (*Run) XXX_Size

func (m *Run) XXX_Size() int

func (*Run) XXX_Unmarshal

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

type RunList

type RunList struct {
	Type                 string     `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"`
	Name                 string     `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Version              string     `protobuf:"bytes,3,opt,name=version,proto3" json:"version,omitempty"`
	Skipped              bool       `protobuf:"varint,4,opt,name=skipped,proto3" json:"skipped,omitempty"`
	Children             []*RunList `protobuf:"bytes,5,rep,name=children,proto3" json:"children,omitempty"`
	XXX_NoUnkeyedLiteral struct{}   `json:"-"`
	XXX_unrecognized     []byte     `json:"-"`
	XXX_sizecache        int32      `json:"-"`
}

func (*RunList) Descriptor

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

func (*RunList) GetChildren

func (m *RunList) GetChildren() []*RunList

func (*RunList) GetName

func (m *RunList) GetName() string

func (*RunList) GetSkipped

func (m *RunList) GetSkipped() bool

func (*RunList) GetType

func (m *RunList) GetType() string

func (*RunList) GetVersion

func (m *RunList) GetVersion() string

func (*RunList) ProtoMessage

func (*RunList) ProtoMessage()

func (*RunList) Reset

func (m *RunList) Reset()

func (*RunList) String

func (m *RunList) String() string

func (*RunList) XXX_DiscardUnknown

func (m *RunList) XXX_DiscardUnknown()

func (*RunList) XXX_Marshal

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

func (*RunList) XXX_Merge

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

func (*RunList) XXX_Size

func (m *RunList) XXX_Size() int

func (*RunList) XXX_Unmarshal

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

type RunsCounts

type RunsCounts struct {
	Total                int32    `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"`
	Success              int32    `protobuf:"varint,2,opt,name=success,proto3" json:"success,omitempty"`
	Failure              int32    `protobuf:"varint,3,opt,name=failure,proto3" json:"failure,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RunsCounts) Descriptor

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

func (*RunsCounts) GetFailure

func (m *RunsCounts) GetFailure() int32

func (*RunsCounts) GetSuccess

func (m *RunsCounts) GetSuccess() int32

func (*RunsCounts) GetTotal

func (m *RunsCounts) GetTotal() int32

func (*RunsCounts) ProtoMessage

func (*RunsCounts) ProtoMessage()

func (*RunsCounts) Reset

func (m *RunsCounts) Reset()

func (*RunsCounts) String

func (m *RunsCounts) String() string

func (*RunsCounts) XXX_DiscardUnknown

func (m *RunsCounts) XXX_DiscardUnknown()

func (*RunsCounts) XXX_Marshal

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

func (*RunsCounts) XXX_Merge

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

func (*RunsCounts) XXX_Size

func (m *RunsCounts) XXX_Size() int

func (*RunsCounts) XXX_Unmarshal

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

type Suggestion

type Suggestion struct {
	Text                 string   `protobuf:"bytes,1,opt,name=text,proto3" json:"text,omitempty"`
	Score                float32  `protobuf:"fixed32,2,opt,name=score,proto3" json:"score,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Suggestion) Descriptor

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

func (*Suggestion) GetScore

func (m *Suggestion) GetScore() float32

func (*Suggestion) GetText

func (m *Suggestion) GetText() string

func (*Suggestion) ProtoMessage

func (*Suggestion) ProtoMessage()

func (*Suggestion) Reset

func (m *Suggestion) Reset()

func (*Suggestion) String

func (m *Suggestion) String() string

func (*Suggestion) XXX_DiscardUnknown

func (m *Suggestion) XXX_DiscardUnknown()

func (*Suggestion) XXX_Marshal

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

func (*Suggestion) XXX_Merge

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

func (*Suggestion) XXX_Size

func (m *Suggestion) XXX_Size() int

func (*Suggestion) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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