...

Package agentendpoint

import "google.golang.org/genproto/googleapis/cloud/osconfig/agentendpoint/v1beta"
Overview
Index

Overview ▾

Package agentendpoint aliases all exported identifiers in package "cloud.google.com/go/osconfig/agentendpoint/apiv1beta/agentendpointpb".

Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1beta/agentendpointpb. Please read https://github.com/googleapis/google-cloud-go/blob/main/migration.md for more details.

Index ▾

Constants
Variables
func RegisterAgentEndpointServiceServer(s *grpc.Server, srv AgentEndpointServiceServer)
type AgentEndpointServiceClient
    func NewAgentEndpointServiceClient(cc grpc.ClientConnInterface) AgentEndpointServiceClient
type AgentEndpointServiceServer
type AgentEndpointService_ReceiveTaskNotificationClient
type AgentEndpointService_ReceiveTaskNotificationServer
type ApplyPatchesTask
type ApplyPatchesTaskOutput
type ApplyPatchesTaskOutput_State
type ApplyPatchesTaskProgress
type ApplyPatchesTaskProgress_State
type AptRepository
type AptRepository_ArchiveType
type AptSettings
type AptSettings_Type
type DesiredState
type EffectiveGuestPolicy
type EffectiveGuestPolicy_SourcedPackage
type EffectiveGuestPolicy_SourcedPackageRepository
type EffectiveGuestPolicy_SourcedSoftwareRecipe
type ExecStep
type ExecStepConfig
type ExecStepConfig_GcsObject
type ExecStepConfig_Interpreter
type ExecStepConfig_LocalPath
type ExecStepTask
type ExecStepTaskOutput
type ExecStepTaskOutput_State
type ExecStepTaskProgress
type ExecStepTaskProgress_State
type GcsObject
type GooRepository
type GooSettings
type LookupEffectiveGuestPolicyRequest
type Package
type PackageRepository
type PackageRepository_Apt
type PackageRepository_Goo
type PackageRepository_Yum
type PackageRepository_Zypper
type Package_Manager
type PatchConfig
type PatchConfig_RebootConfig
type ReceiveTaskNotificationRequest
type ReceiveTaskNotificationResponse
type RegisterAgentRequest
type RegisterAgentResponse
type ReportTaskCompleteRequest
type ReportTaskCompleteRequest_ApplyPatchesTaskOutput
type ReportTaskCompleteRequest_ExecStepTaskOutput
type ReportTaskCompleteResponse
type ReportTaskProgressRequest
type ReportTaskProgressRequest_ApplyPatchesTaskProgress
type ReportTaskProgressRequest_ExecStepTaskProgress
type ReportTaskProgressResponse
type RetryStrategy
type SoftwareRecipe
type SoftwareRecipe_Artifact
type SoftwareRecipe_Artifact_Gcs
type SoftwareRecipe_Artifact_Gcs_
type SoftwareRecipe_Artifact_Remote
type SoftwareRecipe_Artifact_Remote_
type SoftwareRecipe_Step
type SoftwareRecipe_Step_ArchiveExtraction
type SoftwareRecipe_Step_CopyFile
type SoftwareRecipe_Step_DpkgInstallation
type SoftwareRecipe_Step_ExecFile
type SoftwareRecipe_Step_ExecFile_ArtifactId
type SoftwareRecipe_Step_ExecFile_LocalPath
type SoftwareRecipe_Step_ExtractArchive
type SoftwareRecipe_Step_ExtractArchive_ArchiveType
type SoftwareRecipe_Step_FileCopy
type SoftwareRecipe_Step_FileExec
type SoftwareRecipe_Step_InstallDpkg
type SoftwareRecipe_Step_InstallMsi
type SoftwareRecipe_Step_InstallRpm
type SoftwareRecipe_Step_MsiInstallation
type SoftwareRecipe_Step_RpmInstallation
type SoftwareRecipe_Step_RunScript
type SoftwareRecipe_Step_RunScript_Interpreter
type SoftwareRecipe_Step_ScriptRun
type StartNextTaskRequest
type StartNextTaskResponse
type Task
type TaskDirective
type TaskType
type Task_ApplyPatchesTask
type Task_ExecStepTask
type UnimplementedAgentEndpointServiceServer
type WindowsUpdateSettings
type WindowsUpdateSettings_Classification
type YumRepository
type YumSettings
type ZypperRepository
type ZypperSettings

