response

package
v0.0.0-...-05bb4c1 Latest Latest
Warning

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

Go to latest
Published: May 7, 2024 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_interservice_cfgmgmt_response_actions_proto protoreflect.FileDescriptor
View Source
var File_interservice_cfgmgmt_response_inventory_nodes_proto protoreflect.FileDescriptor
View Source
var File_interservice_cfgmgmt_response_nodes_proto protoreflect.FileDescriptor
View Source
var File_interservice_cfgmgmt_response_root_proto protoreflect.FileDescriptor
View Source
var File_interservice_cfgmgmt_response_stats_proto protoreflect.FileDescriptor
View Source
var File_interservice_cfgmgmt_response_suggestions_proto protoreflect.FileDescriptor
View Source
var File_interservice_cfgmgmt_response_telemetry_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type AbridgedConverge

type AbridgedConverge struct {
	Id        string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty" toml:"id,omitempty" mapstructure:"id,omitempty"`
	StartTime string `` /* 152-byte string literal not displayed */
	EndTime   string `` /* 142-byte string literal not displayed */
	Status    string `protobuf:"bytes,4,opt,name=status,proto3" json:"status,omitempty" toml:"status,omitempty" mapstructure:"status,omitempty"`
	// contains filtered or unexported fields
}

func (*AbridgedConverge) Descriptor deprecated

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

Deprecated: Use AbridgedConverge.ProtoReflect.Descriptor instead.

func (*AbridgedConverge) GetEndTime

func (x *AbridgedConverge) GetEndTime() string

func (*AbridgedConverge) GetId

func (x *AbridgedConverge) GetId() string

func (*AbridgedConverge) GetStartTime

func (x *AbridgedConverge) GetStartTime() string

func (*AbridgedConverge) GetStatus

func (x *AbridgedConverge) GetStatus() string

func (*AbridgedConverge) ProtoMessage

func (*AbridgedConverge) ProtoMessage()

func (*AbridgedConverge) ProtoReflect

func (x *AbridgedConverge) ProtoReflect() protoreflect.Message

func (*AbridgedConverge) Reset

func (x *AbridgedConverge) Reset()

func (*AbridgedConverge) String

func (x *AbridgedConverge) String() string

type CheckInCounts

type CheckInCounts struct {
	Start string `protobuf:"bytes,1,opt,name=start,proto3" json:"start,omitempty" toml:"start,omitempty" mapstructure:"start,omitempty"`
	End   string `protobuf:"bytes,2,opt,name=end,proto3" json:"end,omitempty" toml:"end,omitempty" mapstructure:"end,omitempty"`
	Count int32  `protobuf:"varint,3,opt,name=count,proto3" json:"count,omitempty" toml:"count,omitempty" mapstructure:"count,omitempty"`
	Total int32  `protobuf:"varint,4,opt,name=total,proto3" json:"total,omitempty" toml:"total,omitempty" mapstructure:"total,omitempty"`
	// contains filtered or unexported fields
}

func (*CheckInCounts) Descriptor deprecated

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

Deprecated: Use CheckInCounts.ProtoReflect.Descriptor instead.

func (*CheckInCounts) GetCount

func (x *CheckInCounts) GetCount() int32

func (*CheckInCounts) GetEnd

func (x *CheckInCounts) GetEnd() string

func (*CheckInCounts) GetStart

func (x *CheckInCounts) GetStart() string

func (*CheckInCounts) GetTotal

func (x *CheckInCounts) GetTotal() int32

func (*CheckInCounts) ProtoMessage

func (*CheckInCounts) ProtoMessage()

func (*CheckInCounts) ProtoReflect

func (x *CheckInCounts) ProtoReflect() protoreflect.Message

func (*CheckInCounts) Reset

func (x *CheckInCounts) Reset()

func (*CheckInCounts) String

func (x *CheckInCounts) String() string

type CheckInCountsTimeSeries

type CheckInCountsTimeSeries struct {

	// List of daily checkin counts
	Counts []*CheckInCounts `protobuf:"bytes,1,rep,name=counts,proto3" json:"counts,omitempty" toml:"counts,omitempty" mapstructure:"counts,omitempty"`
	// contains filtered or unexported fields
}

func (*CheckInCountsTimeSeries) Descriptor deprecated

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

Deprecated: Use CheckInCountsTimeSeries.ProtoReflect.Descriptor instead.

func (*CheckInCountsTimeSeries) GetCounts

func (x *CheckInCountsTimeSeries) GetCounts() []*CheckInCounts

func (*CheckInCountsTimeSeries) ProtoMessage

func (*CheckInCountsTimeSeries) ProtoMessage()

func (*CheckInCountsTimeSeries) ProtoReflect

func (x *CheckInCountsTimeSeries) ProtoReflect() protoreflect.Message

func (*CheckInCountsTimeSeries) Reset

func (x *CheckInCountsTimeSeries) Reset()

func (*CheckInCountsTimeSeries) String

func (x *CheckInCountsTimeSeries) String() string

type ChefError

type ChefError struct {
	Class       string       `protobuf:"bytes,1,opt,name=class,proto3" json:"class,omitempty" toml:"class,omitempty" mapstructure:"class,omitempty"`
	Message     string       `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty" toml:"message,omitempty" mapstructure:"message,omitempty"`
	Backtrace   []string     `` /* 134-byte string literal not displayed */
	Description *Description `` /* 142-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ChefError) Descriptor deprecated

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

Deprecated: Use ChefError.ProtoReflect.Descriptor instead.

func (*ChefError) GetBacktrace

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

func (*ChefError) GetClass

func (x *ChefError) GetClass() string

func (*ChefError) GetDescription

func (x *ChefError) GetDescription() *Description

func (*ChefError) GetMessage

func (x *ChefError) GetMessage() string

func (*ChefError) ProtoMessage

func (*ChefError) ProtoMessage()

func (*ChefError) ProtoReflect

func (x *ChefError) ProtoReflect() protoreflect.Message

func (*ChefError) Reset

func (x *ChefError) Reset()

func (*ChefError) String

func (x *ChefError) String() string

type CookbookLock

type CookbookLock struct {
	Cookbook         string `` /* 129-byte string literal not displayed */
	PolicyIdentifier string `` /* 187-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*CookbookLock) Descriptor deprecated

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

Deprecated: Use CookbookLock.ProtoReflect.Descriptor instead.

func (*CookbookLock) GetCookbook

func (x *CookbookLock) GetCookbook() string

func (*CookbookLock) GetPolicyIdentifier

func (x *CookbookLock) GetPolicyIdentifier() string

func (*CookbookLock) ProtoMessage

func (*CookbookLock) ProtoMessage()

func (*CookbookLock) ProtoReflect

func (x *CookbookLock) ProtoReflect() protoreflect.Message

func (*CookbookLock) Reset

func (x *CookbookLock) Reset()

func (*CookbookLock) String

func (x *CookbookLock) String() string

type CountedDuration

type CountedDuration struct {
	Duration string `` /* 129-byte string literal not displayed */
	Count    int32  `protobuf:"varint,2,opt,name=count,proto3" json:"count,omitempty" toml:"count,omitempty" mapstructure:"count,omitempty"`
	// contains filtered or unexported fields
}

