request

package
v0.0.0-...-d73d392 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	SCMType_name = map[int32]string{
		0: "SCM_TYPE_UNSPECIFIED",
		1: "SCM_TYPE_UNKNOWN_SCM",
		2: "SCM_TYPE_GIT",
	}
	SCMType_value = map[string]int32{
		"SCM_TYPE_UNSPECIFIED": 0,
		"SCM_TYPE_UNKNOWN_SCM": 1,
		"SCM_TYPE_GIT":         2,
	}
)

Enum value maps for SCMType.

View Source
var (
	SCMWebType_name = map[int32]string{
		0: "SCM_WEB_TYPE_UNSPECIFIED",
		1: "SCM_WEB_TYPE_UNKNOWN_SCM_WEB",
		2: "SCM_WEB_TYPE_GITHUB",
	}
	SCMWebType_value = map[string]int32{
		"SCM_WEB_TYPE_UNSPECIFIED":     0,
		"SCM_WEB_TYPE_UNKNOWN_SCM_WEB": 1,
		"SCM_WEB_TYPE_GITHUB":          2,
	}
)

Enum value maps for SCMWebType.

View Source
var File_external_cfgmgmt_request_actions_proto protoreflect.FileDescriptor
View Source
var File_external_cfgmgmt_request_errors_proto protoreflect.FileDescriptor
View Source
var File_external_cfgmgmt_request_nodes_proto protoreflect.FileDescriptor
View Source
var File_external_cfgmgmt_request_rollouts_proto protoreflect.FileDescriptor
View Source
var File_external_cfgmgmt_request_root_proto protoreflect.FileDescriptor
View Source
var File_external_cfgmgmt_request_stats_proto protoreflect.FileDescriptor
View Source
var File_external_cfgmgmt_request_telemetry_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type CheckInCountsTimeSeries

type CheckInCountsTimeSeries struct {

	// List of filters to be applied to the time series.
	Filter []string `protobuf:"bytes,1,rep,name=filter,proto3" json:"filter,omitempty"`
	// Number of past days to create the time series
	DaysAgo int32 `protobuf:"varint,2,opt,name=days_ago,json=daysAgo,proto3" json:"days_ago,omitempty"`
	// contains filtered or unexported fields
}

func (*CheckInCountsTimeSeries) Descriptor deprecated

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

Deprecated: Use CheckInCountsTimeSeries.ProtoReflect.Descriptor instead.

func (*CheckInCountsTimeSeries) GetDaysAgo

func (x *CheckInCountsTimeSeries) GetDaysAgo() int32

func (*CheckInCountsTimeSeries) GetFilter

func (x *CheckInCountsTimeSeries) GetFilter() []string

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 CreateRollout

type CreateRollout struct {
	PolicyName           string     `protobuf:"bytes,1,opt,name=policy_name,json=policyName,proto3" json:"policy_name,omitempty"`
	PolicyNodeGroup      string     `protobuf:"bytes,2,opt,name=policy_node_group,json=policyNodeGroup,proto3" json:"policy_node_group,omitempty"`
	PolicyRevisionId     string     `protobuf:"bytes,3,opt,name=policy_revision_id,json=policyRevisionId,proto3" json:"policy_revision_id,omitempty"`
	PolicyDomainUrl      string     `protobuf:"bytes,4,opt,name=policy_domain_url,json=policyDomainUrl,proto3" json:"policy_domain_url,omitempty"`
	ScmType              SCMType    `` /* 130-byte string literal not displayed */
	ScmWebType           SCMWebType `` /* 144-byte string literal not displayed */
	PolicyScmUrl         string     `protobuf:"bytes,7,opt,name=policy_scm_url,json=policyScmUrl,proto3" json:"policy_scm_url,omitempty"`
	PolicyScmWebUrl      string     `protobuf:"bytes,8,opt,name=policy_scm_web_url,json=policyScmWebUrl,proto3" json:"policy_scm_web_url,omitempty"`
	PolicyScmCommit      string     `protobuf:"bytes,9,opt,name=policy_scm_commit,json=policyScmCommit,proto3" json:"policy_scm_commit,omitempty"`
	Description          string     `protobuf:"bytes,10,opt,name=description,proto3" json:"description,omitempty"`
	CiJobUrl             string     `protobuf:"bytes,11,opt,name=ci_job_url,json=ciJobUrl,proto3" json:"ci_job_url,omitempty"`
	CiJobId              string     `protobuf:"bytes,12,opt,name=ci_job_id,json=ciJobId,proto3" json:"ci_job_id,omitempty"`
	ScmAuthorName        string     `protobuf:"bytes,13,opt,name=scm_author_name,json=scmAuthorName,proto3" json:"scm_author_name,omitempty"`
	ScmAuthorEmail       string     `protobuf:"bytes,14,opt,name=scm_author_email,json=scmAuthorEmail,proto3" json:"scm_author_email,omitempty"`
	PolicyDomainUsername string     `protobuf:"bytes,15,opt,name=policy_domain_username,json=policyDomainUsername,proto3" json:"policy_domain_username,omitempty"`
	// contains filtered or unexported fields
}