Package files

alias.go

Constants

Deprecated: Please use consts in: cloud.google.com/go/osconfig/agentendpoint/apiv1beta/agentendpointpb

const (
    ApplyPatchesTaskOutput_FAILED                               = src.ApplyPatchesTaskOutput_FAILED
    ApplyPatchesTaskOutput_STATE_UNSPECIFIED                    = src.ApplyPatchesTaskOutput_STATE_UNSPECIFIED
    ApplyPatchesTaskOutput_SUCCEEDED                            = src.ApplyPatchesTaskOutput_SUCCEEDED
    ApplyPatchesTaskOutput_SUCCEEDED_REBOOT_REQUIRED            = src.ApplyPatchesTaskOutput_SUCCEEDED_REBOOT_REQUIRED
    ApplyPatchesTaskProgress_APPLYING_PATCHES                   = src.ApplyPatchesTaskProgress_APPLYING_PATCHES
    ApplyPatchesTaskProgress_DOWNLOADING_PATCHES                = src.ApplyPatchesTaskProgress_DOWNLOADING_PATCHES
    ApplyPatchesTaskProgress_REBOOTING                          = src.ApplyPatchesTaskProgress_REBOOTING
    ApplyPatchesTaskProgress_STARTED                            = src.ApplyPatchesTaskProgress_STARTED
    ApplyPatchesTaskProgress_STATE_UNSPECIFIED                  = src.ApplyPatchesTaskProgress_STATE_UNSPECIFIED
    AptRepository_ARCHIVE_TYPE_UNSPECIFIED                      = src.AptRepository_ARCHIVE_TYPE_UNSPECIFIED
    AptRepository_DEB                                           = src.AptRepository_DEB
    AptRepository_DEB_SRC                                       = src.AptRepository_DEB_SRC
    AptSettings_DIST                                            = src.AptSettings_DIST
    AptSettings_TYPE_UNSPECIFIED                                = src.AptSettings_TYPE_UNSPECIFIED
    AptSettings_UPGRADE                                         = src.AptSettings_UPGRADE
    DesiredState_DESIRED_STATE_UNSPECIFIED                      = src.DesiredState_DESIRED_STATE_UNSPECIFIED
    DesiredState_INSTALLED                                      = src.DesiredState_INSTALLED
    DesiredState_REMOVED                                        = src.DesiredState_REMOVED
    DesiredState_UPDATED                                        = src.DesiredState_UPDATED
    ExecStepConfig_INTERPRETER_UNSPECIFIED                      = src.ExecStepConfig_INTERPRETER_UNSPECIFIED
    ExecStepConfig_NONE                                         = src.ExecStepConfig_NONE
    ExecStepConfig_POWERSHELL                                   = src.ExecStepConfig_POWERSHELL
    ExecStepConfig_SHELL                                        = src.ExecStepConfig_SHELL
    ExecStepTaskOutput_CANCELLED                                = src.ExecStepTaskOutput_CANCELLED
    ExecStepTaskOutput_COMPLETED                                = src.ExecStepTaskOutput_COMPLETED
    ExecStepTaskOutput_STATE_UNSPECIFIED                        = src.ExecStepTaskOutput_STATE_UNSPECIFIED
    ExecStepTaskOutput_TIMED_OUT                                = src.ExecStepTaskOutput_TIMED_OUT
    ExecStepTaskProgress_STARTED                                = src.ExecStepTaskProgress_STARTED
    ExecStepTaskProgress_STATE_UNSPECIFIED                      = src.ExecStepTaskProgress_STATE_UNSPECIFIED
    Package_ANY                                                 = src.Package_ANY
    Package_APT                                                 = src.Package_APT
    Package_GOO                                                 = src.Package_GOO
    Package_MANAGER_UNSPECIFIED                                 = src.Package_MANAGER_UNSPECIFIED
    Package_YUM                                                 = src.Package_YUM
    Package_ZYPPER                                              = src.Package_ZYPPER
    PatchConfig_ALWAYS                                          = src.PatchConfig_ALWAYS
    PatchConfig_DEFAULT                                         = src.PatchConfig_DEFAULT
    PatchConfig_NEVER                                           = src.PatchConfig_NEVER
    PatchConfig_REBOOT_CONFIG_UNSPECIFIED                       = src.PatchConfig_REBOOT_CONFIG_UNSPECIFIED
    SoftwareRecipe_Step_ExtractArchive_ARCHIVE_TYPE_UNSPECIFIED = src.SoftwareRecipe_Step_ExtractArchive_ARCHIVE_TYPE_UNSPECIFIED
    SoftwareRecipe_Step_ExtractArchive_TAR                      = src.SoftwareRecipe_Step_ExtractArchive_TAR
    SoftwareRecipe_Step_ExtractArchive_TAR_BZIP                 = src.SoftwareRecipe_Step_ExtractArchive_TAR_BZIP
    SoftwareRecipe_Step_ExtractArchive_TAR_GZIP                 = src.SoftwareRecipe_Step_ExtractArchive_TAR_GZIP
    SoftwareRecipe_Step_ExtractArchive_TAR_LZMA                 = src.SoftwareRecipe_Step_ExtractArchive_TAR_LZMA
    SoftwareRecipe_Step_ExtractArchive_TAR_XZ                   = src.SoftwareRecipe_Step_ExtractArchive_TAR_XZ
    SoftwareRecipe_Step_ExtractArchive_ZIP                      = src.SoftwareRecipe_Step_ExtractArchive_ZIP
    SoftwareRecipe_Step_RunScript_INTERPRETER_UNSPECIFIED       = src.SoftwareRecipe_Step_RunScript_INTERPRETER_UNSPECIFIED
    SoftwareRecipe_Step_RunScript_POWERSHELL                    = src.SoftwareRecipe_Step_RunScript_POWERSHELL
    SoftwareRecipe_Step_RunScript_SHELL                         = src.SoftwareRecipe_Step_RunScript_SHELL
    TaskDirective_CONTINUE                                      = src.TaskDirective_CONTINUE
    TaskDirective_STOP                                          = src.TaskDirective_STOP
    TaskDirective_TASK_DIRECTIVE_UNSPECIFIED                    = src.TaskDirective_TASK_DIRECTIVE_UNSPECIFIED
    TaskType_APPLY_PATCHES                                      = src.TaskType_APPLY_PATCHES
    TaskType_EXEC_STEP_TASK                                     = src.TaskType_EXEC_STEP_TASK
    TaskType_TASK_TYPE_UNSPECIFIED                              = src.TaskType_TASK_TYPE_UNSPECIFIED
    WindowsUpdateSettings_CLASSIFICATION_UNSPECIFIED            = src.WindowsUpdateSettings_CLASSIFICATION_UNSPECIFIED
    WindowsUpdateSettings_CRITICAL                              = src.WindowsUpdateSettings_CRITICAL
    WindowsUpdateSettings_DEFINITION                            = src.WindowsUpdateSettings_DEFINITION
    WindowsUpdateSettings_DRIVER                                = src.WindowsUpdateSettings_DRIVER
    WindowsUpdateSettings_FEATURE_PACK                          = src.WindowsUpdateSettings_FEATURE_PACK
    WindowsUpdateSettings_SECURITY                              = src.WindowsUpdateSettings_SECURITY
    WindowsUpdateSettings_SERVICE_PACK                          = src.WindowsUpdateSettings_SERVICE_PACK
    WindowsUpdateSettings_TOOL                                  = src.WindowsUpdateSettings_TOOL
    WindowsUpdateSettings_UPDATE                                = src.WindowsUpdateSettings_UPDATE
    WindowsUpdateSettings_UPDATE_ROLLUP                         = src.WindowsUpdateSettings_UPDATE_ROLLUP
)

