...

Source file src/google.golang.org/genproto/googleapis/cloud/osconfig/agentendpoint/v1/alias.go

Documentation: google.golang.org/genproto/googleapis/cloud/osconfig/agentendpoint/v1

     1  // Copyright 2022 Google LLC
     2  //
     3  // Licensed under the Apache License, Version 2.0 (the "License");
     4  // you may not use this file except in compliance with the License.
     5  // You may obtain a copy of the License at
     6  //
     7  //     http://www.apache.org/licenses/LICENSE-2.0
     8  //
     9  // Unless required by applicable law or agreed to in writing, software
    10  // distributed under the License is distributed on an "AS IS" BASIS,
    11  // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    12  // See the License for the specific language governing permissions and
    13  // limitations under the License.
    14  
    15  // Code generated by aliasgen. DO NOT EDIT.
    16  
    17  // Package agentendpoint aliases all exported identifiers in package
    18  // "cloud.google.com/go/osconfig/agentendpoint/apiv1/agentendpointpb".
    19  //
    20  // Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1/agentendpointpb.
    21  // Please read https://github.com/googleapis/google-cloud-go/blob/main/migration.md
    22  // for more details.
    23  package agentendpoint
    24  
    25  import (
    26  	src "cloud.google.com/go/osconfig/agentendpoint/apiv1/agentendpointpb"
    27  	grpc "google.golang.org/grpc"
    28  )
    29  
    30  // Deprecated: Please use consts in: cloud.google.com/go/osconfig/agentendpoint/apiv1/agentendpointpb
    31  const (
    32  	ApplyConfigTaskOutput_CANCELLED                                             = src.ApplyConfigTaskOutput_CANCELLED
    33  	ApplyConfigTaskOutput_FAILED                                                = src.ApplyConfigTaskOutput_FAILED
    34  	ApplyConfigTaskOutput_STATE_UNSPECIFIED                                     = src.ApplyConfigTaskOutput_STATE_UNSPECIFIED
    35  	ApplyConfigTaskOutput_SUCCEEDED                                             = src.ApplyConfigTaskOutput_SUCCEEDED
    36  	ApplyConfigTaskProgress_APPLYING_CONFIG                                     = src.ApplyConfigTaskProgress_APPLYING_CONFIG
    37  	ApplyConfigTaskProgress_STARTED                                             = src.ApplyConfigTaskProgress_STARTED
    38  	ApplyConfigTaskProgress_STATE_UNSPECIFIED                                   = src.ApplyConfigTaskProgress_STATE_UNSPECIFIED
    39  	ApplyPatchesTaskOutput_FAILED                                               = src.ApplyPatchesTaskOutput_FAILED
    40  	ApplyPatchesTaskOutput_STATE_UNSPECIFIED                                    = src.ApplyPatchesTaskOutput_STATE_UNSPECIFIED
    41  	ApplyPatchesTaskOutput_SUCCEEDED                                            = src.ApplyPatchesTaskOutput_SUCCEEDED
    42  	ApplyPatchesTaskOutput_SUCCEEDED_REBOOT_REQUIRED                            = src.ApplyPatchesTaskOutput_SUCCEEDED_REBOOT_REQUIRED
    43  	ApplyPatchesTaskProgress_APPLYING_PATCHES                                   = src.ApplyPatchesTaskProgress_APPLYING_PATCHES
    44  	ApplyPatchesTaskProgress_DOWNLOADING_PATCHES                                = src.ApplyPatchesTaskProgress_DOWNLOADING_PATCHES
    45  	ApplyPatchesTaskProgress_REBOOTING                                          = src.ApplyPatchesTaskProgress_REBOOTING
    46  	ApplyPatchesTaskProgress_STARTED                                            = src.ApplyPatchesTaskProgress_STARTED
    47  	ApplyPatchesTaskProgress_STATE_UNSPECIFIED                                  = src.ApplyPatchesTaskProgress_STATE_UNSPECIFIED
    48  	AptSettings_DIST                                                            = src.AptSettings_DIST
    49  	AptSettings_TYPE_UNSPECIFIED                                                = src.AptSettings_TYPE_UNSPECIFIED
    50  	AptSettings_UPGRADE                                                         = src.AptSettings_UPGRADE
    51  	ExecStepConfig_INTERPRETER_UNSPECIFIED                                      = src.ExecStepConfig_INTERPRETER_UNSPECIFIED
    52  	ExecStepConfig_NONE                                                         = src.ExecStepConfig_NONE
    53  	ExecStepConfig_POWERSHELL                                                   = src.ExecStepConfig_POWERSHELL
    54  	ExecStepConfig_SHELL                                                        = src.ExecStepConfig_SHELL
    55  	ExecStepTaskOutput_CANCELLED                                                = src.ExecStepTaskOutput_CANCELLED
    56  	ExecStepTaskOutput_COMPLETED                                                = src.ExecStepTaskOutput_COMPLETED
    57  	ExecStepTaskOutput_STATE_UNSPECIFIED                                        = src.ExecStepTaskOutput_STATE_UNSPECIFIED
    58  	ExecStepTaskOutput_TIMED_OUT                                                = src.ExecStepTaskOutput_TIMED_OUT
    59  	ExecStepTaskProgress_STARTED                                                = src.ExecStepTaskProgress_STARTED
    60  	ExecStepTaskProgress_STATE_UNSPECIFIED                                      = src.ExecStepTaskProgress_STATE_UNSPECIFIED
    61  	OSPolicyComplianceState_COMPLIANT                                           = src.OSPolicyComplianceState_COMPLIANT
    62  	OSPolicyComplianceState_NON_COMPLIANT                                       = src.OSPolicyComplianceState_NON_COMPLIANT
    63  	OSPolicyComplianceState_NO_OS_POLICIES_APPLICABLE                           = src.OSPolicyComplianceState_NO_OS_POLICIES_APPLICABLE
    64  	OSPolicyComplianceState_OS_POLICY_COMPLIANCE_STATE_UNSPECIFIED              = src.OSPolicyComplianceState_OS_POLICY_COMPLIANCE_STATE_UNSPECIFIED
    65  	OSPolicyComplianceState_UNKNOWN                                             = src.OSPolicyComplianceState_UNKNOWN
    66  	OSPolicyResourceConfigStep_DESIRED_STATE_CHECK                              = src.OSPolicyResourceConfigStep_DESIRED_STATE_CHECK
    67  	OSPolicyResourceConfigStep_DESIRED_STATE_CHECK_POST_ENFORCEMENT             = src.OSPolicyResourceConfigStep_DESIRED_STATE_CHECK_POST_ENFORCEMENT
    68  	OSPolicyResourceConfigStep_DESIRED_STATE_ENFORCEMENT                        = src.OSPolicyResourceConfigStep_DESIRED_STATE_ENFORCEMENT
    69  	OSPolicyResourceConfigStep_FAILED                                           = src.OSPolicyResourceConfigStep_FAILED
    70  	OSPolicyResourceConfigStep_OUTCOME_UNSPECIFIED                              = src.OSPolicyResourceConfigStep_OUTCOME_UNSPECIFIED
    71  	OSPolicyResourceConfigStep_SUCCEEDED                                        = src.OSPolicyResourceConfigStep_SUCCEEDED
    72  	OSPolicyResourceConfigStep_TYPE_UNSPECIFIED                                 = src.OSPolicyResourceConfigStep_TYPE_UNSPECIFIED
    73  	OSPolicyResourceConfigStep_VALIDATION                                       = src.OSPolicyResourceConfigStep_VALIDATION
    74  	OSPolicy_ENFORCEMENT                                                        = src.OSPolicy_ENFORCEMENT
    75  	OSPolicy_MODE_UNSPECIFIED                                                   = src.OSPolicy_MODE_UNSPECIFIED
    76  	OSPolicy_Resource_ExecResource_Exec_INTERPRETER_UNSPECIFIED                 = src.OSPolicy_Resource_ExecResource_Exec_INTERPRETER_UNSPECIFIED
    77  	OSPolicy_Resource_ExecResource_Exec_NONE                                    = src.OSPolicy_Resource_ExecResource_Exec_NONE
    78  	OSPolicy_Resource_ExecResource_Exec_POWERSHELL                              = src.OSPolicy_Resource_ExecResource_Exec_POWERSHELL
    79  	OSPolicy_Resource_ExecResource_Exec_SHELL                                   = src.OSPolicy_Resource_ExecResource_Exec_SHELL
    80  	OSPolicy_Resource_FileResource_ABSENT                                       = src.OSPolicy_Resource_FileResource_ABSENT
    81  	OSPolicy_Resource_FileResource_CONTENTS_MATCH                               = src.OSPolicy_Resource_FileResource_CONTENTS_MATCH
    82  	OSPolicy_Resource_FileResource_DESIRED_STATE_UNSPECIFIED                    = src.OSPolicy_Resource_FileResource_DESIRED_STATE_UNSPECIFIED
    83  	OSPolicy_Resource_FileResource_PRESENT                                      = src.OSPolicy_Resource_FileResource_PRESENT
    84  	OSPolicy_Resource_PackageResource_DESIRED_STATE_UNSPECIFIED                 = src.OSPolicy_Resource_PackageResource_DESIRED_STATE_UNSPECIFIED
    85  	OSPolicy_Resource_PackageResource_INSTALLED                                 = src.OSPolicy_Resource_PackageResource_INSTALLED
    86  	OSPolicy_Resource_PackageResource_REMOVED                                   = src.OSPolicy_Resource_PackageResource_REMOVED
    87  	OSPolicy_Resource_RepositoryResource_AptRepository_ARCHIVE_TYPE_UNSPECIFIED = src.OSPolicy_Resource_RepositoryResource_AptRepository_ARCHIVE_TYPE_UNSPECIFIED
    88  	OSPolicy_Resource_RepositoryResource_AptRepository_DEB                      = src.OSPolicy_Resource_RepositoryResource_AptRepository_DEB
    89  	OSPolicy_Resource_RepositoryResource_AptRepository_DEB_SRC                  = src.OSPolicy_Resource_RepositoryResource_AptRepository_DEB_SRC
    90  	OSPolicy_VALIDATION                                                         = src.OSPolicy_VALIDATION
    91  	PatchConfig_ALWAYS                                                          = src.PatchConfig_ALWAYS
    92  	PatchConfig_DEFAULT                                                         = src.PatchConfig_DEFAULT
    93  	PatchConfig_NEVER                                                           = src.PatchConfig_NEVER
    94  	PatchConfig_REBOOT_CONFIG_UNSPECIFIED                                       = src.PatchConfig_REBOOT_CONFIG_UNSPECIFIED
    95  	TaskDirective_CONTINUE                                                      = src.TaskDirective_CONTINUE
    96  	TaskDirective_STOP                                                          = src.TaskDirective_STOP
    97  	TaskDirective_TASK_DIRECTIVE_UNSPECIFIED                                    = src.TaskDirective_TASK_DIRECTIVE_UNSPECIFIED
    98  	TaskType_APPLY_CONFIG_TASK                                                  = src.TaskType_APPLY_CONFIG_TASK
    99  	TaskType_APPLY_PATCHES                                                      = src.TaskType_APPLY_PATCHES
   100  	TaskType_EXEC_STEP_TASK                                                     = src.TaskType_EXEC_STEP_TASK
   101  	TaskType_TASK_TYPE_UNSPECIFIED                                              = src.TaskType_TASK_TYPE_UNSPECIFIED
   102  	WindowsUpdateSettings_CLASSIFICATION_UNSPECIFIED                            = src.WindowsUpdateSettings_CLASSIFICATION_UNSPECIFIED
   103  	WindowsUpdateSettings_CRITICAL                                              = src.WindowsUpdateSettings_CRITICAL
   104  	WindowsUpdateSettings_DEFINITION                                            = src.WindowsUpdateSettings_DEFINITION
   105  	WindowsUpdateSettings_DRIVER                                                = src.WindowsUpdateSettings_DRIVER
   106  	WindowsUpdateSettings_FEATURE_PACK                                          = src.WindowsUpdateSettings_FEATURE_PACK
   107  	WindowsUpdateSettings_SECURITY                                              = src.WindowsUpdateSettings_SECURITY
   108  	WindowsUpdateSettings_SERVICE_PACK                                          = src.WindowsUpdateSettings_SERVICE_PACK
   109  	WindowsUpdateSettings_TOOL                                                  = src.WindowsUpdateSettings_TOOL
   110  	WindowsUpdateSettings_UPDATE                                                = src.WindowsUpdateSettings_UPDATE
   111  	WindowsUpdateSettings_UPDATE_ROLLUP                                         = src.WindowsUpdateSettings_UPDATE_ROLLUP
   112  )
   113  
   114  // Deprecated: Please use vars in: cloud.google.com/go/osconfig/agentendpoint/apiv1/agentendpointpb
   115  var (
   116  	ApplyConfigTaskOutput_State_name                                     = src.ApplyConfigTaskOutput_State_name
   117  	ApplyConfigTaskOutput_State_value                                    = src.ApplyConfigTaskOutput_State_value
   118  	ApplyConfigTaskProgress_State_name                                   = src.ApplyConfigTaskProgress_State_name
   119  	ApplyConfigTaskProgress_State_value                                  = src.ApplyConfigTaskProgress_State_value
   120  	ApplyPatchesTaskOutput_State_name                                    = src.ApplyPatchesTaskOutput_State_name
   121  	ApplyPatchesTaskOutput_State_value                                   = src.ApplyPatchesTaskOutput_State_value
   122  	ApplyPatchesTaskProgress_State_name                                  = src.ApplyPatchesTaskProgress_State_name
   123  	ApplyPatchesTaskProgress_State_value                                 = src.ApplyPatchesTaskProgress_State_value
   124  	AptSettings_Type_name                                                = src.AptSettings_Type_name
   125  	AptSettings_Type_value                                               = src.AptSettings_Type_value
   126  	ExecStepConfig_Interpreter_name                                      = src.ExecStepConfig_Interpreter_name
   127  	ExecStepConfig_Interpreter_value                                     = src.ExecStepConfig_Interpreter_value
   128  	ExecStepTaskOutput_State_name                                        = src.ExecStepTaskOutput_State_name
   129  	ExecStepTaskOutput_State_value                                       = src.ExecStepTaskOutput_State_value
   130  	ExecStepTaskProgress_State_name                                      = src.ExecStepTaskProgress_State_name
   131  	ExecStepTaskProgress_State_value                                     = src.ExecStepTaskProgress_State_value
   132  	File_google_cloud_osconfig_agentendpoint_v1_agentendpoint_proto      = src.File_google_cloud_osconfig_agentendpoint_v1_agentendpoint_proto
   133  	File_google_cloud_osconfig_agentendpoint_v1_config_common_proto      = src.File_google_cloud_osconfig_agentendpoint_v1_config_common_proto
   134  	File_google_cloud_osconfig_agentendpoint_v1_inventory_proto          = src.File_google_cloud_osconfig_agentendpoint_v1_inventory_proto
   135  	File_google_cloud_osconfig_agentendpoint_v1_os_policy_proto          = src.File_google_cloud_osconfig_agentendpoint_v1_os_policy_proto
   136  	File_google_cloud_osconfig_agentendpoint_v1_patch_jobs_proto         = src.File_google_cloud_osconfig_agentendpoint_v1_patch_jobs_proto
   137  	File_google_cloud_osconfig_agentendpoint_v1_tasks_proto              = src.File_google_cloud_osconfig_agentendpoint_v1_tasks_proto
   138  	OSPolicyComplianceState_name                                         = src.OSPolicyComplianceState_name
   139  	OSPolicyComplianceState_value                                        = src.OSPolicyComplianceState_value
   140  	OSPolicyResourceConfigStep_Outcome_name                              = src.OSPolicyResourceConfigStep_Outcome_name
   141  	OSPolicyResourceConfigStep_Outcome_value                             = src.OSPolicyResourceConfigStep_Outcome_value
   142  	OSPolicyResourceConfigStep_Type_name                                 = src.OSPolicyResourceConfigStep_Type_name
   143  	OSPolicyResourceConfigStep_Type_value                                = src.OSPolicyResourceConfigStep_Type_value
   144  	OSPolicy_Mode_name                                                   = src.OSPolicy_Mode_name
   145  	OSPolicy_Mode_value                                                  = src.OSPolicy_Mode_value
   146  	OSPolicy_Resource_ExecResource_Exec_Interpreter_name                 = src.OSPolicy_Resource_ExecResource_Exec_Interpreter_name
   147  	OSPolicy_Resource_ExecResource_Exec_Interpreter_value                = src.OSPolicy_Resource_ExecResource_Exec_Interpreter_value
   148  	OSPolicy_Resource_FileResource_DesiredState_name                     = src.OSPolicy_Resource_FileResource_DesiredState_name
   149  	OSPolicy_Resource_FileResource_DesiredState_value                    = src.OSPolicy_Resource_FileResource_DesiredState_value
   150  	OSPolicy_Resource_PackageResource_DesiredState_name                  = src.OSPolicy_Resource_PackageResource_DesiredState_name
   151  	OSPolicy_Resource_PackageResource_DesiredState_value                 = src.OSPolicy_Resource_PackageResource_DesiredState_value
   152  	OSPolicy_Resource_RepositoryResource_AptRepository_ArchiveType_name  = src.OSPolicy_Resource_RepositoryResource_AptRepository_ArchiveType_name
   153  	OSPolicy_Resource_RepositoryResource_AptRepository_ArchiveType_value = src.OSPolicy_Resource_RepositoryResource_AptRepository_ArchiveType_value
   154  	PatchConfig_RebootConfig_name                                        = src.PatchConfig_RebootConfig_name
   155  	PatchConfig_RebootConfig_value                                       = src.PatchConfig_RebootConfig_value
   156  	TaskDirective_name                                                   = src.TaskDirective_name
   157  	TaskDirective_value                                                  = src.TaskDirective_value
   158  	TaskType_name                                                        = src.TaskType_name
   159  	TaskType_value                                                       = src.TaskType_value
   160  	WindowsUpdateSettings_Classification_name                            = src.WindowsUpdateSettings_Classification_name
   161  	WindowsUpdateSettings_Classification_value                           = src.WindowsUpdateSettings_Classification_value
   162  )
   163  
   164  // AgentEndpointServiceClient is the client API for AgentEndpointService
   165  // service. For semantics around ctx use and closing/ending streaming RPCs,
   166  // please refer to
   167  // https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
   168  //
   169  // Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1/agentendpointpb
   170  type AgentEndpointServiceClient = src.AgentEndpointServiceClient
   171  
   172  // AgentEndpointServiceServer is the server API for AgentEndpointService
   173  // service.
   174  //
   175  // Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1/agentendpointpb
   176  type AgentEndpointServiceServer = src.AgentEndpointServiceServer
   177  type AgentEndpointService_ReceiveTaskNotificationClient = src.AgentEndpointService_ReceiveTaskNotificationClient
   178  type AgentEndpointService_ReceiveTaskNotificationServer = src.AgentEndpointService_ReceiveTaskNotificationServer
   179  
   180  // Message which instructs OS Config agent to apply the desired state
   181  // configuration.
   182  //
   183  // Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1/agentendpointpb
   184  type ApplyConfigTask = src.ApplyConfigTask
   185  
   186  // Information reported from the agent regarding the output of the task of
   187  // applying desired state configuration.
   188  //
   189  // Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1/agentendpointpb
   190  type ApplyConfigTaskOutput = src.ApplyConfigTaskOutput
   191  
   192  // Result of applying desired state config for an OS policy.
   193  //
   194  // Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1/agentendpointpb
   195  type ApplyConfigTaskOutput_OSPolicyResult = src.ApplyConfigTaskOutput_OSPolicyResult
   196  
   197  // The final state of this task.
   198  //
   199  // Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1/agentendpointpb
   200  type ApplyConfigTaskOutput_State = src.ApplyConfigTaskOutput_State
   201  
   202  // Information reported from the agent regarding the progress of the task of
   203  // applying desired state configuration.
   204  //
   205  // Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1/agentendpointpb
   206  type ApplyConfigTaskProgress = src.ApplyConfigTaskProgress
   207  
   208  // The intermediate states of apply config task.
   209  //
   210  // Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1/agentendpointpb
   211  type ApplyConfigTaskProgress_State = src.ApplyConfigTaskProgress_State
   212  
   213  // Message representing an OS policy.
   214  //
   215  // Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1/agentendpointpb
   216  type ApplyConfigTask_OSPolicy = src.ApplyConfigTask_OSPolicy
   217  
   218  // Message which instructs agent to apply patches.
   219  //
   220  // Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1/agentendpointpb
   221  type ApplyPatchesTask = src.ApplyPatchesTask
   222  
   223  // Information reported from the agent about applying patches execution.
   224  //
   225  // Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1/agentendpointpb
   226  type ApplyPatchesTaskOutput = src.ApplyPatchesTaskOutput
   227  
   228  // The final states of applying patches.
   229  //
   230  // Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1/agentendpointpb
   231  type ApplyPatchesTaskOutput_State = src.ApplyPatchesTaskOutput_State
   232  
   233  // Information reported from the agent about applying patches execution.
   234  //
   235  // Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1/agentendpointpb
   236  type ApplyPatchesTaskProgress = src.ApplyPatchesTaskProgress
   237  
   238  // The intermediate states of applying patches.
   239  //
   240  // Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1/agentendpointpb
   241  type ApplyPatchesTaskProgress_State = src.ApplyPatchesTaskProgress_State
   242  
   243  // Apt patching will be performed by executing `apt-get update && apt-get
   244  // upgrade`. Additional options can be set to control how this is executed.
   245  //
   246  // Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1/agentendpointpb
   247  type AptSettings = src.AptSettings
   248  
   249  // Apt patch type.
   250  //
   251  // Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1/agentendpointpb
   252  type AptSettings_Type = src.AptSettings_Type
   253  
   254  // A step that runs an executable for a PatchJob.
   255  //
   256  // Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1/agentendpointpb
   257  type ExecStep = src.ExecStep
   258  
   259  // Common configurations for an ExecStep.
   260  //
   261  // Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1/agentendpointpb
   262  type ExecStepConfig = src.ExecStepConfig
   263  type ExecStepConfig_GcsObject = src.ExecStepConfig_GcsObject
   264  
   265  // The interpreter used to execute the a file.
   266  //
   267  // Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1/agentendpointpb
   268  type ExecStepConfig_Interpreter = src.ExecStepConfig_Interpreter
   269  type ExecStepConfig_LocalPath = src.ExecStepConfig_LocalPath
   270  
   271  // Message which instructs agent to execute the following command.
   272  //
   273  // Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1/agentendpointpb
   274  type ExecStepTask = src.ExecStepTask
   275  
   276  // Information reported from the agent about the exec step execution.
   277  //
   278  // Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1/agentendpointpb
   279  type ExecStepTaskOutput = src.ExecStepTaskOutput
   280  
   281  // The final states of exec steps.
   282  //
   283  // Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1/agentendpointpb
   284  type ExecStepTaskOutput_State = src.ExecStepTaskOutput_State
   285  
   286  // Information reported from the agent about the exec step execution.
   287  //
   288  // Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1/agentendpointpb
   289  type ExecStepTaskProgress = src.ExecStepTaskProgress
   290  
   291  // The intermediate states of exec steps.
   292  //
   293  // Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1/agentendpointpb
   294  type ExecStepTaskProgress_State = src.ExecStepTaskProgress_State
   295  
   296  // GCS object representation.
   297  //
   298  // Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1/agentendpointpb
   299  type GcsObject = src.GcsObject
   300  
   301  // Googet patching is performed by running `googet update`.
   302  //
   303  // Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1/agentendpointpb
   304  type GooSettings = src.GooSettings
   305  
   306  // The inventory details of a VM.
   307  //
   308  // Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1/agentendpointpb
   309  type Inventory = src.Inventory
   310  
   311  // Operating system information for the VM.
   312  //
   313  // Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1/agentendpointpb
   314  type Inventory_OsInfo = src.Inventory_OsInfo
   315  
   316  // Software package information of the operating system.
   317  //
   318  // Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1/agentendpointpb
   319  type Inventory_SoftwarePackage = src.Inventory_SoftwarePackage
   320  type Inventory_SoftwarePackage_AptPackage = src.Inventory_SoftwarePackage_AptPackage
   321  type Inventory_SoftwarePackage_CosPackage = src.Inventory_SoftwarePackage_CosPackage
   322  type Inventory_SoftwarePackage_GoogetPackage = src.Inventory_SoftwarePackage_GoogetPackage
   323  type Inventory_SoftwarePackage_QfePackage = src.Inventory_SoftwarePackage_QfePackage
   324  type Inventory_SoftwarePackage_WindowsApplication = src.Inventory_SoftwarePackage_WindowsApplication
   325  type Inventory_SoftwarePackage_WuaPackage = src.Inventory_SoftwarePackage_WuaPackage
   326  type Inventory_SoftwarePackage_YumPackage = src.Inventory_SoftwarePackage_YumPackage
   327  type Inventory_SoftwarePackage_ZypperPackage = src.Inventory_SoftwarePackage_ZypperPackage
   328  type Inventory_SoftwarePackage_ZypperPatch = src.Inventory_SoftwarePackage_ZypperPatch
   329  
   330  // Information related to the a standard versioned package. This includes
   331  // package info for APT, Yum, Zypper, and Googet package managers.
   332  //
   333  // Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1/agentendpointpb
   334  type Inventory_VersionedPackage = src.Inventory_VersionedPackage
   335  
   336  // Details about Windows Application - based on Windows Registry. All fields
   337  // in this message are taken from:
   338  // https://docs.microsoft.com/en-us/windows/win32/msi/uninstall-registry-key
   339  //
   340  // Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1/agentendpointpb
   341  type Inventory_WindowsApplication = src.Inventory_WindowsApplication
   342  
   343  // Information related to a Quick Fix Engineering package. Fields are taken
   344  // from Windows QuickFixEngineering Interface and match the source names:
   345  // https://docs.microsoft.com/en-us/windows/win32/cimwin32prov/win32-quickfixengineering
   346  //
   347  // Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1/agentendpointpb
   348  type Inventory_WindowsQuickFixEngineeringPackage = src.Inventory_WindowsQuickFixEngineeringPackage
   349  
   350  // Details related to a Windows Update package. Field data and names are taken
   351  // from Windows Update API IUpdate Interface:
   352  // https://docs.microsoft.com/en-us/windows/win32/api/_wua/ Descriptive fields
   353  // like title, and description are localized based on the locale of the VM
   354  // being updated.
   355  //
   356  // Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1/agentendpointpb
   357  type Inventory_WindowsUpdatePackage = src.Inventory_WindowsUpdatePackage
   358  
   359  // Categories specified by the Windows Update.
   360  //
   361  // Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1/agentendpointpb
   362  type Inventory_WindowsUpdatePackage_WindowsUpdateCategory = src.Inventory_WindowsUpdatePackage_WindowsUpdateCategory
   363  
   364  // Details related to a Zypper Patch.
   365  //
   366  // Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1/agentendpointpb
   367  type Inventory_ZypperPatch = src.Inventory_ZypperPatch
   368  
   369  // An OS policy defines the desired state configuration for an instance.
   370  //
   371  // Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1/agentendpointpb
   372  type OSPolicy = src.OSPolicy
   373  
   374  // Supported OSPolicy compliance states.
   375  //
   376  // Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1/agentendpointpb
   377  type OSPolicyComplianceState = src.OSPolicyComplianceState
   378  
   379  // Compliance data for an OS policy resource.
   380  //
   381  // Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1/agentendpointpb
   382  type OSPolicyResourceCompliance = src.OSPolicyResourceCompliance
   383  
   384  // ExecResource specific output.
   385  //
   386  // Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1/agentendpointpb
   387  type OSPolicyResourceCompliance_ExecResourceOutput = src.OSPolicyResourceCompliance_ExecResourceOutput
   388  type OSPolicyResourceCompliance_ExecResourceOutput_ = src.OSPolicyResourceCompliance_ExecResourceOutput_
   389  
   390  // Step performed by the OS Config agent for configuring an `OSPolicyResource`
   391  // to its desired state.
   392  //
   393  // Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1/agentendpointpb
   394  type OSPolicyResourceConfigStep = src.OSPolicyResourceConfigStep
   395  
   396  // Supported outcomes for a configuration step.
   397  //
   398  // Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1/agentendpointpb
   399  type OSPolicyResourceConfigStep_Outcome = src.OSPolicyResourceConfigStep_Outcome
   400  
   401  // Supported configuration step types
   402  //
   403  // Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1/agentendpointpb
   404  type OSPolicyResourceConfigStep_Type = src.OSPolicyResourceConfigStep_Type
   405  
   406  // Policy mode
   407  //
   408  // Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1/agentendpointpb
   409  type OSPolicy_Mode = src.OSPolicy_Mode
   410  
   411  // An OS policy resource is used to define the desired state configuration and
   412  // provides a specific functionality like installing/removing packages,
   413  // executing a script etc. The system ensures that resources are always in
   414  // their desired state by taking necessary actions if they have drifted from
   415  // their desired state.
   416  //
   417  // Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1/agentendpointpb
   418  type OSPolicy_Resource = src.OSPolicy_Resource
   419  type OSPolicy_Resource_Exec = src.OSPolicy_Resource_Exec
   420  
   421  // A resource that contains custom validation and enforcement steps.
   422  //
   423  // Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1/agentendpointpb
   424  type OSPolicy_Resource_ExecResource = src.OSPolicy_Resource_ExecResource
   425  
   426  // A file or script to execute.
   427  //
   428  // Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1/agentendpointpb
   429  type OSPolicy_Resource_ExecResource_Exec = src.OSPolicy_Resource_ExecResource_Exec
   430  type OSPolicy_Resource_ExecResource_Exec_File = src.OSPolicy_Resource_ExecResource_Exec_File
   431  
   432  // The interpreter to use.
   433  //
   434  // Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1/agentendpointpb
   435  type OSPolicy_Resource_ExecResource_Exec_Interpreter = src.OSPolicy_Resource_ExecResource_Exec_Interpreter
   436  type OSPolicy_Resource_ExecResource_Exec_Script = src.OSPolicy_Resource_ExecResource_Exec_Script
   437  
   438  // A remote or local file.
   439  //
   440  // Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1/agentendpointpb
   441  type OSPolicy_Resource_File = src.OSPolicy_Resource_File
   442  
   443  // A resource that manages the state of a file.
   444  //
   445  // Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1/agentendpointpb
   446  type OSPolicy_Resource_FileResource = src.OSPolicy_Resource_FileResource
   447  type OSPolicy_Resource_FileResource_Content = src.OSPolicy_Resource_FileResource_Content
   448  
   449  // Desired state of the file.
   450  //
   451  // Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1/agentendpointpb
   452  type OSPolicy_Resource_FileResource_DesiredState = src.OSPolicy_Resource_FileResource_DesiredState
   453  type OSPolicy_Resource_FileResource_File = src.OSPolicy_Resource_FileResource_File
   454  type OSPolicy_Resource_File_ = src.OSPolicy_Resource_File_
   455  
   456  // Specifies a file available as a Cloud Storage Object.
   457  //
   458  // Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1/agentendpointpb
   459  type OSPolicy_Resource_File_Gcs = src.OSPolicy_Resource_File_Gcs
   460  type OSPolicy_Resource_File_Gcs_ = src.OSPolicy_Resource_File_Gcs_
   461  type OSPolicy_Resource_File_LocalPath = src.OSPolicy_Resource_File_LocalPath
   462  
   463  // Specifies a file available via some URI.
   464  //
   465  // Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1/agentendpointpb
   466  type OSPolicy_Resource_File_Remote = src.OSPolicy_Resource_File_Remote
   467  type OSPolicy_Resource_File_Remote_ = src.OSPolicy_Resource_File_Remote_
   468  
   469  // A resource that manages a system package.
   470  //
   471  // Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1/agentendpointpb
   472  type OSPolicy_Resource_PackageResource = src.OSPolicy_Resource_PackageResource
   473  
   474  // A package managed by APT. install: `apt-get update && apt-get -y install
   475  // [name]` remove: `apt-get -y remove [name]`
   476  //
   477  // Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1/agentendpointpb
   478  type OSPolicy_Resource_PackageResource_APT = src.OSPolicy_Resource_PackageResource_APT
   479  type OSPolicy_Resource_PackageResource_Apt = src.OSPolicy_Resource_PackageResource_Apt
   480  
   481  // A deb package file. dpkg packages only support INSTALLED state.
   482  //
   483  // Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1/agentendpointpb
   484  type OSPolicy_Resource_PackageResource_Deb = src.OSPolicy_Resource_PackageResource_Deb
   485  type OSPolicy_Resource_PackageResource_Deb_ = src.OSPolicy_Resource_PackageResource_Deb_
   486  
   487  // The desired state that the OS Config agent maintains on the VM.
   488  //
   489  // Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1/agentendpointpb
   490  type OSPolicy_Resource_PackageResource_DesiredState = src.OSPolicy_Resource_PackageResource_DesiredState
   491  
   492  // A package managed by GooGet. install: `googet -noconfirm install package`
   493  // remove: `googet -noconfirm remove package`
   494  //
   495  // Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1/agentendpointpb
   496  type OSPolicy_Resource_PackageResource_GooGet = src.OSPolicy_Resource_PackageResource_GooGet
   497  type OSPolicy_Resource_PackageResource_Googet = src.OSPolicy_Resource_PackageResource_Googet
   498  
   499  // An MSI package. MSI packages only support INSTALLED state.
   500  //
   501  // Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1/agentendpointpb
   502  type OSPolicy_Resource_PackageResource_MSI = src.OSPolicy_Resource_PackageResource_MSI
   503  type OSPolicy_Resource_PackageResource_Msi = src.OSPolicy_Resource_PackageResource_Msi
   504  
   505  // An RPM package file. RPM packages only support INSTALLED state.
   506  //
   507  // Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1/agentendpointpb
   508  type OSPolicy_Resource_PackageResource_RPM = src.OSPolicy_Resource_PackageResource_RPM
   509  type OSPolicy_Resource_PackageResource_Rpm = src.OSPolicy_Resource_PackageResource_Rpm
   510  
   511  // A package managed by YUM. install: `yum -y install package` remove: `yum -y
   512  // remove package`
   513  //
   514  // Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1/agentendpointpb
   515  type OSPolicy_Resource_PackageResource_YUM = src.OSPolicy_Resource_PackageResource_YUM
   516  type OSPolicy_Resource_PackageResource_Yum = src.OSPolicy_Resource_PackageResource_Yum
   517  
   518  // A package managed by Zypper. install: `zypper -y install package` remove:
   519  // `zypper -y rm package`
   520  //
   521  // Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1/agentendpointpb
   522  type OSPolicy_Resource_PackageResource_Zypper = src.OSPolicy_Resource_PackageResource_Zypper
   523  type OSPolicy_Resource_PackageResource_Zypper_ = src.OSPolicy_Resource_PackageResource_Zypper_
   524  type OSPolicy_Resource_Pkg = src.OSPolicy_Resource_Pkg
   525  type OSPolicy_Resource_Repository = src.OSPolicy_Resource_Repository
   526  
   527  // A resource that manages a package repository.
   528  //
   529  // Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1/agentendpointpb
   530  type OSPolicy_Resource_RepositoryResource = src.OSPolicy_Resource_RepositoryResource
   531  type OSPolicy_Resource_RepositoryResource_Apt = src.OSPolicy_Resource_RepositoryResource_Apt
   532  
   533  // Represents a single apt package repository. These will be added to a repo
   534  // file that will be managed at /etc/apt/sources.list.d/google_osconfig.list.
   535  //
   536  // Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1/agentendpointpb
   537  type OSPolicy_Resource_RepositoryResource_AptRepository = src.OSPolicy_Resource_RepositoryResource_AptRepository
   538  
   539  // Type of archive.
   540  //
   541  // Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1/agentendpointpb
   542  type OSPolicy_Resource_RepositoryResource_AptRepository_ArchiveType = src.OSPolicy_Resource_RepositoryResource_AptRepository_ArchiveType
   543  type OSPolicy_Resource_RepositoryResource_Goo = src.OSPolicy_Resource_RepositoryResource_Goo
   544  
   545  // Represents a Goo package repository. These are added to a repo file that is
   546  // managed at `C:/ProgramData/GooGet/repos/google_osconfig.repo`.
   547  //
   548  // Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1/agentendpointpb
   549  type OSPolicy_Resource_RepositoryResource_GooRepository = src.OSPolicy_Resource_RepositoryResource_GooRepository
   550  type OSPolicy_Resource_RepositoryResource_Yum = src.OSPolicy_Resource_RepositoryResource_Yum
   551  
   552  // Represents a single yum package repository. These are added to a repo file
   553  // that is managed at `/etc/yum.repos.d/google_osconfig.repo`.
   554  //
   555  // Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1/agentendpointpb
   556  type OSPolicy_Resource_RepositoryResource_YumRepository = src.OSPolicy_Resource_RepositoryResource_YumRepository
   557  type OSPolicy_Resource_RepositoryResource_Zypper = src.OSPolicy_Resource_RepositoryResource_Zypper
   558  
   559  // Represents a single zypper package repository. These are added to a repo
   560  // file that is managed at `/etc/zypp/repos.d/google_osconfig.repo`.
   561  //
   562  // Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1/agentendpointpb
   563  type OSPolicy_Resource_RepositoryResource_ZypperRepository = src.OSPolicy_Resource_RepositoryResource_ZypperRepository
   564  
   565  // Patch configuration specifications. Contains details on how to apply
   566  // patches to a VM instance.
   567  //
   568  // Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1/agentendpointpb
   569  type PatchConfig = src.PatchConfig
   570  
   571  // Post-patch reboot settings.
   572  //
   573  // Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1/agentendpointpb
   574  type PatchConfig_RebootConfig = src.PatchConfig_RebootConfig
   575  
   576  // A request message to receive task notifications.
   577  //
   578  // Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1/agentendpointpb
   579  type ReceiveTaskNotificationRequest = src.ReceiveTaskNotificationRequest
   580  
   581  // The streaming rpc message that will notify the agent when it has a task it
   582  // needs to perform on the instance.
   583  //
   584  // Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1/agentendpointpb
   585  type ReceiveTaskNotificationResponse = src.ReceiveTaskNotificationResponse
   586  
   587  // The request message for registering the agent.
   588  //
   589  // Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1/agentendpointpb
   590  type RegisterAgentRequest = src.RegisterAgentRequest
   591  
   592  // The response message after the agent registered.
   593  //
   594  // Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1/agentendpointpb
   595  type RegisterAgentResponse = src.RegisterAgentResponse
   596  
   597  // The request message for having the agent report inventory.
   598  //
   599  // Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1/agentendpointpb
   600  type ReportInventoryRequest = src.ReportInventoryRequest
   601  
   602  // The response message after the agent has reported inventory.
   603  //
   604  // Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1/agentendpointpb
   605  type ReportInventoryResponse = src.ReportInventoryResponse
   606  
   607  // A request message for signaling the completion of a task execution.
   608  //
   609  // Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1/agentendpointpb
   610  type ReportTaskCompleteRequest = src.ReportTaskCompleteRequest
   611  type ReportTaskCompleteRequest_ApplyConfigTaskOutput = src.ReportTaskCompleteRequest_ApplyConfigTaskOutput
   612  type ReportTaskCompleteRequest_ApplyPatchesTaskOutput = src.ReportTaskCompleteRequest_ApplyPatchesTaskOutput
   613  type ReportTaskCompleteRequest_ExecStepTaskOutput = src.ReportTaskCompleteRequest_ExecStepTaskOutput
   614  
   615  // The response message after the agent signaled the current task complete.
   616  //
   617  // Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1/agentendpointpb
   618  type ReportTaskCompleteResponse = src.ReportTaskCompleteResponse
   619  
   620  // A request message for reporting the progress of current task.
   621  //
   622  // Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1/agentendpointpb
   623  type ReportTaskProgressRequest = src.ReportTaskProgressRequest
   624  type ReportTaskProgressRequest_ApplyConfigTaskProgress = src.ReportTaskProgressRequest_ApplyConfigTaskProgress
   625  type ReportTaskProgressRequest_ApplyPatchesTaskProgress = src.ReportTaskProgressRequest_ApplyPatchesTaskProgress
   626  type ReportTaskProgressRequest_ExecStepTaskProgress = src.ReportTaskProgressRequest_ExecStepTaskProgress
   627  
   628  // The response message after the agent reported the current task progress.
   629  //
   630  // Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1/agentendpointpb
   631  type ReportTaskProgressResponse = src.ReportTaskProgressResponse
   632  
   633  // The strategy for retrying failed patches during the patch window.
   634  //
   635  // Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1/agentendpointpb
   636  type RetryStrategy = src.RetryStrategy
   637  
   638  // A request message for signaling the start of a task execution.
   639  //
   640  // Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1/agentendpointpb
   641  type StartNextTaskRequest = src.StartNextTaskRequest
   642  
   643  // A response message that contains the details of the task to work on.
   644  //
   645  // Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1/agentendpointpb
   646  type StartNextTaskResponse = src.StartNextTaskResponse
   647  
   648  // A unit of work to be performed by the agent.
   649  //
   650  // Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1/agentendpointpb
   651  type Task = src.Task
   652  
   653  // Specifies the current agent behavior.
   654  //
   655  // Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1/agentendpointpb
   656  type TaskDirective = src.TaskDirective
   657  
   658  // Specifies the type of task to perform.
   659  //
   660  // Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1/agentendpointpb
   661  type TaskType = src.TaskType
   662  type Task_ApplyConfigTask = src.Task_ApplyConfigTask
   663  type Task_ApplyPatchesTask = src.Task_ApplyPatchesTask
   664  type Task_ExecStepTask = src.Task_ExecStepTask
   665  
   666  // UnimplementedAgentEndpointServiceServer can be embedded to have forward
   667  // compatible implementations.
   668  //
   669  // Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1/agentendpointpb
   670  type UnimplementedAgentEndpointServiceServer = src.UnimplementedAgentEndpointServiceServer
   671  
   672  // Windows patching is performed using the Windows Update Agent.
   673  //
   674  // Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1/agentendpointpb
   675  type WindowsUpdateSettings = src.WindowsUpdateSettings
   676  
   677  // Microsoft Windows update classifications as defined in [1]
   678  // https://support.microsoft.com/en-us/help/824684/description-of-the-standard-terminology-that-is-used-to-describe-micro
   679  //
   680  // Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1/agentendpointpb
   681  type WindowsUpdateSettings_Classification = src.WindowsUpdateSettings_Classification
   682  
   683  // Yum patching will be performed by executing `yum update`. Additional
   684  // options can be set to control how this is executed. Note that not all
   685  // settings are supported on all platforms.
   686  //
   687  // Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1/agentendpointpb
   688  type YumSettings = src.YumSettings
   689  
   690  // Zypper patching is performed by running `zypper patch`. See also
   691  // https://en.opensuse.org/SDB:Zypper_manual.
   692  //
   693  // Deprecated: Please use types in: cloud.google.com/go/osconfig/agentendpoint/apiv1/agentendpointpb
   694  type ZypperSettings = src.ZypperSettings
   695  
   696  // Deprecated: Please use funcs in: cloud.google.com/go/osconfig/agentendpoint/apiv1/agentendpointpb
   697  func NewAgentEndpointServiceClient(cc grpc.ClientConnInterface) AgentEndpointServiceClient {
   698  	return src.NewAgentEndpointServiceClient(cc)
   699  }
   700  
   701  // Deprecated: Please use funcs in: cloud.google.com/go/osconfig/agentendpoint/apiv1/agentendpointpb
   702  func RegisterAgentEndpointServiceServer(s *grpc.Server, srv AgentEndpointServiceServer) {
   703  	src.RegisterAgentEndpointServiceServer(s, srv)
   704  }
   705  

View as plain text