CreateRollout is a request to create a new Rollout. All fields have the same meaning as with the response Rollout type.

func (*CreateRollout) Descriptor deprecated

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

Deprecated: Use CreateRollout.ProtoReflect.Descriptor instead.

func (*CreateRollout) GetCiJobId

func (x *CreateRollout) GetCiJobId() string

func (*CreateRollout) GetCiJobUrl

func (x *CreateRollout) GetCiJobUrl() string

func (*CreateRollout) GetDescription

func (x *CreateRollout) GetDescription() string

func (*CreateRollout) GetPolicyDomainUrl

func (x *CreateRollout) GetPolicyDomainUrl() string

func (*CreateRollout) GetPolicyDomainUsername

func (x *CreateRollout) GetPolicyDomainUsername() string

func (*CreateRollout) GetPolicyName

func (x *CreateRollout) GetPolicyName() string

func (*CreateRollout) GetPolicyNodeGroup

func (x *CreateRollout) GetPolicyNodeGroup() string

func (*CreateRollout) GetPolicyRevisionId

func (x *CreateRollout) GetPolicyRevisionId() string

func (*CreateRollout) GetPolicyScmCommit

func (x *CreateRollout) GetPolicyScmCommit() string

func (*CreateRollout) GetPolicyScmUrl

func (x *CreateRollout) GetPolicyScmUrl() string

func (*CreateRollout) GetPolicyScmWebUrl

func (x *CreateRollout) GetPolicyScmWebUrl() string

func (*CreateRollout) GetScmAuthorEmail

func (x *CreateRollout) GetScmAuthorEmail() string

func (*CreateRollout) GetScmAuthorName

func (x *CreateRollout) GetScmAuthorName() string

func (*CreateRollout) GetScmType

func (x *CreateRollout) GetScmType() SCMType

func (*CreateRollout) GetScmWebType

func (x *CreateRollout) GetScmWebType() SCMWebType

func (*CreateRollout) ProtoMessage

func (*CreateRollout) ProtoMessage()

func (*CreateRollout) ProtoReflect

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

func (*CreateRollout) Reset

func (x *CreateRollout) Reset()

func (*CreateRollout) String

func (x *CreateRollout) String() string

type CreateRolloutTest

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

func (*CreateRolloutTest) Descriptor deprecated

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

Deprecated: Use CreateRolloutTest.ProtoReflect.Descriptor instead.

func (*CreateRolloutTest) ProtoMessage

func (*CreateRolloutTest) ProtoMessage()

func (*CreateRolloutTest) ProtoReflect

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

func (*CreateRolloutTest) Reset

func (x *CreateRolloutTest) Reset()

func (*CreateRolloutTest) String

func (x *CreateRolloutTest) String() string

type Errors

type Errors struct {

	// The number of results to return.
	// If set to zero, the default size of 10 will be used. Set to a negative
	// value for unlimited results.
	Size int32 `protobuf:"varint,1,opt,name=size,proto3" json:"size,omitempty"`
	// Filters in the request select the nodes from which the errors are
	// collected. The same filters may be specified for this request as for other
	// Nodes requests, with the exception of 'status' which is not valid for this
	// request.
	Filter []string `protobuf:"bytes,2,rep,name=filter,proto3" json:"filter,omitempty"`
	// contains filtered or unexported fields
}

func (*Errors) Descriptor deprecated

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

Deprecated: Use Errors.ProtoReflect.Descriptor instead.

func (*Errors) GetFilter

func (x *Errors) GetFilter() []string

func (*Errors) GetSize

func (x *Errors) GetSize() int32

func (*Errors) ProtoMessage