Variables

Deprecated: Please use vars in: cloud.google.com/go/osconfig/agentendpoint/apiv1beta/agentendpointpb

var (
    ApplyPatchesTaskOutput_State_name                                    = src.ApplyPatchesTaskOutput_State_name
    ApplyPatchesTaskOutput_State_value                                   = src.ApplyPatchesTaskOutput_State_value
    ApplyPatchesTaskProgress_State_name                                  = src.ApplyPatchesTaskProgress_State_name
    ApplyPatchesTaskProgress_State_value                                 = src.ApplyPatchesTaskProgress_State_value
    AptRepository_ArchiveType_name                                       = src.AptRepository_ArchiveType_name
    AptRepository_ArchiveType_value                                      = src.AptRepository_ArchiveType_value
    AptSettings_Type_name                                                = src.AptSettings_Type_name
    AptSettings_Type_value                                               = src.AptSettings_Type_value
    DesiredState_name                                                    = src.DesiredState_name
    DesiredState_value                                                   = src.DesiredState_value
    ExecStepConfig_Interpreter_name                                      = src.ExecStepConfig_Interpreter_name
    ExecStepConfig_Interpreter_value                                     = src.ExecStepConfig_Interpreter_value
    ExecStepTaskOutput_State_name                                        = src.ExecStepTaskOutput_State_name
    ExecStepTaskOutput_State_value                                       = src.ExecStepTaskOutput_State_value
    ExecStepTaskProgress_State_name                                      = src.ExecStepTaskProgress_State_name
    ExecStepTaskProgress_State_value                                     = src.ExecStepTaskProgress_State_value
    File_google_cloud_osconfig_agentendpoint_v1beta_agentendpoint_proto  = src.File_google_cloud_osconfig_agentendpoint_v1beta_agentendpoint_proto
    File_google_cloud_osconfig_agentendpoint_v1beta_guest_policies_proto = src.File_google_cloud_osconfig_agentendpoint_v1beta_guest_policies_proto
    File_google_cloud_osconfig_agentendpoint_v1beta_patch_jobs_proto     = src.File_google_cloud_osconfig_agentendpoint_v1beta_patch_jobs_proto
    File_google_cloud_osconfig_agentendpoint_v1beta_tasks_proto          = src.File_google_cloud_osconfig_agentendpoint_v1beta_tasks_proto
    Package_Manager_name                                                 = src.Package_Manager_name
    Package_Manager_value                                                = src.Package_Manager_value
    PatchConfig_RebootConfig_name                                        = src.PatchConfig_RebootConfig_name
    PatchConfig_RebootConfig_value                                       = src.PatchConfig_RebootConfig_value
    SoftwareRecipe_Step_ExtractArchive_ArchiveType_name                  = src.SoftwareRecipe_Step_ExtractArchive_ArchiveType_name
    SoftwareRecipe_Step_ExtractArchive_ArchiveType_value                 = src.SoftwareRecipe_Step_ExtractArchive_ArchiveType_value
    SoftwareRecipe_Step_RunScript_Interpreter_name                       = src.SoftwareRecipe_Step_RunScript_Interpreter_name
    SoftwareRecipe_Step_RunScript_Interpreter_value                      = src.SoftwareRecipe_Step_RunScript_Interpreter_value
    TaskDirective_name                                                   = src.TaskDirective_name
    TaskDirective_value                                                  = src.TaskDirective_value
    TaskType_name                                                        = src.TaskType_name
    TaskType_value                                                       = src.TaskType_value
    WindowsUpdateSettings_Classification_name                            = src.WindowsUpdateSettings_Classification_name
    WindowsUpdateSettings_Classification_value                           = src.WindowsUpdateSettings_Classification_value
)

