agentendpoint

package
v0.0.0-...-e165f0f Latest Latest
Warning

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

Go to latest
Published: Sep 1, 2020 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ApplyPatchesTaskOutput_State_name = map[int32]string{
	0: "STATE_UNSPECIFIED",
	1: "SUCCEEDED",
	2: "SUCCEEDED_REBOOT_REQUIRED",
	3: "FAILED",
}
View Source
var ApplyPatchesTaskOutput_State_value = map[string]int32{
	"STATE_UNSPECIFIED":         0,
	"SUCCEEDED":                 1,
	"SUCCEEDED_REBOOT_REQUIRED": 2,
	"FAILED":                    3,
}
View Source
var ApplyPatchesTaskProgress_State_name = map[int32]string{
	0: "STATE_UNSPECIFIED",
	4: "STARTED",
	1: "DOWNLOADING_PATCHES",
	2: "APPLYING_PATCHES",
	3: "REBOOTING",
}
View Source
var ApplyPatchesTaskProgress_State_value = map[string]int32{
	"STATE_UNSPECIFIED":   0,
	"STARTED":             4,
	"DOWNLOADING_PATCHES": 1,
	"APPLYING_PATCHES":    2,
	"REBOOTING":           3,
}
View Source
var AptRepository_ArchiveType_name = map[int32]string{
	0: "ARCHIVE_TYPE_UNSPECIFIED",
	1: "DEB",
	2: "DEB_SRC",
}
View Source
var AptRepository_ArchiveType_value = map[string]int32{
	"ARCHIVE_TYPE_UNSPECIFIED": 0,
	"DEB":                      1,
	"DEB_SRC":                  2,
}
View Source
var AptSettings_Type_name = map[int32]string{
	0: "TYPE_UNSPECIFIED",
	1: "DIST",
	2: "UPGRADE",
}
View Source
var AptSettings_Type_value = map[string]int32{
	"TYPE_UNSPECIFIED": 0,
	"DIST":             1,
	"UPGRADE":          2,
}
View Source
var DesiredState_name = map[int32]string{
	0: "DESIRED_STATE_UNSPECIFIED",
	1: "INSTALLED",
	2: "UPDATED",
	3: "REMOVED",
}
View Source
var DesiredState_value = map[string]int32{
	"DESIRED_STATE_UNSPECIFIED": 0,
	"INSTALLED":                 1,
	"UPDATED":                   2,
	"REMOVED":                   3,
}
View Source
var ExecStepConfig_Interpreter_name = map[int32]string{
	0: "INTERPRETER_UNSPECIFIED",
	1: "SHELL",
	2: "POWERSHELL",
}
View Source
var ExecStepConfig_Interpreter_value = map[string]int32{
	"INTERPRETER_UNSPECIFIED": 0,
	"SHELL":                   1,
	"POWERSHELL":              2,
}
View Source
var ExecStepTaskOutput_State_name = map[int32]string{
	0: "STATE_UNSPECIFIED",
	1: "COMPLETED",
	2: "TIMED_OUT",
	3: "CANCELLED",
}
View Source
var ExecStepTaskOutput_State_value = map[string]int32{
	"STATE_UNSPECIFIED": 0,
	"COMPLETED":         1,
	"TIMED_OUT":         2,
	"CANCELLED":         3,
}
View Source
var ExecStepTaskProgress_State_name = map[int32]string{
	0: "STATE_UNSPECIFIED",
	1: "STARTED",
}
View Source
var ExecStepTaskProgress_State_value = map[string]int32{
	"STATE_UNSPECIFIED": 0,
	"STARTED":           1,
}
View Source
var Package_Manager_name = map[int32]string{
	0: "MANAGER_UNSPECIFIED",
	1: "ANY",
	2: "APT",
	3: "YUM",
	4: "ZYPPER",
	5: "GOO",
}
View Source
var Package_Manager_value = map[string]int32{
	"MANAGER_UNSPECIFIED": 0,
	"ANY":                 1,
	"APT":                 2,
	"YUM":                 3,
	"ZYPPER":              4,
	"GOO":                 5,
}
View Source
var PatchConfig_RebootConfig_name = map[int32]string{
	0: "REBOOT_CONFIG_UNSPECIFIED",
	1: "DEFAULT",
	2: "ALWAYS",
	3: "NEVER",
}
View Source
var PatchConfig_RebootConfig_value = map[string]int32{
	"REBOOT_CONFIG_UNSPECIFIED": 0,
	"DEFAULT":                   1,
	"ALWAYS":                    2,
	"NEVER":                     3,
}
View Source
var SoftwareRecipe_Step_ExtractArchive_ArchiveType_name = map[int32]string{
	0:  "ARCHIVE_TYPE_UNSPECIFIED",
	1:  "TAR",
	2:  "TAR_GZIP",
	3:  "TAR_BZIP",
	4:  "TAR_LZMA",
	5:  "TAR_XZ",
	11: "ZIP",
}
View Source
var SoftwareRecipe_Step_ExtractArchive_ArchiveType_value = map[string]int32{
	"ARCHIVE_TYPE_UNSPECIFIED": 0,
	"TAR":                      1,
	"TAR_GZIP":                 2,
	"TAR_BZIP":                 3,
	"TAR_LZMA":                 4,
	"TAR_XZ":                   5,
	"ZIP":                      11,
}
View Source
var SoftwareRecipe_Step_RunScript_Interpreter_name = map[int32]string{
	0: "INTERPRETER_UNSPECIFIED",
	1: "SHELL",
	3: "POWERSHELL",
}
View Source
var SoftwareRecipe_Step_RunScript_Interpreter_value = map[string]int32{
	"INTERPRETER_UNSPECIFIED": 0,
	"SHELL":                   1,
	"POWERSHELL":              3,
}
View Source
var TaskDirective_name = map[int32]string{
	0: "TASK_DIRECTIVE_UNSPECIFIED",
	1: "CONTINUE",
	2: "STOP",
}
View Source
var TaskDirective_value = map[string]int32{
	"TASK_DIRECTIVE_UNSPECIFIED": 0,
	"CONTINUE":                   1,
	"STOP":                       2,
}
View Source
var TaskType_name = map[int32]string{
	0: "TASK_TYPE_UNSPECIFIED",
	1: "APPLY_PATCHES",
	2: "EXEC_STEP_TASK",
}
View Source
var TaskType_value = map[string]int32{
	"TASK_TYPE_UNSPECIFIED": 0,
	"APPLY_PATCHES":         1,
	"EXEC_STEP_TASK":        2,
}
View Source
var WindowsUpdateSettings_Classification_name = map[int32]string{
	0: "CLASSIFICATION_UNSPECIFIED",
	1: "CRITICAL",
	2: "SECURITY",
	3: "DEFINITION",
	4: "DRIVER",
	5: "FEATURE_PACK",
	6: "SERVICE_PACK",
	7: "TOOL",
	8: "UPDATE_ROLLUP",
	9: "UPDATE",
}
View Source
var WindowsUpdateSettings_Classification_value = map[string]int32{
	"CLASSIFICATION_UNSPECIFIED": 0,
	"CRITICAL":                   1,
	"SECURITY":                   2,
	"DEFINITION":                 3,
	"DRIVER":                     4,
	"FEATURE_PACK":               5,
	"SERVICE_PACK":               6,
	"TOOL":                       7,
	"UPDATE_ROLLUP":              8,
	"UPDATE":                     9,
}

Functions

func RegisterAgentEndpointServiceServer

func RegisterAgentEndpointServiceServer(s *grpc.Server, srv AgentEndpointServiceServer)

Types

type AgentEndpointServiceClient

type AgentEndpointServiceClient interface {
	// Stream established by client to receive Task notifications.
	ReceiveTaskNotification(ctx context.Context, in *ReceiveTaskNotificationRequest, opts ...grpc.CallOption) (AgentEndpointService_ReceiveTaskNotificationClient, error)
	// Signals the start of a task execution and returns the task info.
	StartNextTask(ctx context.Context, in *StartNextTaskRequest, opts ...grpc.CallOption) (*StartNextTaskResponse, error)
	// Signals an intermediary progress checkpoint in task execution.
	ReportTaskProgress(ctx context.Context, in *ReportTaskProgressRequest, opts ...grpc.CallOption) (*ReportTaskProgressResponse, error)
	// Signals that the task execution is complete and optionally returns the next
	// task.
	ReportTaskComplete(ctx context.Context, in *ReportTaskCompleteRequest, opts ...grpc.CallOption) (*ReportTaskCompleteResponse, error)
	// Lookup the effective guest policy that applies to a VM instance. This
	// lookup merges all policies that are assigned to the instance ancestry.
	LookupEffectiveGuestPolicy(ctx context.Context, in *LookupEffectiveGuestPolicyRequest, opts ...grpc.CallOption) (*EffectiveGuestPolicy, error)
	// Registers the agent running on the VM.
	RegisterAgent(ctx context.Context, in *RegisterAgentRequest, opts ...grpc.CallOption) (*RegisterAgentResponse, error)
}

AgentEndpointServiceClient is the client API for AgentEndpointService service.

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

type AgentEndpointServiceServer

type AgentEndpointServiceServer interface {
	// Stream established by client to receive Task notifications.
	ReceiveTaskNotification(*ReceiveTaskNotificationRequest, AgentEndpointService_ReceiveTaskNotificationServer) error
	// Signals the start of a task execution and returns the task info.
	StartNextTask(context.Context, *StartNextTaskRequest) (*StartNextTaskResponse, error)
	// Signals an intermediary progress checkpoint in task execution.
	ReportTaskProgress(context.Context, *ReportTaskProgressRequest) (*ReportTaskProgressResponse, error)
	// Signals that the task execution is complete and optionally returns the next
	// task.
	ReportTaskComplete(context.Context, *ReportTaskCompleteRequest) (*ReportTaskCompleteResponse, error)
	// Lookup the effective guest policy that applies to a VM instance. This
	// lookup merges all policies that are assigned to the instance ancestry.
	LookupEffectiveGuestPolicy(context.Context, *LookupEffectiveGuestPolicyRequest) (*EffectiveGuestPolicy, error)
	// Registers the agent running on the VM.
	RegisterAgent(context.Context, *RegisterAgentRequest) (*RegisterAgentResponse, error)
}

AgentEndpointServiceServer is the server API for AgentEndpointService service.

type AgentEndpointService_ReceiveTaskNotificationClient

type AgentEndpointService_ReceiveTaskNotificationClient interface {
	Recv() (*ReceiveTaskNotificationResponse, error)
	grpc.ClientStream
}

type AgentEndpointService_ReceiveTaskNotificationServer

type AgentEndpointService_ReceiveTaskNotificationServer interface {
	Send(*ReceiveTaskNotificationResponse) error
	grpc.ServerStream
}

type ApplyPatchesTask