func (*Errors) ProtoMessage()

func (*Errors) ProtoReflect

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

func (*Errors) Reset

func (x *Errors) Reset()

func (*Errors) String

func (x *Errors) String() string

type GetNodesUsageCountRequest

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

func (*GetNodesUsageCountRequest) Descriptor deprecated

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

Deprecated: Use GetNodesUsageCountRequest.ProtoReflect.Descriptor instead.

func (*GetNodesUsageCountRequest) ProtoMessage

func (*GetNodesUsageCountRequest) ProtoMessage()

func (*GetNodesUsageCountRequest) ProtoReflect

func (*GetNodesUsageCountRequest) Reset

func (x *GetNodesUsageCountRequest) Reset()

func (*GetNodesUsageCountRequest) String

func (x *GetNodesUsageCountRequest) String() string

type ListNodeSegmentsWithRolloutProgress

type ListNodeSegmentsWithRolloutProgress struct {

	// Filters to apply to the request for the node segments list.
	Filter []string `protobuf:"bytes,1,rep,name=filter,proto3" json:"filter,omitempty"`
	// contains filtered or unexported fields
}

func (*ListNodeSegmentsWithRolloutProgress) Descriptor deprecated

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

Deprecated: Use ListNodeSegmentsWithRolloutProgress.ProtoReflect.Descriptor instead.

func (*ListNodeSegmentsWithRolloutProgress) GetFilter

func (*ListNodeSegmentsWithRolloutProgress) ProtoMessage

func (*ListNodeSegmentsWithRolloutProgress) ProtoMessage()

func (*ListNodeSegmentsWithRolloutProgress) ProtoReflect

func (*ListNodeSegmentsWithRolloutProgress) Reset

func (*ListNodeSegmentsWithRolloutProgress) String

type MissingNodeDurationCounts

type MissingNodeDurationCounts struct {

	// A valid duration is any number zero or greater with one of these characters 'h', 'd', 'w', or 'M'.
	// 'h' is hours
	// 'd' is days
	// 'w' is weeks
	// 'M' is months
	// Will contain one or many.
	Durations []string `protobuf:"bytes,1,rep,name=durations,proto3" json:"durations,omitempty"`
	// contains filtered or unexported fields
}

func (*MissingNodeDurationCounts) Descriptor deprecated

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

Deprecated: Use MissingNodeDurationCounts.ProtoReflect.Descriptor instead.

func (*MissingNodeDurationCounts) GetDurations

func (x *MissingNodeDurationCounts) GetDurations() []string

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 Node

type Node struct {

	// Chef guid for the requested node.
	NodeId string `protobuf:"bytes,1,opt,name=node_id,json=nodeId,proto3" json:"node_id,omitempty"`
	// contains filtered or unexported fields
}

func (*Node) Descriptor deprecated

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

Deprecated: Use Node.ProtoReflect.Descriptor instead.

func (*Node) GetNodeId

func (x *Node) GetNodeId() string

func (*Node) ProtoMessage

func (*Node) ProtoMessage()

func (*Node) ProtoReflect

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

func (*Node) Reset

func (x *Node) Reset()

func (*Node) String

func (x *Node) String() string

type NodeExport

type NodeExport struct {

	// Filters to apply to the request for nodes list.
	Filter []string `protobuf:"bytes,1,rep,name=filter,proto3" json:"filter,omitempty"`
	// Sorting parameters to apply to the returned node list.
	Sorting *query.Sorting `protobuf:"bytes,2,opt,name=sorting,proto3" json:"sorting,omitempty"`
	// File type, either JSON or CSV.
	OutputType string `protobuf:"bytes,3,opt,name=output_type,json=outputType,proto3" json:"output_type,omitempty"`
	// contains filtered or unexported fields
}

func (*NodeExport) Descriptor deprecated

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

Deprecated: Use NodeExport.ProtoReflect.Descriptor instead.

func (*NodeExport) GetFilter

func (x *NodeExport) GetFilter() []string

func (*NodeExport) GetOutputType

func (x *NodeExport) GetOutputType() string

func (*NodeExport) GetSorting

func (x *NodeExport) GetSorting() *query.Sorting

func (*NodeExport) ProtoMessage

func (*NodeExport) ProtoMessage()

func (*NodeExport) ProtoReflect

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

func (*NodeExport) Reset

func (x *NodeExport) Reset()

func (*NodeExport) String