func RegisterAgentEndpointServiceServer

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

Deprecated: Please use funcs in: cloud.google.com/go/osconfig/agentendpoint/apiv1beta/agentendpointpb

type AgentEndpointServiceClient

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.

Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1beta/agentendpointpb

type AgentEndpointServiceClient = src.AgentEndpointServiceClient

func NewAgentEndpointServiceClient

func NewAgentEndpointServiceClient(cc grpc.ClientConnInterface) AgentEndpointServiceClient

Deprecated: Please use funcs in: cloud.google.com/go/osconfig/agentendpoint/apiv1beta/agentendpointpb

type AgentEndpointServiceServer

AgentEndpointServiceServer is the server API for AgentEndpointService service.

Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1beta/agentendpointpb

type AgentEndpointServiceServer = src.AgentEndpointServiceServer

type AgentEndpointService_ReceiveTaskNotificationClient

type AgentEndpointService_ReceiveTaskNotificationClient = src.AgentEndpointService_ReceiveTaskNotificationClient

type AgentEndpointService_ReceiveTaskNotificationServer

type AgentEndpointService_ReceiveTaskNotificationServer = src.AgentEndpointService_ReceiveTaskNotificationServer

type ApplyPatchesTask

Message which instructs agent to apply patches.

Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1beta/agentendpointpb

