Documentation ¶
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)deprecated
- type AgentEndpointServiceClientdeprecated
- type AgentEndpointServiceServerdeprecated
- type AgentEndpointService_ReceiveTaskNotificationClient
- type AgentEndpointService_ReceiveTaskNotificationServer
- type ApplyPatchesTaskdeprecated
- type ApplyPatchesTaskOutputdeprecated
- type ApplyPatchesTaskOutput_Statedeprecated
- type ApplyPatchesTaskProgressdeprecated
- type ApplyPatchesTaskProgress_Statedeprecated
- type AptRepositorydeprecated
- type AptRepository_ArchiveTypedeprecated
- type AptSettingsdeprecated
- type AptSettings_Typedeprecated
- type DesiredStatedeprecated
- type EffectiveGuestPolicydeprecated
- type EffectiveGuestPolicy_SourcedPackagedeprecated
- type EffectiveGuestPolicy_SourcedPackageRepositorydeprecated
- type EffectiveGuestPolicy_SourcedSoftwareRecipedeprecated
- type ExecStepdeprecated
- type ExecStepConfigdeprecated
- type ExecStepConfig_GcsObject
- type ExecStepConfig_Interpreterdeprecated
- type ExecStepConfig_LocalPath
- type ExecStepTaskdeprecated
- type ExecStepTaskOutputdeprecated
- type ExecStepTaskOutput_Statedeprecated
- type ExecStepTaskProgressdeprecated
- type ExecStepTaskProgress_Statedeprecated
- type GcsObjectdeprecated
- type GooRepositorydeprecated
- type GooSettingsdeprecated
- type LookupEffectiveGuestPolicyRequestdeprecated
- type Packagedeprecated
- type PackageRepositorydeprecated
- type PackageRepository_Apt
- type PackageRepository_Goo
- type PackageRepository_Yum
- type PackageRepository_Zypper
- type Package_Managerdeprecated
- type PatchConfigdeprecated
- type PatchConfig_RebootConfigdeprecated
- type ReceiveTaskNotificationRequestdeprecated
- type ReceiveTaskNotificationResponsedeprecated
- type RegisterAgentRequestdeprecated
- type RegisterAgentResponsedeprecated
- type ReportTaskCompleteRequestdeprecated
- type ReportTaskCompleteRequest_ApplyPatchesTaskOutput
- type ReportTaskCompleteRequest_ExecStepTaskOutput
- type ReportTaskCompleteResponsedeprecated
- type ReportTaskProgressRequestdeprecated
- type ReportTaskProgressRequest_ApplyPatchesTaskProgress
- type ReportTaskProgressRequest_ExecStepTaskProgress
- type ReportTaskProgressResponsedeprecated
- type RetryStrategydeprecated
- type SoftwareRecipedeprecated
- type SoftwareRecipe_Artifactdeprecated
- type SoftwareRecipe_Artifact_Gcsdeprecated
- type SoftwareRecipe_Artifact_Gcs_
- type SoftwareRecipe_Artifact_Remotedeprecated
- type SoftwareRecipe_Artifact_Remote_
- type SoftwareRecipe_Stepdeprecated
- type SoftwareRecipe_Step_ArchiveExtraction
- type SoftwareRecipe_Step_CopyFiledeprecated
- type SoftwareRecipe_Step_DpkgInstallation
- type SoftwareRecipe_Step_ExecFiledeprecated
- type SoftwareRecipe_Step_ExecFile_ArtifactId
- type SoftwareRecipe_Step_ExecFile_LocalPath
- type SoftwareRecipe_Step_ExtractArchivedeprecated
- type SoftwareRecipe_Step_ExtractArchive_ArchiveTypedeprecated
- type SoftwareRecipe_Step_FileCopy
- type SoftwareRecipe_Step_FileExec
- type SoftwareRecipe_Step_InstallDpkgdeprecated
- type SoftwareRecipe_Step_InstallMsideprecated
- type SoftwareRecipe_Step_InstallRpmdeprecated
- type SoftwareRecipe_Step_MsiInstallation
- type SoftwareRecipe_Step_RpmInstallation
- type SoftwareRecipe_Step_RunScriptdeprecated
- type SoftwareRecipe_Step_RunScript_Interpreterdeprecated
- type SoftwareRecipe_Step_ScriptRun
- type StartNextTaskRequestdeprecated
- type StartNextTaskResponsedeprecated
- type Taskdeprecated
- type TaskDirectivedeprecated
- type TaskTypedeprecated
- type Task_ApplyPatchesTask
- type Task_ExecStepTask
- type UnimplementedAgentEndpointServiceServerdeprecated
- type WindowsUpdateSettingsdeprecated
- type WindowsUpdateSettings_Classificationdeprecated
- type YumRepositorydeprecated
- type YumSettingsdeprecated
- type ZypperRepositorydeprecated
- type ZypperSettingsdeprecated
Constants ¶
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 )
Deprecated: Please use consts in: cloud.google.com/go/osconfig/agentendpoint/apiv1beta/agentendpointpb
Variables ¶
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 )
Deprecated: Please use vars in: cloud.google.com/go/osconfig/agentendpoint/apiv1beta/agentendpointpb
Functions ¶
func RegisterAgentEndpointServiceServer
deprecated
func RegisterAgentEndpointServiceServer(s *grpc.Server, srv AgentEndpointServiceServer)
Deprecated: Please use funcs in: cloud.google.com/go/osconfig/agentendpoint/apiv1beta/agentendpointpb
Types ¶
type AgentEndpointServiceClient
deprecated
type AgentEndpointServiceClient = src.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
func NewAgentEndpointServiceClient
deprecated
func NewAgentEndpointServiceClient(cc grpc.ClientConnInterface) AgentEndpointServiceClient
Deprecated: Please use funcs in: cloud.google.com/go/osconfig/agentendpoint/apiv1beta/agentendpointpb
type AgentEndpointServiceServer
deprecated
type AgentEndpointServiceServer = src.AgentEndpointServiceServer
AgentEndpointServiceServer is the server API for AgentEndpointService service.
Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1beta/agentendpointpb
type AgentEndpointService_ReceiveTaskNotificationClient ¶
type AgentEndpointService_ReceiveTaskNotificationClient = src.AgentEndpointService_ReceiveTaskNotificationClient
type AgentEndpointService_ReceiveTaskNotificationServer ¶
type AgentEndpointService_ReceiveTaskNotificationServer = src.AgentEndpointService_ReceiveTaskNotificationServer
type ApplyPatchesTask
deprecated
type ApplyPatchesTask = src.ApplyPatchesTask
Message which instructs agent to apply patches.
Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1beta/agentendpointpb
type ApplyPatchesTaskOutput
deprecated
type ApplyPatchesTaskOutput = src.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_State
deprecated
type ApplyPatchesTaskOutput_State = src.ApplyPatchesTaskOutput_State
The final states of applying patches.
Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1beta/agentendpointpb
type ApplyPatchesTaskProgress
deprecated
type ApplyPatchesTaskProgress = src.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_State
deprecated
type ApplyPatchesTaskProgress_State = src.ApplyPatchesTaskProgress_State
The intermediate states of applying patches.
Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1beta/agentendpointpb
type AptRepository
deprecated
type AptRepository = src.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_ArchiveType
deprecated
type AptRepository_ArchiveType = src.AptRepository_ArchiveType
Type of archive.
Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1beta/agentendpointpb
type AptSettings
deprecated
type AptSettings = src.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_Type
deprecated
type AptSettings_Type = src.AptSettings_Type
Apt patch type.
Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1beta/agentendpointpb
type DesiredState
deprecated
type DesiredState = src.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 EffectiveGuestPolicy
deprecated
type EffectiveGuestPolicy = src.EffectiveGuestPolicy
The effective guest policy assigned to the instance.
Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1beta/agentendpointpb
type EffectiveGuestPolicy_SourcedPackage
deprecated
type EffectiveGuestPolicy_SourcedPackage = src.EffectiveGuestPolicy_SourcedPackage
A guest policy package including its source.
Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1beta/agentendpointpb
type EffectiveGuestPolicy_SourcedPackageRepository
deprecated
type EffectiveGuestPolicy_SourcedPackageRepository = src.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_SourcedSoftwareRecipe
deprecated
type EffectiveGuestPolicy_SourcedSoftwareRecipe = src.EffectiveGuestPolicy_SourcedSoftwareRecipe
A guest policy recipe including its source.
Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1beta/agentendpointpb
type ExecStepConfig
deprecated
type ExecStepConfig = src.ExecStepConfig
Common configurations for an ExecStep.
Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1beta/agentendpointpb
type ExecStepConfig_GcsObject ¶
type ExecStepConfig_GcsObject = src.ExecStepConfig_GcsObject
type ExecStepConfig_Interpreter
deprecated
type ExecStepConfig_Interpreter = src.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_LocalPath ¶
type ExecStepConfig_LocalPath = src.ExecStepConfig_LocalPath
type ExecStepTask
deprecated
type ExecStepTask = src.ExecStepTask
Message which instructs agent to execute the following command.
Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1beta/agentendpointpb
type ExecStepTaskOutput
deprecated
type ExecStepTaskOutput = src.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_State
deprecated
type ExecStepTaskOutput_State = src.ExecStepTaskOutput_State
The final states of exec steps.
Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1beta/agentendpointpb
type ExecStepTaskProgress
deprecated
type ExecStepTaskProgress = src.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_State
deprecated
type ExecStepTaskProgress_State = src.ExecStepTaskProgress_State
The intermediate states of exec steps.
Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1beta/agentendpointpb
type GooRepository
deprecated
type GooRepository = src.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 GooSettings
deprecated
type GooSettings = src.GooSettings
Googet patching is performed by running `googet update`.
Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1beta/agentendpointpb
type LookupEffectiveGuestPolicyRequest
deprecated
type LookupEffectiveGuestPolicyRequest = src.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 Package
deprecated
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 PackageRepository
deprecated
type PackageRepository = src.PackageRepository
A package repository.
Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1beta/agentendpointpb
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
deprecated
type Package_Manager = src.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 PatchConfig
deprecated
type PatchConfig = src.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_RebootConfig
deprecated
type PatchConfig_RebootConfig = src.PatchConfig_RebootConfig
Post-patch reboot settings.
Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1beta/agentendpointpb
type ReceiveTaskNotificationRequest
deprecated
type ReceiveTaskNotificationRequest = src.ReceiveTaskNotificationRequest
A request message to receive task notifications.
Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1beta/agentendpointpb
type ReceiveTaskNotificationResponse
deprecated
type ReceiveTaskNotificationResponse = src.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 RegisterAgentRequest
deprecated
type RegisterAgentRequest = src.RegisterAgentRequest
The request message for registering the agent.
Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1beta/agentendpointpb
type RegisterAgentResponse
deprecated
type RegisterAgentResponse = src.RegisterAgentResponse
The response message after the agent registered.
Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1beta/agentendpointpb
type ReportTaskCompleteRequest
deprecated
type ReportTaskCompleteRequest = src.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_ApplyPatchesTaskOutput ¶
type ReportTaskCompleteRequest_ApplyPatchesTaskOutput = src.ReportTaskCompleteRequest_ApplyPatchesTaskOutput
type ReportTaskCompleteRequest_ExecStepTaskOutput ¶
type ReportTaskCompleteRequest_ExecStepTaskOutput = src.ReportTaskCompleteRequest_ExecStepTaskOutput
type ReportTaskCompleteResponse
deprecated
type ReportTaskCompleteResponse = src.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 ReportTaskProgressRequest
deprecated
type ReportTaskProgressRequest = src.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_ApplyPatchesTaskProgress ¶
type ReportTaskProgressRequest_ApplyPatchesTaskProgress = src.ReportTaskProgressRequest_ApplyPatchesTaskProgress
type ReportTaskProgressRequest_ExecStepTaskProgress ¶
type ReportTaskProgressRequest_ExecStepTaskProgress = src.ReportTaskProgressRequest_ExecStepTaskProgress
type ReportTaskProgressResponse
deprecated
type ReportTaskProgressResponse = src.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 RetryStrategy
deprecated
type RetryStrategy = src.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 SoftwareRecipe
deprecated
type SoftwareRecipe = src.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_Artifact
deprecated
type SoftwareRecipe_Artifact = src.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_Gcs
deprecated
type SoftwareRecipe_Artifact_Gcs = src.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_ ¶
type SoftwareRecipe_Artifact_Gcs_ = src.SoftwareRecipe_Artifact_Gcs_
type SoftwareRecipe_Artifact_Remote
deprecated
type SoftwareRecipe_Artifact_Remote = src.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_ ¶
type SoftwareRecipe_Artifact_Remote_ = src.SoftwareRecipe_Artifact_Remote_
type SoftwareRecipe_Step
deprecated
type SoftwareRecipe_Step = src.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_ArchiveExtraction ¶
type SoftwareRecipe_Step_ArchiveExtraction = src.SoftwareRecipe_Step_ArchiveExtraction
type SoftwareRecipe_Step_CopyFile
deprecated
type SoftwareRecipe_Step_CopyFile = src.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_DpkgInstallation ¶
type SoftwareRecipe_Step_DpkgInstallation = src.SoftwareRecipe_Step_DpkgInstallation
type SoftwareRecipe_Step_ExecFile
deprecated
type SoftwareRecipe_Step_ExecFile = src.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_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
deprecated
type SoftwareRecipe_Step_ExtractArchive = src.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_ArchiveType
deprecated
type SoftwareRecipe_Step_ExtractArchive_ArchiveType = src.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_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
deprecated
type SoftwareRecipe_Step_InstallDpkg = src.SoftwareRecipe_Step_InstallDpkg
Installs a deb via dpkg.
Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1beta/agentendpointpb
type SoftwareRecipe_Step_InstallMsi
deprecated
type SoftwareRecipe_Step_InstallMsi = src.SoftwareRecipe_Step_InstallMsi
Installs an MSI file.
Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1beta/agentendpointpb
type SoftwareRecipe_Step_InstallRpm
deprecated
type SoftwareRecipe_Step_InstallRpm = src.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_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
deprecated
type SoftwareRecipe_Step_RunScript = src.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_Interpreter
deprecated
type SoftwareRecipe_Step_RunScript_Interpreter = src.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_ScriptRun ¶
type SoftwareRecipe_Step_ScriptRun = src.SoftwareRecipe_Step_ScriptRun
type StartNextTaskRequest
deprecated
type StartNextTaskRequest = src.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 StartNextTaskResponse
deprecated
type StartNextTaskResponse = src.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 TaskDirective
deprecated
type TaskDirective = src.TaskDirective
Specifies the current agent behavior.
Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1beta/agentendpointpb
type Task_ApplyPatchesTask ¶
type Task_ApplyPatchesTask = src.Task_ApplyPatchesTask
type Task_ExecStepTask ¶
type Task_ExecStepTask = src.Task_ExecStepTask
type UnimplementedAgentEndpointServiceServer
deprecated
type UnimplementedAgentEndpointServiceServer = src.UnimplementedAgentEndpointServiceServer
UnimplementedAgentEndpointServiceServer can be embedded to have forward compatible implementations.
Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1beta/agentendpointpb
type WindowsUpdateSettings
deprecated
type WindowsUpdateSettings = src.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_Classification
deprecated
type WindowsUpdateSettings_Classification = src.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 YumRepository
deprecated
type YumRepository = src.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 YumSettings
deprecated
type YumSettings = src.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 ZypperRepository
deprecated
type ZypperRepository = src.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 ZypperSettings
deprecated
type ZypperSettings = src.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