func (x *NodeExport) String() string

type NodeMetadataCounts

type NodeMetadataCounts struct {

	// Types of node fields to collect value counts for
	Type []string `protobuf:"bytes,1,rep,name=type,proto3" json:"type,omitempty"`
	// Filters to apply to the counts returned
	Filter []string `protobuf:"bytes,2,rep,name=filter,proto3" json:"filter,omitempty"`
	// Earliest most recent check-in node information to return.
	Start string `protobuf:"bytes,3,opt,name=start,proto3" json:"start,omitempty"`
	// Latest most recent check-in node information to return.
	End string `protobuf:"bytes,4,opt,name=end,proto3" json:"end,omitempty"`
	// contains filtered or unexported fields
}

func (*NodeMetadataCounts) Descriptor deprecated

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

Deprecated: Use NodeMetadataCounts.ProtoReflect.Descriptor instead.

func (*NodeMetadataCounts) GetEnd

func (x *NodeMetadataCounts) GetEnd() string

func (*NodeMetadataCounts) GetFilter

func (x *NodeMetadataCounts) GetFilter() []string

func (*NodeMetadataCounts) GetStart

func (x *NodeMetadataCounts) GetStart() string

func (*NodeMetadataCounts) GetType

func (x *NodeMetadataCounts) GetType() []string

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 NodeRun

type NodeRun struct {

	// Chef guid for the requested node.
	NodeId string `protobuf:"bytes,1,opt,name=node_id,json=nodeId,proto3" json:"node_id,omitempty"`
	// Run id for the node.
	RunId string `protobuf:"bytes,2,opt,name=run_id,json=runId,proto3" json:"run_id,omitempty"`
	// End time on the node's run.
	EndTime *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=end_time,json=endTime,proto3" json:"end_time,omitempty"`
	// contains filtered or unexported fields
}

func (*NodeRun) Descriptor deprecated

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

Deprecated: Use NodeRun.ProtoReflect.Descriptor instead.

func (*NodeRun) GetEndTime

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

func (*NodeRun) GetNodeId

func (x *NodeRun) GetNodeId() string

func (*NodeRun) GetRunId

func (x *NodeRun) GetRunId() string

func (*NodeRun) ProtoMessage

func (*NodeRun) ProtoMessage()

func (*NodeRun) ProtoReflect

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

func (*NodeRun) Reset

func (x *NodeRun) Reset()

func (*NodeRun) String

func (x *NodeRun) String() string

type NodeRunsDailyStatusTimeSeries

type NodeRunsDailyStatusTimeSeries struct {

	// Node ID of the runs
	NodeId string `protobuf:"bytes,1,opt,name=node_id,json=nodeId,proto3" json:"node_id,omitempty"`
	// Number of past days
	DaysAgo int32 `protobuf:"varint,2,opt,name=days_ago,json=daysAgo,proto3" json:"days_ago,omitempty"`
	// contains filtered or unexported fields
}

func (*NodeRunsDailyStatusTimeSeries) Descriptor deprecated

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

Deprecated: Use NodeRunsDailyStatusTimeSeries.ProtoReflect.Descriptor instead.

func (*NodeRunsDailyStatusTimeSeries) GetDaysAgo

func (x *NodeRunsDailyStatusTimeSeries) GetDaysAgo() int32

func (*NodeRunsDailyStatusTimeSeries) GetNodeId

func (x *NodeRunsDailyStatusTimeSeries) GetNodeId() string

func (*NodeRunsDailyStatusTimeSeries) ProtoMessage

func (*NodeRunsDailyStatusTimeSeries) ProtoMessage()

func (*NodeRunsDailyStatusTimeSeries) ProtoReflect

func (*NodeRunsDailyStatusTimeSeries) Reset

func (x *NodeRunsDailyStatusTimeSeries) Reset()

func (*NodeRunsDailyStatusTimeSeries) String

type Nodes

type Nodes struct {

	// Filters to apply to the request for nodes list.
	Filter []string `protobuf:"bytes,1,rep,name=filter,proto3" json:"filter,omitempty"`
	// Pagination parameters to apply to the returned node list.
	Pagination *query.Pagination `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"`
	// Sorting parameters to apply to the returned node list.
	Sorting *query.Sorting `protobuf:"bytes,3,opt,name=sorting,proto3" json:"sorting,omitempty"`
	// Earliest most recent check-in node information to return.
	Start string `protobuf:"bytes,4,opt,name=start,proto3" json:"start,omitempty"`
	// Latest most recent check-in node information to return.
	End string `protobuf:"bytes,5,opt,name=end,proto3" json:"end,omitempty"`
	// contains filtered or unexported fields
}