type ApplyPatchesTask = src.ApplyPatchesTask

type ApplyPatchesTaskOutput

Information reported from the agent about applying patches execution.

Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1beta/agentendpointpb

type ApplyPatchesTaskOutput = src.ApplyPatchesTaskOutput

type ApplyPatchesTaskOutput_State

The final states of applying patches.

Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1beta/agentendpointpb

type ApplyPatchesTaskOutput_State = src.ApplyPatchesTaskOutput_State

type ApplyPatchesTaskProgress

Information reported from the agent about applying patches execution.

Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1beta/agentendpointpb

type ApplyPatchesTaskProgress = src.ApplyPatchesTaskProgress

type ApplyPatchesTaskProgress_State

The intermediate states of applying patches.

Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1beta/agentendpointpb

type ApplyPatchesTaskProgress_State = src.ApplyPatchesTaskProgress_State

type AptRepository

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`.

Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1beta/agentendpointpb

type AptRepository = src.AptRepository

type AptRepository_ArchiveType

Type of archive.

Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1beta/agentendpointpb

type AptRepository_ArchiveType = src.AptRepository_ArchiveType

type AptSettings

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

Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1beta/agentendpointpb

type AptSettings = src.AptSettings

type AptSettings_Type

Apt patch type.

Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1beta/agentendpointpb

type AptSettings_Type = src.AptSettings_Type

type DesiredState

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

Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1beta/agentendpointpb

type DesiredState = src.DesiredState

type EffectiveGuestPolicy

The effective guest policy assigned to the instance.

Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1beta/agentendpointpb

type EffectiveGuestPolicy = src.EffectiveGuestPolicy

type EffectiveGuestPolicy_SourcedPackage

A guest policy package including its source.

Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1beta/agentendpointpb

type EffectiveGuestPolicy_SourcedPackage = src.EffectiveGuestPolicy_SourcedPackage

type EffectiveGuestPolicy_SourcedPackageRepository

A guest policy package repository including its source.

Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1beta/agentendpointpb

type EffectiveGuestPolicy_SourcedPackageRepository = src.EffectiveGuestPolicy_SourcedPackageRepository

type EffectiveGuestPolicy_SourcedSoftwareRecipe

A guest policy recipe including its source.

Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1beta/agentendpointpb

type EffectiveGuestPolicy_SourcedSoftwareRecipe = src.EffectiveGuestPolicy_SourcedSoftwareRecipe

type ExecStep

A step that runs an executable for a PatchJob.

Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1beta/agentendpointpb

type ExecStep = src.ExecStep

type ExecStepConfig

Common configurations for an ExecStep.

Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1beta/agentendpointpb

type ExecStepConfig = src.ExecStepConfig

type ExecStepConfig_GcsObject

type ExecStepConfig_GcsObject = src.ExecStepConfig_GcsObject

type ExecStepConfig_Interpreter

The interpreter used to execute the a file.

Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1beta/agentendpointpb

type ExecStepConfig_Interpreter = src.ExecStepConfig_Interpreter

type ExecStepConfig_LocalPath

type ExecStepConfig_LocalPath = src.ExecStepConfig_LocalPath

type ExecStepTask

Message which instructs agent to execute the following command.

Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1beta/agentendpointpb

type ExecStepTask = src.ExecStepTask

type ExecStepTaskOutput

Information reported from the agent about the exec step execution.

Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1beta/agentendpointpb

type ExecStepTaskOutput = src.ExecStepTaskOutput

type ExecStepTaskOutput_State

The final states of exec steps.

Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1beta/agentendpointpb

type ExecStepTaskOutput_State = src.ExecStepTaskOutput_State

type ExecStepTaskProgress

Information reported from the agent about the exec step execution.

Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1beta/agentendpointpb

type ExecStepTaskProgress = src.ExecStepTaskProgress

type ExecStepTaskProgress_State

The intermediate states of exec steps.

Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1beta/agentendpointpb

type ExecStepTaskProgress_State = src.ExecStepTaskProgress_State

type GcsObject

GCS object representation.

Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1beta/agentendpointpb

type GcsObject = src.GcsObject

type GooRepository

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

Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1beta/agentendpointpb

type GooRepository = src.GooRepository

type GooSettings

Googet patching is performed by running `googet update`.

Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1beta/agentendpointpb

type GooSettings = src.GooSettings

type LookupEffectiveGuestPolicyRequest

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

Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1beta/agentendpointpb

type LookupEffectiveGuestPolicyRequest = src.LookupEffectiveGuestPolicyRequest

type Package

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`

Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1beta/agentendpointpb