type ApplyPatchesTask struct {
	// Specific information about how patches should be applied.
	PatchConfig *PatchConfig `protobuf:"bytes,1,opt,name=patch_config,json=patchConfig,proto3" json:"patch_config,omitempty"`
	// If true, the agent will report its status as it goes through the motions
	// but won't actually run any updates or perform any reboots.
	DryRun               bool     `protobuf:"varint,3,opt,name=dry_run,json=dryRun,proto3" json:"dry_run,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Message which instructs agent to apply patches.

func (*ApplyPatchesTask) Descriptor

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

func (*ApplyPatchesTask) GetDryRun

func (m *ApplyPatchesTask) GetDryRun() bool

func (*ApplyPatchesTask) GetPatchConfig

func (m *ApplyPatchesTask) GetPatchConfig() *PatchConfig

func (*ApplyPatchesTask) ProtoMessage

func (*ApplyPatchesTask) ProtoMessage()

func (*ApplyPatchesTask) Reset

func (m *ApplyPatchesTask) Reset()

func (*ApplyPatchesTask) String

func (m *ApplyPatchesTask) String() string

func (*ApplyPatchesTask) XXX_DiscardUnknown

func (m *ApplyPatchesTask) XXX_DiscardUnknown()

func (*ApplyPatchesTask) XXX_Marshal

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

func (*ApplyPatchesTask) XXX_Merge

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

func (*ApplyPatchesTask) XXX_Size

func (m *ApplyPatchesTask) XXX_Size() int

func (*ApplyPatchesTask) XXX_Unmarshal

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

type ApplyPatchesTaskOutput

type ApplyPatchesTaskOutput struct {
	// Required. The final state of this task.
	State                ApplyPatchesTaskOutput_State `` /* 141-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}                     `json:"-"`
	XXX_unrecognized     []byte                       `json:"-"`
	XXX_sizecache        int32                        `json:"-"`
}

Information reported from the agent about applying patches execution.

func (*ApplyPatchesTaskOutput) Descriptor

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

func (*ApplyPatchesTaskOutput) GetState

func (*ApplyPatchesTaskOutput) ProtoMessage

func (*ApplyPatchesTaskOutput) ProtoMessage()

func (*ApplyPatchesTaskOutput) Reset

func (m *ApplyPatchesTaskOutput) Reset()

func (*ApplyPatchesTaskOutput) String

func (m *ApplyPatchesTaskOutput) String() string

func (*ApplyPatchesTaskOutput) XXX_DiscardUnknown

func (m *ApplyPatchesTaskOutput) XXX_DiscardUnknown()

func (*ApplyPatchesTaskOutput) XXX_Marshal

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

func (*ApplyPatchesTaskOutput) XXX_Merge

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

func (*ApplyPatchesTaskOutput) XXX_Size

func (m *ApplyPatchesTaskOutput) XXX_Size() int

func (*ApplyPatchesTaskOutput) XXX_Unmarshal

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

type ApplyPatchesTaskOutput_State

type ApplyPatchesTaskOutput_State int32

The final states of applying patches.

const (
	// Unspecified is invalid.
	ApplyPatchesTaskOutput_STATE_UNSPECIFIED ApplyPatchesTaskOutput_State = 0
	// Applying patches completed successfully.
	ApplyPatchesTaskOutput_SUCCEEDED ApplyPatchesTaskOutput_State = 1
	// Applying patches completed successfully, but a reboot is required.
	ApplyPatchesTaskOutput_SUCCEEDED_REBOOT_REQUIRED ApplyPatchesTaskOutput_State = 2
	// Applying patches failed.
	ApplyPatchesTaskOutput_FAILED ApplyPatchesTaskOutput_State = 3
)

func (ApplyPatchesTaskOutput_State) EnumDescriptor

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

func (ApplyPatchesTaskOutput_State) String

type ApplyPatchesTaskProgress

type ApplyPatchesTaskProgress struct {
	// Required. The current state of this patch execution.
	State                ApplyPatchesTaskProgress_State `` /* 143-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}                       `json:"-"`
	XXX_unrecognized     []byte                         `json:"-"`
	XXX_sizecache        int32                          `json:"-"`
}

Information reported from the agent about applying patches execution.

func (*ApplyPatchesTaskProgress) Descriptor

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

func (*ApplyPatchesTaskProgress) GetState

func (*ApplyPatchesTaskProgress) ProtoMessage

func (*ApplyPatchesTaskProgress) ProtoMessage()

func (*ApplyPatchesTaskProgress) Reset

func (m *ApplyPatchesTaskProgress) Reset()

func (*ApplyPatchesTaskProgress) String

func (m *ApplyPatchesTaskProgress) String() string

func (*ApplyPatchesTaskProgress) XXX_DiscardUnknown

func (m *ApplyPatchesTaskProgress) XXX_DiscardUnknown()

func (*ApplyPatchesTaskProgress) XXX_Marshal

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

func (*ApplyPatchesTaskProgress) XXX_Merge

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

func (*ApplyPatchesTaskProgress) XXX_Size

func (m *ApplyPatchesTaskProgress) XXX_Size() int

func (*ApplyPatchesTaskProgress) XXX_Unmarshal

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

type ApplyPatchesTaskProgress_State

type ApplyPatchesTaskProgress_State int32

The intermediate states of applying patches.

const (
	// Unspecified is invalid.
	ApplyPatchesTaskProgress_STATE_UNSPECIFIED ApplyPatchesTaskProgress_State = 0
	// The agent has started the patch task.
	ApplyPatchesTaskProgress_STARTED ApplyPatchesTaskProgress_State = 4
	// The agent is currently downloading patches.
	ApplyPatchesTaskProgress_DOWNLOADING_PATCHES ApplyPatchesTaskProgress_State = 1
	// The agent is currently applying patches.
	ApplyPatchesTaskProgress_APPLYING_PATCHES ApplyPatchesTaskProgress_State = 2
	// The agent is currently rebooting the VM instance.
	ApplyPatchesTaskProgress_REBOOTING ApplyPatchesTaskProgress_State = 3
)

func (ApplyPatchesTaskProgress_State) EnumDescriptor

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

func (ApplyPatchesTaskProgress_State) String

type AptRepository

type AptRepository struct {
	// Type of archive files in this repository. The default behavior is DEB.
	ArchiveType AptRepository_ArchiveType `` /* 169-byte string literal not displayed */
	// URI for this repository.
	Uri string `protobuf:"bytes,2,opt,name=uri,proto3" json:"uri,omitempty"`
	// Distribution of this repository.
	Distribution string `protobuf:"bytes,3,opt,name=distribution,proto3" json:"distribution,omitempty"`
	// List of components for this repository. Must contain at least one item.
	Components []string `protobuf:"bytes,4,rep,name=components,proto3" json:"components,omitempty"`
	// URI of the key file for this repository. The agent maintains
	// a keyring at `/etc/apt/trusted.gpg.d/osconfig_agent_managed.gpg` containing
	// all the keys in any applied guest policy.
	GpgKey               string   `protobuf:"bytes,5,opt,name=gpg_key,json=gpgKey,proto3" json:"gpg_key,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Represents a single Apt package repository. This repository is added to a repo file that is stored at `/etc/apt/sources.list.d/google_osconfig.list`.

func (*AptRepository) Descriptor

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

func (*AptRepository) GetArchiveType

func (m *AptRepository) GetArchiveType() AptRepository_ArchiveType

func (*AptRepository) GetComponents

func (m *AptRepository) GetComponents() []string

func (*AptRepository) GetDistribution

func (m *AptRepository) GetDistribution() string

func (*AptRepository) GetGpgKey

func (m *AptRepository) GetGpgKey() string

func (*AptRepository) GetUri

func (m *AptRepository) GetUri() string

func (*AptRepository) ProtoMessage

func (*AptRepository) ProtoMessage()

func (*AptRepository) Reset

func (m *AptRepository) Reset()

func (*AptRepository) String

func (m *AptRepository) String() string

func (*AptRepository) XXX_DiscardUnknown

func (m *AptRepository) XXX_DiscardUnknown()

func (*AptRepository) XXX_Marshal

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

func (*AptRepository) XXX_Merge

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

func (*AptRepository) XXX_Size

func (m *AptRepository) XXX_Size() int

func (*AptRepository) XXX_Unmarshal

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

type AptRepository_ArchiveType

type AptRepository_ArchiveType int32

Type of archive.

const (
	// Unspecified.
	AptRepository_ARCHIVE_TYPE_UNSPECIFIED AptRepository_ArchiveType = 0
	// DEB indicates that the archive contains binary files.
	AptRepository_DEB AptRepository_ArchiveType = 1
	// DEB_SRC indicates that the archive contains source files.
	AptRepository_DEB_SRC AptRepository_ArchiveType = 2
)

func (AptRepository_ArchiveType) EnumDescriptor

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

func (AptRepository_ArchiveType) String

func (x AptRepository_ArchiveType) String() string

type AptSettings

type AptSettings struct {
	// By changing the type to DIST, the patching will be performed
	// using `apt-get dist-upgrade` instead.
	Type AptSettings_Type `` /* 127-byte string literal not displayed */
	// List of packages to exclude from update.
	Excludes []string `protobuf:"bytes,2,rep,name=excludes,proto3" json:"excludes,omitempty"`
	// An exclusive list of packages to be updated. These are the only packages
	// that will be updated. If these packages are not installed, they will be
	// ignored. This field cannot be specified with any other patch configuration
	// fields.
	ExclusivePackages    []string `protobuf:"bytes,3,rep,name=exclusive_packages,json=exclusivePackages,proto3" json:"exclusive_packages,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Apt patching will be performed by executing `apt-get update && apt-get upgrade`. Additional options can be set to control how this is executed.

func (*AptSettings) Descriptor

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

func (*AptSettings) GetExcludes

func (m *AptSettings) GetExcludes() []string

func (*AptSettings) GetExclusivePackages

func (m *AptSettings) GetExclusivePackages() []string

func (*AptSettings) GetType

func (m *AptSettings) GetType() AptSettings_Type

func (*AptSettings) ProtoMessage

func (*AptSettings) ProtoMessage()

func (*AptSettings) Reset

func (m *AptSettings) Reset()

func (*AptSettings) String

func (m *AptSettings) String() string

func (*AptSettings) XXX_DiscardUnknown

func (m *AptSettings) XXX_DiscardUnknown()

func (*AptSettings) XXX_Marshal

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

func (*AptSettings) XXX_Merge

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

func (*AptSettings) XXX_Size

func (m *AptSettings) XXX_Size() int

func (*AptSettings) XXX_Unmarshal

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

type AptSettings_Type

type AptSettings_Type int32

Apt patch type.

const (
	// By default, upgrade will be performed.
	AptSettings_TYPE_UNSPECIFIED AptSettings_Type = 0
	// Runs `apt-get dist-upgrade`.
	AptSettings_DIST AptSettings_Type = 1
	// Runs `apt-get upgrade`.
	AptSettings_UPGRADE AptSettings_Type = 2
)

func (AptSettings_Type) EnumDescriptor

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

func (AptSettings_Type) String

func (x AptSettings_Type) String() string

type DesiredState

type DesiredState int32

The desired state that the OS Config agent will maintain on the VM.

const (
	// The default is to ensure the package is installed.
	DesiredState_DESIRED_STATE_UNSPECIFIED DesiredState = 0
	// The agent ensures that the package is installed.
	DesiredState_INSTALLED DesiredState = 1
	// The agent ensures that the package is installed and
	// periodically checks for and install any updates.
	DesiredState_UPDATED DesiredState = 2
	// The agent ensures that the package is not installed and uninstall it
	// if detected.
	DesiredState_REMOVED DesiredState = 3
)

func (DesiredState) EnumDescriptor

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

func (DesiredState) String

func (x DesiredState) String() string

type EffectiveGuestPolicy

type EffectiveGuestPolicy struct {
	// List of package configurations assigned to the VM instance.
	Packages []*EffectiveGuestPolicy_SourcedPackage `protobuf:"bytes,1,rep,name=packages,proto3" json:"packages,omitempty"`
	// List of package repository configurations assigned to the VM instance.
	PackageRepositories []*EffectiveGuestPolicy_SourcedPackageRepository `protobuf:"bytes,2,rep,name=package_repositories,json=packageRepositories,proto3" json:"package_repositories,omitempty"`
	// List of recipes assigned to the VM instance.
	SoftwareRecipes      []*EffectiveGuestPolicy_SourcedSoftwareRecipe `protobuf:"bytes,3,rep,name=software_recipes,json=softwareRecipes,proto3" json:"software_recipes,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                                      `json:"-"`
	XXX_unrecognized     []byte                                        `json:"-"`
	XXX_sizecache        int32                                         `json:"-"`
}

The effective guest policy assigned to the instance.

func (*EffectiveGuestPolicy) Descriptor

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

func (*EffectiveGuestPolicy) GetPackageRepositories

func (*EffectiveGuestPolicy) GetPackages

func (*EffectiveGuestPolicy) GetSoftwareRecipes

func (*EffectiveGuestPolicy) ProtoMessage

func (*EffectiveGuestPolicy) ProtoMessage()

func (*EffectiveGuestPolicy) Reset

func (m *EffectiveGuestPolicy) Reset()

func (*EffectiveGuestPolicy) String

func (m *EffectiveGuestPolicy) String() string

func (*EffectiveGuestPolicy) XXX_DiscardUnknown

func (m *EffectiveGuestPolicy) XXX_DiscardUnknown()

func (*EffectiveGuestPolicy) XXX_Marshal

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

func (*EffectiveGuestPolicy) XXX_Merge

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

func (*EffectiveGuestPolicy) XXX_Size

func (m *EffectiveGuestPolicy) XXX_Size() int

func (*EffectiveGuestPolicy) XXX_Unmarshal

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

type EffectiveGuestPolicy_SourcedPackage

type EffectiveGuestPolicy_SourcedPackage struct {
	// Name of the guest policy providing this config.
	Source string `protobuf:"bytes,1,opt,name=source,proto3" json:"source,omitempty"`
	// A software package to configure on the VM instance.
	Package              *Package `protobuf:"bytes,2,opt,name=package,proto3" json:"package,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

A guest policy package including its source.

func (*EffectiveGuestPolicy_SourcedPackage) Descriptor

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

func (*EffectiveGuestPolicy_SourcedPackage) GetPackage

func (*EffectiveGuestPolicy_SourcedPackage) GetSource

func (*EffectiveGuestPolicy_SourcedPackage) ProtoMessage

func (*EffectiveGuestPolicy_SourcedPackage) ProtoMessage()

func (*EffectiveGuestPolicy_SourcedPackage) Reset

func (*EffectiveGuestPolicy_SourcedPackage) String

func (*EffectiveGuestPolicy_SourcedPackage) XXX_DiscardUnknown

func (m *EffectiveGuestPolicy_SourcedPackage) XXX_DiscardUnknown()

func (*EffectiveGuestPolicy_SourcedPackage) XXX_Marshal

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

func (*EffectiveGuestPolicy_SourcedPackage) XXX_Merge

func (*EffectiveGuestPolicy_SourcedPackage) XXX_Size

func (*EffectiveGuestPolicy_SourcedPackage) XXX_Unmarshal

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

type EffectiveGuestPolicy_SourcedPackageRepository

type EffectiveGuestPolicy_SourcedPackageRepository struct {
	// Name of the guest policy providing this config.
	Source string `protobuf:"bytes,1,opt,name=source,proto3" json:"source,omitempty"`
	// A software package repository to configure on the VM instance.
	PackageRepository    *PackageRepository `protobuf:"bytes,2,opt,name=package_repository,json=packageRepository,proto3" json:"package_repository,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

A guest policy package repository including its source.

func (*EffectiveGuestPolicy_SourcedPackageRepository) Descriptor

func (*EffectiveGuestPolicy_SourcedPackageRepository) GetPackageRepository

func (*EffectiveGuestPolicy_SourcedPackageRepository) GetSource

func (*EffectiveGuestPolicy_SourcedPackageRepository) ProtoMessage

func (*EffectiveGuestPolicy_SourcedPackageRepository) Reset

func (*EffectiveGuestPolicy_SourcedPackageRepository) String

func (*EffectiveGuestPolicy_SourcedPackageRepository) XXX_DiscardUnknown

func (m *EffectiveGuestPolicy_SourcedPackageRepository) XXX_DiscardUnknown()

func (*EffectiveGuestPolicy_SourcedPackageRepository) XXX_Marshal

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

func (*EffectiveGuestPolicy_SourcedPackageRepository) XXX_Merge

func (*EffectiveGuestPolicy_SourcedPackageRepository) XXX_Size

func (*EffectiveGuestPolicy_SourcedPackageRepository) XXX_Unmarshal

type EffectiveGuestPolicy_SourcedSoftwareRecipe

type EffectiveGuestPolicy_SourcedSoftwareRecipe struct {
	// Name of the guest policy providing this config.
	Source string `protobuf:"bytes,1,opt,name=source,proto3" json:"source,omitempty"`
	// A software recipe to configure on the VM instance.
	SoftwareRecipe       *SoftwareRecipe `protobuf:"bytes,2,opt,name=software_recipe,json=softwareRecipe,proto3" json:"software_recipe,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

A guest policy recipe including its source.

func (*EffectiveGuestPolicy_SourcedSoftwareRecipe) Descriptor

func (*EffectiveGuestPolicy_SourcedSoftwareRecipe) GetSoftwareRecipe

func (*EffectiveGuestPolicy_SourcedSoftwareRecipe) GetSource

func (*EffectiveGuestPolicy_SourcedSoftwareRecipe) ProtoMessage

func (*EffectiveGuestPolicy_SourcedSoftwareRecipe) Reset

func (*EffectiveGuestPolicy_SourcedSoftwareRecipe) String

func (*EffectiveGuestPolicy_SourcedSoftwareRecipe) XXX_DiscardUnknown

func (m *EffectiveGuestPolicy_SourcedSoftwareRecipe) XXX_DiscardUnknown()

func (*EffectiveGuestPolicy_SourcedSoftwareRecipe) XXX_Marshal

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

func (*EffectiveGuestPolicy_SourcedSoftwareRecipe) XXX_Merge

func (*EffectiveGuestPolicy_SourcedSoftwareRecipe) XXX_Size

func (*EffectiveGuestPolicy_SourcedSoftwareRecipe) XXX_Unmarshal

type ExecStep

type ExecStep struct {
	// The ExecStepConfig for all Linux VMs targeted by the PatchJob.
	LinuxExecStepConfig *ExecStepConfig `protobuf:"bytes,1,opt,name=linux_exec_step_config,json=linuxExecStepConfig,proto3" json:"linux_exec_step_config,omitempty"`
	// The ExecStepConfig for all Windows VMs targeted by the PatchJob.
	WindowsExecStepConfig *ExecStepConfig `` /* 128-byte string literal not displayed */
	XXX_NoUnkeyedLiteral  struct{}        `json:"-"`
	XXX_unrecognized      []byte          `json:"-"`
	XXX_sizecache         int32           `json:"-"`
}

A step that runs an executable for a PatchJob.

func (*ExecStep) Descriptor

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

func (*ExecStep) GetLinuxExecStepConfig

func (m *ExecStep) GetLinuxExecStepConfig() *ExecStepConfig

func (*ExecStep) GetWindowsExecStepConfig

func (m *ExecStep) GetWindowsExecStepConfig() *ExecStepConfig

func (*ExecStep) ProtoMessage

func (*ExecStep) ProtoMessage()

func (*ExecStep) Reset

func (m *ExecStep) Reset()

func (*ExecStep) String

func (m *ExecStep) String() string

func (*ExecStep) XXX_DiscardUnknown

func (m *ExecStep) XXX_DiscardUnknown()

func (*ExecStep) XXX_Marshal

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

func (*ExecStep) XXX_Merge

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

func (*ExecStep) XXX_Size

func (m *ExecStep) XXX_Size() int

func (*ExecStep) XXX_Unmarshal

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

type ExecStepConfig

type ExecStepConfig struct {
	// Location of the executable.
	//
	// Types that are valid to be assigned to Executable:
	//	*ExecStepConfig_LocalPath
	//	*ExecStepConfig_GcsObject
	Executable isExecStepConfig_Executable `protobuf_oneof:"executable"`
	// Defaults to [0]. A list of possible return values that the
	// execution can return to indicate a success.
	AllowedSuccessCodes []int32 `` /* 128-byte string literal not displayed */
	// The script interpreter to use to run the script. If no interpreter is
	// specified the script will be executed directly, which will likely
	// only succeed for scripts with shebang lines.
	// [Wikipedia shebang](https://en.wikipedia.org/wiki/Shebang_(Unix)).
	Interpreter          ExecStepConfig_Interpreter `` /* 151-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}                   `json:"-"`
	XXX_unrecognized     []byte                     `json:"-"`
	XXX_sizecache        int32                      `json:"-"`
}

Common configurations for an ExecStep.

func (*ExecStepConfig) Descriptor

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

func (*ExecStepConfig) GetAllowedSuccessCodes

func (m *ExecStepConfig) GetAllowedSuccessCodes() []int32

func (*ExecStepConfig) GetExecutable

func (m *ExecStepConfig) GetExecutable() isExecStepConfig_Executable

func (*ExecStepConfig) GetGcsObject

func (m *ExecStepConfig) GetGcsObject() *GcsObject

func (*ExecStepConfig) GetInterpreter

func (m *ExecStepConfig) GetInterpreter() ExecStepConfig_Interpreter

func (*ExecStepConfig) GetLocalPath

func (m *ExecStepConfig) GetLocalPath() string

func (*ExecStepConfig) ProtoMessage

func (*ExecStepConfig) ProtoMessage()

func (*ExecStepConfig) Reset

func (m *ExecStepConfig) Reset()

func (*ExecStepConfig) String

func (m *ExecStepConfig) String() string

func (*ExecStepConfig) XXX_DiscardUnknown

func (m *ExecStepConfig) XXX_DiscardUnknown()

func (*ExecStepConfig) XXX_Marshal

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

func (*ExecStepConfig) XXX_Merge

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

func (*ExecStepConfig) XXX_OneofWrappers

func (*ExecStepConfig) XXX_OneofWrappers() []interface{}

XXX_OneofWrappers is for the internal use of the proto package.

func (*ExecStepConfig) XXX_Size

func (m *ExecStepConfig) XXX_Size() int

func (*ExecStepConfig) XXX_Unmarshal

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

type ExecStepConfig_GcsObject

type ExecStepConfig_GcsObject struct {
	GcsObject *GcsObject `protobuf:"bytes,2,opt,name=gcs_object,json=gcsObject,proto3,oneof"`
}

type ExecStepConfig_Interpreter

type ExecStepConfig_Interpreter int32

The interpreter used to execute the a file.

const (
	// Invalid for a Windows ExecStepConfig. For a Linux ExecStepConfig, the
	// interpreter will be parsed from the shebang line of the script if
	// unspecified.
	ExecStepConfig_INTERPRETER_UNSPECIFIED ExecStepConfig_Interpreter = 0
	// Indicates that the script will be run with /bin/sh on Linux and cmd
	// on windows.
	ExecStepConfig_SHELL ExecStepConfig_Interpreter = 1
	// Indicates that the file will be run with PowerShell.
	ExecStepConfig_POWERSHELL ExecStepConfig_Interpreter = 2
)

func (ExecStepConfig_Interpreter) EnumDescriptor

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

func (ExecStepConfig_Interpreter) String

type ExecStepConfig_LocalPath

type ExecStepConfig_LocalPath struct {
	LocalPath string `protobuf:"bytes,1,opt,name=local_path,json=localPath,proto3,oneof"`
}

type ExecStepTask

type ExecStepTask struct {
	// Details of the exec step to run.
	ExecStep             *ExecStep `protobuf:"bytes,1,opt,name=exec_step,json=execStep,proto3" json:"exec_step,omitempty"`
	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
	XXX_unrecognized     []byte    `json:"-"`
	XXX_sizecache        int32     `json:"-"`
}

Message which instructs agent to execute the following command.

func (*ExecStepTask) Descriptor

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

func (*ExecStepTask) GetExecStep

func (m *ExecStepTask) GetExecStep() *ExecStep

func (*ExecStepTask) ProtoMessage

func (*ExecStepTask) ProtoMessage()

func (*ExecStepTask) Reset

func (m *ExecStepTask) Reset()

func (*ExecStepTask) String

func (m *ExecStepTask) String() string

func (*ExecStepTask) XXX_DiscardUnknown

func (m *ExecStepTask) XXX_DiscardUnknown()

func (*ExecStepTask) XXX_Marshal

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

func (*ExecStepTask) XXX_Merge

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

func (*ExecStepTask) XXX_Size

func (m *ExecStepTask) XXX_Size() int

func (*ExecStepTask) XXX_Unmarshal

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

type ExecStepTaskOutput

type ExecStepTaskOutput struct {
	// Required. The final state of the exec step.
	State ExecStepTaskOutput_State `` /* 137-byte string literal not displayed */
	// Required. The exit code received from the script which ran as part of the exec step.
	ExitCode             int32    `protobuf:"varint,2,opt,name=exit_code,json=exitCode,proto3" json:"exit_code,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Information reported from the agent about the exec step execution.

func (*ExecStepTaskOutput) Descriptor

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

func (*ExecStepTaskOutput) GetExitCode

func (m *ExecStepTaskOutput) GetExitCode() int32

func (*ExecStepTaskOutput) GetState

func (*ExecStepTaskOutput) ProtoMessage

func (*ExecStepTaskOutput) ProtoMessage()

func (*ExecStepTaskOutput) Reset

func (m *ExecStepTaskOutput) Reset()

func (*ExecStepTaskOutput) String

func (m *ExecStepTaskOutput) String() string

func (*ExecStepTaskOutput) XXX_DiscardUnknown

func (m *ExecStepTaskOutput) XXX_DiscardUnknown()

func (*ExecStepTaskOutput) XXX_Marshal

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

func (*ExecStepTaskOutput) XXX_Merge

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

func (*ExecStepTaskOutput) XXX_Size

func (m *ExecStepTaskOutput) XXX_Size() int

func (*ExecStepTaskOutput) XXX_Unmarshal

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

type ExecStepTaskOutput_State

type ExecStepTaskOutput_State int32

The final states of exec steps.

const (
	// Unspecified is invalid.
	ExecStepTaskOutput_STATE_UNSPECIFIED ExecStepTaskOutput_State = 0
	// The exec step completed normally.
	ExecStepTaskOutput_COMPLETED ExecStepTaskOutput_State = 1
	// The exec step was terminated because it took too long.
	ExecStepTaskOutput_TIMED_OUT ExecStepTaskOutput_State = 2
	// The exec step task was cancelled before it started.
	ExecStepTaskOutput_CANCELLED ExecStepTaskOutput_State = 3
)

func (ExecStepTaskOutput_State) EnumDescriptor

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

func (ExecStepTaskOutput_State) String

func (x ExecStepTaskOutput_State) String() string

type ExecStepTaskProgress

type ExecStepTaskProgress struct {
	// Required. The current state of this exec step.
	State                ExecStepTaskProgress_State `` /* 139-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}                   `json:"-"`
	XXX_unrecognized     []byte                     `json:"-"`
	XXX_sizecache        int32                      `json:"-"`
}

Information reported from the agent about the exec step execution.

func (*ExecStepTaskProgress) Descriptor

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

func (*ExecStepTaskProgress) GetState

func (*ExecStepTaskProgress) ProtoMessage

func (*ExecStepTaskProgress) ProtoMessage()

func (*ExecStepTaskProgress) Reset

func (m *ExecStepTaskProgress) Reset()

func (*ExecStepTaskProgress) String

func (m *ExecStepTaskProgress) String() string

func (*ExecStepTaskProgress) XXX_DiscardUnknown

func (m *ExecStepTaskProgress) XXX_DiscardUnknown()

func (*ExecStepTaskProgress) XXX_Marshal

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

func (*ExecStepTaskProgress) XXX_Merge

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

func (*ExecStepTaskProgress) XXX_Size

func (m *ExecStepTaskProgress) XXX_Size() int

func (*ExecStepTaskProgress) XXX_Unmarshal

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

type ExecStepTaskProgress_State

type ExecStepTaskProgress_State int32

The intermediate states of exec steps.

const (
	// Unspecified is invalid.
	ExecStepTaskProgress_STATE_UNSPECIFIED ExecStepTaskProgress_State = 0
	// The agent has started the exec step task.
	ExecStepTaskProgress_STARTED ExecStepTaskProgress_State = 1
)

func (ExecStepTaskProgress_State) EnumDescriptor

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

func (ExecStepTaskProgress_State) String

type GcsObject

type GcsObject struct {
	// Bucket of the GCS object.
	Bucket string `protobuf:"bytes,1,opt,name=bucket,proto3" json:"bucket,omitempty"`
	// Name of the GCS object.
	Object string `protobuf:"bytes,2,opt,name=object,proto3" json:"object,omitempty"`
	// Generation number of the GCS object. This is used to ensure that the
	// ExecStep specified by this PatchJob does not change.
	GenerationNumber     int64    `protobuf:"varint,3,opt,name=generation_number,json=generationNumber,proto3" json:"generation_number,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

GCS object representation.

func (*GcsObject) Descriptor

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

func (*GcsObject) GetBucket

func (m *GcsObject) GetBucket() string

func (*GcsObject) GetGenerationNumber

func (m *GcsObject) GetGenerationNumber() int64

func (*GcsObject) GetObject

func (m *GcsObject) GetObject() string

func (*GcsObject) ProtoMessage

func (*GcsObject) ProtoMessage()

func (*GcsObject) Reset

func (m *GcsObject) Reset()

func (*GcsObject) String

func (m *GcsObject) String() string

func (*GcsObject) XXX_DiscardUnknown

func (m *GcsObject) XXX_DiscardUnknown()

func (*GcsObject) XXX_Marshal

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

func (*GcsObject) XXX_Merge

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

func (*GcsObject) XXX_Size

func (m *GcsObject) XXX_Size() int

func (*GcsObject) XXX_Unmarshal

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

type GooRepository

type GooRepository struct {
	// The name of the repository.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// The url of the repository.
	Url                  string   `protobuf:"bytes,2,opt,name=url,proto3" json:"url,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Represents a Goo package repository. These is added to a repo file that is stored at C:/ProgramData/GooGet/repos/google_osconfig.repo.

func (*GooRepository) Descriptor

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

func (*GooRepository) GetName

func (m *GooRepository) GetName() string

func (*GooRepository) GetUrl

func (m *GooRepository) GetUrl() string

func (*GooRepository) ProtoMessage

func (*GooRepository) ProtoMessage()

func (*GooRepository) Reset

func (m *GooRepository) Reset()

func (*GooRepository) String

func (m *GooRepository) String() string

func (*GooRepository) XXX_DiscardUnknown

func (m *GooRepository) XXX_DiscardUnknown()

func (*GooRepository) XXX_Marshal

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

func (*GooRepository) XXX_Merge

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

func (*GooRepository) XXX_Size

func (m *GooRepository) XXX_Size() int

func (*GooRepository) XXX_Unmarshal

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

type GooSettings

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

Googet patching is performed by running `googet update`.

func (*GooSettings) Descriptor

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

func (*GooSettings) ProtoMessage

func (*GooSettings) ProtoMessage()

func (*GooSettings) Reset

func (m *GooSettings) Reset()

func (*GooSettings) String

func (m *GooSettings) String() string

func (*GooSettings) XXX_DiscardUnknown

func (m *GooSettings) XXX_DiscardUnknown()

func (*GooSettings) XXX_Marshal

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

func (*GooSettings) XXX_Merge

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

func (*GooSettings) XXX_Size

func (m *GooSettings) XXX_Size() int

func (*GooSettings) XXX_Unmarshal

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

type LookupEffectiveGuestPolicyRequest

type LookupEffectiveGuestPolicyRequest struct {
	// Required. This is the GCE instance identity token described in
	// https://cloud.google.com/compute/docs/instances/verifying-instance-identity
	// where the audience is 'osconfig.googleapis.com' and the format is 'full'.
	InstanceIdToken string `protobuf:"bytes,1,opt,name=instance_id_token,json=instanceIdToken,proto3" json:"instance_id_token,omitempty"`
	// Short name of the OS running on the instance. The OS Config agent only
	// provideS this field for targeting if OS Inventory is enabled for that
	// instance.
	OsShortName string `protobuf:"bytes,2,opt,name=os_short_name,json=osShortName,proto3" json:"os_short_name,omitempty"`
	// Version of the OS running on the instance. The OS Config agent only
	// provide this field for targeting if OS Inventory is enabled for that
	// VM instance.
	OsVersion string `protobuf:"bytes,3,opt,name=os_version,json=osVersion,proto3" json:"os_version,omitempty"`
	// Architecture of OS running on the instance. The OS Config agent only
	// provide this field for targeting if OS Inventory is enabled for that
	// instance.
	OsArchitecture       string   `protobuf:"bytes,4,opt,name=os_architecture,json=osArchitecture,proto3" json:"os_architecture,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

A request message for getting effective policy assigned to the instance.

func (*LookupEffectiveGuestPolicyRequest) Descriptor

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

func (*LookupEffectiveGuestPolicyRequest) GetInstanceIdToken

func (m *LookupEffectiveGuestPolicyRequest) GetInstanceIdToken() string

func (*LookupEffectiveGuestPolicyRequest) GetOsArchitecture

func (m *LookupEffectiveGuestPolicyRequest) GetOsArchitecture() string

func (*LookupEffectiveGuestPolicyRequest) GetOsShortName

func (m *LookupEffectiveGuestPolicyRequest) GetOsShortName() string

func (*LookupEffectiveGuestPolicyRequest) GetOsVersion

func (m *LookupEffectiveGuestPolicyRequest) GetOsVersion() string

func (*LookupEffectiveGuestPolicyRequest) ProtoMessage

func (*LookupEffectiveGuestPolicyRequest) ProtoMessage()

func (*LookupEffectiveGuestPolicyRequest) Reset

func (*LookupEffectiveGuestPolicyRequest) String

func (*LookupEffectiveGuestPolicyRequest) XXX_DiscardUnknown

func (m *LookupEffectiveGuestPolicyRequest) XXX_DiscardUnknown()

func (*LookupEffectiveGuestPolicyRequest) XXX_Marshal

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

func (*LookupEffectiveGuestPolicyRequest) XXX_Merge

func (*LookupEffectiveGuestPolicyRequest) XXX_Size

func (m *LookupEffectiveGuestPolicyRequest) XXX_Size() int

func (*LookupEffectiveGuestPolicyRequest) XXX_Unmarshal

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

type Package

type Package struct {
	// The name of the package. A package is uniquely identified for conflict
	// validation by checking the package name and the manager(s) that the
	// package targets.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// The desired_state the agent should maintain for this package. The
	// default is to ensure the package is installed.
	DesiredState DesiredState `` /* 159-byte string literal not displayed */
	// Type of package manager that can be used to install this package.
	// If a system does not have the package manager, the package is not
	// installed or removed no error message is returned. By default,
	// or if you specify `ANY`,
	// the agent attempts to install and remove this package using the default
	// package manager. This is useful when creating a policy that applies to
	// different types of systems.
	//
	// The default behavior is ANY.
	Manager              Package_Manager `` /* 132-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

Package is a reference to the software package to be installed or removed. The agent on the VM instance uses the system package manager to apply the config.

These are the commands that the agent uses to install or remove packages.

Apt install: `apt-get update && apt-get -y install package1 package2 package3` remove: `apt-get -y remove package1 package2 package3`

Yum install: `yum -y install package1 package2 package3` remove: `yum -y remove package1 package2 package3`

Zypper install: `zypper install package1 package2 package3` remove: `zypper rm package1 package2`

Googet install: `googet -noconfirm install package1 package2 package3` remove: `googet -noconfirm remove package1 package2 package3`

func (*Package) Descriptor

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

func (*Package) GetDesiredState

func (m *Package) GetDesiredState() DesiredState

func (*Package) GetManager

func (m *Package) GetManager() Package_Manager

func (*Package) GetName

func (m *Package) GetName() string

func (*Package) ProtoMessage

func (*Package) ProtoMessage()

func (*Package) Reset

func (m *Package) Reset()

func (*Package) String

func (m *Package) String() string

func (*Package) XXX_DiscardUnknown

func (m *Package) XXX_DiscardUnknown()

func (*Package) XXX_Marshal

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

func (*Package) XXX_Merge

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

func (*Package) XXX_Size

func (m *Package) XXX_Size() int

func (*Package) XXX_Unmarshal

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

type PackageRepository

type PackageRepository struct {
	// A specific type of repository.
	//
	// Types that are valid to be assigned to Repository:
	//	*PackageRepository_Apt
	//	*PackageRepository_Yum
	//	*PackageRepository_Zypper
	//	*PackageRepository_Goo
	Repository           isPackageRepository_Repository `protobuf_oneof:"repository"`
	XXX_NoUnkeyedLiteral struct{}                       `json:"-"`
	XXX_unrecognized     []byte                         `json:"-"`
	XXX_sizecache        int32                          `json:"-"`
}

A package repository.

func (*PackageRepository) Descriptor

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

func (*PackageRepository) GetApt

func (m *PackageRepository) GetApt() *AptRepository

func (*PackageRepository) GetGoo

func (m *PackageRepository) GetGoo() *GooRepository

func (*PackageRepository) GetRepository

func (m *PackageRepository) GetRepository() isPackageRepository_Repository

func (*PackageRepository) GetYum

func (m *PackageRepository) GetYum() *YumRepository

func (*PackageRepository) GetZypper

func (m *PackageRepository) GetZypper() *ZypperRepository

func (*PackageRepository) ProtoMessage

func (*PackageRepository) ProtoMessage()

func (*PackageRepository) Reset

func (m *PackageRepository) Reset()

func (*PackageRepository) String

func (m *PackageRepository) String() string

func (*PackageRepository) XXX_DiscardUnknown

func (m *PackageRepository) XXX_DiscardUnknown()

func (*PackageRepository) XXX_Marshal

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

func (*PackageRepository) XXX_Merge

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

func (*PackageRepository) XXX_OneofWrappers

func (*PackageRepository) XXX_OneofWrappers() []interface{}

XXX_OneofWrappers is for the internal use of the proto package.

func (*PackageRepository) XXX_Size

func (m *PackageRepository) XXX_Size() int

func (*PackageRepository) XXX_Unmarshal

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

type PackageRepository_Apt

type PackageRepository_Apt struct {
	Apt *AptRepository `protobuf:"bytes,1,opt,name=apt,proto3,oneof"`
}

type PackageRepository_Goo

type PackageRepository_Goo struct {
	Goo *GooRepository `protobuf:"bytes,4,opt,name=goo,proto3,oneof"`
}

type PackageRepository_Yum

type PackageRepository_Yum struct {
	Yum *YumRepository `protobuf:"bytes,2,opt,name=yum,proto3,oneof"`
}

type PackageRepository_Zypper

type PackageRepository_Zypper struct {
	Zypper *ZypperRepository `protobuf:"bytes,3,opt,name=zypper,proto3,oneof"`
}

type Package_Manager

type Package_Manager int32

Types of package managers that may be used to manage this package.

const (
	// The default behavior is ANY.
	Package_MANAGER_UNSPECIFIED Package_Manager = 0
	// Apply this package config using the default system package manager.
	Package_ANY Package_Manager = 1
	// Apply this package config only if Apt is available on the system.
	Package_APT Package_Manager = 2
	// Apply this package config only if Yum is available on the system.
	Package_YUM Package_Manager = 3
	// Apply this package config only if Zypper is available on the system.
	Package_ZYPPER Package_Manager = 4
	// Apply this package config only if GooGet is available on the system.
	Package_GOO Package_Manager = 5
)

func (Package_Manager) EnumDescriptor

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

func (Package_Manager) String

func (x Package_Manager) String() string

type PatchConfig

type PatchConfig struct {
	// Post-patch reboot settings.
	RebootConfig PatchConfig_RebootConfig `` /* 171-byte string literal not displayed */
	// Retry strategy can be defined to have the agent retry patching
	// during the window if patching fails. If omitted, the agent will use its
	// default retry strategy.
	RetryStrategy *RetryStrategy `protobuf:"bytes,2,opt,name=retry_strategy,json=retryStrategy,proto3" json:"retry_strategy,omitempty"`
	// Apt update settings. Use this override the default apt patch rules.
	Apt *AptSettings `protobuf:"bytes,3,opt,name=apt,proto3" json:"apt,omitempty"`
	// Yum update settings. Use this override the default yum patch rules.
	Yum *YumSettings `protobuf:"bytes,4,opt,name=yum,proto3" json:"yum,omitempty"`
	// Goo update settings. Use this override the default goo patch rules.
	Goo *GooSettings `protobuf:"bytes,5,opt,name=goo,proto3" json:"goo,omitempty"`
	// Zypper update settings. Use this override the default zypper patch rules.
	Zypper *ZypperSettings `protobuf:"bytes,6,opt,name=zypper,proto3" json:"zypper,omitempty"`
	// Windows update settings. Use this override the default windows patch rules.
	WindowsUpdate *WindowsUpdateSettings `protobuf:"bytes,7,opt,name=windows_update,json=windowsUpdate,proto3" json:"windows_update,omitempty"`
	// The ExecStep to run before the patch update.
	PreStep *ExecStep `protobuf:"bytes,8,opt,name=pre_step,json=preStep,proto3" json:"pre_step,omitempty"`
	// The ExecStep to run after the patch update.
	PostStep             *ExecStep `protobuf:"bytes,9,opt,name=post_step,json=postStep,proto3" json:"post_step,omitempty"`
	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
	XXX_unrecognized     []byte    `json:"-"`
	XXX_sizecache        int32     `json:"-"`
}

Patch configuration specifications. Contains details on how to apply patches to a VM instance.

func (*PatchConfig) Descriptor

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

func (*PatchConfig) GetApt

func (m *PatchConfig) GetApt() *AptSettings

func (*PatchConfig) GetGoo

func (m *PatchConfig) GetGoo() *GooSettings

func (*PatchConfig) GetPostStep

func (m *PatchConfig) GetPostStep() *ExecStep

func (*PatchConfig) GetPreStep

func (m *PatchConfig) GetPreStep() *ExecStep

func (*PatchConfig) GetRebootConfig

func (m *PatchConfig) GetRebootConfig() PatchConfig_RebootConfig

func (*PatchConfig) GetRetryStrategy

func (m *PatchConfig) GetRetryStrategy() *RetryStrategy

func (*PatchConfig) GetWindowsUpdate

func (m *PatchConfig) GetWindowsUpdate() *WindowsUpdateSettings

func (*PatchConfig) GetYum

func (m *PatchConfig) GetYum() *YumSettings

func (*PatchConfig) GetZypper

func (m *PatchConfig) GetZypper() *ZypperSettings

func (*PatchConfig) ProtoMessage

func (*PatchConfig) ProtoMessage()

func (*PatchConfig) Reset

func (m *PatchConfig) Reset()

func (*PatchConfig) String

func (m *PatchConfig) String() string

func (*PatchConfig) XXX_DiscardUnknown

func (m *PatchConfig) XXX_DiscardUnknown()

func (*PatchConfig) XXX_Marshal

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

func (*PatchConfig) XXX_Merge

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

func (*PatchConfig) XXX_Size

func (m *PatchConfig) XXX_Size() int

func (*PatchConfig) XXX_Unmarshal

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

type PatchConfig_RebootConfig

type PatchConfig_RebootConfig int32

Post-patch reboot settings.

const (
	// The default behavior is DEFAULT.
	PatchConfig_REBOOT_CONFIG_UNSPECIFIED PatchConfig_RebootConfig = 0
	// The agent decides if a reboot is necessary by checking
	// signals such as registry keys on Windows or `/var/run/reboot-required` on
	// APT based systems. On RPM based systems, a set of core system package
	// install times are compared with system boot time.
	PatchConfig_DEFAULT PatchConfig_RebootConfig = 1
	// Always reboot the machine after the update completes.
	PatchConfig_ALWAYS PatchConfig_RebootConfig = 2
	// Never reboot the machine after the update completes.
	PatchConfig_NEVER PatchConfig_RebootConfig = 3
)

func (PatchConfig_RebootConfig) EnumDescriptor

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

func (PatchConfig_RebootConfig) String

func (x PatchConfig_RebootConfig) String() string

type ReceiveTaskNotificationRequest

type ReceiveTaskNotificationRequest struct {
	// Required. This is the Compute Engine instance identity token described in
	// https://cloud.google.com/compute/docs/instances/verifying-instance-identity
	// where the audience is 'osconfig.googleapis.com' and the format is 'full'.
	InstanceIdToken string `protobuf:"bytes,1,opt,name=instance_id_token,json=instanceIdToken,proto3" json:"instance_id_token,omitempty"`
	// Required. The version of the agent making the request.
	AgentVersion         string   `protobuf:"bytes,2,opt,name=agent_version,json=agentVersion,proto3" json:"agent_version,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

A request message to receive task notifications.

func (*ReceiveTaskNotificationRequest) Descriptor

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

func (*ReceiveTaskNotificationRequest) GetAgentVersion

func (m *ReceiveTaskNotificationRequest) GetAgentVersion() string

func (*ReceiveTaskNotificationRequest) GetInstanceIdToken

func (m *ReceiveTaskNotificationRequest) GetInstanceIdToken() string

func (*ReceiveTaskNotificationRequest) ProtoMessage

func (*ReceiveTaskNotificationRequest) ProtoMessage()

func (*ReceiveTaskNotificationRequest) Reset

func (m *ReceiveTaskNotificationRequest) Reset()

func (*ReceiveTaskNotificationRequest) String

func (*ReceiveTaskNotificationRequest) XXX_DiscardUnknown

func (m *ReceiveTaskNotificationRequest) XXX_DiscardUnknown()

func (*ReceiveTaskNotificationRequest) XXX_Marshal

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

func (*ReceiveTaskNotificationRequest) XXX_Merge

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

func (*ReceiveTaskNotificationRequest) XXX_Size

func (m *ReceiveTaskNotificationRequest) XXX_Size() int

func (*ReceiveTaskNotificationRequest) XXX_Unmarshal

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

type ReceiveTaskNotificationResponse

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

The streaming rpc message that notifies the agent when it has a task that it needs to perform on the VM instance.

func (*ReceiveTaskNotificationResponse) Descriptor

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

func (*ReceiveTaskNotificationResponse) ProtoMessage

func (*ReceiveTaskNotificationResponse) ProtoMessage()

func (*ReceiveTaskNotificationResponse) Reset

func (*ReceiveTaskNotificationResponse) String

func (*ReceiveTaskNotificationResponse) XXX_DiscardUnknown

func (m *ReceiveTaskNotificationResponse) XXX_DiscardUnknown()

func (*ReceiveTaskNotificationResponse) XXX_Marshal

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

func (*ReceiveTaskNotificationResponse) XXX_Merge

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

func (*ReceiveTaskNotificationResponse) XXX_Size

func (m *ReceiveTaskNotificationResponse) XXX_Size() int

func (*ReceiveTaskNotificationResponse) XXX_Unmarshal

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

type RegisterAgentRequest

type RegisterAgentRequest struct {
	// Required. This is the Compute Engine instance identity token described in
	// https://cloud.google.com/compute/docs/instances/verifying-instance-identity
	// where the audience is 'osconfig.googleapis.com' and the format is 'full'.
	InstanceIdToken string `protobuf:"bytes,1,opt,name=instance_id_token,json=instanceIdToken,proto3" json:"instance_id_token,omitempty"`
	// Required. The version of the agent.
	AgentVersion string `protobuf:"bytes,2,opt,name=agent_version,json=agentVersion,proto3" json:"agent_version,omitempty"`
	// Required. The capabilities supported by the agent. Supported values are:
	// PATCH_GA
	// GUEST_POLICY_BETA
	SupportedCapabilities []string `protobuf:"bytes,3,rep,name=supported_capabilities,json=supportedCapabilities,proto3" json:"supported_capabilities,omitempty"`
	XXX_NoUnkeyedLiteral  struct{} `json:"-"`
	XXX_unrecognized      []byte   `json:"-"`
	XXX_sizecache         int32    `json:"-"`
}

The request message for registering the agent.

func (*RegisterAgentRequest) Descriptor

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

func (*RegisterAgentRequest) GetAgentVersion

func (m *RegisterAgentRequest) GetAgentVersion() string

func (*RegisterAgentRequest) GetInstanceIdToken

func (m *RegisterAgentRequest) GetInstanceIdToken() string

func (*RegisterAgentRequest) GetSupportedCapabilities

func (m *RegisterAgentRequest) GetSupportedCapabilities() []string

func (*RegisterAgentRequest) ProtoMessage

func (*RegisterAgentRequest) ProtoMessage()

func (*RegisterAgentRequest) Reset

func (m *RegisterAgentRequest) Reset()

func (*RegisterAgentRequest) String

func (m *RegisterAgentRequest) String() string

func (*RegisterAgentRequest) XXX_DiscardUnknown

func (m *RegisterAgentRequest) XXX_DiscardUnknown()

func (*RegisterAgentRequest) XXX_Marshal

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

func (*RegisterAgentRequest) XXX_Merge

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

func (*RegisterAgentRequest) XXX_Size

func (m *RegisterAgentRequest) XXX_Size() int

func (*RegisterAgentRequest) XXX_Unmarshal

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

type RegisterAgentResponse

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

The response message after the agent registered.

func (*RegisterAgentResponse) Descriptor

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

func (*RegisterAgentResponse) ProtoMessage

func (*RegisterAgentResponse) ProtoMessage()

func (*RegisterAgentResponse) Reset

func (m *RegisterAgentResponse) Reset()

func (*RegisterAgentResponse) String

func (m *RegisterAgentResponse) String() string

func (*RegisterAgentResponse) XXX_DiscardUnknown

func (m *RegisterAgentResponse) XXX_DiscardUnknown()

func (*RegisterAgentResponse) XXX_Marshal

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

func (*RegisterAgentResponse) XXX_Merge

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

func (*RegisterAgentResponse) XXX_Size

func (m *RegisterAgentResponse) XXX_Size() int

func (*RegisterAgentResponse) XXX_Unmarshal

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

type ReportTaskCompleteRequest

type ReportTaskCompleteRequest struct {
	// Required. This is the Compute Engine instance identity token described in
	// https://cloud.google.com/compute/docs/instances/verifying-instance-identity
	// where the audience is 'osconfig.googleapis.com' and the format is 'full'.
	InstanceIdToken string `protobuf:"bytes,1,opt,name=instance_id_token,json=instanceIdToken,proto3" json:"instance_id_token,omitempty"`
	// Required. Unique identifier of the task this applies to.
	TaskId string `protobuf:"bytes,2,opt,name=task_id,json=taskId,proto3" json:"task_id,omitempty"`
	// Required. The type of task to report completed.
	//
	// The output must include the appropriate message based on the following
	// enum values:
	// APPLY_PATCHES = ApplyPatchesTaskOutput
	// EXEC_STEP = ExecStepTaskOutput
	TaskType TaskType `` /* 143-byte string literal not displayed */
	// Descriptive error message if the task execution ended in error.
	ErrorMessage string `protobuf:"bytes,4,opt,name=error_message,json=errorMessage,proto3" json:"error_message,omitempty"`
	// Final output details of the current task.
	//
	// Types that are valid to be assigned to Output:
	//	*ReportTaskCompleteRequest_ApplyPatchesTaskOutput
	//	*ReportTaskCompleteRequest_ExecStepTaskOutput
	Output               isReportTaskCompleteRequest_Output `protobuf_oneof:"output"`
	XXX_NoUnkeyedLiteral struct{}                           `json:"-"`
	XXX_unrecognized     []byte                             `json:"-"`
	XXX_sizecache        int32                              `json:"-"`
}

A request message for signaling the completion of a task execution.

func (*ReportTaskCompleteRequest) Descriptor

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

func (*ReportTaskCompleteRequest) GetApplyPatchesTaskOutput

func (m *ReportTaskCompleteRequest) GetApplyPatchesTaskOutput() *ApplyPatchesTaskOutput

func (*ReportTaskCompleteRequest) GetErrorMessage

func (m *ReportTaskCompleteRequest) GetErrorMessage() string

func (*ReportTaskCompleteRequest) GetExecStepTaskOutput

func (m *ReportTaskCompleteRequest) GetExecStepTaskOutput() *ExecStepTaskOutput

func (*ReportTaskCompleteRequest) GetInstanceIdToken

func (m *ReportTaskCompleteRequest) GetInstanceIdToken() string

func (*ReportTaskCompleteRequest) GetOutput

func (m *ReportTaskCompleteRequest) GetOutput() isReportTaskCompleteRequest_Output

func (*ReportTaskCompleteRequest) GetTaskId

func (m *ReportTaskCompleteRequest) GetTaskId() string

func (*ReportTaskCompleteRequest) GetTaskType

func (m *ReportTaskCompleteRequest) GetTaskType() TaskType

func (*ReportTaskCompleteRequest) ProtoMessage

func (*ReportTaskCompleteRequest) ProtoMessage()

func (*ReportTaskCompleteRequest) Reset

func (m *ReportTaskCompleteRequest) Reset()

func (*ReportTaskCompleteRequest) String

func (m *ReportTaskCompleteRequest) String() string

func (*ReportTaskCompleteRequest) XXX_DiscardUnknown

func (m *ReportTaskCompleteRequest) XXX_DiscardUnknown()

func (*ReportTaskCompleteRequest) XXX_Marshal

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

func (*ReportTaskCompleteRequest) XXX_Merge

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

func (*ReportTaskCompleteRequest) XXX_OneofWrappers

func (*ReportTaskCompleteRequest) XXX_OneofWrappers() []interface{}

XXX_OneofWrappers is for the internal use of the proto package.

func (*ReportTaskCompleteRequest) XXX_Size

func (m *ReportTaskCompleteRequest) XXX_Size() int

func (*ReportTaskCompleteRequest) XXX_Unmarshal

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

type ReportTaskCompleteRequest_ApplyPatchesTaskOutput

type ReportTaskCompleteRequest_ApplyPatchesTaskOutput struct {
	ApplyPatchesTaskOutput *ApplyPatchesTaskOutput `protobuf:"bytes,5,opt,name=apply_patches_task_output,json=applyPatchesTaskOutput,proto3,oneof"`
}

type ReportTaskCompleteRequest_ExecStepTaskOutput

type ReportTaskCompleteRequest_ExecStepTaskOutput struct {
	ExecStepTaskOutput *ExecStepTaskOutput `protobuf:"bytes,6,opt,name=exec_step_task_output,json=execStepTaskOutput,proto3,oneof"`
}

type ReportTaskCompleteResponse

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

The response message after the agent signaled the current task complete.

func (*ReportTaskCompleteResponse) Descriptor

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

func (*ReportTaskCompleteResponse) ProtoMessage

func (*ReportTaskCompleteResponse) ProtoMessage()

func (*ReportTaskCompleteResponse) Reset

func (m *ReportTaskCompleteResponse) Reset()

func (*ReportTaskCompleteResponse) String

func (m *ReportTaskCompleteResponse) String() string

func (*ReportTaskCompleteResponse) XXX_DiscardUnknown

func (m *ReportTaskCompleteResponse) XXX_DiscardUnknown()

func (*ReportTaskCompleteResponse) XXX_Marshal

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

func (*ReportTaskCompleteResponse) XXX_Merge

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

func (*ReportTaskCompleteResponse) XXX_Size

func (m *ReportTaskCompleteResponse) XXX_Size() int

func (*ReportTaskCompleteResponse) XXX_Unmarshal

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

type ReportTaskProgressRequest

type ReportTaskProgressRequest struct {
	// Required. This is the Compute Engine instance identity token described in
	// https://cloud.google.com/compute/docs/instances/verifying-instance-identity
	// where the audience is 'osconfig.googleapis.com' and the format is 'full'.
	InstanceIdToken string `protobuf:"bytes,1,opt,name=instance_id_token,json=instanceIdToken,proto3" json:"instance_id_token,omitempty"`
	// Required. Unique identifier of the task this applies to.
	TaskId string `protobuf:"bytes,2,opt,name=task_id,json=taskId,proto3" json:"task_id,omitempty"`
	// Required. The type of task to report progress on.
	//
	// Progress must include the appropriate message based on this enum as
	// specified below:
	// APPLY_PATCHES = ApplyPatchesTaskProgress
	// EXEC_STEP = Progress not supported for this type.
	TaskType TaskType `` /* 143-byte string literal not displayed */
	// Intermediate progress of the current task.
	//
	// Types that are valid to be assigned to Progress:
	//	*ReportTaskProgressRequest_ApplyPatchesTaskProgress
	//	*ReportTaskProgressRequest_ExecStepTaskProgress
	Progress             isReportTaskProgressRequest_Progress `protobuf_oneof:"progress"`
	XXX_NoUnkeyedLiteral struct{}                             `json:"-"`
	XXX_unrecognized     []byte                               `json:"-"`
	XXX_sizecache        int32                                `json:"-"`
}

A request message for reporting the progress of current task.

func (*ReportTaskProgressRequest) Descriptor

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

func (*ReportTaskProgressRequest) GetApplyPatchesTaskProgress

func (m *ReportTaskProgressRequest) GetApplyPatchesTaskProgress() *ApplyPatchesTaskProgress

func (*ReportTaskProgressRequest) GetExecStepTaskProgress

func (m *ReportTaskProgressRequest) GetExecStepTaskProgress() *ExecStepTaskProgress

func (*ReportTaskProgressRequest) GetInstanceIdToken

func (m *ReportTaskProgressRequest) GetInstanceIdToken() string

func (*ReportTaskProgressRequest) GetProgress

func (m *ReportTaskProgressRequest) GetProgress() isReportTaskProgressRequest_Progress

func (*ReportTaskProgressRequest) GetTaskId

func (m *ReportTaskProgressRequest) GetTaskId() string

func (*ReportTaskProgressRequest) GetTaskType

func (m *ReportTaskProgressRequest) GetTaskType() TaskType

func (*ReportTaskProgressRequest) ProtoMessage

func (*ReportTaskProgressRequest) ProtoMessage()

func (*ReportTaskProgressRequest) Reset

func (m *ReportTaskProgressRequest) Reset()

func (*ReportTaskProgressRequest) String

func (m *ReportTaskProgressRequest) String() string

func (*ReportTaskProgressRequest) XXX_DiscardUnknown

func (m *ReportTaskProgressRequest) XXX_DiscardUnknown()

func (*ReportTaskProgressRequest) XXX_Marshal

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

func (*ReportTaskProgressRequest) XXX_Merge

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

func (*ReportTaskProgressRequest) XXX_OneofWrappers

func (*ReportTaskProgressRequest) XXX_OneofWrappers() []interface{}

XXX_OneofWrappers is for the internal use of the proto package.

func (*ReportTaskProgressRequest) XXX_Size

func (m *ReportTaskProgressRequest) XXX_Size() int

func (*ReportTaskProgressRequest) XXX_Unmarshal

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

type ReportTaskProgressRequest_ApplyPatchesTaskProgress

type ReportTaskProgressRequest_ApplyPatchesTaskProgress struct {
	ApplyPatchesTaskProgress *ApplyPatchesTaskProgress `protobuf:"bytes,4,opt,name=apply_patches_task_progress,json=applyPatchesTaskProgress,proto3,oneof"`
}

type ReportTaskProgressRequest_ExecStepTaskProgress

type ReportTaskProgressRequest_ExecStepTaskProgress struct {
	ExecStepTaskProgress *ExecStepTaskProgress `protobuf:"bytes,5,opt,name=exec_step_task_progress,json=execStepTaskProgress,proto3,oneof"`
}

type ReportTaskProgressResponse

type ReportTaskProgressResponse struct {
	// Instructs agent to continue or not.
	TaskDirective        TaskDirective `` /* 163-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

The response message after the agent reported the current task progress.

func (*ReportTaskProgressResponse) Descriptor

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

func (*ReportTaskProgressResponse) GetTaskDirective

func (m *ReportTaskProgressResponse) GetTaskDirective() TaskDirective

func (*ReportTaskProgressResponse) ProtoMessage

func (*ReportTaskProgressResponse) ProtoMessage()

func (*ReportTaskProgressResponse) Reset

func (m *ReportTaskProgressResponse) Reset()

func (*ReportTaskProgressResponse) String

func (m *ReportTaskProgressResponse) String() string

func (*ReportTaskProgressResponse) XXX_DiscardUnknown

func (m *ReportTaskProgressResponse) XXX_DiscardUnknown()

func (*ReportTaskProgressResponse) XXX_Marshal

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

func (*ReportTaskProgressResponse) XXX_Merge

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

func (*ReportTaskProgressResponse) XXX_Size

func (m *ReportTaskProgressResponse) XXX_Size() int

func (*ReportTaskProgressResponse) XXX_Unmarshal

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

type RetryStrategy

type RetryStrategy struct {
	// If true, the agent will continue to try and patch until the window has
	// ended.
	Enabled              bool     `protobuf:"varint,1,opt,name=enabled,proto3" json:"enabled,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

The strategy for retrying failed patches during the patch window.

func (*RetryStrategy) Descriptor

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

func (*RetryStrategy) GetEnabled

func (m *RetryStrategy) GetEnabled() bool

func (*RetryStrategy) ProtoMessage

func (*RetryStrategy) ProtoMessage()

func (*RetryStrategy) Reset

func (m *RetryStrategy) Reset()

func (*RetryStrategy) String

func (m *RetryStrategy) String() string

func (*RetryStrategy) XXX_DiscardUnknown

func (m *RetryStrategy) XXX_DiscardUnknown()

func (*RetryStrategy) XXX_Marshal

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

func (*RetryStrategy) XXX_Merge

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

func (*RetryStrategy) XXX_Size

func (m *RetryStrategy) XXX_Size() int

func (*RetryStrategy) XXX_Unmarshal

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

type SoftwareRecipe

type SoftwareRecipe struct {
	// Unique identifier for the recipe. Only one recipe with a given name is
	// installed on an instance.
	//
	// Names are also used to identify resources which helps to determine whether
	// guest policies have conflicts. This means that requests to create multiple
	// recipes with the same name and version are rejected since they
	// could potentially have conflicting assignments.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// The version of this software recipe. Version can be up to 4 period
	// separated numbers (e.g. 12.34.56.78).
	Version string `protobuf:"bytes,2,opt,name=version,proto3" json:"version,omitempty"`
	// Resources available to be used in the steps in the recipe.
	Artifacts []*SoftwareRecipe_Artifact `protobuf:"bytes,3,rep,name=artifacts,proto3" json:"artifacts,omitempty"`
	// Actions to be taken for installing this recipe. On failure it stops
	// executing steps and does not attempt another installation. Any steps taken
	// (including partially completed steps) are not rolled back.  Install steps
	// must be specified and are used on first installation.
	InstallSteps []*SoftwareRecipe_Step `protobuf:"bytes,4,rep,name=install_steps,json=installSteps,proto3" json:"install_steps,omitempty"`
	// Actions to be taken for updating this recipe. On failure it stops
	// executing steps and  does not attempt another update for this recipe. Any
	// steps taken (including partially completed steps) are not rolled back.
	// Upgrade steps are not mandatory and are only used when upgrading.
	UpdateSteps []*SoftwareRecipe_Step `protobuf:"bytes,5,rep,name=update_steps,json=updateSteps,proto3" json:"update_steps,omitempty"`
	// Default is INSTALLED. The desired state the agent should maintain for this
	// recipe.
	//
	// INSTALLED: The software recipe is installed on the instance but won't be
	//                         updated to new versions.
	// UPDATED: The software recipe is installed on the instance. The recipe is
	//                         updated to a higher version, if a higher version of
	//                         the recipe is assigned to this instance.
	// REMOVE: Remove is unsupported for software recipes and attempts to
	//         create or update a recipe to the REMOVE state is rejected.
	DesiredState         DesiredState `` /* 159-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

A software recipe is a set of instructions for installing and configuring a piece of software. It consists of a set of artifacts that are downloaded, and a set of steps that install, configure, and/or update the software.

Recipes support installing and updating software from artifacts in the following formats: Zip archive, Tar archive, Windows MSI, Debian package, and RPM package.

Additionally, recipes support executing a script (either defined in a file or directly in this api) in bash, sh, cmd, and powershell.

Updating a software recipe

If a recipe is assigned to an instance and there is a recipe with the same name but a lower version already installed and the assigned state of the recipe is `INSTALLED_KEEP_UPDATED`, then the recipe is updated to the new version.

Script Working Directories

Each script or execution step is run in its own temporary directory which is deleted after completing the step.

func (*SoftwareRecipe) Descriptor

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

func (*SoftwareRecipe) GetArtifacts

func (m *SoftwareRecipe) GetArtifacts() []*SoftwareRecipe_Artifact

func (*SoftwareRecipe) GetDesiredState

func (m *SoftwareRecipe) GetDesiredState() DesiredState

func (*SoftwareRecipe) GetInstallSteps

func (m *SoftwareRecipe) GetInstallSteps() []*SoftwareRecipe_Step

func (*SoftwareRecipe) GetName

func (m *SoftwareRecipe) GetName() string

func (*SoftwareRecipe) GetUpdateSteps

func (m *SoftwareRecipe) GetUpdateSteps() []*SoftwareRecipe_Step

func (*SoftwareRecipe) GetVersion

func (m *SoftwareRecipe) GetVersion() string

func (*SoftwareRecipe) ProtoMessage

func (*SoftwareRecipe) ProtoMessage()

func (*SoftwareRecipe) Reset

func (m *SoftwareRecipe) Reset()

func (*SoftwareRecipe) String

func (m *SoftwareRecipe) String() string

func (*SoftwareRecipe) XXX_DiscardUnknown

func (m *SoftwareRecipe) XXX_DiscardUnknown()

func (*SoftwareRecipe) XXX_Marshal

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

func (*SoftwareRecipe) XXX_Merge

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

func (*SoftwareRecipe) XXX_Size

func (m *SoftwareRecipe) XXX_Size() int

func (*SoftwareRecipe) XXX_Unmarshal

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

type SoftwareRecipe_Artifact

type SoftwareRecipe_Artifact struct {
	// Id of the artifact, which the installation and update steps of this
	// recipe can reference. Artifacts in a recipe cannot have the same id.
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// A specific type of artifact.
	//
	// Types that are valid to be assigned to Artifact:
	//	*SoftwareRecipe_Artifact_Remote_
	//	*SoftwareRecipe_Artifact_Gcs_
	Artifact isSoftwareRecipe_Artifact_Artifact `protobuf_oneof:"artifact"`
	// Defaults to false. When false, recipes are subject to validations
	// based on the artifact type:
	//
	// Remote: A checksum must be specified, and only protocols with
	//         transport-layer security are permitted.
	// GCS:    An object generation number must be specified.
	AllowInsecure        bool     `protobuf:"varint,4,opt,name=allow_insecure,json=allowInsecure,proto3" json:"allow_insecure,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Specifies a resource to be used in the recipe.

func (*SoftwareRecipe_Artifact) Descriptor

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

func (*SoftwareRecipe_Artifact) GetAllowInsecure

func (m *SoftwareRecipe_Artifact) GetAllowInsecure() bool

func (*SoftwareRecipe_Artifact) GetArtifact

func (m *SoftwareRecipe_Artifact) GetArtifact() isSoftwareRecipe_Artifact_Artifact

func (*SoftwareRecipe_Artifact) GetGcs

func (*SoftwareRecipe_Artifact) GetId

func (m *SoftwareRecipe_Artifact) GetId() string

func (*SoftwareRecipe_Artifact) GetRemote

func (*SoftwareRecipe_Artifact) ProtoMessage

func (*SoftwareRecipe_Artifact) ProtoMessage()

func (*SoftwareRecipe_Artifact) Reset

func (m *SoftwareRecipe_Artifact) Reset()

func (*SoftwareRecipe_Artifact) String

func (m *SoftwareRecipe_Artifact) String() string

func (*SoftwareRecipe_Artifact) XXX_DiscardUnknown

func (m *SoftwareRecipe_Artifact) XXX_DiscardUnknown()

func (*SoftwareRecipe_Artifact) XXX_Marshal

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

func (*SoftwareRecipe_Artifact) XXX_Merge

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

func (*SoftwareRecipe_Artifact) XXX_OneofWrappers

func (*SoftwareRecipe_Artifact) XXX_OneofWrappers() []interface{}

XXX_OneofWrappers is for the internal use of the proto package.

func (*SoftwareRecipe_Artifact) XXX_Size

func (m *SoftwareRecipe_Artifact) XXX_Size() int

func (*SoftwareRecipe_Artifact) XXX_Unmarshal

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

type SoftwareRecipe_Artifact_Gcs

type SoftwareRecipe_Artifact_Gcs struct {
	// Bucket of the Cloud Storage object.
	// Given an example URL:
	// `https://storage.googleapis.com/my-bucket/foo/bar#1234567`
	// this value would be `my-bucket`.
	Bucket string `protobuf:"bytes,1,opt,name=bucket,proto3" json:"bucket,omitempty"`
	// Name of the Cloud Storage object.
	// As specified [here]
	// (https://cloud.google.com/storage/docs/naming#objectnames)
	// Given an example URL:
	// `https://storage.googleapis.com/my-bucket/foo/bar#1234567`
	// this value would be `foo/bar`.
	Object string `protobuf:"bytes,2,opt,name=object,proto3" json:"object,omitempty"`
	// Must be provided if allow_insecure is false.
	// Generation number of the Cloud Storage object.
	// `https://storage.googleapis.com/my-bucket/foo/bar#1234567`
	// this value would be `1234567`.
	Generation           int64    `protobuf:"varint,3,opt,name=generation,proto3" json:"generation,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Specifies an artifact available as a Cloud Storage object.

func (*SoftwareRecipe_Artifact_Gcs) Descriptor

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

func (*SoftwareRecipe_Artifact_Gcs) GetBucket

func (m *SoftwareRecipe_Artifact_Gcs) GetBucket() string

func (*SoftwareRecipe_Artifact_Gcs) GetGeneration

func (m *SoftwareRecipe_Artifact_Gcs) GetGeneration() int64

func (*SoftwareRecipe_Artifact_Gcs) GetObject

func (m *SoftwareRecipe_Artifact_Gcs) GetObject() string

func (*SoftwareRecipe_Artifact_Gcs) ProtoMessage

func (*SoftwareRecipe_Artifact_Gcs) ProtoMessage()

func (*SoftwareRecipe_Artifact_Gcs) Reset

func (m *SoftwareRecipe_Artifact_Gcs) Reset()

func (*SoftwareRecipe_Artifact_Gcs) String

func (m *SoftwareRecipe_Artifact_Gcs) String() string

func (*SoftwareRecipe_Artifact_Gcs) XXX_DiscardUnknown

func (m *SoftwareRecipe_Artifact_Gcs) XXX_DiscardUnknown()

func (*SoftwareRecipe_Artifact_Gcs) XXX_Marshal

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

func (*SoftwareRecipe_Artifact_Gcs) XXX_Merge

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

func (*SoftwareRecipe_Artifact_Gcs) XXX_Size

func (m *SoftwareRecipe_Artifact_Gcs) XXX_Size() int

func (*SoftwareRecipe_Artifact_Gcs) XXX_Unmarshal

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

type SoftwareRecipe_Artifact_Gcs_

type SoftwareRecipe_Artifact_Gcs_ struct {
	Gcs *SoftwareRecipe_Artifact_Gcs `protobuf:"bytes,3,opt,name=gcs,proto3,oneof"`
}

type SoftwareRecipe_Artifact_Remote

type SoftwareRecipe_Artifact_Remote struct {
	// URI from which to fetch the object. It should contain both the protocol
	// and path following the format {protocol}://{location}.
	Uri string `protobuf:"bytes,1,opt,name=uri,proto3" json:"uri,omitempty"`
	// Must be provided if `allow_insecure` is `false`.
	// SHA256 checksum in hex format, to compare to the checksum of the
	// artifact. If the checksum is not empty and it doesn't match the
	// artifact then the recipe installation fails before running any of the
	// steps.
	Checksum             string   `protobuf:"bytes,2,opt,name=checksum,proto3" json:"checksum,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Specifies an artifact available via some URI.

func (*SoftwareRecipe_Artifact_Remote) Descriptor

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

func (*SoftwareRecipe_Artifact_Remote) GetChecksum

func (m *SoftwareRecipe_Artifact_Remote) GetChecksum() string

func (*SoftwareRecipe_Artifact_Remote) GetUri

func (*SoftwareRecipe_Artifact_Remote) ProtoMessage

func (*SoftwareRecipe_Artifact_Remote) ProtoMessage()

func (*SoftwareRecipe_Artifact_Remote) Reset

func (m *SoftwareRecipe_Artifact_Remote) Reset()

func (*SoftwareRecipe_Artifact_Remote) String

func (*SoftwareRecipe_Artifact_Remote) XXX_DiscardUnknown

func (m *SoftwareRecipe_Artifact_Remote) XXX_DiscardUnknown()

func (*SoftwareRecipe_Artifact_Remote) XXX_Marshal

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

func (*SoftwareRecipe_Artifact_Remote) XXX_Merge

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

func (*SoftwareRecipe_Artifact_Remote) XXX_Size

func (m *SoftwareRecipe_Artifact_Remote) XXX_Size() int

func (*SoftwareRecipe_Artifact_Remote) XXX_Unmarshal

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

type SoftwareRecipe_Artifact_Remote_

type SoftwareRecipe_Artifact_Remote_ struct {
	Remote *SoftwareRecipe_Artifact_Remote `protobuf:"bytes,2,opt,name=remote,proto3,oneof"`
}

type SoftwareRecipe_Step

type SoftwareRecipe_Step struct {
	// A specific type of step.
	//
	// Types that are valid to be assigned to Step:
	//	*SoftwareRecipe_Step_FileCopy
	//	*SoftwareRecipe_Step_ArchiveExtraction
	//	*SoftwareRecipe_Step_MsiInstallation
	//	*SoftwareRecipe_Step_DpkgInstallation
	//	*SoftwareRecipe_Step_RpmInstallation
	//	*SoftwareRecipe_Step_FileExec
	//	*SoftwareRecipe_Step_ScriptRun
	Step                 isSoftwareRecipe_Step_Step `protobuf_oneof:"step"`
	XXX_NoUnkeyedLiteral struct{}                   `json:"-"`
	XXX_unrecognized     []byte                     `json:"-"`
	XXX_sizecache        int32                      `json:"-"`
}

An action that can be taken as part of installing or updating a recipe.

func (*SoftwareRecipe_Step) Descriptor

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

func (*SoftwareRecipe_Step) GetArchiveExtraction

func (m *SoftwareRecipe_Step) GetArchiveExtraction() *SoftwareRecipe_Step_ExtractArchive

func (*SoftwareRecipe_Step) GetDpkgInstallation

func (m *SoftwareRecipe_Step) GetDpkgInstallation() *SoftwareRecipe_Step_InstallDpkg

func (*SoftwareRecipe_Step) GetFileCopy

func (*SoftwareRecipe_Step) GetFileExec

func (*SoftwareRecipe_Step) GetMsiInstallation

func (m *SoftwareRecipe_Step) GetMsiInstallation() *SoftwareRecipe_Step_InstallMsi

func (*SoftwareRecipe_Step) GetRpmInstallation

func (m *SoftwareRecipe_Step) GetRpmInstallation() *SoftwareRecipe_Step_InstallRpm

func (*SoftwareRecipe_Step) GetScriptRun

func (*SoftwareRecipe_Step) GetStep

func (m *SoftwareRecipe_Step) GetStep() isSoftwareRecipe_Step_Step

func (*SoftwareRecipe_Step) ProtoMessage

func (*SoftwareRecipe_Step) ProtoMessage()

func (*SoftwareRecipe_Step) Reset

func (m *SoftwareRecipe_Step) Reset()

func (*SoftwareRecipe_Step) String

func (m *SoftwareRecipe_Step) String() string

func (*SoftwareRecipe_Step) XXX_DiscardUnknown

func (m *SoftwareRecipe_Step) XXX_DiscardUnknown()

func (*SoftwareRecipe_Step) XXX_Marshal

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

func (*SoftwareRecipe_Step) XXX_Merge

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

func (*SoftwareRecipe_Step) XXX_OneofWrappers

func (*SoftwareRecipe_Step) XXX_OneofWrappers() []interface{}

XXX_OneofWrappers is for the internal use of the proto package.

func (*SoftwareRecipe_Step) XXX_Size

func (m *SoftwareRecipe_Step) XXX_Size() int

func (*SoftwareRecipe_Step) XXX_Unmarshal

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

type SoftwareRecipe_Step_ArchiveExtraction

type SoftwareRecipe_Step_ArchiveExtraction struct {
	ArchiveExtraction *SoftwareRecipe_Step_ExtractArchive `protobuf:"bytes,2,opt,name=archive_extraction,json=archiveExtraction,proto3,oneof"`
}

type SoftwareRecipe_Step_CopyFile

type SoftwareRecipe_Step_CopyFile struct {
	// The id of the relevant artifact in the recipe.
	ArtifactId string `protobuf:"bytes,1,opt,name=artifact_id,json=artifactId,proto3" json:"artifact_id,omitempty"`
	// The absolute path on the instance to put the file.
	Destination string `protobuf:"bytes,2,opt,name=destination,proto3" json:"destination,omitempty"`
	// Whether to allow this step to overwrite existing files. If this is
	// false and the file already exists the file is not overwritten
	// and the step is considered a success. Defaults to false.
	Overwrite bool `protobuf:"varint,3,opt,name=overwrite,proto3" json:"overwrite,omitempty"`
	// Consists of three octal digits which represent, in
	// order, the permissions of the owner, group, and other users for the
	// file (similarly to the numeric mode used in the linux chmod utility).
	// Each digit represents a three bit number with the 4 bit
	// corresponding to the read permissions, the 2 bit corresponds to the
	// write bit, and the one bit corresponds to the execute permission.
	// Default behavior is 755.
	//
	// Below are some examples of permissions and their associated values:
	// read, write, and execute: 7
	// read and execute: 5
	// read and write: 6
	// read only: 4
	Permissions          string   `protobuf:"bytes,4,opt,name=permissions,proto3" json:"permissions,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Copies the artifact to the specified path on the instance.

func (*SoftwareRecipe_Step_CopyFile) Descriptor

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

func (*SoftwareRecipe_Step_CopyFile) GetArtifactId

func (m *SoftwareRecipe_Step_CopyFile) GetArtifactId() string

func (*SoftwareRecipe_Step_CopyFile) GetDestination

func (m *SoftwareRecipe_Step_CopyFile) GetDestination() string

func (*SoftwareRecipe_Step_CopyFile) GetOverwrite

func (m *SoftwareRecipe_Step_CopyFile) GetOverwrite() bool

func (*SoftwareRecipe_Step_CopyFile) GetPermissions

func (m *SoftwareRecipe_Step_CopyFile) GetPermissions() string

func (*SoftwareRecipe_Step_CopyFile) ProtoMessage

func (*SoftwareRecipe_Step_CopyFile) ProtoMessage()

func (*SoftwareRecipe_Step_CopyFile) Reset

func (m *SoftwareRecipe_Step_CopyFile) Reset()

func (*SoftwareRecipe_Step_CopyFile) String

func (*SoftwareRecipe_Step_CopyFile) XXX_DiscardUnknown

func (m *SoftwareRecipe_Step_CopyFile) XXX_DiscardUnknown()

func (*SoftwareRecipe_Step_CopyFile) XXX_Marshal

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

func (*SoftwareRecipe_Step_CopyFile) XXX_Merge

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

func (*SoftwareRecipe_Step_CopyFile) XXX_Size

func (m *SoftwareRecipe_Step_CopyFile) XXX_Size() int

func (*SoftwareRecipe_Step_CopyFile) XXX_Unmarshal

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

type SoftwareRecipe_Step_DpkgInstallation

type SoftwareRecipe_Step_DpkgInstallation struct {
	DpkgInstallation *SoftwareRecipe_Step_InstallDpkg `protobuf:"bytes,4,opt,name=dpkg_installation,json=dpkgInstallation,proto3,oneof"`
}

type SoftwareRecipe_Step_ExecFile

type SoftwareRecipe_Step_ExecFile struct {
	// Location of the file to execute.
	//
	// Types that are valid to be assigned to LocationType:
	//	*SoftwareRecipe_Step_ExecFile_ArtifactId
	//	*SoftwareRecipe_Step_ExecFile_LocalPath
	LocationType isSoftwareRecipe_Step_ExecFile_LocationType `protobuf_oneof:"location_type"`
	// Arguments to be passed to the provided executable.
	Args []string `protobuf:"bytes,3,rep,name=args,proto3" json:"args,omitempty"`
	// Defaults to [0]. A list of possible return values that the program
	// can return to indicate a success.
	AllowedExitCodes     []int32  `protobuf:"varint,4,rep,packed,name=allowed_exit_codes,json=allowedExitCodes,proto3" json:"allowed_exit_codes,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Executes an artifact or local file.

func (*SoftwareRecipe_Step_ExecFile) Descriptor

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

func (*SoftwareRecipe_Step_ExecFile) GetAllowedExitCodes

func (m *SoftwareRecipe_Step_ExecFile) GetAllowedExitCodes() []int32

func (*SoftwareRecipe_Step_ExecFile) GetArgs

func (m *SoftwareRecipe_Step_ExecFile) GetArgs() []string

func (*SoftwareRecipe_Step_ExecFile) GetArtifactId

func (m *SoftwareRecipe_Step_ExecFile) GetArtifactId() string

func (*SoftwareRecipe_Step_ExecFile) GetLocalPath

func (m *SoftwareRecipe_Step_ExecFile) GetLocalPath() string

func (*SoftwareRecipe_Step_ExecFile) GetLocationType

func (m *SoftwareRecipe_Step_ExecFile) GetLocationType() isSoftwareRecipe_Step_ExecFile_LocationType

func (*SoftwareRecipe_Step_ExecFile) ProtoMessage

func (*SoftwareRecipe_Step_ExecFile) ProtoMessage()

func (*SoftwareRecipe_Step_ExecFile) Reset

func (m *SoftwareRecipe_Step_ExecFile) Reset()

func (*SoftwareRecipe_Step_ExecFile) String

func (*SoftwareRecipe_Step_ExecFile) XXX_DiscardUnknown

func (m *SoftwareRecipe_Step_ExecFile) XXX_DiscardUnknown()

func (*SoftwareRecipe_Step_ExecFile) XXX_Marshal

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

func (*SoftwareRecipe_Step_ExecFile) XXX_Merge

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

func (*SoftwareRecipe_Step_ExecFile) XXX_OneofWrappers

func (*SoftwareRecipe_Step_ExecFile) XXX_OneofWrappers() []interface{}

XXX_OneofWrappers is for the internal use of the proto package.

func (*SoftwareRecipe_Step_ExecFile) XXX_Size

func (m *SoftwareRecipe_Step_ExecFile) XXX_Size() int

func (*SoftwareRecipe_Step_ExecFile) XXX_Unmarshal

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

type SoftwareRecipe_Step_ExecFile_ArtifactId

type SoftwareRecipe_Step_ExecFile_ArtifactId struct {
	ArtifactId string `protobuf:"bytes,1,opt,name=artifact_id,json=artifactId,proto3,oneof"`
}

type SoftwareRecipe_Step_ExecFile_LocalPath

type SoftwareRecipe_Step_ExecFile_LocalPath struct {
	LocalPath string `protobuf:"bytes,2,opt,name=local_path,json=localPath,proto3,oneof"`
}

type SoftwareRecipe_Step_ExtractArchive

type SoftwareRecipe_Step_ExtractArchive struct {
	// The id of the relevant artifact in the recipe.
	ArtifactId string `protobuf:"bytes,1,opt,name=artifact_id,json=artifactId,proto3" json:"artifact_id,omitempty"`
	// Directory to extract archive to.
	// Defaults to `/` on Linux or `C:\` on Windows.
	Destination string `protobuf:"bytes,2,opt,name=destination,proto3" json:"destination,omitempty"`
	// The type of the archive to extract.
	Type                 SoftwareRecipe_Step_ExtractArchive_ArchiveType `` /* 157-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}                                       `json:"-"`
	XXX_unrecognized     []byte                                         `json:"-"`
	XXX_sizecache        int32                                          `json:"-"`
}

Extracts an archive of the type specified in the specified directory.

func (*SoftwareRecipe_Step_ExtractArchive) Descriptor

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

func (*SoftwareRecipe_Step_ExtractArchive) GetArtifactId

func (m *SoftwareRecipe_Step_ExtractArchive) GetArtifactId() string

func (*SoftwareRecipe_Step_ExtractArchive) GetDestination

func (m *SoftwareRecipe_Step_ExtractArchive) GetDestination() string

func (*SoftwareRecipe_Step_ExtractArchive) GetType

func (*SoftwareRecipe_Step_ExtractArchive) ProtoMessage

func (*SoftwareRecipe_Step_ExtractArchive) ProtoMessage()

func (*SoftwareRecipe_Step_ExtractArchive) Reset

func (*SoftwareRecipe_Step_ExtractArchive) String

func (*SoftwareRecipe_Step_ExtractArchive) XXX_DiscardUnknown

func (m *SoftwareRecipe_Step_ExtractArchive) XXX_DiscardUnknown()

func (*SoftwareRecipe_Step_ExtractArchive) XXX_Marshal

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

func (*SoftwareRecipe_Step_ExtractArchive) XXX_Merge

func (*SoftwareRecipe_Step_ExtractArchive) XXX_Size

func (*SoftwareRecipe_Step_ExtractArchive) XXX_Unmarshal

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

type SoftwareRecipe_Step_ExtractArchive_ArchiveType

type SoftwareRecipe_Step_ExtractArchive_ArchiveType int32

Specifying the type of archive.

const (
	// Indicates that the archive type isn't specified.
	SoftwareRecipe_Step_ExtractArchive_ARCHIVE_TYPE_UNSPECIFIED SoftwareRecipe_Step_ExtractArchive_ArchiveType = 0
	// Indicates that the archive is a tar archive with no encryption.
	SoftwareRecipe_Step_ExtractArchive_TAR SoftwareRecipe_Step_ExtractArchive_ArchiveType = 1
	// Indicates that the archive is a tar archive with gzip encryption.
	SoftwareRecipe_Step_ExtractArchive_TAR_GZIP SoftwareRecipe_Step_ExtractArchive_ArchiveType = 2
	// Indicates that the archive is a tar archive with bzip encryption.
	SoftwareRecipe_Step_ExtractArchive_TAR_BZIP SoftwareRecipe_Step_ExtractArchive_ArchiveType = 3
	// Indicates that the archive is a tar archive with lzma encryption.
	SoftwareRecipe_Step_ExtractArchive_TAR_LZMA SoftwareRecipe_Step_ExtractArchive_ArchiveType = 4
	// Indicates that the archive is a tar archive with xz encryption.
	SoftwareRecipe_Step_ExtractArchive_TAR_XZ SoftwareRecipe_Step_ExtractArchive_ArchiveType = 5
	// Indicates that the archive is a zip archive.
	SoftwareRecipe_Step_ExtractArchive_ZIP SoftwareRecipe_Step_ExtractArchive_ArchiveType = 11
)

func (SoftwareRecipe_Step_ExtractArchive_ArchiveType) EnumDescriptor

func (SoftwareRecipe_Step_ExtractArchive_ArchiveType) String

type SoftwareRecipe_Step_FileCopy

type SoftwareRecipe_Step_FileCopy struct {
	FileCopy *SoftwareRecipe_Step_CopyFile `protobuf:"bytes,1,opt,name=file_copy,json=fileCopy,proto3,oneof"`
}

type SoftwareRecipe_Step_FileExec

type SoftwareRecipe_Step_FileExec struct {
	FileExec *SoftwareRecipe_Step_ExecFile `protobuf:"bytes,6,opt,name=file_exec,json=fileExec,proto3,oneof"`
}

type SoftwareRecipe_Step_InstallDpkg

type SoftwareRecipe_Step_InstallDpkg struct {
	// The id of the relevant artifact in the recipe.
	ArtifactId           string   `protobuf:"bytes,1,opt,name=artifact_id,json=artifactId,proto3" json:"artifact_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Installs a deb via dpkg.

func (*SoftwareRecipe_Step_InstallDpkg) Descriptor

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

func (*SoftwareRecipe_Step_InstallDpkg) GetArtifactId

func (m *SoftwareRecipe_Step_InstallDpkg) GetArtifactId() string

func (*SoftwareRecipe_Step_InstallDpkg) ProtoMessage

func (*SoftwareRecipe_Step_InstallDpkg) ProtoMessage()

func (*SoftwareRecipe_Step_InstallDpkg) Reset

func (*SoftwareRecipe_Step_InstallDpkg) String

func (*SoftwareRecipe_Step_InstallDpkg) XXX_DiscardUnknown

func (m *SoftwareRecipe_Step_InstallDpkg) XXX_DiscardUnknown()

func (*SoftwareRecipe_Step_InstallDpkg) XXX_Marshal

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

func (*SoftwareRecipe_Step_InstallDpkg) XXX_Merge

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

func (*SoftwareRecipe_Step_InstallDpkg) XXX_Size

func (m *SoftwareRecipe_Step_InstallDpkg) XXX_Size() int

func (*SoftwareRecipe_Step_InstallDpkg) XXX_Unmarshal

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

type SoftwareRecipe_Step_InstallMsi

type SoftwareRecipe_Step_InstallMsi struct {
	// The id of the relevant artifact in the recipe.
	ArtifactId string `protobuf:"bytes,1,opt,name=artifact_id,json=artifactId,proto3" json:"artifact_id,omitempty"`
	// The flags to use when installing the MSI
	// defaults to ["/i"] (i.e. the install flag).
	Flags []string `protobuf:"bytes,2,rep,name=flags,proto3" json:"flags,omitempty"`
	// Return codes that indicate that the software installed or updated
	// successfully. Behaviour defaults to [0]
	AllowedExitCodes     []int32  `protobuf:"varint,3,rep,packed,name=allowed_exit_codes,json=allowedExitCodes,proto3" json:"allowed_exit_codes,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Installs an MSI file.

func (*SoftwareRecipe_Step_InstallMsi) Descriptor

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

func (*SoftwareRecipe_Step_InstallMsi) GetAllowedExitCodes

func (m *SoftwareRecipe_Step_InstallMsi) GetAllowedExitCodes() []int32

func (*SoftwareRecipe_Step_InstallMsi) GetArtifactId

func (m *SoftwareRecipe_Step_InstallMsi) GetArtifactId() string

func (*SoftwareRecipe_Step_InstallMsi) GetFlags

func (m *SoftwareRecipe_Step_InstallMsi) GetFlags() []string

func (*SoftwareRecipe_Step_InstallMsi) ProtoMessage

func (*SoftwareRecipe_Step_InstallMsi) ProtoMessage()

func (*SoftwareRecipe_Step_InstallMsi) Reset

func (m *SoftwareRecipe_Step_InstallMsi) Reset()

func (*SoftwareRecipe_Step_InstallMsi) String

func (*SoftwareRecipe_Step_InstallMsi) XXX_DiscardUnknown

func (m *SoftwareRecipe_Step_InstallMsi) XXX_DiscardUnknown()

func (*SoftwareRecipe_Step_InstallMsi) XXX_Marshal

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

func (*SoftwareRecipe_Step_InstallMsi) XXX_Merge

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

func (*SoftwareRecipe_Step_InstallMsi) XXX_Size

func (m *SoftwareRecipe_Step_InstallMsi) XXX_Size() int

func (*SoftwareRecipe_Step_InstallMsi) XXX_Unmarshal

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

type SoftwareRecipe_Step_InstallRpm

type SoftwareRecipe_Step_InstallRpm struct {
	// The id of the relevant artifact in the recipe.
	ArtifactId           string   `protobuf:"bytes,1,opt,name=artifact_id,json=artifactId,proto3" json:"artifact_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Installs an rpm file via the rpm utility.

func (*SoftwareRecipe_Step_InstallRpm) Descriptor

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

func (*SoftwareRecipe_Step_InstallRpm) GetArtifactId

func (m *SoftwareRecipe_Step_InstallRpm) GetArtifactId() string

func (*SoftwareRecipe_Step_InstallRpm) ProtoMessage

func (*SoftwareRecipe_Step_InstallRpm) ProtoMessage()

func (*SoftwareRecipe_Step_InstallRpm) Reset

func (m *SoftwareRecipe_Step_InstallRpm) Reset()

func (*SoftwareRecipe_Step_InstallRpm) String

func (*SoftwareRecipe_Step_InstallRpm) XXX_DiscardUnknown

func (m *SoftwareRecipe_Step_InstallRpm) XXX_DiscardUnknown()

func (*SoftwareRecipe_Step_InstallRpm) XXX_Marshal

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

func (*SoftwareRecipe_Step_InstallRpm) XXX_Merge

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

func (*SoftwareRecipe_Step_InstallRpm) XXX_Size

func (m *SoftwareRecipe_Step_InstallRpm) XXX_Size() int

func (*SoftwareRecipe_Step_InstallRpm) XXX_Unmarshal

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

type SoftwareRecipe_Step_MsiInstallation

type SoftwareRecipe_Step_MsiInstallation struct {
	MsiInstallation *SoftwareRecipe_Step_InstallMsi `protobuf:"bytes,3,opt,name=msi_installation,json=msiInstallation,proto3,oneof"`
}

type SoftwareRecipe_Step_RpmInstallation

type SoftwareRecipe_Step_RpmInstallation struct {
	RpmInstallation *SoftwareRecipe_Step_InstallRpm `protobuf:"bytes,5,opt,name=rpm_installation,json=rpmInstallation,proto3,oneof"`
}

type SoftwareRecipe_Step_RunScript

type SoftwareRecipe_Step_RunScript struct {
	// The shell script to be executed.
	Script string `protobuf:"bytes,1,opt,name=script,proto3" json:"script,omitempty"`
	// Return codes that indicate that the software installed or updated
	// successfully. Behaviour defaults to [0]
	AllowedExitCodes []int32 `protobuf:"varint,2,rep,packed,name=allowed_exit_codes,json=allowedExitCodes,proto3" json:"allowed_exit_codes,omitempty"`
	// The script interpreter to use to run the script. If no interpreter is
	// specified the script is executed directly, which likely
	// only succeed for scripts with
	// [shebang lines](https://en.wikipedia.org/wiki/Shebang_(Unix)).
	Interpreter          SoftwareRecipe_Step_RunScript_Interpreter `` /* 166-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}                                  `json:"-"`
	XXX_unrecognized     []byte                                    `json:"-"`
	XXX_sizecache        int32                                     `json:"-"`
}

Runs a script through an interpreter.

func (*SoftwareRecipe_Step_RunScript) Descriptor

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

func (*SoftwareRecipe_Step_RunScript) GetAllowedExitCodes

func (m *SoftwareRecipe_Step_RunScript) GetAllowedExitCodes() []int32

func (*SoftwareRecipe_Step_RunScript) GetInterpreter

func (*SoftwareRecipe_Step_RunScript) GetScript

func (m *SoftwareRecipe_Step_RunScript) GetScript() string

func (*SoftwareRecipe_Step_RunScript) ProtoMessage

func (*SoftwareRecipe_Step_RunScript) ProtoMessage()

func (*SoftwareRecipe_Step_RunScript) Reset

func (m *SoftwareRecipe_Step_RunScript) Reset()

func (*SoftwareRecipe_Step_RunScript) String

func (*SoftwareRecipe_Step_RunScript) XXX_DiscardUnknown

func (m *SoftwareRecipe_Step_RunScript) XXX_DiscardUnknown()

func (*SoftwareRecipe_Step_RunScript) XXX_Marshal

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

func (*SoftwareRecipe_Step_RunScript) XXX_Merge

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

func (*SoftwareRecipe_Step_RunScript) XXX_Size

func (m *SoftwareRecipe_Step_RunScript) XXX_Size() int

func (*SoftwareRecipe_Step_RunScript) XXX_Unmarshal

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

type SoftwareRecipe_Step_RunScript_Interpreter

type SoftwareRecipe_Step_RunScript_Interpreter int32

The interpreter used to execute a script.

const (
	// Default value for ScriptType.
	SoftwareRecipe_Step_RunScript_INTERPRETER_UNSPECIFIED SoftwareRecipe_Step_RunScript_Interpreter = 0
	// Indicates that the script is run with `/bin/sh` on Linux and `cmd`
	// on windows.
	SoftwareRecipe_Step_RunScript_SHELL SoftwareRecipe_Step_RunScript_Interpreter = 1
	// Indicates that the script is run with powershell.
	SoftwareRecipe_Step_RunScript_POWERSHELL SoftwareRecipe_Step_RunScript_Interpreter = 3
)

func (SoftwareRecipe_Step_RunScript_Interpreter) EnumDescriptor

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

func (SoftwareRecipe_Step_RunScript_Interpreter) String

type SoftwareRecipe_Step_ScriptRun

type SoftwareRecipe_Step_ScriptRun struct {
	ScriptRun *SoftwareRecipe_Step_RunScript `protobuf:"bytes,7,opt,name=script_run,json=scriptRun,proto3,oneof"`
}

type StartNextTaskRequest

type StartNextTaskRequest struct {
	// Required. This is the Compute Engine instance identity token described in
	// https://cloud.google.com/compute/docs/instances/verifying-instance-identity
	// where the audience is 'osconfig.googleapis.com' and the format is 'full'.
	InstanceIdToken      string   `protobuf:"bytes,1,opt,name=instance_id_token,json=instanceIdToken,proto3" json:"instance_id_token,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

A request message for signaling the start of a task execution.

func (*StartNextTaskRequest) Descriptor

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

func (*StartNextTaskRequest) GetInstanceIdToken

func (m *StartNextTaskRequest) GetInstanceIdToken() string

func (*StartNextTaskRequest) ProtoMessage

func (*StartNextTaskRequest) ProtoMessage()

func (*StartNextTaskRequest) Reset

func (m *StartNextTaskRequest) Reset()

func (*StartNextTaskRequest) String

func (m *StartNextTaskRequest) String() string

func (*StartNextTaskRequest) XXX_DiscardUnknown

func (m *StartNextTaskRequest) XXX_DiscardUnknown()

func (*StartNextTaskRequest) XXX_Marshal

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

func (*StartNextTaskRequest) XXX_Merge

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

func (*StartNextTaskRequest) XXX_Size

func (m *StartNextTaskRequest) XXX_Size() int

func (*StartNextTaskRequest) XXX_Unmarshal

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

type StartNextTaskResponse

type StartNextTaskResponse struct {
	// The details of the task that should be worked on.  Can be empty if there
	// is no new task to work on.
	Task                 *Task    `protobuf:"bytes,1,opt,name=task,proto3" json:"task,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

A response message that contains the details of the task to work on.

func (*StartNextTaskResponse) Descriptor

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

func (*StartNextTaskResponse) GetTask

func (m *StartNextTaskResponse) GetTask() *Task

func (*StartNextTaskResponse) ProtoMessage

func (*StartNextTaskResponse) ProtoMessage()

func (*StartNextTaskResponse) Reset

func (m *StartNextTaskResponse) Reset()

func (*StartNextTaskResponse) String

func (m *StartNextTaskResponse) String() string

func (*StartNextTaskResponse) XXX_DiscardUnknown

func (m *StartNextTaskResponse) XXX_DiscardUnknown()

func (*StartNextTaskResponse) XXX_Marshal

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

func (*StartNextTaskResponse) XXX_Merge

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

func (*StartNextTaskResponse) XXX_Size

func (m *StartNextTaskResponse) XXX_Size() int

func (*StartNextTaskResponse) XXX_Unmarshal

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

type Task

type Task struct {
	// Unique task id.
	TaskId string `protobuf:"bytes,1,opt,name=task_id,json=taskId,proto3" json:"task_id,omitempty"`
	// The type of task to perform.
	//
	// Task details must include the appropriate message based on this enum as
	// specified below:
	// APPLY_PATCHES = ApplyPatchesTask
	// EXEC_STEP = ExecStepTask;
	TaskType TaskType `` /* 143-byte string literal not displayed */
	// Current directive to the agent.
	TaskDirective TaskDirective `` /* 163-byte string literal not displayed */
	// Specific details about the current task to perform.
	//
	// Types that are valid to be assigned to TaskDetails:
	//	*Task_ApplyPatchesTask
	//	*Task_ExecStepTask
	TaskDetails isTask_TaskDetails `protobuf_oneof:"task_details"`
	// Labels describing the task.  Used for logging by the agent.
	ServiceLabels        map[string]string `` /* 188-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

A unit of work to be performed by the agent.

func (*Task) Descriptor

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

func (*Task) GetApplyPatchesTask

func (m *Task) GetApplyPatchesTask() *ApplyPatchesTask

func (*Task) GetExecStepTask

func (m *Task) GetExecStepTask() *ExecStepTask

func (*Task) GetServiceLabels

func (m *Task) GetServiceLabels() map[string]string

func (*Task) GetTaskDetails

func (m *Task) GetTaskDetails() isTask_TaskDetails

func (*Task) GetTaskDirective

func (m *Task) GetTaskDirective() TaskDirective

func (*Task) GetTaskId

func (m *Task) GetTaskId() string

func (*Task) GetTaskType

func (m *Task) GetTaskType() TaskType

func (*Task) ProtoMessage

func (*Task) ProtoMessage()

func (*Task) Reset

func (m *Task) Reset()

func (*Task) String

func (m *Task) String() string

func (*Task) XXX_DiscardUnknown

func (m *Task) XXX_DiscardUnknown()

func (*Task) XXX_Marshal

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

func (*Task) XXX_Merge

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

func (*Task) XXX_OneofWrappers

func (*Task) XXX_OneofWrappers() []interface{}

XXX_OneofWrappers is for the internal use of the proto package.

func (*Task) XXX_Size

func (m *Task) XXX_Size() int

func (*Task) XXX_Unmarshal

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

type TaskDirective

type TaskDirective int32

Specifies the current agent behavior.

const (
	// Unspecified is invalid.
	TaskDirective_TASK_DIRECTIVE_UNSPECIFIED TaskDirective = 0
	// The task should continue to progress.
	TaskDirective_CONTINUE TaskDirective = 1
	// Task should not be started, or if already in progress, should stop
	// at first safe stopping point.  Task should be considered done and will
	// never repeat.
	TaskDirective_STOP TaskDirective = 2
)

func (TaskDirective) EnumDescriptor

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

func (TaskDirective) String

func (x TaskDirective) String() string

type TaskType

type TaskType int32

Specifies the type of task to perform.

const (
	// Unspecified is invalid.
	TaskType_TASK_TYPE_UNSPECIFIED TaskType = 0
	// The apply patches task.
	TaskType_APPLY_PATCHES TaskType = 1
	// The exec step task.
	TaskType_EXEC_STEP_TASK TaskType = 2
)

func (TaskType) EnumDescriptor

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

func (TaskType) String

func (x TaskType) String() string

type Task_ApplyPatchesTask

type Task_ApplyPatchesTask struct {
	ApplyPatchesTask *ApplyPatchesTask `protobuf:"bytes,4,opt,name=apply_patches_task,json=applyPatchesTask,proto3,oneof"`
}

type Task_ExecStepTask

type Task_ExecStepTask struct {
	ExecStepTask *ExecStepTask `protobuf:"bytes,5,opt,name=exec_step_task,json=execStepTask,proto3,oneof"`
}

type UnimplementedAgentEndpointServiceServer

type UnimplementedAgentEndpointServiceServer struct {
}

UnimplementedAgentEndpointServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedAgentEndpointServiceServer) LookupEffectiveGuestPolicy

func (*UnimplementedAgentEndpointServiceServer) RegisterAgent

func (*UnimplementedAgentEndpointServiceServer) ReportTaskComplete

func (*UnimplementedAgentEndpointServiceServer) ReportTaskProgress

func (*UnimplementedAgentEndpointServiceServer) StartNextTask

type WindowsUpdateSettings

type WindowsUpdateSettings struct {
	// Only apply updates of these windows update classifications. If empty, all
	// updates will be applied.
	Classifications []WindowsUpdateSettings_Classification `` /* 176-byte string literal not displayed */
	// List of KBs to exclude from update.
	Excludes []string `protobuf:"bytes,2,rep,name=excludes,proto3" json:"excludes,omitempty"`
	// An exclusive list of kbs to be updated. These are the only patches
	// that will be updated. This field must not be used with other
	// patch configurations.
	ExclusivePatches     []string `protobuf:"bytes,3,rep,name=exclusive_patches,json=exclusivePatches,proto3" json:"exclusive_patches,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Windows patching is performed using the Windows Update Agent.

func (*WindowsUpdateSettings) Descriptor

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

func (*WindowsUpdateSettings) GetClassifications

func (*WindowsUpdateSettings) GetExcludes

func (m *WindowsUpdateSettings) GetExcludes() []string

func (*WindowsUpdateSettings) GetExclusivePatches

func (m *WindowsUpdateSettings) GetExclusivePatches() []string

func (*WindowsUpdateSettings) ProtoMessage

func (*WindowsUpdateSettings) ProtoMessage()

func (*WindowsUpdateSettings) Reset

func (m *WindowsUpdateSettings) Reset()

func (*WindowsUpdateSettings) String

func (m *WindowsUpdateSettings) String() string

func (*WindowsUpdateSettings) XXX_DiscardUnknown

func (m *WindowsUpdateSettings) XXX_DiscardUnknown()

func (*WindowsUpdateSettings) XXX_Marshal

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

func (*WindowsUpdateSettings) XXX_Merge

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

func (*WindowsUpdateSettings) XXX_Size

func (m *WindowsUpdateSettings) XXX_Size() int

func (*WindowsUpdateSettings) XXX_Unmarshal

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

type WindowsUpdateSettings_Classification

type WindowsUpdateSettings_Classification int32

Microsoft Windows update classifications as defined in [1] https://support.microsoft.com/en-us/help/824684/description-of-the-standard-terminology-that-is-used-to-describe-micro

const (
	// Invalid. If classifications are included, they must be specified.
	WindowsUpdateSettings_CLASSIFICATION_UNSPECIFIED WindowsUpdateSettings_Classification = 0
	// "A widely released fix for a specific problem that addresses a critical,
	// non-security-related bug." [1]
	WindowsUpdateSettings_CRITICAL WindowsUpdateSettings_Classification = 1
	// "A widely released fix for a product-specific, security-related
	// vulnerability. Security vulnerabilities are rated by their severity. The
	// severity rating is indicated in the Microsoft security bulletin as
	// critical, important, moderate, or low." [1]
	WindowsUpdateSettings_SECURITY WindowsUpdateSettings_Classification = 2
	// "A widely released and frequent software update that contains additions
	// to a product’s definition database. Definition databases are often used
	// to detect objects that have specific attributes, such as malicious code,
	// phishing websites, or junk mail." [1]
	WindowsUpdateSettings_DEFINITION WindowsUpdateSettings_Classification = 3
	// "Software that controls the input and output of a device." [1]
	WindowsUpdateSettings_DRIVER WindowsUpdateSettings_Classification = 4
	// "New product functionality that is first distributed outside the context
	// of a product release and that is typically included in the next full
	// product release." [1]
	WindowsUpdateSettings_FEATURE_PACK WindowsUpdateSettings_Classification = 5
	// "A tested, cumulative set of all hotfixes, security updates, critical
	// updates, and updates. Additionally, service packs may contain additional
	// fixes for problems that are found internally since the release of the
	// product. Service packs my also contain a limited number of
	// customer-requested design changes or features." [1]
	WindowsUpdateSettings_SERVICE_PACK WindowsUpdateSettings_Classification = 6
	// "A utility or feature that helps complete a task or set of tasks." [1]
	WindowsUpdateSettings_TOOL WindowsUpdateSettings_Classification = 7
	// "A tested, cumulative set of hotfixes, security updates, critical
	// updates, and updates that are packaged together for easy deployment. A
	// rollup generally targets a specific area, such as security, or a
	// component of a product, such as Internet Information Services (IIS)." [1]
	WindowsUpdateSettings_UPDATE_ROLLUP WindowsUpdateSettings_Classification = 8
	// "A widely released fix for a specific problem. An update addresses a
	// noncritical, non-security-related bug." [1]
	WindowsUpdateSettings_UPDATE WindowsUpdateSettings_Classification = 9
)

func (WindowsUpdateSettings_Classification) EnumDescriptor

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

func (WindowsUpdateSettings_Classification) String

type YumRepository

type YumRepository struct {
	// A one word, unique name for this repository. This is
	// the `repo id` in the Yum config file and also the `display_name` if
	// `display_name` is omitted. This id is also used as the unique identifier
	// when checking for guest policy conflicts.
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// The display name of the repository.
	DisplayName string `protobuf:"bytes,2,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
	// The location of the repository directory.
	BaseUrl string `protobuf:"bytes,3,opt,name=base_url,json=baseUrl,proto3" json:"base_url,omitempty"`
	// URIs of GPG keys.
	GpgKeys              []string `protobuf:"bytes,4,rep,name=gpg_keys,json=gpgKeys,proto3" json:"gpg_keys,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Represents a single Yum package repository. This repository is added to a repo file that is stored at `/etc/yum.repos.d/google_osconfig.repo`.

func (*YumRepository) Descriptor

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

func (*YumRepository) GetBaseUrl

func (m *YumRepository) GetBaseUrl() string

func (*YumRepository) GetDisplayName

func (m *YumRepository) GetDisplayName() string

func (*YumRepository) GetGpgKeys

func (m *YumRepository) GetGpgKeys() []string

func (*YumRepository) GetId

func (m *YumRepository) GetId() string

func (*YumRepository) ProtoMessage

func (*YumRepository) ProtoMessage()

func (*YumRepository) Reset

func (m *YumRepository) Reset()

func (*YumRepository) String

func (m *YumRepository) String() string

func (*YumRepository) XXX_DiscardUnknown

func (m *YumRepository) XXX_DiscardUnknown()

func (*YumRepository) XXX_Marshal

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

func (*YumRepository) XXX_Merge

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

func (*YumRepository) XXX_Size

func (m *YumRepository) XXX_Size() int

func (*YumRepository) XXX_Unmarshal

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

type YumSettings

type YumSettings struct {
	// Adds the `--security` flag to `yum update`. Not supported on
	// all platforms.
	Security bool `protobuf:"varint,1,opt,name=security,proto3" json:"security,omitempty"`
	// Will cause patch to run `yum update-minimal` instead.
	Minimal bool `protobuf:"varint,2,opt,name=minimal,proto3" json:"minimal,omitempty"`
	// List of packages to exclude from update. These packages will be excluded by
	// using the yum `--exclude` flag.
	Excludes []string `protobuf:"bytes,3,rep,name=excludes,proto3" json:"excludes,omitempty"`
	// An exclusive list of packages to be updated. These are the only packages
	// that will be updated. If these packages are not installed, they will be
	// ignored. This field must not be specified with any other patch
	// configuration fields.
	ExclusivePackages    []string `protobuf:"bytes,4,rep,name=exclusive_packages,json=exclusivePackages,proto3" json:"exclusive_packages,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Yum patching will be performed by executing `yum update`. Additional options can be set to control how this is executed.

Note that not all settings are supported on all platforms.

func (*YumSettings) Descriptor

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

func (*YumSettings) GetExcludes

func (m *YumSettings) GetExcludes() []string

func (*YumSettings) GetExclusivePackages

func (m *YumSettings) GetExclusivePackages() []string

func (*YumSettings) GetMinimal

func (m *YumSettings) GetMinimal() bool

func (*YumSettings) GetSecurity

func (m *YumSettings) GetSecurity() bool

func (*YumSettings) ProtoMessage

func (*YumSettings) ProtoMessage()

func (*YumSettings) Reset

func (m *YumSettings) Reset()

func (*YumSettings) String

func (m *YumSettings) String() string

func (*YumSettings) XXX_DiscardUnknown

func (m *YumSettings) XXX_DiscardUnknown()

func (*YumSettings) XXX_Marshal

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

func (*YumSettings) XXX_Merge

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

func (*YumSettings) XXX_Size

func (m *YumSettings) XXX_Size() int

func (*YumSettings) XXX_Unmarshal

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

type ZypperRepository

type ZypperRepository struct {
	// A one word, unique name for this repository. This is
	// the `repo id` in the zypper config file and also the `display_name` if
	// `display_name` is omitted. This id is also used as the unique identifier
	// when checking for guest policy conflicts.
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// The display name of the repository.
	DisplayName string `protobuf:"bytes,2,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
	// The location of the repository directory.
	BaseUrl string `protobuf:"bytes,3,opt,name=base_url,json=baseUrl,proto3" json:"base_url,omitempty"`
	// URIs of GPG keys.
	GpgKeys              []string `protobuf:"bytes,4,rep,name=gpg_keys,json=gpgKeys,proto3" json:"gpg_keys,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Represents a single Zypper package repository. This repository is added to a repo file that is stored at `/etc/zypp/repos.d/google_osconfig.repo`.

func (*ZypperRepository) Descriptor

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

func (*ZypperRepository) GetBaseUrl

func (m *ZypperRepository) GetBaseUrl() string

func (*ZypperRepository) GetDisplayName

func (m *ZypperRepository) GetDisplayName() string

func (*ZypperRepository) GetGpgKeys

func (m *ZypperRepository) GetGpgKeys() []string

func (*ZypperRepository) GetId

func (m *ZypperRepository) GetId() string

func (*ZypperRepository) ProtoMessage

func (*ZypperRepository) ProtoMessage()

func (*ZypperRepository) Reset

func (m *ZypperRepository) Reset()

func (*ZypperRepository) String

func (m *ZypperRepository) String() string

func (*ZypperRepository) XXX_DiscardUnknown

func (m *ZypperRepository) XXX_DiscardUnknown()

func (*ZypperRepository) XXX_Marshal

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

func (*ZypperRepository) XXX_Merge

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

func (*ZypperRepository) XXX_Size

func (m *ZypperRepository) XXX_Size() int

func (*ZypperRepository) XXX_Unmarshal

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

type ZypperSettings

type ZypperSettings struct {
	// Adds the `--with-optional` flag to `zypper patch`.
	WithOptional bool `protobuf:"varint,1,opt,name=with_optional,json=withOptional,proto3" json:"with_optional,omitempty"`
	// Adds the `--with-update` flag, to `zypper patch`.
	WithUpdate bool `protobuf:"varint,2,opt,name=with_update,json=withUpdate,proto3" json:"with_update,omitempty"`
	// Install only patches with these categories.
	// Common categories include security, recommended, and feature.
	Categories []string `protobuf:"bytes,3,rep,name=categories,proto3" json:"categories,omitempty"`
	// Install only patches with these severities.
	// Common severities include critical, important, moderate, and low.
	Severities []string `protobuf:"bytes,4,rep,name=severities,proto3" json:"severities,omitempty"`
	// List of patches to exclude from update.
	Excludes []string `protobuf:"bytes,5,rep,name=excludes,proto3" json:"excludes,omitempty"`
	// An exclusive list of patches to be updated. These are the only patches
	// that will be installed using 'zypper patch patch:<patch_name>' command.
	// This field must not be used with any other patch configuration fields.
	ExclusivePatches     []string `protobuf:"bytes,6,rep,name=exclusive_patches,json=exclusivePatches,proto3" json:"exclusive_patches,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Zypper patching is performed by running `zypper patch`. See also https://en.opensuse.org/SDB:Zypper_manual.

func (*ZypperSettings) Descriptor

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

func (*ZypperSettings) GetCategories

func (m *ZypperSettings) GetCategories() []string

func (*ZypperSettings) GetExcludes

func (m *ZypperSettings) GetExcludes() []string

func (*ZypperSettings) GetExclusivePatches

func (m *ZypperSettings) GetExclusivePatches() []string

func (*ZypperSettings) GetSeverities

func (m *ZypperSettings) GetSeverities() []string

func (*ZypperSettings) GetWithOptional

func (m *ZypperSettings) GetWithOptional() bool

func (*ZypperSettings) GetWithUpdate

func (m *ZypperSettings) GetWithUpdate() bool

func (*ZypperSettings) ProtoMessage

func (*ZypperSettings) ProtoMessage()

func (*ZypperSettings) Reset

func (m *ZypperSettings) Reset()

func (*ZypperSettings) String

func (m *ZypperSettings) String() string

func (*ZypperSettings) XXX_DiscardUnknown

func (m *ZypperSettings) XXX_DiscardUnknown()

func (*ZypperSettings) XXX_Marshal

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

func (*ZypperSettings) XXX_Merge

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

func (*ZypperSettings) XXX_Size

func (m *ZypperSettings) XXX_Size() int

func (*ZypperSettings) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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