...

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

Documentation: google.golang.org/genproto/googleapis/cloud/osconfig/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 osconfig aliases all exported identifiers in package
    18  // "cloud.google.com/go/osconfig/apiv1/osconfigpb".
    19  //
    20  // Deprecated: Please use types in: cloud.google.com/go/osconfig/apiv1/osconfigpb.
    21  // Please read https://github.com/googleapis/google-cloud-go/blob/main/migration.md
    22  // for more details.
    23  package osconfig
    24  
    25  import (
    26  	src "cloud.google.com/go/osconfig/apiv1/osconfigpb"
    27  	grpc "google.golang.org/grpc"
    28  )
    29  
    30  // Deprecated: Please use consts in: cloud.google.com/go/osconfig/apiv1/osconfigpb
    31  const (
    32  	AptSettings_DIST                                                                                                                       = src.AptSettings_DIST
    33  	AptSettings_TYPE_UNSPECIFIED                                                                                                           = src.AptSettings_TYPE_UNSPECIFIED
    34  	AptSettings_UPGRADE                                                                                                                    = src.AptSettings_UPGRADE
    35  	CVSSv3_ATTACK_COMPLEXITY_HIGH                                                                                                          = src.CVSSv3_ATTACK_COMPLEXITY_HIGH
    36  	CVSSv3_ATTACK_COMPLEXITY_LOW                                                                                                           = src.CVSSv3_ATTACK_COMPLEXITY_LOW
    37  	CVSSv3_ATTACK_COMPLEXITY_UNSPECIFIED                                                                                                   = src.CVSSv3_ATTACK_COMPLEXITY_UNSPECIFIED
    38  	CVSSv3_ATTACK_VECTOR_ADJACENT                                                                                                          = src.CVSSv3_ATTACK_VECTOR_ADJACENT
    39  	CVSSv3_ATTACK_VECTOR_LOCAL                                                                                                             = src.CVSSv3_ATTACK_VECTOR_LOCAL
    40  	CVSSv3_ATTACK_VECTOR_NETWORK                                                                                                           = src.CVSSv3_ATTACK_VECTOR_NETWORK
    41  	CVSSv3_ATTACK_VECTOR_PHYSICAL                                                                                                          = src.CVSSv3_ATTACK_VECTOR_PHYSICAL
    42  	CVSSv3_ATTACK_VECTOR_UNSPECIFIED                                                                                                       = src.CVSSv3_ATTACK_VECTOR_UNSPECIFIED
    43  	CVSSv3_IMPACT_HIGH                                                                                                                     = src.CVSSv3_IMPACT_HIGH
    44  	CVSSv3_IMPACT_LOW                                                                                                                      = src.CVSSv3_IMPACT_LOW
    45  	CVSSv3_IMPACT_NONE                                                                                                                     = src.CVSSv3_IMPACT_NONE
    46  	CVSSv3_IMPACT_UNSPECIFIED                                                                                                              = src.CVSSv3_IMPACT_UNSPECIFIED
    47  	CVSSv3_PRIVILEGES_REQUIRED_HIGH                                                                                                        = src.CVSSv3_PRIVILEGES_REQUIRED_HIGH
    48  	CVSSv3_PRIVILEGES_REQUIRED_LOW                                                                                                         = src.CVSSv3_PRIVILEGES_REQUIRED_LOW
    49  	CVSSv3_PRIVILEGES_REQUIRED_NONE                                                                                                        = src.CVSSv3_PRIVILEGES_REQUIRED_NONE
    50  	CVSSv3_PRIVILEGES_REQUIRED_UNSPECIFIED                                                                                                 = src.CVSSv3_PRIVILEGES_REQUIRED_UNSPECIFIED
    51  	CVSSv3_SCOPE_CHANGED                                                                                                                   = src.CVSSv3_SCOPE_CHANGED
    52  	CVSSv3_SCOPE_UNCHANGED                                                                                                                 = src.CVSSv3_SCOPE_UNCHANGED
    53  	CVSSv3_SCOPE_UNSPECIFIED                                                                                                               = src.CVSSv3_SCOPE_UNSPECIFIED
    54  	CVSSv3_USER_INTERACTION_NONE                                                                                                           = src.CVSSv3_USER_INTERACTION_NONE
    55  	CVSSv3_USER_INTERACTION_REQUIRED                                                                                                       = src.CVSSv3_USER_INTERACTION_REQUIRED
    56  	CVSSv3_USER_INTERACTION_UNSPECIFIED                                                                                                    = src.CVSSv3_USER_INTERACTION_UNSPECIFIED
    57  	ExecStepConfig_INTERPRETER_UNSPECIFIED                                                                                                 = src.ExecStepConfig_INTERPRETER_UNSPECIFIED
    58  	ExecStepConfig_POWERSHELL                                                                                                              = src.ExecStepConfig_POWERSHELL
    59  	ExecStepConfig_SHELL                                                                                                                   = src.ExecStepConfig_SHELL
    60  	Instance_ACKED                                                                                                                         = src.Instance_ACKED
    61  	Instance_APPLYING_PATCHES                                                                                                              = src.Instance_APPLYING_PATCHES
    62  	Instance_DOWNLOADING_PATCHES                                                                                                           = src.Instance_DOWNLOADING_PATCHES
    63  	Instance_FAILED                                                                                                                        = src.Instance_FAILED
    64  	Instance_INACTIVE                                                                                                                      = src.Instance_INACTIVE
    65  	Instance_NOTIFIED                                                                                                                      = src.Instance_NOTIFIED
    66  	Instance_NO_AGENT_DETECTED                                                                                                             = src.Instance_NO_AGENT_DETECTED
    67  	Instance_PATCH_STATE_UNSPECIFIED                                                                                                       = src.Instance_PATCH_STATE_UNSPECIFIED
    68  	Instance_PENDING                                                                                                                       = src.Instance_PENDING
    69  	Instance_REBOOTING                                                                                                                     = src.Instance_REBOOTING
    70  	Instance_RUNNING_POST_PATCH_STEP                                                                                                       = src.Instance_RUNNING_POST_PATCH_STEP
    71  	Instance_RUNNING_PRE_PATCH_STEP                                                                                                        = src.Instance_RUNNING_PRE_PATCH_STEP
    72  	Instance_STARTED                                                                                                                       = src.Instance_STARTED
    73  	Instance_SUCCEEDED                                                                                                                     = src.Instance_SUCCEEDED
    74  	Instance_SUCCEEDED_REBOOT_REQUIRED                                                                                                     = src.Instance_SUCCEEDED_REBOOT_REQUIRED
    75  	Instance_TIMED_OUT                                                                                                                     = src.Instance_TIMED_OUT
    76  	InventoryView_BASIC                                                                                                                    = src.InventoryView_BASIC
    77  	InventoryView_FULL                                                                                                                     = src.InventoryView_FULL
    78  	InventoryView_INVENTORY_VIEW_UNSPECIFIED                                                                                               = src.InventoryView_INVENTORY_VIEW_UNSPECIFIED
    79  	Inventory_Item_AVAILABLE_PACKAGE                                                                                                       = src.Inventory_Item_AVAILABLE_PACKAGE
    80  	Inventory_Item_INSTALLED_PACKAGE                                                                                                       = src.Inventory_Item_INSTALLED_PACKAGE
    81  	Inventory_Item_INVENTORY_REPORT                                                                                                        = src.Inventory_Item_INVENTORY_REPORT
    82  	Inventory_Item_ORIGIN_TYPE_UNSPECIFIED                                                                                                 = src.Inventory_Item_ORIGIN_TYPE_UNSPECIFIED
    83  	Inventory_Item_TYPE_UNSPECIFIED                                                                                                        = src.Inventory_Item_TYPE_UNSPECIFIED
    84  	OSPolicyAssignmentOperationMetadata_API_METHOD_UNSPECIFIED                                                                             = src.OSPolicyAssignmentOperationMetadata_API_METHOD_UNSPECIFIED
    85  	OSPolicyAssignmentOperationMetadata_CANCELLED                                                                                          = src.OSPolicyAssignmentOperationMetadata_CANCELLED
    86  	OSPolicyAssignmentOperationMetadata_CANCELLING                                                                                         = src.OSPolicyAssignmentOperationMetadata_CANCELLING
    87  	OSPolicyAssignmentOperationMetadata_CREATE                                                                                             = src.OSPolicyAssignmentOperationMetadata_CREATE
    88  	OSPolicyAssignmentOperationMetadata_DELETE                                                                                             = src.OSPolicyAssignmentOperationMetadata_DELETE
    89  	OSPolicyAssignmentOperationMetadata_IN_PROGRESS                                                                                        = src.OSPolicyAssignmentOperationMetadata_IN_PROGRESS
    90  	OSPolicyAssignmentOperationMetadata_ROLLOUT_STATE_UNSPECIFIED                                                                          = src.OSPolicyAssignmentOperationMetadata_ROLLOUT_STATE_UNSPECIFIED
    91  	OSPolicyAssignmentOperationMetadata_SUCCEEDED                                                                                          = src.OSPolicyAssignmentOperationMetadata_SUCCEEDED
    92  	OSPolicyAssignmentOperationMetadata_UPDATE                                                                                             = src.OSPolicyAssignmentOperationMetadata_UPDATE
    93  	OSPolicyAssignmentReport_OSPolicyCompliance_COMPLIANT                                                                                  = src.OSPolicyAssignmentReport_OSPolicyCompliance_COMPLIANT
    94  	OSPolicyAssignmentReport_OSPolicyCompliance_NON_COMPLIANT                                                                              = src.OSPolicyAssignmentReport_OSPolicyCompliance_NON_COMPLIANT
    95  	OSPolicyAssignmentReport_OSPolicyCompliance_OSPolicyResourceCompliance_COMPLIANT                                                       = src.OSPolicyAssignmentReport_OSPolicyCompliance_OSPolicyResourceCompliance_COMPLIANT
    96  	OSPolicyAssignmentReport_OSPolicyCompliance_OSPolicyResourceCompliance_NON_COMPLIANT                                                   = src.OSPolicyAssignmentReport_OSPolicyCompliance_OSPolicyResourceCompliance_NON_COMPLIANT
    97  	OSPolicyAssignmentReport_OSPolicyCompliance_OSPolicyResourceCompliance_OSPolicyResourceConfigStep_DESIRED_STATE_CHECK                  = src.OSPolicyAssignmentReport_OSPolicyCompliance_OSPolicyResourceCompliance_OSPolicyResourceConfigStep_DESIRED_STATE_CHECK
    98  	OSPolicyAssignmentReport_OSPolicyCompliance_OSPolicyResourceCompliance_OSPolicyResourceConfigStep_DESIRED_STATE_CHECK_POST_ENFORCEMENT = src.OSPolicyAssignmentReport_OSPolicyCompliance_OSPolicyResourceCompliance_OSPolicyResourceConfigStep_DESIRED_STATE_CHECK_POST_ENFORCEMENT
    99  	OSPolicyAssignmentReport_OSPolicyCompliance_OSPolicyResourceCompliance_OSPolicyResourceConfigStep_DESIRED_STATE_ENFORCEMENT            = src.OSPolicyAssignmentReport_OSPolicyCompliance_OSPolicyResourceCompliance_OSPolicyResourceConfigStep_DESIRED_STATE_ENFORCEMENT
   100  	OSPolicyAssignmentReport_OSPolicyCompliance_OSPolicyResourceCompliance_OSPolicyResourceConfigStep_TYPE_UNSPECIFIED                     = src.OSPolicyAssignmentReport_OSPolicyCompliance_OSPolicyResourceCompliance_OSPolicyResourceConfigStep_TYPE_UNSPECIFIED
   101  	OSPolicyAssignmentReport_OSPolicyCompliance_OSPolicyResourceCompliance_OSPolicyResourceConfigStep_VALIDATION                           = src.OSPolicyAssignmentReport_OSPolicyCompliance_OSPolicyResourceCompliance_OSPolicyResourceConfigStep_VALIDATION
   102  	OSPolicyAssignmentReport_OSPolicyCompliance_OSPolicyResourceCompliance_UNKNOWN                                                         = src.OSPolicyAssignmentReport_OSPolicyCompliance_OSPolicyResourceCompliance_UNKNOWN
   103  	OSPolicyAssignmentReport_OSPolicyCompliance_UNKNOWN                                                                                    = src.OSPolicyAssignmentReport_OSPolicyCompliance_UNKNOWN
   104  	OSPolicyAssignment_CANCELLED                                                                                                           = src.OSPolicyAssignment_CANCELLED
   105  	OSPolicyAssignment_CANCELLING                                                                                                          = src.OSPolicyAssignment_CANCELLING
   106  	OSPolicyAssignment_IN_PROGRESS                                                                                                         = src.OSPolicyAssignment_IN_PROGRESS
   107  	OSPolicyAssignment_ROLLOUT_STATE_UNSPECIFIED                                                                                           = src.OSPolicyAssignment_ROLLOUT_STATE_UNSPECIFIED
   108  	OSPolicyAssignment_SUCCEEDED                                                                                                           = src.OSPolicyAssignment_SUCCEEDED
   109  	OSPolicy_ENFORCEMENT                                                                                                                   = src.OSPolicy_ENFORCEMENT
   110  	OSPolicy_MODE_UNSPECIFIED                                                                                                              = src.OSPolicy_MODE_UNSPECIFIED
   111  	OSPolicy_Resource_ExecResource_Exec_INTERPRETER_UNSPECIFIED                                                                            = src.OSPolicy_Resource_ExecResource_Exec_INTERPRETER_UNSPECIFIED
   112  	OSPolicy_Resource_ExecResource_Exec_NONE                                                                                               = src.OSPolicy_Resource_ExecResource_Exec_NONE
   113  	OSPolicy_Resource_ExecResource_Exec_POWERSHELL                                                                                         = src.OSPolicy_Resource_ExecResource_Exec_POWERSHELL
   114  	OSPolicy_Resource_ExecResource_Exec_SHELL                                                                                              = src.OSPolicy_Resource_ExecResource_Exec_SHELL
   115  	OSPolicy_Resource_FileResource_ABSENT                                                                                                  = src.OSPolicy_Resource_FileResource_ABSENT
   116  	OSPolicy_Resource_FileResource_CONTENTS_MATCH                                                                                          = src.OSPolicy_Resource_FileResource_CONTENTS_MATCH
   117  	OSPolicy_Resource_FileResource_DESIRED_STATE_UNSPECIFIED                                                                               = src.OSPolicy_Resource_FileResource_DESIRED_STATE_UNSPECIFIED
   118  	OSPolicy_Resource_FileResource_PRESENT                                                                                                 = src.OSPolicy_Resource_FileResource_PRESENT
   119  	OSPolicy_Resource_PackageResource_DESIRED_STATE_UNSPECIFIED                                                                            = src.OSPolicy_Resource_PackageResource_DESIRED_STATE_UNSPECIFIED
   120  	OSPolicy_Resource_PackageResource_INSTALLED                                                                                            = src.OSPolicy_Resource_PackageResource_INSTALLED
   121  	OSPolicy_Resource_PackageResource_REMOVED                                                                                              = src.OSPolicy_Resource_PackageResource_REMOVED
   122  	OSPolicy_Resource_RepositoryResource_AptRepository_ARCHIVE_TYPE_UNSPECIFIED                                                            = src.OSPolicy_Resource_RepositoryResource_AptRepository_ARCHIVE_TYPE_UNSPECIFIED
   123  	OSPolicy_Resource_RepositoryResource_AptRepository_DEB                                                                                 = src.OSPolicy_Resource_RepositoryResource_AptRepository_DEB
   124  	OSPolicy_Resource_RepositoryResource_AptRepository_DEB_SRC                                                                             = src.OSPolicy_Resource_RepositoryResource_AptRepository_DEB_SRC
   125  	OSPolicy_VALIDATION                                                                                                                    = src.OSPolicy_VALIDATION
   126  	PatchConfig_ALWAYS                                                                                                                     = src.PatchConfig_ALWAYS
   127  	PatchConfig_DEFAULT                                                                                                                    = src.PatchConfig_DEFAULT
   128  	PatchConfig_NEVER                                                                                                                      = src.PatchConfig_NEVER
   129  	PatchConfig_REBOOT_CONFIG_UNSPECIFIED                                                                                                  = src.PatchConfig_REBOOT_CONFIG_UNSPECIFIED
   130  	PatchDeployment_ACTIVE                                                                                                                 = src.PatchDeployment_ACTIVE
   131  	PatchDeployment_PAUSED                                                                                                                 = src.PatchDeployment_PAUSED
   132  	PatchDeployment_STATE_UNSPECIFIED                                                                                                      = src.PatchDeployment_STATE_UNSPECIFIED
   133  	PatchJob_CANCELED                                                                                                                      = src.PatchJob_CANCELED
   134  	PatchJob_COMPLETED_WITH_ERRORS                                                                                                         = src.PatchJob_COMPLETED_WITH_ERRORS
   135  	PatchJob_INSTANCE_LOOKUP                                                                                                               = src.PatchJob_INSTANCE_LOOKUP
   136  	PatchJob_PATCHING                                                                                                                      = src.PatchJob_PATCHING
   137  	PatchJob_STARTED                                                                                                                       = src.PatchJob_STARTED
   138  	PatchJob_STATE_UNSPECIFIED                                                                                                             = src.PatchJob_STATE_UNSPECIFIED
   139  	PatchJob_SUCCEEDED                                                                                                                     = src.PatchJob_SUCCEEDED
   140  	PatchJob_TIMED_OUT                                                                                                                     = src.PatchJob_TIMED_OUT
   141  	PatchRollout_CONCURRENT_ZONES                                                                                                          = src.PatchRollout_CONCURRENT_ZONES
   142  	PatchRollout_MODE_UNSPECIFIED                                                                                                          = src.PatchRollout_MODE_UNSPECIFIED
   143  	PatchRollout_ZONE_BY_ZONE                                                                                                              = src.PatchRollout_ZONE_BY_ZONE
   144  	RecurringSchedule_DAILY                                                                                                                = src.RecurringSchedule_DAILY
   145  	RecurringSchedule_FREQUENCY_UNSPECIFIED                                                                                                = src.RecurringSchedule_FREQUENCY_UNSPECIFIED
   146  	RecurringSchedule_MONTHLY                                                                                                              = src.RecurringSchedule_MONTHLY
   147  	RecurringSchedule_WEEKLY                                                                                                               = src.RecurringSchedule_WEEKLY
   148  	WindowsUpdateSettings_CLASSIFICATION_UNSPECIFIED                                                                                       = src.WindowsUpdateSettings_CLASSIFICATION_UNSPECIFIED
   149  	WindowsUpdateSettings_CRITICAL                                                                                                         = src.WindowsUpdateSettings_CRITICAL
   150  	WindowsUpdateSettings_DEFINITION                                                                                                       = src.WindowsUpdateSettings_DEFINITION
   151  	WindowsUpdateSettings_DRIVER                                                                                                           = src.WindowsUpdateSettings_DRIVER
   152  	WindowsUpdateSettings_FEATURE_PACK                                                                                                     = src.WindowsUpdateSettings_FEATURE_PACK
   153  	WindowsUpdateSettings_SECURITY                                                                                                         = src.WindowsUpdateSettings_SECURITY
   154  	WindowsUpdateSettings_SERVICE_PACK                                                                                                     = src.WindowsUpdateSettings_SERVICE_PACK
   155  	WindowsUpdateSettings_TOOL                                                                                                             = src.WindowsUpdateSettings_TOOL
   156  	WindowsUpdateSettings_UPDATE                                                                                                           = src.WindowsUpdateSettings_UPDATE
   157  	WindowsUpdateSettings_UPDATE_ROLLUP                                                                                                    = src.WindowsUpdateSettings_UPDATE_ROLLUP
   158  )
   159  
   160  // Deprecated: Please use vars in: cloud.google.com/go/osconfig/apiv1/osconfigpb
   161  var (
   162  	AptSettings_Type_name                                                                                        = src.AptSettings_Type_name
   163  	AptSettings_Type_value                                                                                       = src.AptSettings_Type_value
   164  	CVSSv3_AttackComplexity_name                                                                                 = src.CVSSv3_AttackComplexity_name
   165  	CVSSv3_AttackComplexity_value                                                                                = src.CVSSv3_AttackComplexity_value
   166  	CVSSv3_AttackVector_name                                                                                     = src.CVSSv3_AttackVector_name
   167  	CVSSv3_AttackVector_value                                                                                    = src.CVSSv3_AttackVector_value
   168  	CVSSv3_Impact_name                                                                                           = src.CVSSv3_Impact_name
   169  	CVSSv3_Impact_value                                                                                          = src.CVSSv3_Impact_value
   170  	CVSSv3_PrivilegesRequired_name                                                                               = src.CVSSv3_PrivilegesRequired_name
   171  	CVSSv3_PrivilegesRequired_value                                                                              = src.CVSSv3_PrivilegesRequired_value
   172  	CVSSv3_Scope_name                                                                                            = src.CVSSv3_Scope_name
   173  	CVSSv3_Scope_value                                                                                           = src.CVSSv3_Scope_value
   174  	CVSSv3_UserInteraction_name                                                                                  = src.CVSSv3_UserInteraction_name
   175  	CVSSv3_UserInteraction_value                                                                                 = src.CVSSv3_UserInteraction_value
   176  	ExecStepConfig_Interpreter_name                                                                              = src.ExecStepConfig_Interpreter_name
   177  	ExecStepConfig_Interpreter_value                                                                             = src.ExecStepConfig_Interpreter_value
   178  	File_google_cloud_osconfig_v1_inventory_proto                                                                = src.File_google_cloud_osconfig_v1_inventory_proto
   179  	File_google_cloud_osconfig_v1_os_policy_assignment_reports_proto                                             = src.File_google_cloud_osconfig_v1_os_policy_assignment_reports_proto
   180  	File_google_cloud_osconfig_v1_os_policy_assignments_proto                                                    = src.File_google_cloud_osconfig_v1_os_policy_assignments_proto
   181  	File_google_cloud_osconfig_v1_os_policy_proto                                                                = src.File_google_cloud_osconfig_v1_os_policy_proto
   182  	File_google_cloud_osconfig_v1_osconfig_common_proto                                                          = src.File_google_cloud_osconfig_v1_osconfig_common_proto
   183  	File_google_cloud_osconfig_v1_osconfig_service_proto                                                         = src.File_google_cloud_osconfig_v1_osconfig_service_proto
   184  	File_google_cloud_osconfig_v1_osconfig_zonal_service_proto                                                   = src.File_google_cloud_osconfig_v1_osconfig_zonal_service_proto
   185  	File_google_cloud_osconfig_v1_patch_deployments_proto                                                        = src.File_google_cloud_osconfig_v1_patch_deployments_proto
   186  	File_google_cloud_osconfig_v1_patch_jobs_proto                                                               = src.File_google_cloud_osconfig_v1_patch_jobs_proto
   187  	File_google_cloud_osconfig_v1_vulnerability_proto                                                            = src.File_google_cloud_osconfig_v1_vulnerability_proto
   188  	Instance_PatchState_name                                                                                     = src.Instance_PatchState_name
   189  	Instance_PatchState_value                                                                                    = src.Instance_PatchState_value
   190  	InventoryView_name                                                                                           = src.InventoryView_name
   191  	InventoryView_value                                                                                          = src.InventoryView_value
   192  	Inventory_Item_OriginType_name                                                                               = src.Inventory_Item_OriginType_name
   193  	Inventory_Item_OriginType_value                                                                              = src.Inventory_Item_OriginType_value
   194  	Inventory_Item_Type_name                                                                                     = src.Inventory_Item_Type_name
   195  	Inventory_Item_Type_value                                                                                    = src.Inventory_Item_Type_value
   196  	OSPolicyAssignmentOperationMetadata_APIMethod_name                                                           = src.OSPolicyAssignmentOperationMetadata_APIMethod_name
   197  	OSPolicyAssignmentOperationMetadata_APIMethod_value                                                          = src.OSPolicyAssignmentOperationMetadata_APIMethod_value
   198  	OSPolicyAssignmentOperationMetadata_RolloutState_name                                                        = src.OSPolicyAssignmentOperationMetadata_RolloutState_name
   199  	OSPolicyAssignmentOperationMetadata_RolloutState_value                                                       = src.OSPolicyAssignmentOperationMetadata_RolloutState_value
   200  	OSPolicyAssignmentReport_OSPolicyCompliance_ComplianceState_name                                             = src.OSPolicyAssignmentReport_OSPolicyCompliance_ComplianceState_name
   201  	OSPolicyAssignmentReport_OSPolicyCompliance_ComplianceState_value                                            = src.OSPolicyAssignmentReport_OSPolicyCompliance_ComplianceState_value
   202  	OSPolicyAssignmentReport_OSPolicyCompliance_OSPolicyResourceCompliance_ComplianceState_name                  = src.OSPolicyAssignmentReport_OSPolicyCompliance_OSPolicyResourceCompliance_ComplianceState_name
   203  	OSPolicyAssignmentReport_OSPolicyCompliance_OSPolicyResourceCompliance_ComplianceState_value                 = src.OSPolicyAssignmentReport_OSPolicyCompliance_OSPolicyResourceCompliance_ComplianceState_value
   204  	OSPolicyAssignmentReport_OSPolicyCompliance_OSPolicyResourceCompliance_OSPolicyResourceConfigStep_Type_name  = src.OSPolicyAssignmentReport_OSPolicyCompliance_OSPolicyResourceCompliance_OSPolicyResourceConfigStep_Type_name
   205  	OSPolicyAssignmentReport_OSPolicyCompliance_OSPolicyResourceCompliance_OSPolicyResourceConfigStep_Type_value = src.OSPolicyAssignmentReport_OSPolicyCompliance_OSPolicyResourceCompliance_OSPolicyResourceConfigStep_Type_value
   206  	OSPolicyAssignment_RolloutState_name                                                                         = src.OSPolicyAssignment_RolloutState_name
   207  	OSPolicyAssignment_RolloutState_value                                                                        = src.OSPolicyAssignment_RolloutState_value
   208  	OSPolicy_Mode_name                                                                                           = src.OSPolicy_Mode_name
   209  	OSPolicy_Mode_value                                                                                          = src.OSPolicy_Mode_value
   210  	OSPolicy_Resource_ExecResource_Exec_Interpreter_name                                                         = src.OSPolicy_Resource_ExecResource_Exec_Interpreter_name
   211  	OSPolicy_Resource_ExecResource_Exec_Interpreter_value                                                        = src.OSPolicy_Resource_ExecResource_Exec_Interpreter_value
   212  	OSPolicy_Resource_FileResource_DesiredState_name                                                             = src.OSPolicy_Resource_FileResource_DesiredState_name
   213  	OSPolicy_Resource_FileResource_DesiredState_value                                                            = src.OSPolicy_Resource_FileResource_DesiredState_value
   214  	OSPolicy_Resource_PackageResource_DesiredState_name                                                          = src.OSPolicy_Resource_PackageResource_DesiredState_name
   215  	OSPolicy_Resource_PackageResource_DesiredState_value                                                         = src.OSPolicy_Resource_PackageResource_DesiredState_value
   216  	OSPolicy_Resource_RepositoryResource_AptRepository_ArchiveType_name                                          = src.OSPolicy_Resource_RepositoryResource_AptRepository_ArchiveType_name
   217  	OSPolicy_Resource_RepositoryResource_AptRepository_ArchiveType_value                                         = src.OSPolicy_Resource_RepositoryResource_AptRepository_ArchiveType_value
   218  	PatchConfig_RebootConfig_name                                                                                = src.PatchConfig_RebootConfig_name
   219  	PatchConfig_RebootConfig_value                                                                               = src.PatchConfig_RebootConfig_value
   220  	PatchDeployment_State_name                                                                                   = src.PatchDeployment_State_name
   221  	PatchDeployment_State_value                                                                                  = src.PatchDeployment_State_value
   222  	PatchJob_State_name                                                                                          = src.PatchJob_State_name
   223  	PatchJob_State_value                                                                                         = src.PatchJob_State_value
   224  	PatchRollout_Mode_name                                                                                       = src.PatchRollout_Mode_name
   225  	PatchRollout_Mode_value                                                                                      = src.PatchRollout_Mode_value
   226  	RecurringSchedule_Frequency_name                                                                             = src.RecurringSchedule_Frequency_name
   227  	RecurringSchedule_Frequency_value                                                                            = src.RecurringSchedule_Frequency_value
   228  	WindowsUpdateSettings_Classification_name                                                                    = src.WindowsUpdateSettings_Classification_name
   229  	WindowsUpdateSettings_Classification_value                                                                   = src.WindowsUpdateSettings_Classification_value
   230  )
   231  
   232  // Apt patching is completed by executing `apt-get update && apt-get upgrade`.
   233  // Additional options can be set to control how this is executed.
   234  //
   235  // Deprecated: Please use types in: cloud.google.com/go/osconfig/apiv1/osconfigpb
   236  type AptSettings = src.AptSettings
   237  
   238  // Apt patch type.
   239  //
   240  // Deprecated: Please use types in: cloud.google.com/go/osconfig/apiv1/osconfigpb
   241  type AptSettings_Type = src.AptSettings_Type
   242  
   243  // Common Vulnerability Scoring System version 3. For details, see
   244  // https://www.first.org/cvss/specification-document
   245  //
   246  // Deprecated: Please use types in: cloud.google.com/go/osconfig/apiv1/osconfigpb
   247  type CVSSv3 = src.CVSSv3
   248  
   249  // This metric describes the conditions beyond the attacker's control that
   250  // must exist in order to exploit the vulnerability.
   251  //
   252  // Deprecated: Please use types in: cloud.google.com/go/osconfig/apiv1/osconfigpb
   253  type CVSSv3_AttackComplexity = src.CVSSv3_AttackComplexity
   254  
   255  // This metric reflects the context by which vulnerability exploitation is
   256  // possible.
   257  //
   258  // Deprecated: Please use types in: cloud.google.com/go/osconfig/apiv1/osconfigpb
   259  type CVSSv3_AttackVector = src.CVSSv3_AttackVector
   260  
   261  // The Impact metrics capture the effects of a successfully exploited
   262  // vulnerability on the component that suffers the worst outcome that is most
   263  // directly and predictably associated with the attack.
   264  //
   265  // Deprecated: Please use types in: cloud.google.com/go/osconfig/apiv1/osconfigpb
   266  type CVSSv3_Impact = src.CVSSv3_Impact
   267  
   268  // This metric describes the level of privileges an attacker must possess
   269  // before successfully exploiting the vulnerability.
   270  //
   271  // Deprecated: Please use types in: cloud.google.com/go/osconfig/apiv1/osconfigpb
   272  type CVSSv3_PrivilegesRequired = src.CVSSv3_PrivilegesRequired
   273  
   274  // The Scope metric captures whether a vulnerability in one vulnerable
   275  // component impacts resources in components beyond its security scope.
   276  //
   277  // Deprecated: Please use types in: cloud.google.com/go/osconfig/apiv1/osconfigpb
   278  type CVSSv3_Scope = src.CVSSv3_Scope
   279  
   280  // This metric captures the requirement for a human user, other than the
   281  // attacker, to participate in the successful compromise of the vulnerable
   282  // component.
   283  //
   284  // Deprecated: Please use types in: cloud.google.com/go/osconfig/apiv1/osconfigpb
   285  type CVSSv3_UserInteraction = src.CVSSv3_UserInteraction
   286  
   287  // Message for canceling a patch job.
   288  //
   289  // Deprecated: Please use types in: cloud.google.com/go/osconfig/apiv1/osconfigpb
   290  type CancelPatchJobRequest = src.CancelPatchJobRequest
   291  
   292  // A request message to create an OS policy assignment
   293  //
   294  // Deprecated: Please use types in: cloud.google.com/go/osconfig/apiv1/osconfigpb
   295  type CreateOSPolicyAssignmentRequest = src.CreateOSPolicyAssignmentRequest
   296  
   297  // A request message for creating a patch deployment.
   298  //
   299  // Deprecated: Please use types in: cloud.google.com/go/osconfig/apiv1/osconfigpb
   300  type CreatePatchDeploymentRequest = src.CreatePatchDeploymentRequest
   301  
   302  // A request message for deleting a OS policy assignment.
   303  //
   304  // Deprecated: Please use types in: cloud.google.com/go/osconfig/apiv1/osconfigpb
   305  type DeleteOSPolicyAssignmentRequest = src.DeleteOSPolicyAssignmentRequest
   306  
   307  // A request message for deleting a patch deployment.
   308  //
   309  // Deprecated: Please use types in: cloud.google.com/go/osconfig/apiv1/osconfigpb
   310  type DeletePatchDeploymentRequest = src.DeletePatchDeploymentRequest
   311  
   312  // A step that runs an executable for a PatchJob.
   313  //
   314  // Deprecated: Please use types in: cloud.google.com/go/osconfig/apiv1/osconfigpb
   315  type ExecStep = src.ExecStep
   316  
   317  // Common configurations for an ExecStep.
   318  //
   319  // Deprecated: Please use types in: cloud.google.com/go/osconfig/apiv1/osconfigpb
   320  type ExecStepConfig = src.ExecStepConfig
   321  type ExecStepConfig_GcsObject = src.ExecStepConfig_GcsObject
   322  
   323  // The interpreter used to execute the a file.
   324  //
   325  // Deprecated: Please use types in: cloud.google.com/go/osconfig/apiv1/osconfigpb
   326  type ExecStepConfig_Interpreter = src.ExecStepConfig_Interpreter
   327  type ExecStepConfig_LocalPath = src.ExecStepConfig_LocalPath
   328  
   329  // A request message to initiate patching across Compute Engine instances.
   330  //
   331  // Deprecated: Please use types in: cloud.google.com/go/osconfig/apiv1/osconfigpb
   332  type ExecutePatchJobRequest = src.ExecutePatchJobRequest
   333  
   334  // Message encapsulating a value that can be either absolute ("fixed") or
   335  // relative ("percent") to a value.
   336  //
   337  // Deprecated: Please use types in: cloud.google.com/go/osconfig/apiv1/osconfigpb
   338  type FixedOrPercent = src.FixedOrPercent
   339  type FixedOrPercent_Fixed = src.FixedOrPercent_Fixed
   340  type FixedOrPercent_Percent = src.FixedOrPercent_Percent
   341  
   342  // Cloud Storage object representation.
   343  //
   344  // Deprecated: Please use types in: cloud.google.com/go/osconfig/apiv1/osconfigpb
   345  type GcsObject = src.GcsObject
   346  
   347  // A request message for getting inventory data for the specified VM.
   348  //
   349  // Deprecated: Please use types in: cloud.google.com/go/osconfig/apiv1/osconfigpb
   350  type GetInventoryRequest = src.GetInventoryRequest
   351  
   352  // Get a report of the OS policy assignment for a VM instance.
   353  //
   354  // Deprecated: Please use types in: cloud.google.com/go/osconfig/apiv1/osconfigpb
   355  type GetOSPolicyAssignmentReportRequest = src.GetOSPolicyAssignmentReportRequest
   356  
   357  // A request message to get an OS policy assignment
   358  //
   359  // Deprecated: Please use types in: cloud.google.com/go/osconfig/apiv1/osconfigpb
   360  type GetOSPolicyAssignmentRequest = src.GetOSPolicyAssignmentRequest
   361  
   362  // A request message for retrieving a patch deployment.
   363  //
   364  // Deprecated: Please use types in: cloud.google.com/go/osconfig/apiv1/osconfigpb
   365  type GetPatchDeploymentRequest = src.GetPatchDeploymentRequest
   366  
   367  // Request to get an active or completed patch job.
   368  //
   369  // Deprecated: Please use types in: cloud.google.com/go/osconfig/apiv1/osconfigpb
   370  type GetPatchJobRequest = src.GetPatchJobRequest
   371  
   372  // A request message for getting the vulnerability report for the specified
   373  // VM.
   374  //
   375  // Deprecated: Please use types in: cloud.google.com/go/osconfig/apiv1/osconfigpb
   376  type GetVulnerabilityReportRequest = src.GetVulnerabilityReportRequest
   377  
   378  // Googet patching is performed by running `googet update`.
   379  //
   380  // Deprecated: Please use types in: cloud.google.com/go/osconfig/apiv1/osconfigpb
   381  type GooSettings = src.GooSettings
   382  
   383  // Namespace for instance state enums.
   384  //
   385  // Deprecated: Please use types in: cloud.google.com/go/osconfig/apiv1/osconfigpb
   386  type Instance = src.Instance
   387  
   388  // Patch state of an instance.
   389  //
   390  // Deprecated: Please use types in: cloud.google.com/go/osconfig/apiv1/osconfigpb
   391  type Instance_PatchState = src.Instance_PatchState
   392  
   393  // This API resource represents the available inventory data for a Compute
   394  // Engine virtual machine (VM) instance at a given point in time. You can use
   395  // this API resource to determine the inventory data of your VM. For more
   396  // information, see [Information provided by OS inventory
   397  // management](https://cloud.google.com/compute/docs/instances/os-inventory-management#data-collected).
   398  //
   399  // Deprecated: Please use types in: cloud.google.com/go/osconfig/apiv1/osconfigpb
   400  type Inventory = src.Inventory
   401  
   402  // The view for inventory objects.
   403  //
   404  // Deprecated: Please use types in: cloud.google.com/go/osconfig/apiv1/osconfigpb
   405  type InventoryView = src.InventoryView
   406  
   407  // A single piece of inventory on a VM.
   408  //
   409  // Deprecated: Please use types in: cloud.google.com/go/osconfig/apiv1/osconfigpb
   410  type Inventory_Item = src.Inventory_Item
   411  type Inventory_Item_AvailablePackage = src.Inventory_Item_AvailablePackage
   412  type Inventory_Item_InstalledPackage = src.Inventory_Item_InstalledPackage
   413  
   414  // The origin of a specific inventory item.
   415  //
   416  // Deprecated: Please use types in: cloud.google.com/go/osconfig/apiv1/osconfigpb
   417  type Inventory_Item_OriginType = src.Inventory_Item_OriginType
   418  
   419  // The different types of inventory that are tracked on a VM.
   420  //
   421  // Deprecated: Please use types in: cloud.google.com/go/osconfig/apiv1/osconfigpb
   422  type Inventory_Item_Type = src.Inventory_Item_Type
   423  
   424  // Operating system information for the VM.
   425  //
   426  // Deprecated: Please use types in: cloud.google.com/go/osconfig/apiv1/osconfigpb
   427  type Inventory_OsInfo = src.Inventory_OsInfo
   428  
   429  // Software package information of the operating system.
   430  //
   431  // Deprecated: Please use types in: cloud.google.com/go/osconfig/apiv1/osconfigpb
   432  type Inventory_SoftwarePackage = src.Inventory_SoftwarePackage
   433  type Inventory_SoftwarePackage_AptPackage = src.Inventory_SoftwarePackage_AptPackage
   434  type Inventory_SoftwarePackage_CosPackage = src.Inventory_SoftwarePackage_CosPackage
   435  type Inventory_SoftwarePackage_GoogetPackage = src.Inventory_SoftwarePackage_GoogetPackage
   436  type Inventory_SoftwarePackage_QfePackage = src.Inventory_SoftwarePackage_QfePackage
   437  type Inventory_SoftwarePackage_WindowsApplication = src.Inventory_SoftwarePackage_WindowsApplication
   438  type Inventory_SoftwarePackage_WuaPackage = src.Inventory_SoftwarePackage_WuaPackage
   439  type Inventory_SoftwarePackage_YumPackage = src.Inventory_SoftwarePackage_YumPackage
   440  type Inventory_SoftwarePackage_ZypperPackage = src.Inventory_SoftwarePackage_ZypperPackage
   441  type Inventory_SoftwarePackage_ZypperPatch = src.Inventory_SoftwarePackage_ZypperPatch
   442  
   443  // Information related to the a standard versioned package. This includes
   444  // package info for APT, Yum, Zypper, and Googet package managers.
   445  //
   446  // Deprecated: Please use types in: cloud.google.com/go/osconfig/apiv1/osconfigpb
   447  type Inventory_VersionedPackage = src.Inventory_VersionedPackage
   448  
   449  // Contains information about a Windows application that is retrieved from the
   450  // Windows Registry. For more information about these fields, see:
   451  // https://docs.microsoft.com/en-us/windows/win32/msi/uninstall-registry-key
   452  //
   453  // Deprecated: Please use types in: cloud.google.com/go/osconfig/apiv1/osconfigpb
   454  type Inventory_WindowsApplication = src.Inventory_WindowsApplication
   455  
   456  // Information related to a Quick Fix Engineering package. Fields are taken
   457  // from Windows QuickFixEngineering Interface and match the source names:
   458  // https://docs.microsoft.com/en-us/windows/win32/cimwin32prov/win32-quickfixengineering
   459  //
   460  // Deprecated: Please use types in: cloud.google.com/go/osconfig/apiv1/osconfigpb
   461  type Inventory_WindowsQuickFixEngineeringPackage = src.Inventory_WindowsQuickFixEngineeringPackage
   462  
   463  // Details related to a Windows Update package. Field data and names are taken
   464  // from Windows Update API IUpdate Interface:
   465  // https://docs.microsoft.com/en-us/windows/win32/api/_wua/ Descriptive fields
   466  // like title, and description are localized based on the locale of the VM
   467  // being updated.
   468  //
   469  // Deprecated: Please use types in: cloud.google.com/go/osconfig/apiv1/osconfigpb
   470  type Inventory_WindowsUpdatePackage = src.Inventory_WindowsUpdatePackage
   471  
   472  // Categories specified by the Windows Update.
   473  //
   474  // Deprecated: Please use types in: cloud.google.com/go/osconfig/apiv1/osconfigpb
   475  type Inventory_WindowsUpdatePackage_WindowsUpdateCategory = src.Inventory_WindowsUpdatePackage_WindowsUpdateCategory
   476  
   477  // Details related to a Zypper Patch.
   478  //
   479  // Deprecated: Please use types in: cloud.google.com/go/osconfig/apiv1/osconfigpb
   480  type Inventory_ZypperPatch = src.Inventory_ZypperPatch
   481  
   482  // A request message for listing inventory data for all VMs in the specified
   483  // location.
   484  //
   485  // Deprecated: Please use types in: cloud.google.com/go/osconfig/apiv1/osconfigpb
   486  type ListInventoriesRequest = src.ListInventoriesRequest
   487  
   488  // A response message for listing inventory data for all VMs in a specified
   489  // location.
   490  //
   491  // Deprecated: Please use types in: cloud.google.com/go/osconfig/apiv1/osconfigpb
   492  type ListInventoriesResponse = src.ListInventoriesResponse
   493  
   494  // List the OS policy assignment reports for VM instances.
   495  //
   496  // Deprecated: Please use types in: cloud.google.com/go/osconfig/apiv1/osconfigpb
   497  type ListOSPolicyAssignmentReportsRequest = src.ListOSPolicyAssignmentReportsRequest
   498  
   499  // A response message for listing OS Policy assignment reports including the
   500  // page of results and page token.
   501  //
   502  // Deprecated: Please use types in: cloud.google.com/go/osconfig/apiv1/osconfigpb
   503  type ListOSPolicyAssignmentReportsResponse = src.ListOSPolicyAssignmentReportsResponse
   504  
   505  // A request message to list revisions for a OS policy assignment
   506  //
   507  // Deprecated: Please use types in: cloud.google.com/go/osconfig/apiv1/osconfigpb
   508  type ListOSPolicyAssignmentRevisionsRequest = src.ListOSPolicyAssignmentRevisionsRequest
   509  
   510  // A response message for listing all revisions for a OS policy assignment.
   511  //
   512  // Deprecated: Please use types in: cloud.google.com/go/osconfig/apiv1/osconfigpb
   513  type ListOSPolicyAssignmentRevisionsResponse = src.ListOSPolicyAssignmentRevisionsResponse
   514  
   515  // A request message to list OS policy assignments for a parent resource
   516  //
   517  // Deprecated: Please use types in: cloud.google.com/go/osconfig/apiv1/osconfigpb
   518  type ListOSPolicyAssignmentsRequest = src.ListOSPolicyAssignmentsRequest
   519  
   520  // A response message for listing all assignments under given parent.
   521  //
   522  // Deprecated: Please use types in: cloud.google.com/go/osconfig/apiv1/osconfigpb
   523  type ListOSPolicyAssignmentsResponse = src.ListOSPolicyAssignmentsResponse
   524  
   525  // A request message for listing patch deployments.
   526  //
   527  // Deprecated: Please use types in: cloud.google.com/go/osconfig/apiv1/osconfigpb
   528  type ListPatchDeploymentsRequest = src.ListPatchDeploymentsRequest
   529  
   530  // A response message for listing patch deployments.
   531  //
   532  // Deprecated: Please use types in: cloud.google.com/go/osconfig/apiv1/osconfigpb
   533  type ListPatchDeploymentsResponse = src.ListPatchDeploymentsResponse
   534  
   535  // Request to list details for all instances that are part of a patch job.
   536  //
   537  // Deprecated: Please use types in: cloud.google.com/go/osconfig/apiv1/osconfigpb
   538  type ListPatchJobInstanceDetailsRequest = src.ListPatchJobInstanceDetailsRequest
   539  
   540  // A response message for listing the instances details for a patch job.
   541  //
   542  // Deprecated: Please use types in: cloud.google.com/go/osconfig/apiv1/osconfigpb
   543  type ListPatchJobInstanceDetailsResponse = src.ListPatchJobInstanceDetailsResponse
   544  
   545  // A request message for listing patch jobs.
   546  //
   547  // Deprecated: Please use types in: cloud.google.com/go/osconfig/apiv1/osconfigpb
   548  type ListPatchJobsRequest = src.ListPatchJobsRequest
   549  
   550  // A response message for listing patch jobs.
   551  //
   552  // Deprecated: Please use types in: cloud.google.com/go/osconfig/apiv1/osconfigpb
   553  type ListPatchJobsResponse = src.ListPatchJobsResponse
   554  
   555  // A request message for listing vulnerability reports for all VM instances in
   556  // the specified location.
   557  //
   558  // Deprecated: Please use types in: cloud.google.com/go/osconfig/apiv1/osconfigpb
   559  type ListVulnerabilityReportsRequest = src.ListVulnerabilityReportsRequest
   560  
   561  // A response message for listing vulnerability reports for all VM instances
   562  // in the specified location.
   563  //
   564  // Deprecated: Please use types in: cloud.google.com/go/osconfig/apiv1/osconfigpb
   565  type ListVulnerabilityReportsResponse = src.ListVulnerabilityReportsResponse
   566  
   567  // Represents a monthly schedule. An example of a valid monthly schedule is
   568  // "on the third Tuesday of the month" or "on the 15th of the month".
   569  //
   570  // Deprecated: Please use types in: cloud.google.com/go/osconfig/apiv1/osconfigpb
   571  type MonthlySchedule = src.MonthlySchedule
   572  type MonthlySchedule_MonthDay = src.MonthlySchedule_MonthDay
   573  type MonthlySchedule_WeekDayOfMonth = src.MonthlySchedule_WeekDayOfMonth
   574  
   575  // An OS policy defines the desired state configuration for a VM.
   576  //
   577  // Deprecated: Please use types in: cloud.google.com/go/osconfig/apiv1/osconfigpb
   578  type OSPolicy = src.OSPolicy
   579  
   580  // OS policy assignment is an API resource that is used to apply a set of OS
   581  // policies to a dynamically targeted group of Compute Engine VM instances. An
   582  // OS policy is used to define the desired state configuration for a Compute
   583  // Engine VM instance through a set of configuration resources that provide
   584  // capabilities such as installing or removing software packages, or executing
   585  // a script. For more information, see [OS policy and OS policy
   586  // assignment](https://cloud.google.com/compute/docs/os-configuration-management/working-with-os-policies).
   587  //
   588  // Deprecated: Please use types in: cloud.google.com/go/osconfig/apiv1/osconfigpb
   589  type OSPolicyAssignment = src.OSPolicyAssignment
   590  
   591  // OS policy assignment operation metadata provided by OS policy assignment
   592  // API methods that return long running operations.
   593  //
   594  // Deprecated: Please use types in: cloud.google.com/go/osconfig/apiv1/osconfigpb
   595  type OSPolicyAssignmentOperationMetadata = src.OSPolicyAssignmentOperationMetadata
   596  
   597  // The OS policy assignment API method.
   598  //
   599  // Deprecated: Please use types in: cloud.google.com/go/osconfig/apiv1/osconfigpb
   600  type OSPolicyAssignmentOperationMetadata_APIMethod = src.OSPolicyAssignmentOperationMetadata_APIMethod
   601  
   602  // State of the rollout
   603  //
   604  // Deprecated: Please use types in: cloud.google.com/go/osconfig/apiv1/osconfigpb
   605  type OSPolicyAssignmentOperationMetadata_RolloutState = src.OSPolicyAssignmentOperationMetadata_RolloutState
   606  
   607  // A report of the OS policy assignment status for a given instance.
   608  //
   609  // Deprecated: Please use types in: cloud.google.com/go/osconfig/apiv1/osconfigpb
   610  type OSPolicyAssignmentReport = src.OSPolicyAssignmentReport
   611  
   612  // Compliance data for an OS policy
   613  //
   614  // Deprecated: Please use types in: cloud.google.com/go/osconfig/apiv1/osconfigpb
   615  type OSPolicyAssignmentReport_OSPolicyCompliance = src.OSPolicyAssignmentReport_OSPolicyCompliance
   616  
   617  // Possible compliance states for an os policy.
   618  //
   619  // Deprecated: Please use types in: cloud.google.com/go/osconfig/apiv1/osconfigpb
   620  type OSPolicyAssignmentReport_OSPolicyCompliance_ComplianceState = src.OSPolicyAssignmentReport_OSPolicyCompliance_ComplianceState
   621  
   622  // Compliance data for an OS policy resource.
   623  //
   624  // Deprecated: Please use types in: cloud.google.com/go/osconfig/apiv1/osconfigpb
   625  type OSPolicyAssignmentReport_OSPolicyCompliance_OSPolicyResourceCompliance = src.OSPolicyAssignmentReport_OSPolicyCompliance_OSPolicyResourceCompliance
   626  
   627  // Possible compliance states for a resource.
   628  //
   629  // Deprecated: Please use types in: cloud.google.com/go/osconfig/apiv1/osconfigpb
   630  type OSPolicyAssignmentReport_OSPolicyCompliance_OSPolicyResourceCompliance_ComplianceState = src.OSPolicyAssignmentReport_OSPolicyCompliance_OSPolicyResourceCompliance_ComplianceState
   631  
   632  // ExecResource specific output.
   633  //
   634  // Deprecated: Please use types in: cloud.google.com/go/osconfig/apiv1/osconfigpb
   635  type OSPolicyAssignmentReport_OSPolicyCompliance_OSPolicyResourceCompliance_ExecResourceOutput = src.OSPolicyAssignmentReport_OSPolicyCompliance_OSPolicyResourceCompliance_ExecResourceOutput
   636  type OSPolicyAssignmentReport_OSPolicyCompliance_OSPolicyResourceCompliance_ExecResourceOutput_ = src.OSPolicyAssignmentReport_OSPolicyCompliance_OSPolicyResourceCompliance_ExecResourceOutput_
   637  
   638  // Step performed by the OS Config agent for configuring an `OSPolicy`
   639  // resource to its desired state.
   640  //
   641  // Deprecated: Please use types in: cloud.google.com/go/osconfig/apiv1/osconfigpb
   642  type OSPolicyAssignmentReport_OSPolicyCompliance_OSPolicyResourceCompliance_OSPolicyResourceConfigStep = src.OSPolicyAssignmentReport_OSPolicyCompliance_OSPolicyResourceCompliance_OSPolicyResourceConfigStep
   643  
   644  // Supported configuration step types
   645  //
   646  // Deprecated: Please use types in: cloud.google.com/go/osconfig/apiv1/osconfigpb
   647  type OSPolicyAssignmentReport_OSPolicyCompliance_OSPolicyResourceCompliance_OSPolicyResourceConfigStep_Type = src.OSPolicyAssignmentReport_OSPolicyCompliance_OSPolicyResourceCompliance_OSPolicyResourceConfigStep_Type
   648  
   649  // Filters to select target VMs for an assignment. If more than one filter
   650  // criteria is specified below, a VM will be selected if and only if it
   651  // satisfies all of them.
   652  //
   653  // Deprecated: Please use types in: cloud.google.com/go/osconfig/apiv1/osconfigpb
   654  type OSPolicyAssignment_InstanceFilter = src.OSPolicyAssignment_InstanceFilter
   655  
   656  // VM inventory details.
   657  //
   658  // Deprecated: Please use types in: cloud.google.com/go/osconfig/apiv1/osconfigpb
   659  type OSPolicyAssignment_InstanceFilter_Inventory = src.OSPolicyAssignment_InstanceFilter_Inventory
   660  
   661  // Message representing label set. - A label is a key value pair set for a VM.
   662  // - A LabelSet is a set of labels. - Labels within a LabelSet are ANDed. In
   663  // other words, a LabelSet is applicable for a VM only if it matches all the
   664  // labels in the LabelSet. - Example: A LabelSet with 2 labels: `env=prod` and
   665  // `type=webserver` will only be applicable for those VMs with both labels
   666  // present.
   667  //
   668  // Deprecated: Please use types in: cloud.google.com/go/osconfig/apiv1/osconfigpb
   669  type OSPolicyAssignment_LabelSet = src.OSPolicyAssignment_LabelSet
   670  
   671  // Message to configure the rollout at the zonal level for the OS policy
   672  // assignment.
   673  //
   674  // Deprecated: Please use types in: cloud.google.com/go/osconfig/apiv1/osconfigpb
   675  type OSPolicyAssignment_Rollout = src.OSPolicyAssignment_Rollout
   676  
   677  // OS policy assignment rollout state
   678  //
   679  // Deprecated: Please use types in: cloud.google.com/go/osconfig/apiv1/osconfigpb
   680  type OSPolicyAssignment_RolloutState = src.OSPolicyAssignment_RolloutState
   681  
   682  // Filtering criteria to select VMs based on inventory details.
   683  //
   684  // Deprecated: Please use types in: cloud.google.com/go/osconfig/apiv1/osconfigpb
   685  type OSPolicy_InventoryFilter = src.OSPolicy_InventoryFilter
   686  
   687  // Policy mode
   688  //
   689  // Deprecated: Please use types in: cloud.google.com/go/osconfig/apiv1/osconfigpb
   690  type OSPolicy_Mode = src.OSPolicy_Mode
   691  
   692  // An OS policy resource is used to define the desired state configuration and
   693  // provides a specific functionality like installing/removing packages,
   694  // executing a script etc. The system ensures that resources are always in
   695  // their desired state by taking necessary actions if they have drifted from
   696  // their desired state.
   697  //
   698  // Deprecated: Please use types in: cloud.google.com/go/osconfig/apiv1/osconfigpb
   699  type OSPolicy_Resource = src.OSPolicy_Resource
   700  
   701  // Resource groups provide a mechanism to group OS policy resources. Resource
   702  // groups enable OS policy authors to create a single OS policy to be applied
   703  // to VMs running different operating Systems. When the OS policy is applied to
   704  // a target VM, the appropriate resource group within the OS policy is selected
   705  // based on the `OSFilter` specified within the resource group.
   706  //
   707  // Deprecated: Please use types in: cloud.google.com/go/osconfig/apiv1/osconfigpb
   708  type OSPolicy_ResourceGroup = src.OSPolicy_ResourceGroup
   709  type OSPolicy_Resource_Exec = src.OSPolicy_Resource_Exec
   710  
   711  // A resource that allows executing scripts on the VM. The `ExecResource` has
   712  // 2 stages: `validate` and `enforce` and both stages accept a script as an
   713  // argument to execute. When the `ExecResource` is applied by the agent, it
   714  // first executes the script in the `validate` stage. The `validate` stage can
   715  // signal that the `ExecResource` is already in the desired state by returning
   716  // an exit code of `100`. If the `ExecResource` is not in the desired state, it
   717  // should return an exit code of `101`. Any other exit code returned by this
   718  // stage is considered an error. If the `ExecResource` is not in the desired
   719  // state based on the exit code from the `validate` stage, the agent proceeds
   720  // to execute the script from the `enforce` stage. If the `ExecResource` is
   721  // already in the desired state, the `enforce` stage will not be run. Similar
   722  // to `validate` stage, the `enforce` stage should return an exit code of `100`
   723  // to indicate that the resource in now in its desired state. Any other exit
   724  // code is considered an error. NOTE: An exit code of `100` was chosen over `0`
   725  // (and `101` vs `1`) to have an explicit indicator of `in desired state`, `not
   726  // in desired state` and errors. Because, for example, Powershell will always
   727  // return an exit code of `0` unless an `exit` statement is provided in the
   728  // script. So, for reasons of consistency and being explicit, exit codes `100`
   729  // and `101` were chosen.
   730  //
   731  // Deprecated: Please use types in: cloud.google.com/go/osconfig/apiv1/osconfigpb
   732  type OSPolicy_Resource_ExecResource = src.OSPolicy_Resource_ExecResource
   733  
   734  // A file or script to execute.
   735  //
   736  // Deprecated: Please use types in: cloud.google.com/go/osconfig/apiv1/osconfigpb
   737  type OSPolicy_Resource_ExecResource_Exec = src.OSPolicy_Resource_ExecResource_Exec
   738  type OSPolicy_Resource_ExecResource_Exec_File = src.OSPolicy_Resource_ExecResource_Exec_File
   739  
   740  // The interpreter to use.
   741  //
   742  // Deprecated: Please use types in: cloud.google.com/go/osconfig/apiv1/osconfigpb
   743  type OSPolicy_Resource_ExecResource_Exec_Interpreter = src.OSPolicy_Resource_ExecResource_Exec_Interpreter
   744  type OSPolicy_Resource_ExecResource_Exec_Script = src.OSPolicy_Resource_ExecResource_Exec_Script
   745  
   746  // A remote or local file.
   747  //
   748  // Deprecated: Please use types in: cloud.google.com/go/osconfig/apiv1/osconfigpb
   749  type OSPolicy_Resource_File = src.OSPolicy_Resource_File
   750  
   751  // A resource that manages the state of a file.
   752  //
   753  // Deprecated: Please use types in: cloud.google.com/go/osconfig/apiv1/osconfigpb
   754  type OSPolicy_Resource_FileResource = src.OSPolicy_Resource_FileResource
   755  type OSPolicy_Resource_FileResource_Content = src.OSPolicy_Resource_FileResource_Content
   756  
   757  // Desired state of the file.
   758  //
   759  // Deprecated: Please use types in: cloud.google.com/go/osconfig/apiv1/osconfigpb
   760  type OSPolicy_Resource_FileResource_DesiredState = src.OSPolicy_Resource_FileResource_DesiredState
   761  type OSPolicy_Resource_FileResource_File = src.OSPolicy_Resource_FileResource_File
   762  type OSPolicy_Resource_File_ = src.OSPolicy_Resource_File_
   763  
   764  // Specifies a file available as a Cloud Storage Object.
   765  //
   766  // Deprecated: Please use types in: cloud.google.com/go/osconfig/apiv1/osconfigpb
   767  type OSPolicy_Resource_File_Gcs = src.OSPolicy_Resource_File_Gcs
   768  type OSPolicy_Resource_File_Gcs_ = src.OSPolicy_Resource_File_Gcs_
   769  type OSPolicy_Resource_File_LocalPath = src.OSPolicy_Resource_File_LocalPath
   770  
   771  // Specifies a file available via some URI.
   772  //
   773  // Deprecated: Please use types in: cloud.google.com/go/osconfig/apiv1/osconfigpb
   774  type OSPolicy_Resource_File_Remote = src.OSPolicy_Resource_File_Remote
   775  type OSPolicy_Resource_File_Remote_ = src.OSPolicy_Resource_File_Remote_
   776  
   777  // A resource that manages a system package.
   778  //
   779  // Deprecated: Please use types in: cloud.google.com/go/osconfig/apiv1/osconfigpb
   780  type OSPolicy_Resource_PackageResource = src.OSPolicy_Resource_PackageResource
   781  
   782  // A package managed by APT. - install: `apt-get update && apt-get -y install
   783  // [name]` - remove: `apt-get -y remove [name]`
   784  //
   785  // Deprecated: Please use types in: cloud.google.com/go/osconfig/apiv1/osconfigpb
   786  type OSPolicy_Resource_PackageResource_APT = src.OSPolicy_Resource_PackageResource_APT
   787  type OSPolicy_Resource_PackageResource_Apt = src.OSPolicy_Resource_PackageResource_Apt
   788  
   789  // A deb package file. dpkg packages only support INSTALLED state.
   790  //
   791  // Deprecated: Please use types in: cloud.google.com/go/osconfig/apiv1/osconfigpb
   792  type OSPolicy_Resource_PackageResource_Deb = src.OSPolicy_Resource_PackageResource_Deb
   793  type OSPolicy_Resource_PackageResource_Deb_ = src.OSPolicy_Resource_PackageResource_Deb_
   794  
   795  // The desired state that the OS Config agent maintains on the VM.
   796  //
   797  // Deprecated: Please use types in: cloud.google.com/go/osconfig/apiv1/osconfigpb
   798  type OSPolicy_Resource_PackageResource_DesiredState = src.OSPolicy_Resource_PackageResource_DesiredState
   799  
   800  // A package managed by GooGet. - install: `googet -noconfirm install package`
   801  // - remove: `googet -noconfirm remove package`
   802  //
   803  // Deprecated: Please use types in: cloud.google.com/go/osconfig/apiv1/osconfigpb
   804  type OSPolicy_Resource_PackageResource_GooGet = src.OSPolicy_Resource_PackageResource_GooGet
   805  type OSPolicy_Resource_PackageResource_Googet = src.OSPolicy_Resource_PackageResource_Googet
   806  
   807  // An MSI package. MSI packages only support INSTALLED state.
   808  //
   809  // Deprecated: Please use types in: cloud.google.com/go/osconfig/apiv1/osconfigpb
   810  type OSPolicy_Resource_PackageResource_MSI = src.OSPolicy_Resource_PackageResource_MSI
   811  type OSPolicy_Resource_PackageResource_Msi = src.OSPolicy_Resource_PackageResource_Msi
   812  
   813  // An RPM package file. RPM packages only support INSTALLED state.
   814  //
   815  // Deprecated: Please use types in: cloud.google.com/go/osconfig/apiv1/osconfigpb
   816  type OSPolicy_Resource_PackageResource_RPM = src.OSPolicy_Resource_PackageResource_RPM
   817  type OSPolicy_Resource_PackageResource_Rpm = src.OSPolicy_Resource_PackageResource_Rpm
   818  
   819  // A package managed by YUM. - install: `yum -y install package` - remove:
   820  // `yum -y remove package`
   821  //
   822  // Deprecated: Please use types in: cloud.google.com/go/osconfig/apiv1/osconfigpb
   823  type OSPolicy_Resource_PackageResource_YUM = src.OSPolicy_Resource_PackageResource_YUM
   824  type OSPolicy_Resource_PackageResource_Yum = src.OSPolicy_Resource_PackageResource_Yum
   825  
   826  // A package managed by Zypper. - install: `zypper -y install package` -
   827  // remove: `zypper -y rm package`
   828  //
   829  // Deprecated: Please use types in: cloud.google.com/go/osconfig/apiv1/osconfigpb
   830  type OSPolicy_Resource_PackageResource_Zypper = src.OSPolicy_Resource_PackageResource_Zypper
   831  type OSPolicy_Resource_PackageResource_Zypper_ = src.OSPolicy_Resource_PackageResource_Zypper_
   832  type OSPolicy_Resource_Pkg = src.OSPolicy_Resource_Pkg
   833  type OSPolicy_Resource_Repository = src.OSPolicy_Resource_Repository
   834  
   835  // A resource that manages a package repository.
   836  //
   837  // Deprecated: Please use types in: cloud.google.com/go/osconfig/apiv1/osconfigpb
   838  type OSPolicy_Resource_RepositoryResource = src.OSPolicy_Resource_RepositoryResource
   839  type OSPolicy_Resource_RepositoryResource_Apt = src.OSPolicy_Resource_RepositoryResource_Apt
   840  
   841  // Represents a single apt package repository. These will be added to a repo
   842  // file that will be managed at `/etc/apt/sources.list.d/google_osconfig.list`.
   843  //
   844  // Deprecated: Please use types in: cloud.google.com/go/osconfig/apiv1/osconfigpb
   845  type OSPolicy_Resource_RepositoryResource_AptRepository = src.OSPolicy_Resource_RepositoryResource_AptRepository
   846  
   847  // Type of archive.
   848  //
   849  // Deprecated: Please use types in: cloud.google.com/go/osconfig/apiv1/osconfigpb
   850  type OSPolicy_Resource_RepositoryResource_AptRepository_ArchiveType = src.OSPolicy_Resource_RepositoryResource_AptRepository_ArchiveType
   851  type OSPolicy_Resource_RepositoryResource_Goo = src.OSPolicy_Resource_RepositoryResource_Goo
   852  
   853  // Represents a Goo package repository. These are added to a repo file that is
   854  // managed at `C:/ProgramData/GooGet/repos/google_osconfig.repo`.
   855  //
   856  // Deprecated: Please use types in: cloud.google.com/go/osconfig/apiv1/osconfigpb
   857  type OSPolicy_Resource_RepositoryResource_GooRepository = src.OSPolicy_Resource_RepositoryResource_GooRepository
   858  type OSPolicy_Resource_RepositoryResource_Yum = src.OSPolicy_Resource_RepositoryResource_Yum
   859  
   860  // Represents a single yum package repository. These are added to a repo file
   861  // that is managed at `/etc/yum.repos.d/google_osconfig.repo`.
   862  //
   863  // Deprecated: Please use types in: cloud.google.com/go/osconfig/apiv1/osconfigpb
   864  type OSPolicy_Resource_RepositoryResource_YumRepository = src.OSPolicy_Resource_RepositoryResource_YumRepository
   865  type OSPolicy_Resource_RepositoryResource_Zypper = src.OSPolicy_Resource_RepositoryResource_Zypper
   866  
   867  // Represents a single zypper package repository. These are added to a repo
   868  // file that is managed at `/etc/zypp/repos.d/google_osconfig.repo`.
   869  //
   870  // Deprecated: Please use types in: cloud.google.com/go/osconfig/apiv1/osconfigpb
   871  type OSPolicy_Resource_RepositoryResource_ZypperRepository = src.OSPolicy_Resource_RepositoryResource_ZypperRepository
   872  
   873  // Sets the time for a one time patch deployment. Timestamp is in
   874  // [RFC3339](https://www.ietf.org/rfc/rfc3339.txt) text format.
   875  //
   876  // Deprecated: Please use types in: cloud.google.com/go/osconfig/apiv1/osconfigpb
   877  type OneTimeSchedule = src.OneTimeSchedule
   878  
   879  // OsConfigServiceClient is the client API for OsConfigService service. For
   880  // semantics around ctx use and closing/ending streaming RPCs, please refer to
   881  // https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
   882  //
   883  // Deprecated: Please use types in: cloud.google.com/go/osconfig/apiv1/osconfigpb
   884  type OsConfigServiceClient = src.OsConfigServiceClient
   885  
   886  // OsConfigServiceServer is the server API for OsConfigService service.
   887  //
   888  // Deprecated: Please use types in: cloud.google.com/go/osconfig/apiv1/osconfigpb
   889  type OsConfigServiceServer = src.OsConfigServiceServer
   890  
   891  // OsConfigZonalServiceClient is the client API for OsConfigZonalService
   892  // service. For semantics around ctx use and closing/ending streaming RPCs,
   893  // please refer to
   894  // https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
   895  //
   896  // Deprecated: Please use types in: cloud.google.com/go/osconfig/apiv1/osconfigpb
   897  type OsConfigZonalServiceClient = src.OsConfigZonalServiceClient
   898  
   899  // OsConfigZonalServiceServer is the server API for OsConfigZonalService
   900  // service.
   901  //
   902  // Deprecated: Please use types in: cloud.google.com/go/osconfig/apiv1/osconfigpb
   903  type OsConfigZonalServiceServer = src.OsConfigZonalServiceServer
   904  
   905  // Patch configuration specifications. Contains details on how to apply the
   906  // patch(es) to a VM instance.
   907  //
   908  // Deprecated: Please use types in: cloud.google.com/go/osconfig/apiv1/osconfigpb
   909  type PatchConfig = src.PatchConfig
   910  
   911  // Post-patch reboot settings.
   912  //
   913  // Deprecated: Please use types in: cloud.google.com/go/osconfig/apiv1/osconfigpb
   914  type PatchConfig_RebootConfig = src.PatchConfig_RebootConfig
   915  
   916  // Patch deployments are configurations that individual patch jobs use to
   917  // complete a patch. These configurations include instance filter, package
   918  // repository settings, and a schedule. For more information about creating and
   919  // managing patch deployments, see [Scheduling patch
   920  // jobs](https://cloud.google.com/compute/docs/os-patch-management/schedule-patch-jobs).
   921  //
   922  // Deprecated: Please use types in: cloud.google.com/go/osconfig/apiv1/osconfigpb
   923  type PatchDeployment = src.PatchDeployment
   924  type PatchDeployment_OneTimeSchedule = src.PatchDeployment_OneTimeSchedule
   925  type PatchDeployment_RecurringSchedule = src.PatchDeployment_RecurringSchedule
   926  
   927  // Represents state of patch peployment.
   928  //
   929  // Deprecated: Please use types in: cloud.google.com/go/osconfig/apiv1/osconfigpb
   930  type PatchDeployment_State = src.PatchDeployment_State
   931  
   932  // A filter to target VM instances for patching. The targeted VMs must meet
   933  // all criteria specified. So if both labels and zones are specified, the patch
   934  // job targets only VMs with those labels and in those zones.
   935  //
   936  // Deprecated: Please use types in: cloud.google.com/go/osconfig/apiv1/osconfigpb
   937  type PatchInstanceFilter = src.PatchInstanceFilter
   938  
   939  // Targets a group of VM instances by using their [assigned
   940  // labels](https://cloud.google.com/compute/docs/labeling-resources). Labels
   941  // are key-value pairs. A `GroupLabel` is a combination of labels that is used
   942  // to target VMs for a patch job. For example, a patch job can target VMs that
   943  // have the following `GroupLabel`: `{"env":"test", "app":"web"}`. This means
   944  // that the patch job is applied to VMs that have both the labels `env=test`
   945  // and `app=web`.
   946  //
   947  // Deprecated: Please use types in: cloud.google.com/go/osconfig/apiv1/osconfigpb
   948  type PatchInstanceFilter_GroupLabel = src.PatchInstanceFilter_GroupLabel
   949  
   950  // A high level representation of a patch job that is either in progress or
   951  // has completed. Instance details are not included in the job. To paginate
   952  // through instance details, use ListPatchJobInstanceDetails. For more
   953  // information about patch jobs, see [Creating patch
   954  // jobs](https://cloud.google.com/compute/docs/os-patch-management/create-patch-job).
   955  //
   956  // Deprecated: Please use types in: cloud.google.com/go/osconfig/apiv1/osconfigpb
   957  type PatchJob = src.PatchJob
   958  
   959  // Patch details for a VM instance. For more information about reviewing VM
   960  // instance details, see [Listing all VM instance details for a specific patch
   961  // job](https://cloud.google.com/compute/docs/os-patch-management/manage-patch-jobs#list-instance-details).
   962  //
   963  // Deprecated: Please use types in: cloud.google.com/go/osconfig/apiv1/osconfigpb
   964  type PatchJobInstanceDetails = src.PatchJobInstanceDetails
   965  
   966  // A summary of the current patch state across all instances that this patch
   967  // job affects. Contains counts of instances in different states. These states
   968  // map to `InstancePatchState`. List patch job instance details to see the
   969  // specific states of each instance.
   970  //
   971  // Deprecated: Please use types in: cloud.google.com/go/osconfig/apiv1/osconfigpb
   972  type PatchJob_InstanceDetailsSummary = src.PatchJob_InstanceDetailsSummary
   973  
   974  // Enumeration of the various states a patch job passes through as it
   975  // executes.
   976  //
   977  // Deprecated: Please use types in: cloud.google.com/go/osconfig/apiv1/osconfigpb
   978  type PatchJob_State = src.PatchJob_State
   979  
   980  // Patch rollout configuration specifications. Contains details on the
   981  // concurrency control when applying patch(es) to all targeted VMs.
   982  //
   983  // Deprecated: Please use types in: cloud.google.com/go/osconfig/apiv1/osconfigpb
   984  type PatchRollout = src.PatchRollout
   985  
   986  // Type of the rollout.
   987  //
   988  // Deprecated: Please use types in: cloud.google.com/go/osconfig/apiv1/osconfigpb
   989  type PatchRollout_Mode = src.PatchRollout_Mode
   990  
   991  // A request message for pausing a patch deployment.
   992  //
   993  // Deprecated: Please use types in: cloud.google.com/go/osconfig/apiv1/osconfigpb
   994  type PausePatchDeploymentRequest = src.PausePatchDeploymentRequest
   995  
   996  // Sets the time for recurring patch deployments.
   997  //
   998  // Deprecated: Please use types in: cloud.google.com/go/osconfig/apiv1/osconfigpb
   999  type RecurringSchedule = src.RecurringSchedule
  1000  
  1001  // Specifies the frequency of the recurring patch deployments.
  1002  //
  1003  // Deprecated: Please use types in: cloud.google.com/go/osconfig/apiv1/osconfigpb
  1004  type RecurringSchedule_Frequency = src.RecurringSchedule_Frequency
  1005  type RecurringSchedule_Monthly = src.RecurringSchedule_Monthly
  1006  type RecurringSchedule_Weekly = src.RecurringSchedule_Weekly
  1007  
  1008  // A request message for resuming a patch deployment.
  1009  //
  1010  // Deprecated: Please use types in: cloud.google.com/go/osconfig/apiv1/osconfigpb
  1011  type ResumePatchDeploymentRequest = src.ResumePatchDeploymentRequest
  1012  
  1013  // UnimplementedOsConfigServiceServer can be embedded to have forward
  1014  // compatible implementations.
  1015  //
  1016  // Deprecated: Please use types in: cloud.google.com/go/osconfig/apiv1/osconfigpb
  1017  type UnimplementedOsConfigServiceServer = src.UnimplementedOsConfigServiceServer
  1018  
  1019  // UnimplementedOsConfigZonalServiceServer can be embedded to have forward
  1020  // compatible implementations.
  1021  //
  1022  // Deprecated: Please use types in: cloud.google.com/go/osconfig/apiv1/osconfigpb
  1023  type UnimplementedOsConfigZonalServiceServer = src.UnimplementedOsConfigZonalServiceServer
  1024  
  1025  // A request message to update an OS policy assignment
  1026  //
  1027  // Deprecated: Please use types in: cloud.google.com/go/osconfig/apiv1/osconfigpb
  1028  type UpdateOSPolicyAssignmentRequest = src.UpdateOSPolicyAssignmentRequest
  1029  
  1030  // A request message for updating a patch deployment.
  1031  //
  1032  // Deprecated: Please use types in: cloud.google.com/go/osconfig/apiv1/osconfigpb
  1033  type UpdatePatchDeploymentRequest = src.UpdatePatchDeploymentRequest
  1034  
  1035  // This API resource represents the vulnerability report for a specified
  1036  // Compute Engine virtual machine (VM) instance at a given point in time. For
  1037  // more information, see [Vulnerability
  1038  // reports](https://cloud.google.com/compute/docs/instances/os-inventory-management#vulnerability-reports).
  1039  //
  1040  // Deprecated: Please use types in: cloud.google.com/go/osconfig/apiv1/osconfigpb
  1041  type VulnerabilityReport = src.VulnerabilityReport
  1042  
  1043  // A vulnerability affecting the VM instance.
  1044  //
  1045  // Deprecated: Please use types in: cloud.google.com/go/osconfig/apiv1/osconfigpb
  1046  type VulnerabilityReport_Vulnerability = src.VulnerabilityReport_Vulnerability
  1047  
  1048  // Contains metadata information for the vulnerability. This information is
  1049  // collected from the upstream feed of the operating system.
  1050  //
  1051  // Deprecated: Please use types in: cloud.google.com/go/osconfig/apiv1/osconfigpb
  1052  type VulnerabilityReport_Vulnerability_Details = src.VulnerabilityReport_Vulnerability_Details
  1053  
  1054  // A reference for this vulnerability.
  1055  //
  1056  // Deprecated: Please use types in: cloud.google.com/go/osconfig/apiv1/osconfigpb
  1057  type VulnerabilityReport_Vulnerability_Details_Reference = src.VulnerabilityReport_Vulnerability_Details_Reference
  1058  
  1059  // OS inventory item that is affected by a vulnerability or fixed as a result
  1060  // of a vulnerability.
  1061  //
  1062  // Deprecated: Please use types in: cloud.google.com/go/osconfig/apiv1/osconfigpb
  1063  type VulnerabilityReport_Vulnerability_Item = src.VulnerabilityReport_Vulnerability_Item
  1064  
  1065  // Represents one week day in a month. An example is "the 4th Sunday".
  1066  //
  1067  // Deprecated: Please use types in: cloud.google.com/go/osconfig/apiv1/osconfigpb
  1068  type WeekDayOfMonth = src.WeekDayOfMonth
  1069  
  1070  // Represents a weekly schedule.
  1071  //
  1072  // Deprecated: Please use types in: cloud.google.com/go/osconfig/apiv1/osconfigpb
  1073  type WeeklySchedule = src.WeeklySchedule
  1074  
  1075  // Windows patching is performed using the Windows Update Agent.
  1076  //
  1077  // Deprecated: Please use types in: cloud.google.com/go/osconfig/apiv1/osconfigpb
  1078  type WindowsUpdateSettings = src.WindowsUpdateSettings
  1079  
  1080  // Microsoft Windows update classifications as defined in [1]
  1081  // https://support.microsoft.com/en-us/help/824684/description-of-the-standard-terminology-that-is-used-to-describe-micro
  1082  //
  1083  // Deprecated: Please use types in: cloud.google.com/go/osconfig/apiv1/osconfigpb
  1084  type WindowsUpdateSettings_Classification = src.WindowsUpdateSettings_Classification
  1085  
  1086  // Yum patching is performed by executing `yum update`. Additional options can
  1087  // be set to control how this is executed. Note that not all settings are
  1088  // supported on all platforms.
  1089  //
  1090  // Deprecated: Please use types in: cloud.google.com/go/osconfig/apiv1/osconfigpb
  1091  type YumSettings = src.YumSettings
  1092  
  1093  // Zypper patching is performed by running `zypper patch`. See also
  1094  // https://en.opensuse.org/SDB:Zypper_manual.
  1095  //
  1096  // Deprecated: Please use types in: cloud.google.com/go/osconfig/apiv1/osconfigpb
  1097  type ZypperSettings = src.ZypperSettings
  1098  
  1099  // Deprecated: Please use funcs in: cloud.google.com/go/osconfig/apiv1/osconfigpb
  1100  func NewOsConfigServiceClient(cc grpc.ClientConnInterface) OsConfigServiceClient {
  1101  	return src.NewOsConfigServiceClient(cc)
  1102  }
  1103  
  1104  // Deprecated: Please use funcs in: cloud.google.com/go/osconfig/apiv1/osconfigpb
  1105  func NewOsConfigZonalServiceClient(cc grpc.ClientConnInterface) OsConfigZonalServiceClient {
  1106  	return src.NewOsConfigZonalServiceClient(cc)
  1107  }
  1108  
  1109  // Deprecated: Please use funcs in: cloud.google.com/go/osconfig/apiv1/osconfigpb
  1110  func RegisterOsConfigServiceServer(s *grpc.Server, srv OsConfigServiceServer) {
  1111  	src.RegisterOsConfigServiceServer(s, srv)
  1112  }
  1113  
  1114  // Deprecated: Please use funcs in: cloud.google.com/go/osconfig/apiv1/osconfigpb
  1115  func RegisterOsConfigZonalServiceServer(s *grpc.Server, srv OsConfigZonalServiceServer) {
  1116  	src.RegisterOsConfigZonalServiceServer(s, srv)
  1117  }
  1118  

View as plain text