type Package = src.Package

type PackageRepository

A package repository.

Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1beta/agentendpointpb

type PackageRepository = src.PackageRepository

type PackageRepository_Apt

type PackageRepository_Apt = src.PackageRepository_Apt

type PackageRepository_Goo

type PackageRepository_Goo = src.PackageRepository_Goo

type PackageRepository_Yum

type PackageRepository_Yum = src.PackageRepository_Yum

type PackageRepository_Zypper

type PackageRepository_Zypper = src.PackageRepository_Zypper

type Package_Manager

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

Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1beta/agentendpointpb

type Package_Manager = src.Package_Manager

type PatchConfig

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

Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1beta/agentendpointpb

type PatchConfig = src.PatchConfig

type PatchConfig_RebootConfig

Post-patch reboot settings.

Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1beta/agentendpointpb

type PatchConfig_RebootConfig = src.PatchConfig_RebootConfig

type ReceiveTaskNotificationRequest

A request message to receive task notifications.

Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1beta/agentendpointpb

type ReceiveTaskNotificationRequest = src.ReceiveTaskNotificationRequest

type ReceiveTaskNotificationResponse

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

Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1beta/agentendpointpb

type ReceiveTaskNotificationResponse = src.ReceiveTaskNotificationResponse

type RegisterAgentRequest

The request message for registering the agent.

Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1beta/agentendpointpb

type RegisterAgentRequest = src.RegisterAgentRequest

type RegisterAgentResponse

The response message after the agent registered.

Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1beta/agentendpointpb

type RegisterAgentResponse = src.RegisterAgentResponse

type ReportTaskCompleteRequest

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

Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1beta/agentendpointpb

type ReportTaskCompleteRequest = src.ReportTaskCompleteRequest

type ReportTaskCompleteRequest_ApplyPatchesTaskOutput

type ReportTaskCompleteRequest_ApplyPatchesTaskOutput = src.ReportTaskCompleteRequest_ApplyPatchesTaskOutput

type ReportTaskCompleteRequest_ExecStepTaskOutput