func (*CountedDuration) Descriptor deprecated

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

Deprecated: Use CountedDuration.ProtoReflect.Descriptor instead.

func (*CountedDuration) GetCount

func (x *CountedDuration) GetCount() int32

func (*CountedDuration) GetDuration

func (x *CountedDuration) GetDuration() string

func (*CountedDuration) ProtoMessage

func (*CountedDuration) ProtoMessage()

func (*CountedDuration) ProtoReflect

func (x *CountedDuration) ProtoReflect() protoreflect.Message

func (*CountedDuration) Reset

func (x *CountedDuration) Reset()

func (*CountedDuration) String

func (x *CountedDuration) String() string

type Deprecation

type Deprecation struct {
	Message  string `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty" toml:"message,omitempty" mapstructure:"message,omitempty"`
	Url      string `protobuf:"bytes,2,opt,name=url,proto3" json:"url,omitempty" toml:"url,omitempty" mapstructure:"url,omitempty"`
	Location string `` /* 129-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*Deprecation) Descriptor deprecated

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

Deprecated: Use Deprecation.ProtoReflect.Descriptor instead.

func (*Deprecation) GetLocation

func (x *Deprecation) GetLocation() string

func (*Deprecation) GetMessage

func (x *Deprecation) GetMessage() string

func (*Deprecation) GetUrl

func (x *Deprecation) GetUrl() string

func (*Deprecation) ProtoMessage

func (*Deprecation) ProtoMessage()

func (*Deprecation) ProtoReflect

func (x *Deprecation) ProtoReflect() protoreflect.Message

func (*Deprecation) Reset

func (x *Deprecation) Reset()

func (*Deprecation) String

func (x *Deprecation) String() string

type Description

type Description struct {
	Title    string             `protobuf:"bytes,1,opt,name=title,proto3" json:"title,omitempty" toml:"title,omitempty" mapstructure:"title,omitempty"`
	Sections []*structpb.Struct `` /* 129-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*Description) Descriptor deprecated

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

Deprecated: Use Description.ProtoReflect.Descriptor instead.

func (*Description) GetSections

func (x *Description) GetSections() []*structpb.Struct

func (*Description) GetTitle

func (x *Description) GetTitle() string

func (*Description) ProtoMessage

func (*Description) ProtoMessage()

func (*Description) ProtoReflect

func (x *Description) ProtoReflect() protoreflect.Message

func (*Description) Reset

func (x *Description) Reset()

func (*Description) String

func (x *Description) String() string

type ExpandedRunList

type ExpandedRunList struct {
	Id      string     `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty" toml:"id,omitempty" mapstructure:"id,omitempty"`
	RunList []*RunList `` /* 142-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ExpandedRunList) Descriptor deprecated

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

Deprecated: Use ExpandedRunList.ProtoReflect.Descriptor instead.

func (*ExpandedRunList) GetId

func (x *ExpandedRunList) GetId() string

func (*ExpandedRunList) GetRunList

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

func (*ExpandedRunList) ProtoMessage

func (*ExpandedRunList) ProtoMessage()

func (*ExpandedRunList) ProtoReflect

func (x *ExpandedRunList) ProtoReflect() protoreflect.Message

func (*ExpandedRunList) Reset

func (x *ExpandedRunList) Reset()

func (*ExpandedRunList) String

func (x *ExpandedRunList) String() string

type ExportData

type ExportData struct {
	Content []byte `protobuf:"bytes,1,opt,name=content,proto3" json:"content,omitempty" toml:"content,omitempty" mapstructure:"content,omitempty"`
	// contains filtered or unexported fields
}

func (*ExportData) Descriptor deprecated

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

Deprecated: Use ExportData.ProtoReflect.Descriptor instead.

func (*ExportData) GetContent

func (x *ExportData) GetContent() []byte

func (*ExportData) ProtoMessage

func (*ExportData) ProtoMessage()

func (*ExportData) ProtoReflect

func (x *ExportData) ProtoReflect() protoreflect.Message

func (*ExportData) Reset

func (x *ExportData) Reset()

func (*ExportData) String

func (x *ExportData) String() string

type GetNodesUsageCountResponse

type GetNodesUsageCountResponse struct {

	// number of days since telematics was last posted
	DaysSinceLastPost int64 `` /* 201-byte string literal not displayed */
	// unique nodes count in a duration
	NodeCnt int64 `` /* 143-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GetNodesUsageCountResponse) Descriptor deprecated

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

Deprecated: Use GetNodesUsageCountResponse.ProtoReflect.Descriptor instead.

func (*GetNodesUsageCountResponse) GetDaysSinceLastPost

func (x *GetNodesUsageCountResponse) GetDaysSinceLastPost() int64

func (*GetNodesUsageCountResponse) GetNodeCnt

func (x *GetNodesUsageCountResponse) GetNodeCnt() int64

func (*GetNodesUsageCountResponse) ProtoMessage

func (*GetNodesUsageCountResponse) ProtoMessage()

func (*GetNodesUsageCountResponse) ProtoReflect

func (*GetNodesUsageCountResponse) Reset

func (x *GetNodesUsageCountResponse) Reset()

func (*GetNodesUsageCountResponse) String

func (x *GetNodesUsageCountResponse) String() string

type Health

type Health struct {
	Status string `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty" toml:"status,omitempty" mapstructure:"status,omitempty"`
	// contains filtered or unexported fields
}

Health message

The config-mgmt-service health is constructed with:

  • Status: => ok: Everything is alright => initialization: The service is in its initialization process => warning: Something might be wrong? => critical: Something is wrong!

@afiune: Here we can add more health information to the response

func (*Health) Descriptor deprecated

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

Deprecated: Use Health.ProtoReflect.Descriptor instead.

func (*Health) GetStatus

func (x *Health) GetStatus() string

func (*Health) ProtoMessage

func (*Health) ProtoMessage()

func (*Health) ProtoReflect

func (x *Health) ProtoReflect() protoreflect.Message

func (*Health) Reset

func (x *Health) Reset()

func (*Health) String

func (x *Health) String() string

type InventoryNode

type InventoryNode struct {
	Id              string                 `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty" toml:"id,omitempty" mapstructure:"id,omitempty"`
	Checkin         *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=checkin,proto3" json:"checkin,omitempty" toml:"checkin,omitempty" mapstructure:"checkin,omitempty"`
	Organization    string                 `` /* 145-byte string literal not displayed */
	Platform        string                 `` /* 129-byte string literal not displayed */
	PlatformFamily  string                 `` /* 177-byte string literal not displayed */
	PlatformVersion string                 `` /* 182-byte string literal not displayed */
	ClientVersion   string                 `` /* 172-byte string literal not displayed */
	Ec2InstanceId   string                 `` /* 176-byte string literal not displayed */
	Ec2InstanceType string                 `` /* 186-byte string literal not displayed */
	LastCcrReceived *timestamppb.Timestamp `` /* 187-byte string literal not displayed */
	Name            string                 `protobuf:"bytes,11,opt,name=name,proto3" json:"name,omitempty" toml:"name,omitempty" mapstructure:"name,omitempty"`
	Fqdn            string                 `protobuf:"bytes,12,opt,name=fqdn,proto3" json:"fqdn,omitempty" toml:"fqdn,omitempty" mapstructure:"fqdn,omitempty"`
	Ipaddress       string                 `` /* 134-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*InventoryNode) Descriptor deprecated

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

Deprecated: Use InventoryNode.ProtoReflect.Descriptor instead.

func (*InventoryNode) GetCheckin

func (x *InventoryNode) GetCheckin() *timestamppb.Timestamp

func (*InventoryNode) GetClientVersion

func (x *InventoryNode) GetClientVersion() string

func (*InventoryNode) GetEc2InstanceId

func (x *InventoryNode) GetEc2InstanceId() string

func (*InventoryNode) GetEc2InstanceType

func (x *InventoryNode) GetEc2InstanceType() string

func (*InventoryNode) GetFqdn

func (x *InventoryNode) GetFqdn() string

func (*InventoryNode) GetId

func (x *InventoryNode) GetId() string

func (*InventoryNode) GetIpaddress

func (x *InventoryNode) GetIpaddress() string

func (*InventoryNode) GetLastCcrReceived

func (x *InventoryNode) GetLastCcrReceived() *timestamppb.Timestamp

func (*InventoryNode) GetName

func (x *InventoryNode) GetName() string

func (*InventoryNode) GetOrganization

func (x *InventoryNode) GetOrganization() string

func (*InventoryNode) GetPlatform

func (x *InventoryNode) GetPlatform() string

func (*InventoryNode) GetPlatformFamily

func (x *InventoryNode) GetPlatformFamily() string

func (*InventoryNode) GetPlatformVersion

func (x *InventoryNode) GetPlatformVersion() string

func (*InventoryNode) ProtoMessage

func (*InventoryNode) ProtoMessage()

func (*InventoryNode) ProtoReflect

func (x *InventoryNode) ProtoReflect() protoreflect.Message

func (*InventoryNode) Reset

func (x *InventoryNode) Reset()

func (*InventoryNode) String

func (x *InventoryNode) String() string

type InventoryNodes

type InventoryNodes struct {
	Nodes []*InventoryNode `protobuf:"bytes,1,rep,name=nodes,proto3" json:"nodes,omitempty" toml:"nodes,omitempty" mapstructure:"nodes,omitempty"`
	// contains filtered or unexported fields
}

func (*InventoryNodes) Descriptor deprecated

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

Deprecated: Use InventoryNodes.ProtoReflect.Descriptor instead.

func (*InventoryNodes) GetNodes

func (x *InventoryNodes) GetNodes() []*InventoryNode

func (*InventoryNodes) ProtoMessage

func (*InventoryNodes) ProtoMessage()

func (*InventoryNodes) ProtoReflect

func (x *InventoryNodes) ProtoReflect() protoreflect.Message

func (*InventoryNodes) Reset

func (x *InventoryNodes) Reset()

func (*InventoryNodes) String

func (x *InventoryNodes) String() string

type MissingNodeDurationCounts

type MissingNodeDurationCounts struct {
	CountedDurations []*CountedDuration `` /* 187-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*MissingNodeDurationCounts) Descriptor deprecated

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

Deprecated: Use MissingNodeDurationCounts.ProtoReflect.Descriptor instead.

func (*MissingNodeDurationCounts) GetCountedDurations

func (x *MissingNodeDurationCounts) GetCountedDurations() []*CountedDuration

func (*MissingNodeDurationCounts) ProtoMessage

func (*MissingNodeDurationCounts) ProtoMessage()

func (*MissingNodeDurationCounts) ProtoReflect

func (*MissingNodeDurationCounts) Reset

func (x *MissingNodeDurationCounts) Reset()

func (*MissingNodeDurationCounts) String

func (x *MissingNodeDurationCounts) String() string

type NodeAttribute

type NodeAttribute struct {
	NodeId              string   `` /* 137-byte string literal not displayed */
	Name                string   `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty" toml:"name,omitempty" mapstructure:"name,omitempty"`
	RunList             []string `` /* 142-byte string literal not displayed */
	ChefEnvironment     string   `` /* 182-byte string literal not displayed */
	Normal              string   `protobuf:"bytes,5,opt,name=normal,proto3" json:"normal,omitempty" toml:"normal,omitempty" mapstructure:"normal,omitempty"`
	Default             string   `protobuf:"bytes,6,opt,name=default,proto3" json:"default,omitempty" toml:"default,omitempty" mapstructure:"default,omitempty"`
	Override            string   `` /* 129-byte string literal not displayed */
	NormalValueCount    int32    `` /* 192-byte string literal not displayed */
	DefaultValueCount   int32    `` /* 197-byte string literal not displayed */
	OverrideValueCount  int32    `` /* 203-byte string literal not displayed */
	AllValueCount       int32    `` /* 178-byte string literal not displayed */
	Automatic           string   `` /* 134-byte string literal not displayed */
	AutomaticValueCount int32    `` /* 208-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*NodeAttribute) Descriptor deprecated

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

Deprecated: Use NodeAttribute.ProtoReflect.Descriptor instead.

func (*NodeAttribute) GetAllValueCount

func (x *NodeAttribute) GetAllValueCount() int32

func (*NodeAttribute) GetAutomatic

func (x *NodeAttribute) GetAutomatic() string

func (*NodeAttribute) GetAutomaticValueCount

func (x *NodeAttribute) GetAutomaticValueCount() int32

func (*NodeAttribute) GetChefEnvironment

func (x *NodeAttribute) GetChefEnvironment() string

func (*NodeAttribute) GetDefault

func (x *NodeAttribute) GetDefault() string

func (*NodeAttribute) GetDefaultValueCount

func (x *NodeAttribute) GetDefaultValueCount() int32

func (*NodeAttribute) GetName

func (x *NodeAttribute) GetName() string

func (*NodeAttribute) GetNodeId

func (x *NodeAttribute) GetNodeId() string

func (*NodeAttribute) GetNormal

func (x *NodeAttribute) GetNormal() string

func (*NodeAttribute) GetNormalValueCount

func (x *NodeAttribute) GetNormalValueCount() int32

func (*NodeAttribute) GetOverride

func (x *NodeAttribute) GetOverride() string

func (*NodeAttribute) GetOverrideValueCount

func (x *NodeAttribute) GetOverrideValueCount() int32

func (*NodeAttribute) GetRunList

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

func (*NodeAttribute) ProtoMessage

func (*NodeAttribute) ProtoMessage()

func (*NodeAttribute) ProtoReflect

func (x *NodeAttribute) ProtoReflect() protoreflect.Message

func (*NodeAttribute) Reset

func (x *NodeAttribute) Reset()

func (*NodeAttribute) String

func (x *NodeAttribute) String() string

type NodeMetadataCounts

type NodeMetadataCounts struct {
	Types []*TypeCount `protobuf:"bytes,1,rep,name=types,proto3" json:"types,omitempty" toml:"types,omitempty" mapstructure:"types,omitempty"`
	// contains filtered or unexported fields
}

func (*NodeMetadataCounts) Descriptor deprecated

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

Deprecated: Use NodeMetadataCounts.ProtoReflect.Descriptor instead.

func (*NodeMetadataCounts) GetTypes

func (x *NodeMetadataCounts) GetTypes() []*TypeCount

func (*NodeMetadataCounts) ProtoMessage

func (*NodeMetadataCounts) ProtoMessage()

func (*NodeMetadataCounts) ProtoReflect

func (x *NodeMetadataCounts) ProtoReflect() protoreflect.Message

func (*NodeMetadataCounts) Reset

func (x *NodeMetadataCounts) Reset()

func (*NodeMetadataCounts) String

func (x *NodeMetadataCounts) String() string

type NodeRunsDailyStatusTimeSeries

type NodeRunsDailyStatusTimeSeries struct {
	Durations []*RunDurationStatus `` /* 133-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*NodeRunsDailyStatusTimeSeries) Descriptor deprecated

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

Deprecated: Use NodeRunsDailyStatusTimeSeries.ProtoReflect.Descriptor instead.

func (*NodeRunsDailyStatusTimeSeries) GetDurations

func (x *NodeRunsDailyStatusTimeSeries) GetDurations() []*RunDurationStatus

func (*NodeRunsDailyStatusTimeSeries) ProtoMessage

func (*NodeRunsDailyStatusTimeSeries) ProtoMessage()

func (*NodeRunsDailyStatusTimeSeries) ProtoReflect

func (*NodeRunsDailyStatusTimeSeries) Reset

func (x *NodeRunsDailyStatusTimeSeries) Reset()

func (*NodeRunsDailyStatusTimeSeries) String

type NodesCounts

type NodesCounts struct {
	Total   int32 `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty" toml:"total,omitempty" mapstructure:"total,omitempty"`
	Success int32 `` /* 126-byte string literal not displayed */
	Failure int32 `` /* 126-byte string literal not displayed */
	Missing int32 `` /* 126-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*NodesCounts) Descriptor deprecated

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

Deprecated: Use NodesCounts.ProtoReflect.Descriptor instead.

func (*NodesCounts) GetFailure

func (x *NodesCounts) GetFailure() int32

func (*NodesCounts) GetMissing

func (x *NodesCounts) GetMissing() int32

func (*NodesCounts) GetSuccess

func (x *NodesCounts) GetSuccess() int32

func (*NodesCounts) GetTotal

func (x *NodesCounts) GetTotal() int32

func (*NodesCounts) ProtoMessage

func (*NodesCounts) ProtoMessage()

func (*NodesCounts) ProtoReflect

func (x *NodesCounts) ProtoReflect() protoreflect.Message

func (*NodesCounts) Reset

func (x *NodesCounts) Reset()

func (*NodesCounts) String

func (x *NodesCounts) String() string

type Organizations

type Organizations struct {
	Organizations []string `` /* 149-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*Organizations) Descriptor deprecated

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

Deprecated: Use Organizations.ProtoReflect.Descriptor instead.

func (*Organizations) GetOrganizations

func (x *Organizations) GetOrganizations() []string

func (*Organizations) ProtoMessage

func (*Organizations) ProtoMessage()

func (*Organizations) ProtoReflect

func (x *Organizations) ProtoReflect() protoreflect.Message

func (*Organizations) Reset

func (x *Organizations) Reset()

func (*Organizations) String

func (x *Organizations) String() string

type PolicyCookbooks

type PolicyCookbooks struct {
	PolicyName    string          `` /* 157-byte string literal not displayed */
	CookbookLocks []*CookbookLock `` /* 172-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*PolicyCookbooks) Descriptor deprecated

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

Deprecated: Use PolicyCookbooks.ProtoReflect.Descriptor instead.

func (*PolicyCookbooks) GetCookbookLocks

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

func (*PolicyCookbooks) GetPolicyName

func (x *PolicyCookbooks) GetPolicyName() string

func (*PolicyCookbooks) ProtoMessage

func (*PolicyCookbooks) ProtoMessage()

func (*PolicyCookbooks) ProtoReflect

func (x *PolicyCookbooks) ProtoReflect() protoreflect.Message

func (*PolicyCookbooks) Reset

func (x *PolicyCookbooks) Reset()

func (*PolicyCookbooks) String

func (x *PolicyCookbooks) String() string

type PolicyUpdateAction

type PolicyUpdateAction struct {
	// contains filtered or unexported fields
}

func (*PolicyUpdateAction) Descriptor deprecated

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

Deprecated: Use PolicyUpdateAction.ProtoReflect.Descriptor instead.

func (*PolicyUpdateAction) ProtoMessage

func (*PolicyUpdateAction) ProtoMessage()

func (*PolicyUpdateAction) ProtoReflect

func (x *PolicyUpdateAction) ProtoReflect() protoreflect.Message

func (*PolicyUpdateAction) Reset

func (x *PolicyUpdateAction) Reset()

func (*PolicyUpdateAction) String

func (x *PolicyUpdateAction) String() string

type ReportExportData

type ReportExportData struct {
	Content []byte `protobuf:"bytes,1,opt,name=content,proto3" json:"content,omitempty" toml:"content,omitempty" mapstructure:"content,omitempty"`
	// contains filtered or unexported fields
}

func (*ReportExportData) Descriptor deprecated

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

Deprecated: Use ReportExportData.ProtoReflect.Descriptor instead.

func (*ReportExportData) GetContent

func (x *ReportExportData) GetContent() []byte

func (*ReportExportData) ProtoMessage

func (*ReportExportData) ProtoMessage()

func (*ReportExportData) ProtoReflect

func (x *ReportExportData) ProtoReflect() protoreflect.Message

func (*ReportExportData) Reset

func (x *ReportExportData) Reset()

func (*ReportExportData) String

func (x *ReportExportData) String() string

type Resource

type Resource struct {
	Type            string `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty" toml:"type,omitempty" mapstructure:"type,omitempty"`
	Name            string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty" toml:"name,omitempty" mapstructure:"name,omitempty"`
	Id              string `protobuf:"bytes,3,opt,name=id,proto3" json:"id,omitempty" toml:"id,omitempty" mapstructure:"id,omitempty"`
	Duration        string `` /* 129-byte string literal not displayed */
	Delta           string `protobuf:"bytes,5,opt,name=delta,proto3" json:"delta,omitempty" toml:"delta,omitempty" mapstructure:"delta,omitempty"`
	CookbookName    string `` /* 167-byte string literal not displayed */
	CookbookVersion string `` /* 182-byte string literal not displayed */
	Status          string `protobuf:"bytes,9,opt,name=status,proto3" json:"status,omitempty" toml:"status,omitempty" mapstructure:"status,omitempty"`
	RecipeName      string `` /* 158-byte string literal not displayed */
	Result          string `protobuf:"bytes,11,opt,name=result,proto3" json:"result,omitempty" toml:"result,omitempty" mapstructure:"result,omitempty"`
	// Fields that might be empty
	Conditional   string     `` /* 142-byte string literal not displayed */
	IgnoreFailure bool       `` /* 174-byte string literal not displayed */
	Error         *ChefError `protobuf:"bytes,18,opt,name=error,proto3" json:"error,omitempty" toml:"error,omitempty" mapstructure:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*Resource) Descriptor deprecated

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

Deprecated: Use Resource.ProtoReflect.Descriptor instead.

func (*Resource) GetConditional

func (x *Resource) GetConditional() string

func (*Resource) GetCookbookName

func (x *Resource) GetCookbookName() string

func (*Resource) GetCookbookVersion

func (x *Resource) GetCookbookVersion() string

func (*Resource) GetDelta

func (x *Resource) GetDelta() string

func (*Resource) GetDuration

func (x *Resource) GetDuration() string

func (*Resource) GetError

func (x *Resource) GetError() *ChefError

func (*Resource) GetId

func (x *Resource) GetId() string

func (*Resource) GetIgnoreFailure

func (x *Resource) GetIgnoreFailure() bool

func (*Resource) GetName

func (x *Resource) GetName() string

func (*Resource) GetRecipeName

func (x *Resource) GetRecipeName() string

func (*Resource) GetResult

func (x *Resource) GetResult() string

func (*Resource) GetStatus

func (x *Resource) GetStatus() string

func (*Resource) GetType

func (x *Resource) GetType() string

func (*Resource) ProtoMessage

func (*Resource) ProtoMessage()

func (*Resource) ProtoReflect

func (x *Resource) ProtoReflect() protoreflect.Message

func (*Resource) Reset

func (x *Resource) Reset()

func (*Resource) String

func (x *Resource) String() string

type Run

type Run struct {
	Id                   string                 `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty" toml:"id,omitempty" mapstructure:"id,omitempty"`
	NodeId               string                 `` /* 137-byte string literal not displayed */
	NodeName             string                 `` /* 147-byte string literal not displayed */
	Organization         string                 `` /* 145-byte string literal not displayed */
	StartTime            *timestamppb.Timestamp `` /* 152-byte string literal not displayed */
	EndTime              *timestamppb.Timestamp `` /* 142-byte string literal not displayed */
	Source               string                 `protobuf:"bytes,7,opt,name=source,proto3" json:"source,omitempty" toml:"source,omitempty" mapstructure:"source,omitempty"`
	Status               string                 `protobuf:"bytes,8,opt,name=status,proto3" json:"status,omitempty" toml:"status,omitempty" mapstructure:"status,omitempty"`
	TotalResourceCount   int32                  `` /* 202-byte string literal not displayed */
	UpdatedResourceCount int32                  `` /* 213-byte string literal not displayed */
	ChefVersion          string                 `` /* 163-byte string literal not displayed */
	UptimeSeconds        int32                  `` /* 174-byte string literal not displayed */
	Environment          string                 `` /* 142-byte string literal not displayed */
	Fqdn                 string                 `protobuf:"bytes,14,opt,name=fqdn,proto3" json:"fqdn,omitempty" toml:"fqdn,omitempty" mapstructure:"fqdn,omitempty"`
	SourceFqdn           string                 `` /* 158-byte string literal not displayed */
	Ipaddress            string                 `` /* 134-byte string literal not displayed */
	Resources            []*Resource            `` /* 134-byte string literal not displayed */
	RunList              []string               `` /* 143-byte string literal not displayed */
	Deprecations         []*Deprecation         `` /* 146-byte string literal not displayed */
	Error                *ChefError             `protobuf:"bytes,20,opt,name=error,proto3" json:"error,omitempty" toml:"error,omitempty" mapstructure:"error,omitempty"`
	Tags                 []string               `protobuf:"bytes,21,rep,name=tags,proto3" json:"tags,omitempty" toml:"tags,omitempty" mapstructure:"tags,omitempty"`
	ResourceNames        []string               `` /* 173-byte string literal not displayed */
	Recipes              []string               `` /* 126-byte string literal not displayed */
	ChefTags             []string               `` /* 148-byte string literal not displayed */
	Cookbooks            []string               `` /* 134-byte string literal not displayed */
	Platform             string                 `` /* 130-byte string literal not displayed */
	PlatformFamily       string                 `` /* 178-byte string literal not displayed */
	PlatformVersion      string                 `` /* 183-byte string literal not displayed */
	Roles                []string               `protobuf:"bytes,29,rep,name=roles,proto3" json:"roles,omitempty" toml:"roles,omitempty" mapstructure:"roles,omitempty"`
	PolicyName           string                 `` /* 158-byte string literal not displayed */
	PolicyGroup          string                 `` /* 163-byte string literal not displayed */
	PolicyRevision       string                 `` /* 178-byte string literal not displayed */
	ExpandedRunList      *ExpandedRunList       `` /* 187-byte string literal not displayed */
	Projects             []string               `` /* 130-byte string literal not displayed */
	VersionedCookbooks   []*VersionedCookbook   `` /* 198-byte string literal not displayed */
	// IP 6 Address for the node.
	Ip6Address string `` /* 138-byte string literal not displayed */
	// timezone of the node
	Timezone              string `` /* 130-byte string literal not displayed */
	Domain                string `protobuf:"bytes,38,opt,name=domain,proto3" json:"domain,omitempty" toml:"domain,omitempty" mapstructure:"domain,omitempty"`
	Hostname              string `` /* 130-byte string literal not displayed */
	MemoryTotal           string `` /* 163-byte string literal not displayed */
	Macaddress            string `` /* 138-byte string literal not displayed */
	DmiSystemSerialNumber string `` /* 221-byte string literal not displayed */
	DmiSystemManufacturer string `` /* 217-byte string literal not displayed */
	VirtualizationRole    string `` /* 198-byte string literal not displayed */
	VirtualizationSystem  string `` /* 208-byte string literal not displayed */
	KernelVersion         string `` /* 173-byte string literal not displayed */
	KernelRelease         string `` /* 173-byte string literal not displayed */
	CloudProvider         string `` /* 173-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*Run) Descriptor deprecated

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

Deprecated: Use Run.ProtoReflect.Descriptor instead.

func (*Run) GetChefTags

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

func (*Run) GetChefVersion

func (x *Run) GetChefVersion() string

func (*Run) GetCloudProvider

func (x *Run) GetCloudProvider() string

func (*Run) GetCookbooks

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

func (*Run) GetDeprecations

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

func (*Run) GetDmiSystemManufacturer

func (x *Run) GetDmiSystemManufacturer() string

func (*Run) GetDmiSystemSerialNumber

func (x *Run) GetDmiSystemSerialNumber() string

func (*Run) GetDomain

func (x *Run) GetDomain() string

func (*Run) GetEndTime

func (x *Run) GetEndTime() *timestamppb.Timestamp

func (*Run) GetEnvironment

func (x *Run) GetEnvironment() string

func (*Run) GetError

func (x *Run) GetError() *ChefError

func (*Run) GetExpandedRunList

func (x *Run) GetExpandedRunList() *ExpandedRunList

func (*Run) GetFqdn

func (x *Run) GetFqdn() string

func (*Run) GetHostname

func (x *Run) GetHostname() string

func (*Run) GetId

func (x *Run) GetId() string

func (*Run) GetIp6Address

func (x *Run) GetIp6Address() string

func (*Run) GetIpaddress

func (x *Run) GetIpaddress() string

func (*Run) GetKernelRelease

func (x *Run) GetKernelRelease() string

func (*Run) GetKernelVersion

func (x *Run) GetKernelVersion() string

func (*Run) GetMacaddress

func (x *Run) GetMacaddress() string

func (*Run) GetMemoryTotal

func (x *Run) GetMemoryTotal() string

func (*Run) GetNodeId

func (x *Run) GetNodeId() string

func (*Run) GetNodeName

func (x *Run) GetNodeName() string

func (*Run) GetOrganization

func (x *Run) GetOrganization() string

func (*Run) GetPlatform

func (x *Run) GetPlatform() string

func (*Run) GetPlatformFamily

func (x *Run) GetPlatformFamily() string

func (*Run) GetPlatformVersion

func (x *Run) GetPlatformVersion() string

func (*Run) GetPolicyGroup

func (x *Run) GetPolicyGroup() string

func (*Run) GetPolicyName

func (x *Run) GetPolicyName() string

func (*Run) GetPolicyRevision

func (x *Run) GetPolicyRevision() string

func (*Run) GetProjects

func (x *Run) GetProjects() []string

func (*Run) GetRecipes

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

func (*Run) GetResourceNames

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

func (*Run) GetResources

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

func (*Run) GetRoles

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

func (*Run) GetRunList

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

func (*Run) GetSource

func (x *Run) GetSource() string

func (*Run) GetSourceFqdn

func (x *Run) GetSourceFqdn() string

func (*Run) GetStartTime

func (x *Run) GetStartTime() *timestamppb.Timestamp

func (*Run) GetStatus

func (x *Run) GetStatus() string

func (*Run) GetTags

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

func (*Run) GetTimezone

func (x *Run) GetTimezone() string

func (*Run) GetTotalResourceCount

func (x *Run) GetTotalResourceCount() int32

func (*Run) GetUpdatedResourceCount

func (x *Run) GetUpdatedResourceCount() int32

func (*Run) GetUptimeSeconds

func (x *Run) GetUptimeSeconds() int32

func (*Run) GetVersionedCookbooks

func (x *Run) GetVersionedCookbooks() []*VersionedCookbook

func (*Run) GetVirtualizationRole

func (x *Run) GetVirtualizationRole() string

func (*Run) GetVirtualizationSystem

func (x *Run) GetVirtualizationSystem() string

func (*Run) ProtoMessage

func (*Run) ProtoMessage()

func (*Run) ProtoReflect

func (x *Run) ProtoReflect() protoreflect.Message

func (*Run) Reset

func (x *Run) Reset()

func (*Run) String

func (x *Run) String() string

type RunDurationStatus

type RunDurationStatus struct {
	Start  string `protobuf:"bytes,1,opt,name=start,proto3" json:"start,omitempty" toml:"start,omitempty" mapstructure:"start,omitempty"`
	End    string `protobuf:"bytes,2,opt,name=end,proto3" json:"end,omitempty" toml:"end,omitempty" mapstructure:"end,omitempty"`
	Status string `protobuf:"bytes,3,opt,name=status,proto3" json:"status,omitempty" toml:"status,omitempty" mapstructure:"status,omitempty"`
	RunId  string `` /* 132-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*RunDurationStatus) Descriptor deprecated

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

Deprecated: Use RunDurationStatus.ProtoReflect.Descriptor instead.

func (*RunDurationStatus) GetEnd

func (x *RunDurationStatus) GetEnd() string

func (*RunDurationStatus) GetRunId

func (x *RunDurationStatus) GetRunId() string

func (*RunDurationStatus) GetStart

func (x *RunDurationStatus) GetStart() string

func (*RunDurationStatus) GetStatus

func (x *RunDurationStatus) GetStatus() string

func (*RunDurationStatus) ProtoMessage

func (*RunDurationStatus) ProtoMessage()

func (*RunDurationStatus) ProtoReflect

func (x *RunDurationStatus) ProtoReflect() protoreflect.Message

func (*RunDurationStatus) Reset

func (x *RunDurationStatus) Reset()

func (*RunDurationStatus) String

func (x *RunDurationStatus) String() string

type RunList

type RunList struct {
	Type     string     `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty" toml:"type,omitempty" mapstructure:"type,omitempty"`
	Name     string     `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty" toml:"name,omitempty" mapstructure:"name,omitempty"`
	Version  string     `protobuf:"bytes,3,opt,name=version,proto3" json:"version,omitempty" toml:"version,omitempty" mapstructure:"version,omitempty"`
	Skipped  bool       `` /* 126-byte string literal not displayed */
	Children []*RunList `` /* 129-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*RunList) Descriptor deprecated

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

Deprecated: Use RunList.ProtoReflect.Descriptor instead.

func (*RunList) GetChildren

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

func (*RunList) GetName

func (x *RunList) GetName() string

func (*RunList) GetSkipped

func (x *RunList) GetSkipped() bool

func (*RunList) GetType

func (x *RunList) GetType() string

func (*RunList) GetVersion

func (x *RunList) GetVersion() string

func (*RunList) ProtoMessage

func (*RunList) ProtoMessage()

func (*RunList) ProtoReflect

func (x *RunList) ProtoReflect() protoreflect.Message

func (*RunList) Reset

func (x *RunList) Reset()

func (*RunList) String

func (x *RunList) String() string

type RunsCounts

type RunsCounts struct {
	Total   int32 `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty" toml:"total,omitempty" mapstructure:"total,omitempty"`
	Success int32 `` /* 126-byte string literal not displayed */
	Failure int32 `` /* 126-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*RunsCounts) Descriptor deprecated

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

Deprecated: Use RunsCounts.ProtoReflect.Descriptor instead.

func (*RunsCounts) GetFailure

func (x *RunsCounts) GetFailure() int32

func (*RunsCounts) GetSuccess

func (x *RunsCounts) GetSuccess() int32

func (*RunsCounts) GetTotal

func (x *RunsCounts) GetTotal() int32

func (*RunsCounts) ProtoMessage

func (*RunsCounts) ProtoMessage()

func (*RunsCounts) ProtoReflect

func (x *RunsCounts) ProtoReflect() protoreflect.Message

func (*RunsCounts) Reset

func (x *RunsCounts) Reset()

func (*RunsCounts) String

func (x *RunsCounts) String() string

type SourceFQDNS

type SourceFQDNS struct {
	SourceFqdns []string `` /* 162-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*SourceFQDNS) Descriptor deprecated

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

Deprecated: Use SourceFQDNS.ProtoReflect.Descriptor instead.

func (*SourceFQDNS) GetSourceFqdns

func (x *SourceFQDNS) GetSourceFqdns() []string

func (*SourceFQDNS) ProtoMessage

func (*SourceFQDNS) ProtoMessage()

func (*SourceFQDNS) ProtoReflect

func (x *SourceFQDNS) ProtoReflect() protoreflect.Message

func (*SourceFQDNS) Reset

func (x *SourceFQDNS) Reset()

func (*SourceFQDNS) String

func (x *SourceFQDNS) String() string

type Suggestion

type Suggestion struct {
	Text  string  `protobuf:"bytes,1,opt,name=text,proto3" json:"text,omitempty" toml:"text,omitempty" mapstructure:"text,omitempty"`
	Score float32 `protobuf:"fixed32,2,opt,name=score,proto3" json:"score,omitempty" toml:"score,omitempty" mapstructure:"score,omitempty"`
	// contains filtered or unexported fields
}

func (*Suggestion) Descriptor deprecated

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

Deprecated: Use Suggestion.ProtoReflect.Descriptor instead.

func (*Suggestion) GetScore

func (x *Suggestion) GetScore() float32

func (*Suggestion) GetText

func (x *Suggestion) GetText() string

func (*Suggestion) ProtoMessage

func (*Suggestion) ProtoMessage()

func (*Suggestion) ProtoReflect

func (x *Suggestion) ProtoReflect() protoreflect.Message

func (*Suggestion) Reset

func (x *Suggestion) Reset()

func (*Suggestion) String

func (x *Suggestion) String() string

type TypeCount

type TypeCount struct {
	Values []*ValueCount `protobuf:"bytes,1,rep,name=values,proto3" json:"values,omitempty" toml:"values,omitempty" mapstructure:"values,omitempty"`
	Type   string        `protobuf:"bytes,2,opt,name=type,proto3" json:"type,omitempty" toml:"type,omitempty" mapstructure:"type,omitempty"`
	// contains filtered or unexported fields
}

func (*TypeCount) Descriptor deprecated

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

Deprecated: Use TypeCount.ProtoReflect.Descriptor instead.

func (*TypeCount) GetType

func (x *TypeCount) GetType() string

func (*TypeCount) GetValues

func (x *TypeCount) GetValues() []*ValueCount

func (*TypeCount) ProtoMessage

func (*TypeCount) ProtoMessage()

func (*TypeCount) ProtoReflect

func (x *TypeCount) ProtoReflect() protoreflect.Message

func (*TypeCount) Reset

func (x *TypeCount) Reset()

func (*TypeCount) String

func (x *TypeCount) String() string

type UpdateTelemetryReportedResponse

type UpdateTelemetryReportedResponse struct {
	// contains filtered or unexported fields
}

func (*UpdateTelemetryReportedResponse) Descriptor deprecated

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

Deprecated: Use UpdateTelemetryReportedResponse.ProtoReflect.Descriptor instead.

func (*UpdateTelemetryReportedResponse) ProtoMessage

func (*UpdateTelemetryReportedResponse) ProtoMessage()

func (*UpdateTelemetryReportedResponse) ProtoReflect

func (*UpdateTelemetryReportedResponse) Reset

func (*UpdateTelemetryReportedResponse) String

type ValueCount

type ValueCount struct {
	Value string `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty" toml:"value,omitempty" mapstructure:"value,omitempty"`
	Count int32  `protobuf:"varint,2,opt,name=count,proto3" json:"count,omitempty" toml:"count,omitempty" mapstructure:"count,omitempty"`
	// contains filtered or unexported fields
}

func (*ValueCount) Descriptor deprecated

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

Deprecated: Use ValueCount.ProtoReflect.Descriptor instead.

func (*ValueCount) GetCount

func (x *ValueCount) GetCount() int32

func (*ValueCount) GetValue

func (x *ValueCount) GetValue() string

func (*ValueCount) ProtoMessage

func (*ValueCount) ProtoMessage()

func (*ValueCount) ProtoReflect

func (x *ValueCount) ProtoReflect() protoreflect.Message

func (*ValueCount) Reset

func (x *ValueCount) Reset()

func (*ValueCount) String

func (x *ValueCount) String() string

type VersionInfo

type VersionInfo struct {
	Name    string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty" toml:"name,omitempty" mapstructure:"name,omitempty"`
	Version string `protobuf:"bytes,2,opt,name=version,proto3" json:"version,omitempty" toml:"version,omitempty" mapstructure:"version,omitempty"`
	Sha     string `protobuf:"bytes,3,opt,name=sha,proto3" json:"sha,omitempty" toml:"sha,omitempty" mapstructure:"sha,omitempty"`
	Built   string `protobuf:"bytes,4,opt,name=built,proto3" json:"built,omitempty" toml:"built,omitempty" mapstructure:"built,omitempty"`
	// contains filtered or unexported fields
}

func (*VersionInfo) Descriptor deprecated

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

Deprecated: Use VersionInfo.ProtoReflect.Descriptor instead.

func (*VersionInfo) GetBuilt

func (x *VersionInfo) GetBuilt() string

func (*VersionInfo) GetName

func (x *VersionInfo) GetName() string

func (*VersionInfo) GetSha

func (x *VersionInfo) GetSha() string

func (*VersionInfo) GetVersion

func (x *VersionInfo) GetVersion() string

func (*VersionInfo) ProtoMessage

func (*VersionInfo) ProtoMessage()

func (*VersionInfo) ProtoReflect

func (x *VersionInfo) ProtoReflect() protoreflect.Message

func (*VersionInfo) Reset

func (x *VersionInfo) Reset()

func (*VersionInfo) String

func (x *VersionInfo) String() string

type VersionedCookbook

type VersionedCookbook struct {
	Name    string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty" toml:"name,omitempty" mapstructure:"name,omitempty"`
	Version string `protobuf:"bytes,2,opt,name=version,proto3" json:"version,omitempty" toml:"version,omitempty" mapstructure:"version,omitempty"`
	// contains filtered or unexported fields
}

func (*VersionedCookbook) Descriptor deprecated

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

Deprecated: Use VersionedCookbook.ProtoReflect.Descriptor instead.

func (*VersionedCookbook) GetName

func (x *VersionedCookbook) GetName() string

func (*VersionedCookbook) GetVersion

func (x *VersionedCookbook) GetVersion() string

func (*VersionedCookbook) ProtoMessage

func (*VersionedCookbook) ProtoMessage()

func (*VersionedCookbook) ProtoReflect

func (x *VersionedCookbook) ProtoReflect() protoreflect.Message

func (*VersionedCookbook) Reset

func (x *VersionedCookbook) Reset()

func (*VersionedCookbook) String

func (x *VersionedCookbook) String() string

Jump to

Keyboard shortcuts

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