func (*Nodes) Descriptor deprecated

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

Deprecated: Use Nodes.ProtoReflect.Descriptor instead.

func (*Nodes) GetEnd

func (x *Nodes) GetEnd() string

func (*Nodes) GetFilter

func (x *Nodes) GetFilter() []string

func (*Nodes) GetPagination

func (x *Nodes) GetPagination() *query.Pagination

func (*Nodes) GetSorting

func (x *Nodes) GetSorting() *query.Sorting

func (*Nodes) GetStart

func (x *Nodes) GetStart() string

func (*Nodes) ProtoMessage

func (*Nodes) ProtoMessage()

func (*Nodes) ProtoReflect

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

func (*Nodes) Reset

func (x *Nodes) Reset()

func (*Nodes) String

func (x *Nodes) String() string

type NodesCounts

type NodesCounts struct {

	// List of filters to be applied to the node count results.
	Filter []string `protobuf:"bytes,1,rep,name=filter,proto3" json:"filter,omitempty"`
	// Earliest node check-in.
	Start string `protobuf:"bytes,2,opt,name=start,proto3" json:"start,omitempty"`
	// Latest node check-in
	End string `protobuf:"bytes,3,opt,name=end,proto3" json:"end,omitempty"`
	// contains filtered or unexported fields
}

func (*NodesCounts) Descriptor deprecated

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

Deprecated: Use NodesCounts.ProtoReflect.Descriptor instead.

func (*NodesCounts) GetEnd

func (x *NodesCounts) GetEnd() string

func (*NodesCounts) GetFilter

func (x *NodesCounts) GetFilter() []string

func (*NodesCounts) GetStart

func (x *NodesCounts) GetStart() string

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 {
	// contains filtered or unexported fields
}

func (*Organizations) Descriptor deprecated

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

Deprecated: Use Organizations.ProtoReflect.Descriptor instead.

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 PolicyRevision

type PolicyRevision struct {

	// Revision id for the policy.
	RevisionId string `protobuf:"bytes,1,opt,name=revision_id,json=revisionId,proto3" json:"revision_id,omitempty"`
	// contains filtered or unexported fields
}

func (*PolicyRevision) Descriptor deprecated

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

Deprecated: Use PolicyRevision.ProtoReflect.Descriptor instead.

func (*PolicyRevision) GetRevisionId

func (x *PolicyRevision) GetRevisionId() string

func (*PolicyRevision) ProtoMessage

func (*PolicyRevision) ProtoMessage()

func (*PolicyRevision) ProtoReflect

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

func (*PolicyRevision) Reset

func (x *PolicyRevision) Reset()

func (*PolicyRevision) String

func (x *PolicyRevision) String() string

type ReportExport

type ReportExport struct {

	// Filters to apply to the request for node report list.
	Filter []string `protobuf:"bytes,1,rep,name=filter,proto3" json:"filter,omitempty"`
	// File type, either JSON or CSV.
	OutputType string `protobuf:"bytes,2,opt,name=output_type,json=outputType,proto3" json:"output_type,omitempty"`
	// The node ID of the reports
	NodeId string `protobuf:"bytes,3,opt,name=node_id,json=nodeId,proto3" json:"node_id,omitempty"`
	// Earliest (in history) run information to return for the runs list.
	Start *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=start,proto3" json:"start,omitempty"`
	// Latest (in history) run information to return for the runs list.
	End *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=end,proto3" json:"end,omitempty"`
	// contains filtered or unexported fields
}

func (*ReportExport) Descriptor deprecated

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

Deprecated: Use ReportExport.ProtoReflect.Descriptor instead.

func (*ReportExport) GetEnd

func (x *ReportExport) GetEnd() *timestamppb.Timestamp

func (*ReportExport) GetFilter

func (x *ReportExport) GetFilter() []string

func (*ReportExport) GetNodeId

func (x *ReportExport) GetNodeId() string

func (*ReportExport) GetOutputType

func (x *ReportExport) GetOutputType() string

func (*ReportExport) GetStart

func (x *ReportExport) GetStart() *timestamppb.Timestamp