type ReportTaskCompleteRequest_ExecStepTaskOutput = src.ReportTaskCompleteRequest_ExecStepTaskOutput

type ReportTaskCompleteResponse

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

Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1beta/agentendpointpb

type ReportTaskCompleteResponse = src.ReportTaskCompleteResponse

type ReportTaskProgressRequest

A request message for reporting the progress of current task.

Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1beta/agentendpointpb

type ReportTaskProgressRequest = src.ReportTaskProgressRequest

type ReportTaskProgressRequest_ApplyPatchesTaskProgress

type ReportTaskProgressRequest_ApplyPatchesTaskProgress = src.ReportTaskProgressRequest_ApplyPatchesTaskProgress

type ReportTaskProgressRequest_ExecStepTaskProgress

type ReportTaskProgressRequest_ExecStepTaskProgress = src.ReportTaskProgressRequest_ExecStepTaskProgress

type ReportTaskProgressResponse

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

Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1beta/agentendpointpb

type ReportTaskProgressResponse = src.ReportTaskProgressResponse

type RetryStrategy

The strategy for retrying failed patches during the patch window.

Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1beta/agentendpointpb

type RetryStrategy = src.RetryStrategy

type SoftwareRecipe

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.

Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1beta/agentendpointpb

type SoftwareRecipe = src.SoftwareRecipe

type SoftwareRecipe_Artifact

Specifies a resource to be used in the recipe.

Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1beta/agentendpointpb

type SoftwareRecipe_Artifact = src.SoftwareRecipe_Artifact

type SoftwareRecipe_Artifact_Gcs

Specifies an artifact available as a Cloud Storage object.

Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1beta/agentendpointpb

type SoftwareRecipe_Artifact_Gcs = src.SoftwareRecipe_Artifact_Gcs

type SoftwareRecipe_Artifact_Gcs_

type SoftwareRecipe_Artifact_Gcs_ = src.SoftwareRecipe_Artifact_Gcs_

type SoftwareRecipe_Artifact_Remote

Specifies an artifact available via some URI.

Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1beta/agentendpointpb

type SoftwareRecipe_Artifact_Remote = src.SoftwareRecipe_Artifact_Remote

type SoftwareRecipe_Artifact_Remote_

type SoftwareRecipe_Artifact_Remote_ = src.SoftwareRecipe_Artifact_Remote_

type SoftwareRecipe_Step

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

Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1beta/agentendpointpb

type SoftwareRecipe_Step = src.SoftwareRecipe_Step

type SoftwareRecipe_Step_ArchiveExtraction

type SoftwareRecipe_Step_ArchiveExtraction = src.SoftwareRecipe_Step_ArchiveExtraction

type SoftwareRecipe_Step_CopyFile

Copies the artifact to the specified path on the instance.

Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1beta/agentendpointpb

type SoftwareRecipe_Step_CopyFile = src.SoftwareRecipe_Step_CopyFile

type SoftwareRecipe_Step_DpkgInstallation

type SoftwareRecipe_Step_DpkgInstallation = src.SoftwareRecipe_Step_DpkgInstallation

type SoftwareRecipe_Step_ExecFile

Executes an artifact or local file.

Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1beta/agentendpointpb

type SoftwareRecipe_Step_ExecFile = src.SoftwareRecipe_Step_ExecFile

type SoftwareRecipe_Step_ExecFile_ArtifactId

type SoftwareRecipe_Step_ExecFile_ArtifactId = src.SoftwareRecipe_Step_ExecFile_ArtifactId

type SoftwareRecipe_Step_ExecFile_LocalPath

type SoftwareRecipe_Step_ExecFile_LocalPath = src.SoftwareRecipe_Step_ExecFile_LocalPath

type SoftwareRecipe_Step_ExtractArchive

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

Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1beta/agentendpointpb

type SoftwareRecipe_Step_ExtractArchive = src.SoftwareRecipe_Step_ExtractArchive

type SoftwareRecipe_Step_ExtractArchive_ArchiveType

Specifying the type of archive.

Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1beta/agentendpointpb