func (*ReportExport) ProtoMessage

func (*ReportExport) ProtoMessage()

func (*ReportExport) ProtoReflect

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

func (*ReportExport) Reset

func (x *ReportExport) Reset()

func (*ReportExport) String

func (x *ReportExport) String() string

type RolloutById

type RolloutById struct {
	RolloutId string `protobuf:"bytes,1,opt,name=rollout_id,json=rolloutId,proto3" json:"rollout_id,omitempty"`
	// contains filtered or unexported fields
}

func (*RolloutById) Descriptor deprecated

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

Deprecated: Use RolloutById.ProtoReflect.Descriptor instead.

func (*RolloutById) GetRolloutId

func (x *RolloutById) GetRolloutId() string

func (*RolloutById) ProtoMessage

func (*RolloutById) ProtoMessage()

func (*RolloutById) ProtoReflect

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

func (*RolloutById) Reset

func (x *RolloutById) Reset()

func (*RolloutById) String

func (x *RolloutById) String() string

type RolloutForChefRun

type RolloutForChefRun struct {
	PolicyName       string `protobuf:"bytes,1,opt,name=policy_name,json=policyName,proto3" json:"policy_name,omitempty"`
	PolicyGroup      string `protobuf:"bytes,2,opt,name=policy_group,json=policyGroup,proto3" json:"policy_group,omitempty"`
	PolicyRevisionId string `protobuf:"bytes,3,opt,name=policy_revision_id,json=policyRevisionId,proto3" json:"policy_revision_id,omitempty"`
	// contains filtered or unexported fields
}

func (*RolloutForChefRun) Descriptor deprecated

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

Deprecated: Use RolloutForChefRun.ProtoReflect.Descriptor instead.

func (*RolloutForChefRun) GetPolicyGroup

func (x *RolloutForChefRun) GetPolicyGroup() string

func (*RolloutForChefRun) GetPolicyName

func (x *RolloutForChefRun) GetPolicyName() string

func (*RolloutForChefRun) GetPolicyRevisionId

func (x *RolloutForChefRun) GetPolicyRevisionId() string

func (*RolloutForChefRun) ProtoMessage

func (*RolloutForChefRun) ProtoMessage()

func (*RolloutForChefRun) ProtoReflect

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

func (*RolloutForChefRun) Reset

func (x *RolloutForChefRun) Reset()

func (*RolloutForChefRun) String

func (x *RolloutForChefRun) String() string

type Rollouts

type Rollouts struct {

	// Filters to apply to the request for the rollouts list.
	Filter []string `protobuf:"bytes,1,rep,name=filter,proto3" json:"filter,omitempty"`
	// contains filtered or unexported fields
}

func (*Rollouts) Descriptor deprecated

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

Deprecated: Use Rollouts.ProtoReflect.Descriptor instead.

func (*Rollouts) GetFilter

func (x *Rollouts) GetFilter() []string

func (*Rollouts) ProtoMessage

func (*Rollouts) ProtoMessage()

func (*Rollouts) ProtoReflect

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

func (*Rollouts) Reset

func (x *Rollouts) Reset()

func (*Rollouts) String

func (x *Rollouts) String() string

type Runs

type Runs struct {

	// Chef guid for the node.
	NodeId string `protobuf:"bytes,1,opt,name=node_id,json=nodeId,proto3" json:"node_id,omitempty"`
	// Filters to apply to the request for runs list.
	Filter []string `protobuf:"bytes,2,rep,name=filter,proto3" json:"filter,omitempty"`
	// Pagination parameters to apply to the returned runs list.
	Pagination *query.Pagination `protobuf:"bytes,3,opt,name=pagination,proto3" json:"pagination,omitempty"`
	// Earliest (in history) run information to return for the runs list.
	Start string `protobuf:"bytes,4,opt,name=start,proto3" json:"start,omitempty"`
	// Latest (in history) run information to return for the runs list.
	End string `protobuf:"bytes,5,opt,name=end,proto3" json:"end,omitempty"`
	// contains filtered or unexported fields
}

func (*Runs) Descriptor deprecated

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

Deprecated: Use Runs.ProtoReflect.Descriptor instead.

func (*Runs) GetEnd

func (x *Runs) GetEnd() string

func (*Runs) GetFilter

func (x *Runs) GetFilter() []string

func (*Runs) GetNodeId

func (x *Runs) GetNodeId() string