type SoftwareRecipe_Step_ExtractArchive_ArchiveType = src.SoftwareRecipe_Step_ExtractArchive_ArchiveType

type SoftwareRecipe_Step_FileCopy

type SoftwareRecipe_Step_FileCopy = src.SoftwareRecipe_Step_FileCopy

type SoftwareRecipe_Step_FileExec

type SoftwareRecipe_Step_FileExec = src.SoftwareRecipe_Step_FileExec

type SoftwareRecipe_Step_InstallDpkg

Installs a deb via dpkg.

Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1beta/agentendpointpb

type SoftwareRecipe_Step_InstallDpkg = src.SoftwareRecipe_Step_InstallDpkg

type SoftwareRecipe_Step_InstallMsi

Installs an MSI file.

Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1beta/agentendpointpb

type SoftwareRecipe_Step_InstallMsi = src.SoftwareRecipe_Step_InstallMsi

type SoftwareRecipe_Step_InstallRpm

Installs an rpm file via the rpm utility.

Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1beta/agentendpointpb

type SoftwareRecipe_Step_InstallRpm = src.SoftwareRecipe_Step_InstallRpm

type SoftwareRecipe_Step_MsiInstallation

type SoftwareRecipe_Step_MsiInstallation = src.SoftwareRecipe_Step_MsiInstallation

type SoftwareRecipe_Step_RpmInstallation

type SoftwareRecipe_Step_RpmInstallation = src.SoftwareRecipe_Step_RpmInstallation

type SoftwareRecipe_Step_RunScript

Runs a script through an interpreter.

Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1beta/agentendpointpb

type SoftwareRecipe_Step_RunScript = src.SoftwareRecipe_Step_RunScript

type SoftwareRecipe_Step_RunScript_Interpreter

The interpreter used to execute a script.

Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1beta/agentendpointpb

type SoftwareRecipe_Step_RunScript_Interpreter = src.SoftwareRecipe_Step_RunScript_Interpreter

type SoftwareRecipe_Step_ScriptRun

type SoftwareRecipe_Step_ScriptRun = src.SoftwareRecipe_Step_ScriptRun

type StartNextTaskRequest

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

Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1beta/agentendpointpb

type StartNextTaskRequest = src.StartNextTaskRequest

type StartNextTaskResponse

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

Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1beta/agentendpointpb

type StartNextTaskResponse = src.StartNextTaskResponse

type Task

A unit of work to be performed by the agent.

Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1beta/agentendpointpb

type Task = src.Task

type TaskDirective

Specifies the current agent behavior.

Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1beta/agentendpointpb

type TaskDirective = src.TaskDirective

type TaskType

Specifies the type of task to perform.

Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1beta/agentendpointpb

type TaskType = src.TaskType

type Task_ApplyPatchesTask

type Task_ApplyPatchesTask = src.Task_ApplyPatchesTask

type Task_ExecStepTask

type Task_ExecStepTask = src.Task_ExecStepTask

type UnimplementedAgentEndpointServiceServer

UnimplementedAgentEndpointServiceServer can be embedded to have forward compatible implementations.

Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1beta/agentendpointpb

type UnimplementedAgentEndpointServiceServer = src.UnimplementedAgentEndpointServiceServer

type WindowsUpdateSettings

Windows patching is performed using the Windows Update Agent.

Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1beta/agentendpointpb

type WindowsUpdateSettings = src.WindowsUpdateSettings

type WindowsUpdateSettings_Classification

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

Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1beta/agentendpointpb

type WindowsUpdateSettings_Classification = src.WindowsUpdateSettings_Classification

type YumRepository

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`.

Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1beta/agentendpointpb

type YumRepository = src.YumRepository

type YumSettings

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.

Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1beta/agentendpointpb

type YumSettings = src.YumSettings

type ZypperRepository

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`.

Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1beta/agentendpointpb

type ZypperRepository = src.ZypperRepository

type ZypperSettings

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

Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1beta/agentendpointpb

type ZypperSettings = src.ZypperSettings