func (*Runs) GetPagination

func (x *Runs) GetPagination() *query.Pagination

func (*Runs) GetStart

func (x *Runs) GetStart() string

func (*Runs) ProtoMessage

func (*Runs) ProtoMessage()

func (*Runs) ProtoReflect

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

func (*Runs) Reset

func (x *Runs) Reset()

func (*Runs) String

func (x *Runs) String() string

type RunsCounts

type RunsCounts struct {

	// List of filters to be applied to the run count results.
	Filter []string `protobuf:"bytes,1,rep,name=filter,proto3" json:"filter,omitempty"`
	// Earliest (in history) run information to return for the run counts.
	Start string `protobuf:"bytes,2,opt,name=start,proto3" json:"start,omitempty"`
	// Latest (in history) run information to return for the run counts.
	End string `protobuf:"bytes,3,opt,name=end,proto3" json:"end,omitempty"`
	// Node id associated with the run.
	NodeId string `protobuf:"bytes,4,opt,name=node_id,json=nodeId,proto3" json:"node_id,omitempty"`
	// contains filtered or unexported fields
}

func (*RunsCounts) Descriptor deprecated

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

Deprecated: Use RunsCounts.ProtoReflect.Descriptor instead.

func (*RunsCounts) GetEnd

func (x *RunsCounts) GetEnd() string

func (*RunsCounts) GetFilter

func (x *RunsCounts) GetFilter() []string

func (*RunsCounts) GetNodeId

func (x *RunsCounts) GetNodeId() string

func (*RunsCounts) GetStart

func (x *RunsCounts) GetStart() string

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 SCMType

type SCMType int32
const (
	SCMType_SCM_TYPE_UNSPECIFIED SCMType = 0
	SCMType_SCM_TYPE_UNKNOWN_SCM SCMType = 1
	SCMType_SCM_TYPE_GIT         SCMType = 2
)

func (SCMType) Descriptor

func (SCMType) Descriptor() protoreflect.EnumDescriptor

func (SCMType) Enum

func (x SCMType) Enum() *SCMType

func (SCMType) EnumDescriptor deprecated

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

Deprecated: Use SCMType.Descriptor instead.

func (SCMType) Number

func (x SCMType) Number() protoreflect.EnumNumber

func (SCMType) String

func (x SCMType) String() string

func (SCMType) Type

func (SCMType) Type() protoreflect.EnumType

type SCMWebType

type SCMWebType int32
const (
	SCMWebType_SCM_WEB_TYPE_UNSPECIFIED     SCMWebType = 0
	SCMWebType_SCM_WEB_TYPE_UNKNOWN_SCM_WEB SCMWebType = 1
	SCMWebType_SCM_WEB_TYPE_GITHUB          SCMWebType = 2
)

func (SCMWebType) Descriptor

func (SCMWebType) Descriptor() protoreflect.EnumDescriptor

func (SCMWebType) Enum

func (x SCMWebType) Enum() *SCMWebType

func (SCMWebType) EnumDescriptor deprecated

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

Deprecated: Use SCMWebType.Descriptor instead.

func (SCMWebType) Number

func (x SCMWebType) Number() protoreflect.EnumNumber

func (SCMWebType) String

func (x SCMWebType) String() string

func (SCMWebType) Type

type SourceFqdns

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

func (*SourceFqdns) Descriptor deprecated

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

Deprecated: Use SourceFqdns.ProtoReflect.Descriptor instead.

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 UpdateTelemetryReportedRequest

type UpdateTelemetryReportedRequest struct {

	// last client run telemetry reported date
	LastTelemetryReportedAt string `` /* 134-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*UpdateTelemetryReportedRequest) Descriptor deprecated

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

Deprecated: Use UpdateTelemetryReportedRequest.ProtoReflect.Descriptor instead.

func (*UpdateTelemetryReportedRequest) GetLastTelemetryReportedAt

func (x *UpdateTelemetryReportedRequest) GetLastTelemetryReportedAt() string

func (*UpdateTelemetryReportedRequest) ProtoMessage

func (*UpdateTelemetryReportedRequest) ProtoMessage()

func (*UpdateTelemetryReportedRequest) ProtoReflect

func (*UpdateTelemetryReportedRequest) Reset

func (x *UpdateTelemetryReportedRequest) Reset()

func (*UpdateTelemetryReportedRequest) String

Jump to

Keyboard shortcuts

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