
    dl                       S r SSKJr  SSKJr  SSKJr  Sr " S S\R                  5      r
 " S S	\R                  5      r " S
 S\R                  5      r " S S\R                  5      r " S S\R                  5      r " S S\R                  5      r " S S\R                  5      r " S S\R                  5      r " S S\R                  5      r " S S\R                  5      r " S S\R                  5      r " S S\R                  5      r " S S\R                  5      r " S  S!\R                  5      r " S" S#\R                  5      r " S$ S%\R                  5      r " S& S'\R                  5      r " S( S)\R                  5      r " S* S+\R                  5      r " S, S-\R                  5      r " S. S/\R                  5      r " S0 S1\R                  5      r " S2 S3\R                  5      r  " S4 S5\R                  5      r! " S6 S7\R                  5      r" " S8 S9\R                  5      r# " S: S;\R                  5      r$ " S< S=\R                  5      r% " S> S?\R                  5      r& " S@ SA\R                  5      r' " SB SC\R                  5      r( " SD SE\R                  5      r) " SF SG\R                  5      r* " SH SI\R                  5      r+ " SJ SK\R                  5      r, " SL SM\R                  5      r- " SN SO\R                  5      r. " SP SQ\R                  5      r/ " SR SS\R                  5      r0 " ST SU\R                  5      r1 " SV SW\R                  5      r2 " SX SY\R                  5      r3 " SZ S[\R                  5      r4 " S\ S]\R                  5      r5 " S^ S_\R                  5      r6 " S` Sa\R                  5      r7 " Sb Sc\R                  5      r8 " Sd Se\R                  5      r9 " Sf Sg\R                  5      r: " Sh Si\R                  5      r; " Sj Sk\R                  5      r< " Sl Sm\R                  5      r= " Sn So\R                  5      r> " Sp Sq\R                  5      r? " Sr Ss\R                  5      r@ " St Su\R                  5      rA " Sv Sw\R                  5      rB " Sx Sy\R                  5      rC " Sz S{\R                  5      rD " S| S}\R                  5      rE " S~ S\R                  5      rF " S S\R                  5      rG " S S\R                  5      rH " S S\R                  5      rI " S S\R                  5      rJ " S S\R                  5      rK " S S\R                  5      rL " S S\R                  5      rM " S S\R                  5      rN " S S\R                  5      rO " S S\R                  5      rP " S S\R                  5      rQ " S S\R                  5      rR " S S\R                  5      rS " S S\R                  5      rT " S S\R                  5      rU " S S\R                  5      rV " S S\R                  5      rW " S S\R                  5      rX " S S\R                  5      rY " S S\R                  5      rZ " S S\R                  5      r[ " S S\R                  5      r\ " S S\R                  5      r] " S S\R                  5      r^\R                  " \TSS5        \R                  " \TR                  SS5        \R                  " \TR                  SS5        g)zGenerated message classes for osconfig version v1beta.

OS management tools that can be used for patch management, patch compliance,
and configuration management on VM instances.
    )absolute_import)messages)encodingosconfigc                       \ rS rSrSr " S S\R                  5      r\R                  " SS5      r	\R                  " SSS9r\R                  " S	5      r\R                  " S
5      r\R                  " S5      rSrg)AptRepository   a  Represents a single Apt package repository. This repository is added to
a repo file that is stored at
`/etc/apt/sources.list.d/google_osconfig.list`.

Enums:
  ArchiveTypeValueValuesEnum: Type of archive files in this repository. The
    default behavior is DEB.

Fields:
  archiveType: Type of archive files in this repository. The default
    behavior is DEB.
  components: Required. List of components for this repository. Must contain
    at least one item.
  distribution: Required. Distribution of this repository.
  gpgKey: URI of the key file for this repository. The agent maintains a
    keyring at `/etc/apt/trusted.gpg.d/osconfig_agent_managed.gpg`
    containing all the keys in any applied guest policy.
  uri: Required. URI for this repository.
c                   $    \ rS rSrSrSrSrSrSrg)(AptRepository.ArchiveTypeValueValuesEnum&   zType of archive files in this repository. The default behavior is DEB.

Values:
  ARCHIVE_TYPE_UNSPECIFIED: Unspecified.
  DEB: DEB indicates that the archive contains binary files.
  DEB_SRC: DEB_SRC indicates that the archive contains source files.
r          N)	__name__
__module____qualname____firstlineno____doc__ARCHIVE_TYPE_UNSPECIFIEDDEBDEB_SRC__static_attributes__r       Ulib/googlecloudsdk/generated_clients/apis/osconfig/v1beta/osconfig_v1beta_messages.pyArchiveTypeValueValuesEnumr   &   s      !
CGr   r   r   r   Trepeated         r   N)r   r   r   r   r   	_messagesEnumr   	EnumFieldarchiveTypeStringField
componentsdistributiongpgKeyurir   r   r   r   r   r      sn    (
9>> 
 ##$@!D+$$Q6*&&q),  #&a #r   r   c                       \ rS rSrSr " S S\R                  5      r\R                  " SSS9r	\R                  " SSS9r
\R                  " SS	5      rS
rg)AptSettings9   a  Apt patching is completed by executing `apt-get update && apt-get
upgrade`. Additional options can be set to control how this is executed.

Enums:
  TypeValueValuesEnum: By changing the type to DIST, the patching is
    performed using `apt-get dist-upgrade` instead.

Fields:
  excludes: List of packages to exclude from update. These packages will be
    excluded
  exclusivePackages: An exclusive list of packages to be updated. These are
    the only packages that will be updated. If these packages are not
    installed, they will be ignored. This field cannot be specified with any
    other patch configuration fields.
  type: By changing the type to DIST, the patching is performed using `apt-
    get dist-upgrade` instead.
c                   $    \ rS rSrSrSrSrSrSrg)AptSettings.TypeValueValuesEnumL   zBy changing the type to DIST, the patching is performed using `apt-get
dist-upgrade` instead.

Values:
  TYPE_UNSPECIFIED: By default, upgrade will be performed.
  DIST: Runs `apt-get dist-upgrade`.
  UPGRADE: Runs `apt-get upgrade`.
r   r   r   r   N)	r   r   r   r   r   TYPE_UNSPECIFIEDDISTUPGRADEr   r   r   r   TypeValueValuesEnumr.   L   s     DGr   r3   r   Tr   r   r   r   N)r   r   r   r   r   r!   r"   r3   r%   excludesexclusivePackagesr#   typer   r   r   r   r+   r+   9   sQ    $INN  ""1t4(++A=			2A	6$r   r+   c                       \ rS rSrSr\R                  " SSSS9r\R                  " SSS9r	\R                  " SSS9r
\R                  " S	S
SS9r\R                  " SSS9rSrg)
Assignment^   a!  An assignment represents the group or groups of VM instances that the
policy applies to. If an assignment is empty, it applies to all VM
instances. Otherwise, the targeted VM instances must meet all the criteria
specified. So if both labels and zones are specified, the policy applies to
VM instances with those labels and in those zones.

Fields:
  groupLabels: Targets instances matching at least one of these label sets.
    This allows an assignment to target disparate groups, for example
    "env=prod or env=staging".
  instanceNamePrefixes: Targets VM instances whose name starts with one of
    these prefixes. Like labels, this is another way to group VM instances
    when targeting configs, for example prefix="prod-". Only supported for
    project-level policies.
  instances: Targets any of the instances specified. Instances are specified
    by their URI in the form `zones/[ZONE]/instances/[INSTANCE_NAME]`.
    Instance targeting is uncommon and is supported to facilitate the
    management of changes by the instance or to target specific VM instances
    for development and testing. Only supported for project-level policies
    and must reference instances within this project.
  osTypes: Targets VM instances matching at least one of the following OS
    types. VM instances must match all supplied criteria for a given OsType
    to be included.
  zones: Targets instances in any of these zones. Leave empty to target
    instances in any zone. Zonal targeting is uncommon and is supported to
    facilitate the management of changes by zone.
AssignmentGroupLabelr   Tr   r   r   AssignmentOsTyper   r    r   N)r   r   r   r   r   r!   MessageFieldgroupLabelsr%   instanceNamePrefixes	instancesosTypeszonesr   r   r   r   r8   r8   ^   sj    8 &&'=q4P+"..q4@##A5)""#5q4H'


D
1%r   r8   c                       \ rS rSrSr\R                  " S5       " S S\R                  5      5       r	\R                  " SS5      rSrg)	r:      a  Represents a group of VM intances that can be identified as having all
these labels, for example "env=prod and app=web".

Messages:
  LabelsValue: Google Compute Engine instance labels that must be present
    for an instance to be included in this assignment group.

Fields:
  labels: Google Compute Engine instance labels that must be present for an
    instance to be included in this assignment group.
additionalPropertiesc                   f    \ rS rSrSr " S S\R                  5      r\R                  " SSSS9r	Sr
g	)
 AssignmentGroupLabel.LabelsValue   a  Google Compute Engine instance labels that must be present for an
instance to be included in this assignment group.

Messages:
  AdditionalProperty: An additional property for a LabelsValue object.

Fields:
  additionalProperties: Additional properties of type LabelsValue
c                   `    \ rS rSrSr\R                  " S5      r\R                  " S5      rSr	g)3AssignmentGroupLabel.LabelsValue.AdditionalProperty   An additional property for a LabelsValue object.

Fields:
  key: Name of the additional property.
  value: A string attribute.
r   r   r   N
r   r   r   r   r   r!   r%   keyvaluer   r   r   r   AdditionalPropertyrI      )    
 !!!$c##A&er   rO   r   Tr   r   Nr   r   r   r   r   r!   MessagerO   r<   rD   r   r   r   r   LabelsValuerF      2    	'Y.. 	' %112FTXYr   rS   r   r   Nr   r   r   r   r   r   MapUnrecognizedFieldsr!   rR   rS   r<   labelsr   r   r   r   r:   r:      K    
 !!"89ZI%% Z :Z0 !!-3&r   r:   c                       \ rS rSrSr\R                  " S5      r\R                  " S5      r\R                  " S5      r	Sr
g)r;      a  Defines the criteria for selecting VM Instances by OS type.

Fields:
  osArchitecture: Targets VM instances with OS Inventory enabled and having
    the following OS architecture.
  osShortName: Targets VM instances with OS Inventory enabled and having the
    following OS short name, for example "debian" or "windows".
  osVersion: Targets VM instances with OS Inventory enabled and having the
    following following OS version.
r   r   r   r   Nr   r   r   r   r   r!   r%   osArchitectureosShortName	osVersionr   r   r   r   r;   r;      s9    	 ((+.%%a(+##A&)r   r;   c                       \ rS rSrSrSrg)CancelPatchJobRequest   z"Message for canceling a patch job.r   Nr   r   r   r   r   r   r   r   r   r`   r`      s    +r   r`   c                       \ rS rSrSr\R                  " SSSS9r\R                  " SSSS9r\R                  " S	S
SS9r	Sr
g)EffectiveGuestPolicy   a-  The effective guest policy that applies to a VM instance.

Fields:
  packageRepositories: List of package repository configurations assigned to
    the VM instance.
  packages: List of package configurations assigned to the VM instance.
  softwareRecipes: List of recipes assigned to the VM instance.
,EffectiveGuestPolicySourcedPackageRepositoryr   Tr   "EffectiveGuestPolicySourcedPackager   )EffectiveGuestPolicySourcedSoftwareReciper   r   N)r   r   r   r   r   r!   r<   packageRepositoriespackagessoftwareRecipesr   r   r   r   rd   rd      sN     "../]_`kop##$H!VZ[(**+VXYdhi/r   rd   c                   b    \ rS rSrSr\R                  " SS5      r\R                  " S5      r	Sr
g)rg      zA guest policy package including its source.

Fields:
  package: A software package to configure on the VM instance.
  source: Name of the guest policy providing this config.
Packager   r   r   N)r   r   r   r   r   r!   r<   packager%   sourcer   r   r   r   rg   rg      s+     ""9a0'  #&r   rg   c                   b    \ rS rSrSr\R                  " SS5      r\R                  " S5      r	Sr
g)rf      zA guest policy package repository including its source.

Fields:
  packageRepository: A software package repository to configure on the VM
    instance.
  source: Name of the guest policy providing this config.
PackageRepositoryr   r   r   N)r   r   r   r   r   r!   r<   packageRepositoryr%   rp   r   r   r   r   rf   rf      s-      ,,-@!D  #&r   rf   c                   b    \ rS rSrSr\R                  " SS5      r\R                  " S5      r	Sr
g)rh      zA guest policy recipe including its source.

Fields:
  softwareRecipe: A software recipe to configure on the VM instance.
  source: Name of the guest policy providing this config.
SoftwareReciper   r   r   N)r   r   r   r   r   r!   r<   softwareReciper%   rp   r   r   r   r   rh   rh      s,     ))*:A>.  #&r   rh   c                       \ rS rSrSrSrg)Empty   a  A generic empty message that you can re-use to avoid defining duplicated
empty messages in your APIs. A typical example is to use it as the request
or the response type of an API method. For instance: service Foo { rpc
Bar(google.protobuf.Empty) returns (google.protobuf.Empty); }
r   Nrb   r   r   r   rz   rz      s    r   rz   c                   d    \ rS rSrSr\R                  " SS5      r\R                  " SS5      rSr	g)ExecStep   zA step that runs an executable for a PatchJob.

Fields:
  linuxExecStepConfig: The ExecStepConfig for all Linux VMs targeted by the
    PatchJob.
  windowsExecStepConfig: The ExecStepConfig for all Windows VMs targeted by
    the PatchJob.
ExecStepConfigr   r   r   N)
r   r   r   r   r   r!   r<   linuxExecStepConfigwindowsExecStepConfigr   r   r   r   r}   r}      s1     "../?C#001A1Er   r}   c                       \ rS rSrSr " S S\R                  5      r\R                  " SS\R                  R                  S9r\R                  " SS	5      r\R                  " SS
5      r\R                   " S5      rSrg)r   i  aP  Common configurations for an ExecStep.

Enums:
  InterpreterValueValuesEnum: The script interpreter to use to run the
    script. If no interpreter is specified the script will be executed
    directly, which will likely only succeed for scripts with [shebang
    lines] (https://en.wikipedia.org/wiki/Shebang_\(Unix\)).

Fields:
  allowedSuccessCodes: Defaults to [0]. A list of possible return values
    that the execution can return to indicate a success.
  gcsObject: A Google Cloud Storage object containing the executable.
  interpreter: The script interpreter to use to run the script. If no
    interpreter is specified the script will be executed directly, which
    will likely only succeed for scripts with [shebang lines]
    (https://en.wikipedia.org/wiki/Shebang_\(Unix\)).
  localPath: An absolute path to the executable on the VM.
c                   (    \ rS rSrSrSrSrSrSrSr	g)	)ExecStepConfig.InterpreterValueValuesEnumi  a  The script interpreter to use to run the script. If no interpreter is
specified the script will be executed directly, which will likely only
succeed for scripts with [shebang lines]
(https://en.wikipedia.org/wiki/Shebang_\(Unix\)).

Values:
  INTERPRETER_UNSPECIFIED: If the interpreter is not specified, the value
    defaults to `NONE`.
  NONE: Indicates that the file is run as follows on each operating
    system: + For Linux VMs, the file is ran as an executable and the
    interpreter might be parsed from the [shebang
    line](https://wikipedia.org/wiki/Shebang_(Unix)) of the file. + For
    Windows VM, this value is not supported.
  SHELL: Indicates that the file is run with `/bin/sh` on Linux and `cmd`
    on Windows.
  POWERSHELL: Indicates that the file is run with PowerShell.
r   r   r   r   r   N)
r   r   r   r   r   INTERPRETER_UNSPECIFIEDNONESHELL
POWERSHELLr   r   r   r   InterpreterValueValuesEnumr     s    "  DEJr   r   r   Tr   variant	GcsObjectr   r   r   r   N)r   r   r   r   r   r!   r"   r   IntegerFieldVariantINT32allowedSuccessCodesr<   	gcsObjectr#   interpreterr%   	localPathr   r   r   r   r   r     so    &9>> . "..q4IZIZI`I`a$$[!4)##$@!D+##A&)r   r   c                      \ rS rSrSr\R                  " S5      r\R                  " S5      r\R                  " S5      r
\R                  " S5      r\R                  " SS5      r\R                  " S	S
5      r\R                  " SS5      rSrg)ExecutePatchJobRequesti<  a  A request message to initiate patching across Compute Engine instances.

Fields:
  description: Description of the patch job. Length of the description is
    limited to 1024 characters.
  displayName: Display name for this patch job. This does not have to be
    unique.
  dryRun: If this patch is a dry-run only, instances are contacted but will
    do nothing.
  duration: Duration of the patch job. After the duration ends, the patch
    job times out.
  instanceFilter: Required. Instances to patch, either explicitly or
    filtered by some criteria such as zone or labels.
  patchConfig: Patch configuration being applied. If omitted, instances are
    patched using the default configurations.
  rollout: Rollout strategy of the patch job.
r   r   r   r   PatchInstanceFilterr    PatchConfig   PatchRollout   r   N)r   r   r   r   r   r!   r%   descriptiondisplayNameBooleanFielddryRundurationr<   instanceFilterpatchConfigrolloutr   r   r   r   r   r   <  s    $ %%a(+%%a(+!!!$&""1%())*?C.&&}a8+"">15'r   r   c                       \ rS rSrSr\R                  " S\R                  R                  S9r	\R                  " S\R                  R                  S9r
Srg)FixedOrPercentiX  a  Message encapsulating a value that can be either absolute ("fixed") or
relative ("percent") to a value.

Fields:
  fixed: Specifies a fixed value.
  percent: Specifies the relative value defined as a percentage, which will
    be multiplied by a reference value.
r   r   r   r   N)r   r   r   r   r   r!   r   r   r   fixedpercentr   r   r   r   r   r   X  sE     
 
 I,=,=,C,C
D%""1i.?.?.E.EF'r   r   c                       \ rS rSrSr\R                  " S5      r\R                  " S5      r	\R                  " S5      r
Srg)r   if  ab  Google Cloud Storage object representation.

Fields:
  bucket: Required. Bucket of the Google Cloud Storage object.
  generationNumber: Required. Generation number of the Google Cloud Storage
    object. This is used to ensure that the ExecStep specified by this
    PatchJob does not change.
  object: Required. Name of the Google Cloud Storage object.
r   r   r   r   N)r   r   r   r   r   r!   r%   bucketr   generationNumberobjectr   r   r   r   r   r   f  s:       #&++A.  #&r   r   c                   `    \ rS rSrSr\R                  " S5      r\R                  " S5      rSr	g)GooRepositoryiv  zRepresents a Goo package repository. These is added to a repo file that
is stored at C:/ProgramData/GooGet/repos/google_osconfig.repo.

Fields:
  name: Required. The name of the repository.
  url: Required. The url of the repository.
r   r   r   N)
r   r   r   r   r   r!   r%   nameurlr   r   r   r   r   r   v  s)     
		q	!$a #r   r   c                       \ rS rSrSrSrg)GooSettingsi  z8Googet patching is performed by running `googet update`.r   Nrb   r   r   r   r   r     s    Ar   r   c                   $   \ rS rSrSr " S S\R                  5      r " S S\R                  5      r\R                  " SS5      r
\R                  " S5      r\R                  " S	5      r\R                  " SS
5      r\R                  " S5      rSrg)8GoogleCloudOsconfigV1OSPolicyAssignmentOperationMetadatai  m  OS policy assignment operation metadata provided by OS policy assignment
API methods that return long running operations.

Enums:
  ApiMethodValueValuesEnum: The OS policy assignment API method.
  RolloutStateValueValuesEnum: State of the rollout

Fields:
  apiMethod: The OS policy assignment API method.
  osPolicyAssignment: Reference to the `OSPolicyAssignment` API resource.
    Format: `projects/{project_number}/locations/{location}/osPolicyAssignme
    nts/{os_policy_assignment_id@revision_id}`
  rolloutStartTime: Rollout start time
  rolloutState: State of the rollout
  rolloutUpdateTime: Rollout update time
c                   (    \ rS rSrSrSrSrSrSrSr	g)	QGoogleCloudOsconfigV1OSPolicyAssignmentOperationMetadata.ApiMethodValueValuesEnumi  The OS policy assignment API method.

Values:
  API_METHOD_UNSPECIFIED: Invalid value
  CREATE: Create OS policy assignment API method
  UPDATE: Update OS policy assignment API method
  DELETE: Delete OS policy assignment API method
r   r   r   r   r   N
r   r   r   r   r   API_METHOD_UNSPECIFIEDCREATEUPDATEDELETEr   r   r   r   ApiMethodValueValuesEnumr          FFFr   r   c                   ,    \ rS rSrSrSrSrSrSrSr	Sr
g	)
TGoogleCloudOsconfigV1OSPolicyAssignmentOperationMetadata.RolloutStateValueValuesEnumi  State of the rollout

Values:
  ROLLOUT_STATE_UNSPECIFIED: Invalid value
  IN_PROGRESS: The rollout is in progress.
  CANCELLING: The rollout is being cancelled.
  CANCELLED: The rollout is cancelled.
  SUCCEEDED: The rollout has completed successfully.
r   r   r   r   r   r   Nr   r   r   r   r   ROLLOUT_STATE_UNSPECIFIEDIN_PROGRESS
CANCELLING	CANCELLED	SUCCEEDEDr   r   r   r   RolloutStateValueValuesEnumr     #     !"KJIIr   r   r   r   r   r   r    r   Nr   r   r   r   r   r!   r"   r   r   r#   	apiMethodr%   osPolicyAssignmentrolloutStartTimerolloutStaterolloutUpdateTimer   r   r   r   r   r         " INN   !!"<a@) ,,Q/**1-$$%BAF,++A.r   r   c                      \ rS rSrSr\R                  " S5      r\R                  " S5      r\R                  " S5      r	\R                  " S5      r\R                  " S5      r\R                  " S5      r\R                  " S	5      rS
rg)&GoogleCloudOsconfigV2OperationMetadatai    Represents the metadata of the long-running operation.

Fields:
  apiVersion: Output only. API version used to start the operation.
  createTime: Output only. The time the operation was created.
  endTime: Output only. The time the operation finished running.
  requestedCancellation: Output only. Identifies whether the user has
    requested cancellation of the operation. Operations that have been
    cancelled successfully have Operation.error value with a
    google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.
  statusMessage: Output only. Human-readable status of the operation, if
    any.
  target: Output only. Server-defined resource path for the target of the
    operation.
  verb: Output only. Name of the verb executed by the operation.
r   r   r   r   r    r   r   r   Nr   r   r   r   r   r!   r%   
apiVersion
createTimeendTimer   requestedCancellationstatusMessagetargetverbr   r   r   r   r   r     z    " $$Q'*$$Q'*!!!$'#003''*-  #&			q	!$r   r   c                      \ rS rSrSr\R                  " S5      r\R                  " S5      r\R                  " S5      r	\R                  " S5      r\R                  " S5      r\R                  " S5      r\R                  " S	5      rS
rg)*GoogleCloudOsconfigV2betaOperationMetadatai  r   r   r   r   r   r    r   r   r   Nr   r   r   r   r   r     r   r   r   c                   ^   \ rS rSrSr\R                  " SS5      r\R                  " S5      r	\R                  " S5      r
\R                  " S5      r\R                  " S5      r\R                  " S	S
SS9r\R                  " SSSS9r\R                  " SSSS9r\R                  " S5      rSrg)GuestPolicyi  a  An OS Config resource representing a guest configuration policy. These
policies represent the desired state for VM instance guest environments
including packages to install or remove, package repository configurations,
and software to install.

Fields:
  assignment: Required. Specifies the VM instances that are assigned to this
    policy. This allows you to target sets or groups of VM instances by
    different parameters such as labels, names, OS, or zones. If left empty,
    all VM instances underneath this policy are targeted. At the same level
    in the resource hierarchy (that is within a project), the service
    prevents the creation of multiple policies that conflict with each
    other. For more information, see how the service [handles assignment
    conflicts](/compute/docs/os-config-management/create-guest-
    policy#handle-conflicts).
  createTime: Output only. Time this guest policy was created.
  description: Description of the guest policy. Length of the description is
    limited to 1024 characters.
  etag: The etag for this guest policy. If this is provided on update, it
    must match the server's etag.
  name: Required. Unique name of the resource in this project using one of
    the following forms:
    `projects/{project_number}/guestPolicies/{guest_policy_id}`.
  packageRepositories: A list of package repositories to configure on the VM
    instance. This is done before any other configs are applied so they can
    use these repos. Package repositories are only configured if the
    corresponding package manager(s) are available.
  packages: The software packages to be managed by this policy.
  recipes: A list of Recipes to install on the VM instance.
  updateTime: Output only. Last time this guest policy was updated.
r8   r   r   r   r   r    rs   r   Tr   rn   r   rw      	   r   N)r   r   r   r   r   r!   r<   
assignmentr%   r   r   etagr   ri   rj   recipes
updateTimer   r   r   r   r   r     s    @ %%lA6*$$Q'*%%a(+			q	!$			q	!$!../BAPTU##Iq4@(""#3QF'$$Q'*r   r   c                   `    \ rS rSrSr\R                  " SSSS9r\R                  " S5      r	Sr
g	)
ListGuestPoliciesResponsei   zA response message for listing guest policies.

Fields:
  guestPolicies: The list of GuestPolicies.
  nextPageToken: A pagination token that can be used to get the next page of
    guest policies.
r   r   Tr   r   r   N)r   r   r   r   r   r!   r<   guestPoliciesr%   nextPageTokenr   r   r   r   r   r      s-     ((DI-''*-r   r   c                   `    \ rS rSrSr\R                  " S5      r\R                  " SSSS9r	Sr
g	)
ListPatchDeploymentsResponsei-  zA response message for listing patch deployments.

Fields:
  nextPageToken: A pagination token that can be used to get the next page of
    patch deployments.
  patchDeployments: The list of patch deployments.
r   PatchDeploymentr   Tr   r   N)r   r   r   r   r   r!   r%   r   r<   patchDeploymentsr   r   r   r   r   r   -  s/     ''*-++,=q4Pr   r   c                   `    \ rS rSrSr\R                  " S5      r\R                  " SSSS9r	Sr
g	)
#ListPatchJobInstanceDetailsResponsei:  zA response message for listing the instances details for a patch job.

Fields:
  nextPageToken: A pagination token that can be used to get the next page of
    results.
  patchJobInstanceDetails: A list of instance status.
r   PatchJobInstanceDetailsr   Tr   r   N)r   r   r   r   r   r!   r%   r   r<   patchJobInstanceDetailsr   r   r   r   r   r   :  s0     ''*-%223LaZ^_r   r   c                   `    \ rS rSrSr\R                  " S5      r\R                  " SSSS9r	Sr
g	)
ListPatchJobsResponseiG  zA response message for listing patch jobs.

Fields:
  nextPageToken: A pagination token that can be used to get the next page of
    results.
  patchJobs: The list of patch jobs.
r   PatchJobr   Tr   r   N)r   r   r   r   r   r!   r%   r   r<   	patchJobsr   r   r   r   r   r   G  s-     ''*-$$ZTB)r   r   c                       \ rS rSrSr\R                  " S5      r\R                  " S5      r\R                  " S5      r	Sr
g)!LookupEffectiveGuestPolicyRequestiT  ae  A request message for getting the effective guest policy assigned to the
instance.

Fields:
  osArchitecture: Architecture of OS running on the instance. The OS Config
    agent only provides this field for targeting if OS Inventory is enabled
    for that instance.
  osShortName: Short name of the OS running on the instance. The OS Config
    agent only provides this field for targeting if OS Inventory is enabled
    for that instance.
  osVersion: Version of the OS running on the instance. The OS Config agent
    only provides this field for targeting if OS Inventory is enabled for
    that VM instance.
r   r   r   r   Nr[   r   r   r   r   r   T  s9     ((+.%%a(+##A&)r   r   c                       \ rS rSrSrSrg)
MessageSetii  a  This is proto2's version of MessageSet. DEPRECATED: DO NOT USE FOR NEW
FIELDS. If you are using editions or proto2, please make your own extendable
messages for your use case. If you are using proto3, please use `Any`
instead. MessageSet was the implementation of extensions for proto1. When
proto2 was introduced, extensions were implemented as a first-class feature.
This schema for MessageSet was meant to be a "bridge" solution to migrate
MessageSet-bearing messages from proto1 to proto2. This schema has been
open-sourced only to facilitate the migration of Google products with
MessageSet-bearing messages to open-source environments.
r   Nrb   r   r   r   r   r   i  s    	r   r   c                       \ rS rSrSr\R                  " S\R                  R                  S9r	\R                  " SS5      rSrg)	MonthlyScheduleiw  a  Represents a monthly schedule. An example of a valid monthly schedule is
"on the third Tuesday of the month" or "on the 15th of the month".

Fields:
  monthDay: Required. One day of the month. 1-31 indicates the 1st to the
    31st day. -1 indicates the last day of the month. Months without the
    target day will be skipped. For example, a schedule to run "every month
    on the 31st" will not run in February, April, June, etc.
  weekDayOfMonth: Required. Week day in a month.
r   r   WeekDayOfMonthr   r   N)r   r   r   r   r   r!   r   r   r   monthDayr<   weekDayOfMonthr   r   r   r   r   r   w  s:    	 ##Ay/@/@/F/FG())*:A>.r   r   c                   $   \ rS rSrSr " S S\R                  5      r " S S\R                  5      r\R                  " SS5      r
\R                  " S5      r\R                  " S	5      r\R                  " SS
5      r\R                  " S5      rSrg)#OSPolicyAssignmentOperationMetadatai  r   c                   (    \ rS rSrSrSrSrSrSrSr	g)	<OSPolicyAssignmentOperationMetadata.ApiMethodValueValuesEnumi  r   r   r   r   r   r   Nr   r   r   r   r   r    r   r   r   c                   ,    \ rS rSrSrSrSrSrSrSr	Sr
g	)
?OSPolicyAssignmentOperationMetadata.RolloutStateValueValuesEnumi  r   r   r   r   r   r   r   Nr   r   r   r   r   r    r   r   r   r   r   r   r   r    r   Nr   r   r   r   r  r    r   r   r  c                   <    \ rS rSrSr\R                  " S5      rSrg)OneTimeSchedulei  zSets the time for a one time patch deployment. Timestamp is in
[RFC3339](https://www.ietf.org/rfc/rfc3339.txt) text format.

Fields:
  executeTime: Required. The desired patch job execution time.
r   r   N)	r   r   r   r   r   r!   r%   executeTimer   r   r   r   r  r    s     %%a(+r   r  c                       \ rS rSrSr\R                  " SS5      r\R                  " S5      r	\R                  " SSS9r
S	rg
)*OsconfigProjectsGuestPoliciesCreateRequesti  aD  A OsconfigProjectsGuestPoliciesCreateRequest object.

Fields:
  guestPolicy: A GuestPolicy resource to be passed as the request body.
  guestPolicyId: Required. The logical name of the guest policy in the
    project with the following restrictions: * Must contain only lowercase
    letters, numbers, and hyphens. * Must start with a letter. * Must be
    between 1-63 characters. * Must end with a number or a letter. * Must be
    unique within the project.
  parent: Required. The resource name of the parent using one of the
    following forms: `projects/{project_number}`.
r   r   r   r   Trequiredr   N)r   r   r   r   r   r!   r<   guestPolicyr%   guestPolicyIdparentr   r   r   r   r
  r
    s=     &&}a8+''*-  T2&r   r
  c                   :    \ rS rSrSr\R                  " SSS9rSrg)*OsconfigProjectsGuestPoliciesDeleteRequesti  zA OsconfigProjectsGuestPoliciesDeleteRequest object.

Fields:
  name: Required. The resource name of the guest policy using one of the
    following forms:
    `projects/{project_number}/guestPolicies/{guest_policy_id}`.
r   Tr  r   N	r   r   r   r   r   r!   r%   r   r   r   r   r   r  r         
		q4	0$r   r  c                   :    \ rS rSrSr\R                  " SSS9rSrg)'OsconfigProjectsGuestPoliciesGetRequesti  zA OsconfigProjectsGuestPoliciesGetRequest object.

Fields:
  name: Required. The resource name of the guest policy using one of the
    following forms:
    `projects/{project_number}/guestPolicies/{guest_policy_id}`.
r   Tr  r   Nr  r   r   r   r  r    r  r   r  c                       \ rS rSrSr\R                  " S\R                  R                  S9r	\R                  " S5      r\R                  " SSS9rS	rg
)(OsconfigProjectsGuestPoliciesListRequesti  a  A OsconfigProjectsGuestPoliciesListRequest object.

Fields:
  pageSize: The maximum number of guest policies to return.
  pageToken: A pagination token returned from a previous call to
    `ListGuestPolicies` that indicates where this listing should continue
    from.
  parent: Required. The resource name of the parent using one of the
    following forms: `projects/{project_number}`.
r   r   r   r   Tr  r   Nr   r   r   r   r   r!   r   r   r   pageSizer%   	pageTokenr  r   r   r   r   r  r    sI    	 ##Ay/@/@/F/FG(##A&)  T2&r   r  c                       \ rS rSrSr\R                  " SS5      r\R                  " SSS9r	\R                  " S5      r
S	rg
))OsconfigProjectsGuestPoliciesPatchRequesti  a  A OsconfigProjectsGuestPoliciesPatchRequest object.

Fields:
  guestPolicy: A GuestPolicy resource to be passed as the request body.
  name: Required. Unique name of the resource in this project using one of
    the following forms:
    `projects/{project_number}/guestPolicies/{guest_policy_id}`.
  updateMask: Field mask that controls which fields of the guest policy
    should be updated.
r   r   r   Tr  r   r   N)r   r   r   r   r   r!   r<   r  r%   r   
updateMaskr   r   r   r   r  r    s=    	 &&}a8+			q4	0$$$Q'*r   r  c                       \ rS rSrSr\R                  " SSS9r\R                  " SS5      r	\R                  " S5      r
S	rg
)-OsconfigProjectsPatchDeploymentsCreateRequesti  aK  A OsconfigProjectsPatchDeploymentsCreateRequest object.

Fields:
  parent: Required. The project to apply this patch deployment to in the
    form `projects/*`.
  patchDeployment: A PatchDeployment resource to be passed as the request
    body.
  patchDeploymentId: Required. A name for the patch deployment in the
    project. When creating a name the following rules apply: * Must contain
    only lowercase letters, numbers, and hyphens. * Must start with a
    letter. * Must be between 1-63 characters. * Must end with a number or a
    letter. * Must be unique within the project.
r   Tr  r   r   r   r   N)r   r   r   r   r   r!   r%   r  r<   patchDeploymentpatchDeploymentIdr   r   r   r   r  r    s?       T2&**+<a@/++A.r   r  c                   :    \ rS rSrSr\R                  " SSS9rSrg)-OsconfigProjectsPatchDeploymentsDeleteRequesti*  zA OsconfigProjectsPatchDeploymentsDeleteRequest object.

Fields:
  name: Required. The resource name of the patch deployment in the form
    `projects/*/patchDeployments/*`.
r   Tr  r   Nr  r   r   r   r#  r#  *       
		q4	0$r   r#  c                   :    \ rS rSrSr\R                  " SSS9rSrg)*OsconfigProjectsPatchDeploymentsGetRequesti5  zA OsconfigProjectsPatchDeploymentsGetRequest object.

Fields:
  name: Required. The resource name of the patch deployment in the form
    `projects/*/patchDeployments/*`.
r   Tr  r   Nr  r   r   r   r&  r&  5  r$  r   r&  c                       \ rS rSrSr\R                  " S\R                  R                  S9r	\R                  " S5      r\R                  " SSS9rS	rg
)+OsconfigProjectsPatchDeploymentsListRequesti@  a  A OsconfigProjectsPatchDeploymentsListRequest object.

Fields:
  pageSize: Optional. The maximum number of patch deployments to return.
    Default is 100.
  pageToken: Optional. A pagination token returned from a previous call to
    ListPatchDeployments that indicates where this listing should continue
    from.
  parent: Required. The resource name of the parent in the form
    `projects/*`.
r   r   r   r   Tr  r   Nr  r   r   r   r(  r(  @  sI    
 ##Ay/@/@/F/FG(##A&)  T2&r   r(  c                       \ rS rSrSr\R                  " SSS9r\R                  " SS5      r	\R                  " S5      r
S	rg
),OsconfigProjectsPatchDeploymentsPatchRequestiR  a  A OsconfigProjectsPatchDeploymentsPatchRequest object.

Fields:
  name: Unique name for the patch deployment resource in a project. The
    patch deployment name is in the form:
    `projects/{project_id}/patchDeployments/{patch_deployment_id}`. This
    field is ignored when you create a new patch deployment.
  patchDeployment: A PatchDeployment resource to be passed as the request
    body.
  updateMask: Optional. Field mask that controls which fields of the patch
    deployment should be updated.
r   Tr  r   r   r   r   N)r   r   r   r   r   r!   r%   r   r<   r   r  r   r   r   r   r*  r*  R  s>     
		q4	0$**+<a@/$$Q'*r   r*  c                   `    \ rS rSrSr\R                  " SSS9r\R                  " SS5      r	Sr
g	)
,OsconfigProjectsPatchDeploymentsPauseRequestie  a  A OsconfigProjectsPatchDeploymentsPauseRequest object.

Fields:
  name: Required. The resource name of the patch deployment in the form
    `projects/*/patchDeployments/*`.
  pausePatchDeploymentRequest: A PausePatchDeploymentRequest resource to be
    passed as the request body.
r   Tr  PausePatchDeploymentRequestr   r   N)r   r   r   r   r   r!   r%   r   r<   pausePatchDeploymentRequestr   r   r   r   r,  r,  e  s0     
		q4	0$ ) 6 67TVW Xr   r,  c                   `    \ rS rSrSr\R                  " SSS9r\R                  " SS5      r	Sr
g	)
-OsconfigProjectsPatchDeploymentsResumeRequestis  a  A OsconfigProjectsPatchDeploymentsResumeRequest object.

Fields:
  name: Required. The resource name of the patch deployment in the form
    `projects/*/patchDeployments/*`.
  resumePatchDeploymentRequest: A ResumePatchDeploymentRequest resource to
    be passed as the request body.
r   Tr  ResumePatchDeploymentRequestr   r   N)r   r   r   r   r   r!   r%   r   r<   resumePatchDeploymentRequestr   r   r   r   r0  r0  s  s0     
		q4	0$!*!7!78VXY!Zr   r0  c                   `    \ rS rSrSr\R                  " SS5      r\R                  " SSS9r	Sr
g	)
&OsconfigProjectsPatchJobsCancelRequesti  zA OsconfigProjectsPatchJobsCancelRequest object.

Fields:
  cancelPatchJobRequest: A CancelPatchJobRequest resource to be passed as
    the request body.
  name: Required. Name of the patch in the form `projects/*/patchJobs/*`
r`   r   r   Tr  r   N)r   r   r   r   r   r!   r<   cancelPatchJobRequestr%   r   r   r   r   r   r4  r4    s/     $001H!L			q4	0$r   r4  c                   `    \ rS rSrSr\R                  " SS5      r\R                  " SSS9r	Sr
g	)
'OsconfigProjectsPatchJobsExecuteRequesti  zA OsconfigProjectsPatchJobsExecuteRequest object.

Fields:
  executePatchJobRequest: A ExecutePatchJobRequest resource to be passed as
    the request body.
  parent: Required. The project in which to run this patch in the form
    `projects/*`
r   r   r   Tr  r   N)r   r   r   r   r   r!   r<   executePatchJobRequestr%   r  r   r   r   r   r7  r7    s/     %112JAN  T2&r   r7  c                   :    \ rS rSrSr\R                  " SSS9rSrg)#OsconfigProjectsPatchJobsGetRequesti  zA OsconfigProjectsPatchJobsGetRequest object.

Fields:
  name: Required. Name of the patch in the form `projects/*/patchJobs/*`
r   Tr  r   Nr  r   r   r   r:  r:    s     
		q4	0$r   r:  c                       \ rS rSrSr\R                  " S5      r\R                  " S\R                  R                  S9r\R                  " S5      r\R                  " SSS	9rS
rg)3OsconfigProjectsPatchJobsInstanceDetailsListRequesti  a*  A OsconfigProjectsPatchJobsInstanceDetailsListRequest object.

Fields:
  filter: A filter expression that filters results listed in the response.
    This field supports filtering results by instance zone, name, state, or
    `failure_reason`.
  pageSize: The maximum number of instance details records to return.
    Default is 100.
  pageToken: A pagination token returned from a previous call that indicates
    where this listing should continue from.
  parent: Required. The parent for the instances are in the form of
    `projects/*/patchJobs/*`.
r   r   r   r   r   Tr  r   Nr   r   r   r   r   r!   r%   filterr   r   r   r  r  r  r   r   r   r   r<  r<    sY       #&##Ay/@/@/F/FG(##A&)  T2&r   r<  c                       \ rS rSrSr\R                  " S5      r\R                  " S\R                  R                  S9r\R                  " S5      r\R                  " SSS	9rS
rg)$OsconfigProjectsPatchJobsListRequesti  a  A OsconfigProjectsPatchJobsListRequest object.

Fields:
  filter: If provided, this field specifies the criteria that must be met by
    patch jobs to be included in the response. Currently, filtering is only
    available on the patch_deployment field.
  pageSize: The maximum number of instance status to return.
  pageToken: A pagination token returned from a previous call that indicates
    where this listing should continue from.
  parent: Required. In the form of `projects/*`
r   r   r   r   r   Tr  r   Nr=  r   r   r   r@  r@    sY    
   #&##Ay/@/@/F/FG(##A&)  T2&r   r@  c                   `    \ rS rSrSr\R                  " SSS9r\R                  " SS5      r	Sr
g	)
?OsconfigProjectsZonesInstancesLookupEffectiveGuestPolicyRequesti  a  A OsconfigProjectsZonesInstancesLookupEffectiveGuestPolicyRequest
object.

Fields:
  instance: Required. The VM instance whose policies are being looked up.
  lookupEffectiveGuestPolicyRequest: A LookupEffectiveGuestPolicyRequest
    resource to be passed as the request body.
r   Tr  r   r   r   N)r   r   r   r   r   r!   r%   instancer<   !lookupEffectiveGuestPolicyRequestr   r   r   r   rB  rB    s0     ""1t4(&/&<&<=`bc&d#r   rB  c                       \ rS rSrSr " S S\R                  5      r " S S\R                  5      r\R                  " SS5      r
\R                  " SS5      r\R                  " S	5      rS
rg)rn   i  a9  Package is a reference to the software package to be installed or
removed. The agent on the VM instance uses the system package manager to
apply the config. These are the commands that the agent uses to install or
remove packages. Apt install: `apt-get update && apt-get -y install package1
package2 package3` remove: `apt-get -y remove package1 package2 package3`
Yum install: `yum -y install package1 package2 package3` remove: `yum -y
remove package1 package2 package3` Zypper install: `zypper install package1
package2 package3` remove: `zypper rm package1 package2` Googet install:
`googet -noconfirm install package1 package2 package3` remove: `googet
-noconfirm remove package1 package2 package3`

Enums:
  DesiredStateValueValuesEnum: The desired_state the agent should maintain
    for this package. The default is to ensure the package is installed.
  ManagerValueValuesEnum: Type of package manager that can be used to
    install this package. If a system does not have the package manager, the
    package is not installed or removed no error message is returned. By
    default, or if you specify `ANY`, the agent attempts to install and
    remove this package using the default package manager. This is useful
    when creating a policy that applies to different types of systems. The
    default behavior is ANY.

Fields:
  desiredState: The desired_state the agent should maintain for this
    package. The default is to ensure the package is installed.
  manager: Type of package manager that can be used to install this package.
    If a system does not have the package manager, the package is not
    installed or removed no error message is returned. By default, or if you
    specify `ANY`, the agent attempts to install and remove this package
    using the default package manager. This is useful when creating a policy
    that applies to different types of systems. The default behavior is ANY.
  name: Required. The name of the package. A package is uniquely identified
    for conflict validation by checking the package name and the manager(s)
    that the package targets.
c                   (    \ rS rSrSrSrSrSrSrSr	g)	#Package.DesiredStateValueValuesEnumi  a  The desired_state the agent should maintain for this package. The
default is to ensure the package is installed.

Values:
  DESIRED_STATE_UNSPECIFIED: The default is to ensure the package is
    installed.
  INSTALLED: The agent ensures that the package is installed.
  UPDATED: The agent ensures that the package is installed and
    periodically checks for and install any updates.
  REMOVED: The agent ensures that the package is not installed and
    uninstall it if detected.
r   r   r   r   r   N
r   r   r   r   r   DESIRED_STATE_UNSPECIFIED	INSTALLEDUPDATEDREMOVEDr   r   r   r   DesiredStateValueValuesEnumrG    s     !"IGGr   rM  c                   0    \ rS rSrSrSrSrSrSrSr	Sr
S	rg
)Package.ManagerValueValuesEnumi  aa  Type of package manager that can be used to install this package. If a
system does not have the package manager, the package is not installed or
removed no error message is returned. By default, or if you specify `ANY`,
the agent attempts to install and remove this package using the default
package manager. This is useful when creating a policy that applies to
different types of systems. The default behavior is ANY.

Values:
  MANAGER_UNSPECIFIED: The default behavior is ANY.
  ANY: Apply this package config using the default system package manager.
  APT: Apply this package config only if Apt is available on the system.
  YUM: Apply this package config only if Yum is available on the system.
  ZYPPER: Apply this package config only if Zypper is available on the
    system.
  GOO: Apply this package config only if GooGet is available on the
    system.
r   r   r   r   r   r    r   N)r   r   r   r   r   MANAGER_UNSPECIFIEDANYAPTYUMZYPPERGOOr   r   r   r   ManagerValueValuesEnumrO    s(    " 
C
C
CF
Cr   rV  r   r   r   r   N)r   r   r   r   r   r!   r"   rM  rV  r#   desiredStatemanagerr%   r   r   r   r   r   rn   rn     s`    "HINN $y~~ 2 $$%BAF, 8!<'			q	!$r   rn   c                       \ rS rSrSr\R                  " SS5      r\R                  " SS5      r\R                  " SS5      r	\R                  " S	S
5      r
Srg)rs   i1  zA package repository.

Fields:
  apt: An Apt Repository.
  goo: A Goo Repository.
  yum: A Yum Repository.
  zypper: A Zypper Repository.
r   r   r   r   YumRepositoryr   ZypperRepositoryr   r   N)r   r   r   r   r   r!   r<   aptgooyumzypperr   r   r   r   rs   rs   1  sR     	2#2#2#!!"4a8&r   rs   c                      \ rS rSrSr " S S\R                  5      r\R                  " SS5      r	\R                  " SS5      r
\R                  " S	5      r\R                  " S
S5      r\R                  " S
S5      r\R                  " SS5      r\R                  " S5      r\R                  " SS5      r\R                  " SS5      r\R                  " SS5      rSrg)r   iA  a~  Patch configuration specifications. Contains details on how to apply the
patch(es) to a VM instance.

Enums:
  RebootConfigValueValuesEnum: Post-patch reboot settings.

Fields:
  apt: Apt update settings. Use this setting to override the default `apt`
    patch rules.
  goo: Goo update settings. Use this setting to override the default `goo`
    patch rules.
  migInstancesAllowed: Allows the patch job to run on Managed instance
    groups (MIGs).
  postStep: The `ExecStep` to run after the patch update.
  preStep: The `ExecStep` to run before the patch update.
  rebootConfig: Post-patch reboot settings.
  skipUnpatchableVms: Optional. Enables enhanced reporting for the patch
    job: 1. Allows the patch job to skip unpatchable instances, reporting
    them as `SKIPPED`. An instance can be unpatchable for two reasons: 1.
    The instance runs Container-Optimized OS (COS), which cannot be patched.
    2. The instance is part of a managed instance group (MIG), and patching
    MIG instances is disabled in the patch job's configuration
    (PatchConfig.migInstancesAllowed is `false`). 2. Reports the patch job
    as `SUCCEEDED` if it completes without errors, even if some instances
    were `SKIPPED`. 3. Reports the patch job as
    `COMPLETED_WITH_INACTIVE_VMS` if it completes without errors, but some
    instances were `INACTIVE` and were not patched.
  windowsUpdate: Windows update settings. Use this override the default
    windows patch rules.
  yum: Yum update settings. Use this setting to override the default `yum`
    patch rules.
  zypper: Zypper update settings. Use this setting to override the default
    `zypper` patch rules.
c                   (    \ rS rSrSrSrSrSrSrSr	g)	'PatchConfig.RebootConfigValueValuesEnumie  a  Post-patch reboot settings.

Values:
  REBOOT_CONFIG_UNSPECIFIED: The default behavior is DEFAULT.
  DEFAULT: The agent decides if a reboot is necessary by checking signals
    such as registry keys on Windows or `/var/run/reboot-required` on APT
    based systems. On RPM based systems, a set of core system package
    install times are compared with system boot time.
  ALWAYS: Always reboot the machine after the update completes.
  NEVER: Never reboot the machine after the update completes.
r   r   r   r   r   N)
r   r   r   r   r   REBOOT_CONFIG_UNSPECIFIEDDEFAULTALWAYSNEVERr   r   r   r   RebootConfigValueValuesEnumrb  e  s    
 !"GFEr   rg  r+   r   r   r   r   r}   r   r    r   r   WindowsUpdateSettingsr   YumSettingsr   ZypperSettings
   r   N)r   r   r   r   r   r!   r"   rg  r<   r\  r]  r   migInstancesAllowedpostSteppreStepr#   rebootConfigskipUnpatchableVmswindowsUpdater^  r_  r   r   r   r   r   r   A  s    !FINN " 	}a0#}a0#!..q1##J2("":q1'$$%BAF, --a0(()@!D-}a0#!!"2B7&r   r   c                      \ rS rSrSr " S S\R                  5      r\R                  " S5      r	\R                  " S5      r
\R                  " S5      r\R                  " SS	5      r\R                  " S
5      r\R                  " S5      r\R                  " SS5      r\R                  " SS5      r\R                  " SS5      r\R                  " SS5      r\R(                  " SS5      r\R                  " S5      rSrg)r   i  a  Patch deployments are configurations that individual patch jobs use to
complete a patch. These configurations include instance filter, package
repository settings, and a schedule. For more information about creating and
managing patch deployments, see [Scheduling patch
jobs](https://cloud.google.com/compute/docs/os-patch-management/schedule-
patch-jobs).

Enums:
  StateValueValuesEnum: Output only. Current state of the patch deployment.

Fields:
  createTime: Output only. Time the patch deployment was created. Timestamp
    is in [RFC3339](https://www.ietf.org/rfc/rfc3339.txt) text format.
  description: Optional. Description of the patch deployment. Length of the
    description is limited to 1024 characters.
  duration: Optional. Duration of the patch. After the duration ends, the
    patch times out.
  instanceFilter: Required. VM instances to patch.
  lastExecuteTime: Output only. The last time a patch job was started by
    this deployment. Timestamp is in
    [RFC3339](https://www.ietf.org/rfc/rfc3339.txt) text format.
  name: Unique name for the patch deployment resource in a project. The
    patch deployment name is in the form:
    `projects/{project_id}/patchDeployments/{patch_deployment_id}`. This
    field is ignored when you create a new patch deployment.
  oneTimeSchedule: Required. Schedule a one-time execution.
  patchConfig: Optional. Patch configuration that is applied.
  recurringSchedule: Required. Schedule recurring executions.
  rollout: Optional. Rollout strategy of the patch job.
  state: Output only. Current state of the patch deployment.
  updateTime: Output only. Time the patch deployment was last updated.
    Timestamp is in [RFC3339](https://www.ietf.org/rfc/rfc3339.txt) text
    format.
c                   $    \ rS rSrSrSrSrSrSrg)$PatchDeployment.StateValueValuesEnumi  al  Output only. Current state of the patch deployment.

Values:
  STATE_UNSPECIFIED: The default value. This value is used if the state is
    omitted.
  ACTIVE: Active value means that patch deployment generates Patch Jobs.
  PAUSED: Paused value means that patch deployment does not generate Patch
    jobs. Requires user action to move in and out from this state.
r   r   r   r   N)	r   r   r   r   r   STATE_UNSPECIFIEDACTIVEPAUSEDr   r   r   r   StateValueValuesEnumrt    s     FFr   rx  r   r   r   r   r   r    r   r  r   r   r   RecurringScheduler   r   rk        r   N)r   r   r   r   r   r!   r"   rx  r%   r   r   r   r<   r   lastExecuteTimer   oneTimeScheduler   recurringScheduler   r#   stater   r   r   r   r   r   r     s    !FY^^  $$Q'*%%a(+""1%())*?C.))!,/			q	!$**+<a@/&&}a8+,,-@!D"">26'


4b
9%$$R(*r   r   c                       \ rS rSrSr\R                  " S5      r\R                  " SSSS9r	\R                  " SSS9r\R                  " S	SS9r\R                  " S
SS9rSrg)r   i  a[  A filter to target VM instances for patching. The targeted VMs must meet
all criteria specified. So if both labels and zones are specified, the patch
job targets only VMs with those labels and in those zones.

Fields:
  all: Target all VM instances in the project. If true, no other criteria is
    permitted.
  groupLabels: Targets VM instances matching at least one of these label
    sets. This allows targeting of disparate groups, for example "env=prod
    or env=staging".
  instanceNamePrefixes: Targets VMs whose name starts with one of these
    prefixes. Similar to labels, this is another way to group VMs when
    targeting configs, for example prefix="prod-".
  instances: Targets any of the VM instances specified. Instances are
    specified by their URI in the form
    `zones/[ZONE]/instances/[INSTANCE_NAME]`,
    `projects/[PROJECT_ID]/zones/[ZONE]/instances/[INSTANCE_NAME]`, or `http
    s://www.googleapis.com/compute/v1/projects/[PROJECT_ID]/zones/[ZONE]/ins
    tances/[INSTANCE_NAME]`
  zones: Targets VM instances in ANY of these zones. Leave empty to target
    VM instances in any zone.
r   PatchInstanceFilterGroupLabelr   Tr   r   r   r    r   N)r   r   r   r   r   r!   r   allr<   r=   r%   r>   r?   rA   r   r   r   r   r   r     sf    . 	q!#&&'FTXY+"..q4@##A5)


D
1%r   r   c                       \ rS rSrSr\R                  " S5       " S S\R                  5      5       r	\R                  " SS5      rSrg)	r  i  ap  Represents a group of VMs that can be identified as having all these
labels, for example "env=prod and app=web".

Messages:
  LabelsValue: Compute Engine instance labels that must be present for a VM
    instance to be targeted by this filter.

Fields:
  labels: Compute Engine instance labels that must be present for a VM
    instance to be targeted by this filter.
rD   c                   f    \ rS rSrSr " S S\R                  5      r\R                  " SSSS9r	Sr
g	)
)PatchInstanceFilterGroupLabel.LabelsValuei  a  Compute Engine instance labels that must be present for a VM instance
to be targeted by this filter.

Messages:
  AdditionalProperty: An additional property for a LabelsValue object.

Fields:
  additionalProperties: Additional properties of type LabelsValue
c                   `    \ rS rSrSr\R                  " S5      r\R                  " S5      rSr	g)<PatchInstanceFilterGroupLabel.LabelsValue.AdditionalPropertyi  rK   r   r   r   NrL   r   r   r   rO   r    rP   r   rO   r   Tr   r   NrQ   r   r   r   rS   r    rT   r   rS   r   r   NrU   r   r   r   r  r    rX   r   r  c                   h   \ rS rSrSr " S S\R                  5      r\R                  " S5      r	\R                  " S5      r
\R                  " S5      r\R                  " S5      r\R                  " S	5      r\R                  " S
5      r\R                   " SS5      r\R                   " SS5      r\R                  " S5      r\R                   " SS5      r\R                  " S5      r\R,                  " S5      r\R                   " SS5      r\R2                  " SS5      r\R                  " S5      rSrg)r   i
  a0  A high level representation of a patch job that is either in progress or
has completed. Instance details are not included in the job. To paginate
through instance details, use `ListPatchJobInstanceDetails`. For more
information about patch jobs, see [Creating patch
jobs](https://cloud.google.com/compute/docs/os-patch-management/create-
patch-job).

Enums:
  StateValueValuesEnum: The current state of the PatchJob.

Fields:
  createTime: Time this patch job was created.
  description: Description of the patch job. Length of the description is
    limited to 1024 characters.
  displayName: Display name for this patch job. This is not a unique
    identifier.
  dryRun: If this patch job is a dry run, the agent reports that it has
    finished without running any updates on the VM instance.
  duration: Duration of the patch job. After the duration ends, the patch
    job times out.
  errorMessage: If this patch job failed, this message provides information
    about the failure.
  instanceDetailsSummary: Summary of instance details.
  instanceFilter: Instances to patch.
  name: Unique identifier for this patch job in the form
    `projects/*/patchJobs/*`
  patchConfig: Patch configuration being applied.
  patchDeployment: Output only. Name of the patch deployment that created
    this patch job.
  percentComplete: Reflects the overall progress of the patch job in the
    range of 0.0 being no progress to 100.0 being complete.
  rollout: Rollout strategy being applied.
  state: The current state of the PatchJob.
  updateTime: Last time this patch job was updated.
c                   <    \ rS rSrSrSrSrSrSrSr	Sr
S	rS
rSrSrg)PatchJob.StateValueValuesEnumi/  aR  The current state of the PatchJob.

Values:
  STATE_UNSPECIFIED: State must be specified.
  STARTED: The patch job was successfully initiated.
  INSTANCE_LOOKUP: The patch job is looking up instances to run the patch
    on.
  PATCHING: Instances are being patched.
  SUCCEEDED: Patch job completed successfully.
  COMPLETED_WITH_INACTIVE_VMS: The patch job completed without errors, but
    some instances were inactive and therefore not patched.
  COMPLETED_WITH_ERRORS: Patch job completed but there were errors.
  CANCELED: The patch job was canceled.
  TIMED_OUT: The patch job timed out.
r   r   r   r   r   r    r   r   r   r   N)r   r   r   r   r   ru  STARTEDINSTANCE_LOOKUPPATCHINGr   COMPLETED_WITH_INACTIVE_VMSCOMPLETED_WITH_ERRORSCANCELED	TIMED_OUTr   r   r   r   rx  r  /  s9     GOHI"#HIr   rx  r   r   r   r   r    r   PatchJobInstanceDetailsSummaryr   r   r   r   r   rk  rz  r{  r            r   N)r   r   r   r   r   r!   r"   rx  r%   r   r   r   r   r   r   errorMessager<   instanceDetailsSummaryr   r   r   r   
FloatFieldpercentCompleter   r#   r  r   r   r   r   r   r   r   
  s   "HY^^ 4 $$Q'*%%a(+%%a(+!!!$&""1%(&&q),$112RTUV))*?C.			q	!$&&}b9+))"-/((,/"">26'


4b
9%$$R(*r   r   c                       \ rS rSrSr " S S\R                  5      r\R                  " S5      r	\R                  " S5      r\R                  " S5      r\R                  " S5      r\R                  " SS	5      rS
rg)r   iZ  a  Patch details for a VM instance. For more information about reviewing VM
instance details, see [Listing all VM instance details for a specific patch
job](https://cloud.google.com/compute/docs/os-patch-management/manage-patch-
jobs#list-instance-details).

Enums:
  StateValueValuesEnum: Current state of instance patch.

Fields:
  attemptCount: The number of times the agent that the agent attempts to
    apply the patch.
  failureReason: If the patch fails, this field provides the reason.
  instanceSystemId: The unique identifier for the instance. This identifier
    is defined by the server.
  name: The instance name in the form `projects/*/zones/*/instances/*`
  state: Current state of instance patch.
c                   \    \ rS rSrSrSrSrSrSrSr	Sr
S	rS
rSrSrSrSrSrSrSrSrSrSrg),PatchJobInstanceDetails.StateValueValuesEnumim  a  Current state of instance patch.

Values:
  PATCH_STATE_UNSPECIFIED: Unspecified.
  PENDING: The instance is not yet notified.
  INACTIVE: Instance is inactive and cannot be patched.
  NOTIFIED: The instance is notified that it should be patched.
  STARTED: The instance has started the patching process.
  DOWNLOADING_PATCHES: The instance is downloading patches.
  APPLYING_PATCHES: The instance is applying patches.
  REBOOTING: The instance is rebooting.
  SUCCEEDED: The instance has completed applying patches.
  SUCCEEDED_REBOOT_REQUIRED: The instance has completed applying patches
    but a reboot is required.
  FAILED: The instance has failed to apply the patch.
  ACKED: The instance acked the notification and will start shortly.
  TIMED_OUT: The instance exceeded the time out while applying the patch.
  RUNNING_PRE_PATCH_STEP: The instance is running the pre-patch step.
  RUNNING_POST_PATCH_STEP: The instance is running the post-patch step.
  NO_AGENT_DETECTED: The service could not detect the presence of the
    agent. Check to ensure that the agent is installed, running, and able
    to communicate with the service.
  SKIPPED: The instance was skipped during patching due to one of two
    reasons: 1. The instance runs Container-Optimized OS (COS), which
    cannot be patched. 2. The patch job's configuration prohibits patching
    on Managed Instance Groups (MIGs), and the instance is part of one.
r   r   r   r   r   r    r   r   r   r   rk  rz  r{  r  r  r     r   N)r   r   r   r   r   PATCH_STATE_UNSPECIFIEDPENDINGINACTIVENOTIFIEDr  DOWNLOADING_PATCHESAPPLYING_PATCHES	REBOOTINGr   SUCCEEDED_REBOOT_REQUIREDFAILEDACKEDr  RUNNING_PRE_PATCH_STEPRUNNING_POST_PATCH_STEPNO_AGENT_DETECTEDSKIPPEDr   r   r   r   rx  r  m  se    6  GHHGII !FEI Gr   rx  r   r   r   r   r    r   N)r   r   r   r   r   r!   r"   rx  r   attemptCountr%   failureReasoninstanceSystemIdr   r#   r  r   r   r   r   r   r   Z  sn    $,Y^^ ,\ ''*,''*-**1-			q	!$


4a
8%r   r   c                   X   \ rS rSrSr\R                  " S5      r\R                  " S5      r\R                  " S5      r	\R                  " S5      r
\R                  " S5      r\R                  " S5      r\R                  " S	5      r\R                  " S
5      r\R                  " S5      r\R                  " S5      r\R                  " S5      r\R                  " S5      r\R                  " S5      r\R                  " S5      r\R                  " S5      r\R                  " S5      rSrg)r  i  ac  A summary of the current patch state across all instances that this
patch job affects. Contains counts of instances in different states. These
states map to `InstancePatchState`. List patch job instance details to see
the specific states of each instance.

Fields:
  ackedInstanceCount: Number of instances that have acked and will start
    shortly.
  applyingPatchesInstanceCount: Number of instances that are applying
    patches.
  downloadingPatchesInstanceCount: Number of instances that are downloading
    patches.
  failedInstanceCount: Number of instances that failed.
  inactiveInstanceCount: Number of instances that are inactive.
  noAgentDetectedInstanceCount: Number of instances that do not appear to be
    running the agent. Check to ensure that the agent is installed, running,
    and able to communicate with the service.
  notifiedInstanceCount: Number of instances notified about patch job.
  pendingInstanceCount: Number of instances pending patch job.
  postPatchStepInstanceCount: Number of instances that are running the post-
    patch step.
  prePatchStepInstanceCount: Number of instances that are running the pre-
    patch step.
  rebootingInstanceCount: Number of instances rebooting.
  skippedInstanceCount: Number of instances that were skipped during
    patching.
  startedInstanceCount: Number of instances that have started.
  succeededInstanceCount: Number of instances that have completed
    successfully.
  succeededRebootRequiredInstanceCount: Number of instances that require
    reboot.
  timedOutInstanceCount: Number of instances that exceeded the time out
    while applying the patch.
r   r   r   r   r    r   r   r   r   rk  rz  r{  r  r  r  r  r   N)r   r   r   r   r   r!   r   ackedInstanceCountapplyingPatchesInstanceCountdownloadingPatchesInstanceCountfailedInstanceCountinactiveInstanceCountnoAgentDetectedInstanceCountnotifiedInstanceCountpendingInstanceCountpostPatchStepInstanceCountprePatchStepInstanceCountrebootingInstanceCountskippedInstanceCountstartedInstanceCountsucceededInstanceCount$succeededRebootRequiredInstanceCounttimedOutInstanceCountr   r   r   r   r  r    s   !F !--a0!*!7!7!:$-$:$:1$=!!..q1#003!*!7!7!:#003"//2(55a8'44R8$11"5"//3"//3$11"5)2)?)?)C&#004r   r  c                       \ rS rSrSr " S S\R                  5      r\R                  " SS5      r	\R                  " SS5      rSrg	)
r   i  a2  Patch rollout configuration specifications. Contains details on the
concurrency control when applying patch(es) to all targeted VMs.

Enums:
  ModeValueValuesEnum: Mode of the patch rollout.

Fields:
  disruptionBudget: The maximum number (or percentage) of VMs per zone to
    disrupt at any given moment. The number of VMs calculated from
    multiplying the percentage by the total number of VMs in a zone is
    rounded up. During patching, a VM is considered disrupted from the time
    the agent is notified to begin until patching has completed. This
    disruption time includes the time to complete reboot and any post-patch
    steps. A VM contributes to the disruption budget if its patching
    operation fails either when applying the patches, running pre or post
    patch steps, or if it fails to respond with a success notification
    before timing out. VMs that are not running or do not have an active
    agent do not count toward this disruption budget. For zone-by-zone
    rollouts, if the disruption budget in a zone is exceeded, the patch job
    stops, because continuing to the next zone requires completion of the
    patch process in the previous zone. For example, if the disruption
    budget has a fixed value of `10`, and 8 VMs fail to patch in the current
    zone, the patch job continues to patch 2 VMs at a time until the zone is
    completed. When that zone is completed successfully, patching begins
    with 10 VMs at a time in the next zone. If 10 VMs in the next zone fail
    to patch, the patch job stops.
  mode: Mode of the patch rollout.
c                   $    \ rS rSrSrSrSrSrSrg) PatchRollout.ModeValueValuesEnumi  a6  Mode of the patch rollout.

Values:
  MODE_UNSPECIFIED: Mode must be specified.
  ZONE_BY_ZONE: Patches are applied one zone at a time. The patch job
    begins in the region with the lowest number of targeted VMs. Within
    the region, patching begins in the zone with the lowest number of
    targeted VMs. If multiple regions (or zones within a region) have the
    same number of targeted VMs, a tie-breaker is achieved by sorting the
    regions or zones in alphabetical order.
  CONCURRENT_ZONES: Patches are applied to VMs in all zones at the same
    time.
r   r   r   r   N)	r   r   r   r   r   MODE_UNSPECIFIEDZONE_BY_ZONECONCURRENT_ZONESr   r   r   r   ModeValueValuesEnumr    s     Lr   r  r   r   r   r   N)r   r   r   r   r   r!   r"   r  r<   disruptionBudgetr#   moder   r   r   r   r   r     s@    :INN $ ++,<a@			2A	6$r   r   c                       \ rS rSrSrSrg)r-  i  z1A request message for pausing a patch deployment.r   Nrb   r   r   r   r-  r-    s    :r   r-  c                      \ rS rSrSr " S S\R                  5      r\R                  " S5      r	\R                  " SS5      r\R                  " S5      r\R                  " SS	5      r\R                  " S
5      r\R                  " S5      r\R                  " SS5      r\R                  " SS5      r\R                  " SS5      rSrg)ry  i  a  Sets the time for recurring patch deployments.

Enums:
  FrequencyValueValuesEnum: Required. The frequency unit of this recurring
    schedule.

Fields:
  endTime: Optional. The end time at which a recurring patch deployment
    schedule is no longer active.
  frequency: Required. The frequency unit of this recurring schedule.
  lastExecuteTime: Output only. The time the last patch job ran
    successfully.
  monthly: Required. Schedule with monthly executions.
  nextExecuteTime: Output only. The time the next patch job is scheduled to
    run.
  startTime: Optional. The time that the recurring schedule becomes
    effective. Defaults to `create_time` of the patch deployment.
  timeOfDay: Required. Time of the day to run a recurring deployment.
  timeZone: Required. Defines the time zone that `time_of_day` is relative
    to. The rules for daylight saving time are determined by the chosen time
    zone.
  weekly: Required. Schedule with weekly executions.
c                   (    \ rS rSrSrSrSrSrSrSr	g)	*RecurringSchedule.FrequencyValueValuesEnumi)  a  Required. The frequency unit of this recurring schedule.

Values:
  FREQUENCY_UNSPECIFIED: Invalid. A frequency must be specified.
  WEEKLY: Indicates that the frequency of recurrence should be expressed
    in terms of weeks.
  MONTHLY: Indicates that the frequency of recurrence should be expressed
    in terms of months.
  DAILY: Indicates that the frequency of recurrence should be expressed in
    terms of days.
r   r   r   r   r   N)
r   r   r   r   r   FREQUENCY_UNSPECIFIEDWEEKLYMONTHLYDAILYr   r   r   r   FrequencyValueValuesEnumr  )  s    
 FGEr   r  r   r   r   r   r   r    r   	TimeOfDayr   TimeZoner   WeeklyScheduler   r   N)r   r   r   r   r   r!   r"   r  r%   r   r#   	frequencyr|  r<   monthlynextExecuteTime	startTime	timeOfDaytimeZoneweeklyr   r   r   r   ry  ry    s    0 " !!!$'!!"<a@)))!,/""#4a8'))!,/##A&)$$[!4)##J2(!!"2A6&r   ry  c                       \ rS rSrSrSrg)r1  iE  z2A request message for resuming a patch deployment.r   Nrb   r   r   r   r1  r1  E  s    ;r   r1  c                      \ rS rSrSr " S S\R                  5      r\R                  " SSSS9r	\R                  " SS	5      r\R                  " S
SSS9r\R                  " S5      r\R                  " S
SSS9r\R                  " S5      rSrg)rw   iI  a  A software recipe is a set of instructions for installing and
configuring a piece of software. It consists of a set of artifacts that are
downloaded, and a set of steps that install, configure, and/or update the
software. Recipes support installing and updating software from artifacts in
the following formats: Zip archive, Tar archive, Windows MSI, Debian
package, and RPM package. Additionally, recipes support executing a script
(either defined in a file or directly in this api) in bash, sh, cmd, and
powershell. Updating a software recipe If a recipe is assigned to an
instance and there is a recipe with the same name but a lower version
already installed and the assigned state of the recipe is `UPDATED`, then
the recipe is updated to the new version. Script Working Directories Each
script or execution step is run in its own temporary directory which is
deleted after completing the step.

Enums:
  DesiredStateValueValuesEnum: Default is INSTALLED. The desired state the
    agent should maintain for this recipe. INSTALLED: The software recipe is
    installed on the instance but won't be updated to new versions. UPDATED:
    The software recipe is installed on the instance. The recipe is updated
    to a higher version, if a higher version of the recipe is assigned to
    this instance. REMOVE: Remove is unsupported for software recipes and
    attempts to create or update a recipe to the REMOVE state is rejected.

Fields:
  artifacts: Resources available to be used in the steps in the recipe.
  desiredState: Default is INSTALLED. The desired state the agent should
    maintain for this recipe. INSTALLED: The software recipe is installed on
    the instance but won't be updated to new versions. UPDATED: The software
    recipe is installed on the instance. The recipe is updated to a higher
    version, if a higher version of the recipe is assigned to this instance.
    REMOVE: Remove is unsupported for software recipes and attempts to
    create or update a recipe to the REMOVE state is rejected.
  installSteps: Actions to be taken for installing this recipe. On failure
    it stops executing steps and does not attempt another installation. Any
    steps taken (including partially completed steps) are not rolled back.
  name: Required. Unique identifier for the recipe. Only one recipe with a
    given name is installed on an instance. Names are also used to identify
    resources which helps to determine whether guest policies have
    conflicts. This means that requests to create multiple recipes with the
    same name and version are rejected since they could potentially have
    conflicting assignments.
  updateSteps: Actions to be taken for updating this recipe. On failure it
    stops executing steps and does not attempt another update for this
    recipe. Any steps taken (including partially completed steps) are not
    rolled back.
  version: The version of this software recipe. Version can be up to 4
    period separated numbers (e.g. 12.34.56.78).
c                   (    \ rS rSrSrSrSrSrSrSr	g)	*SoftwareRecipe.DesiredStateValueValuesEnumi{  aI  Default is INSTALLED. The desired state the agent should maintain for
this recipe. INSTALLED: The software recipe is installed on the instance
but won't be updated to new versions. UPDATED: The software recipe is
installed on the instance. The recipe is updated to a higher version, if a
higher version of the recipe is assigned to this instance. REMOVE: Remove
is unsupported for software recipes and attempts to create or update a
recipe to the REMOVE state is rejected.

Values:
  DESIRED_STATE_UNSPECIFIED: The default is to ensure the package is
    installed.
  INSTALLED: The agent ensures that the package is installed.
  UPDATED: The agent ensures that the package is installed and
    periodically checks for and install any updates.
  REMOVED: The agent ensures that the package is not installed and
    uninstall it if detected.
r   r   r   r   r   NrH  r   r   r   rM  r  {  s    " !"IGGr   rM  SoftwareRecipeArtifactr   Tr   r   SoftwareRecipeStepr   r   r    r   r   N)r   r   r   r   r   r!   r"   rM  r<   	artifactsr#   rW  installStepsr%   r   updateStepsversionr   r   r   r   rw   rw   I  s    /bINN . $$%=q4P)$$%BAF,''(<a$O,			q	!$&&';QN+!!!$'r   rw   c                       \ rS rSrSr\R                  " S5      r\R                  " SS5      r	\R                  " S5      r\R                  " SS5      rS	rg
)r  i  a;  Specifies a resource to be used in the recipe.

Fields:
  allowInsecure: Defaults to false. When false, recipes are subject to
    validations based on the artifact type: Remote: A checksum must be
    specified, and only protocols with transport-layer security are
    permitted. GCS: An object generation number must be specified.
  gcs: A Google Cloud Storage artifact.
  id: Required. Id of the artifact, which the installation and update steps
    of this recipe can reference. Artifacts in a recipe cannot have the same
    id.
  remote: A generic remote artifact.
r   SoftwareRecipeArtifactGcsr   r   SoftwareRecipeArtifactRemoter   r   N)r   r   r   r   r   r!   r   allowInsecurer<   gcsr%   idremoter   r   r   r   r  r    sO     ((+-:A>#Q"!!"@!D&r   r  c                       \ rS rSrSr\R                  " S5      r\R                  " S5      r	\R                  " S5      r
Srg)r  i  a  Specifies an artifact available as a Google Cloud Storage object.

Fields:
  bucket: Bucket of the Google Cloud Storage object. Given an example URL:
    `https://storage.googleapis.com/my-bucket/foo/bar#1234567` this value
    would be `my-bucket`.
  generation: Must be provided if allow_insecure is false. Generation number
    of the Google Cloud Storage object. `https://storage.googleapis.com/my-
    bucket/foo/bar#1234567` this value would be `1234567`.
  object: Name of the Google Cloud Storage object. As specified [here]
    (https://cloud.google.com/storage/docs/naming#objectnames) Given an
    example URL: `https://storage.googleapis.com/my-bucket/foo/bar#1234567`
    this value would be `foo/bar`.
r   r   r   r   N)r   r   r   r   r   r!   r%   r   r   
generationr   r   r   r   r   r  r    s9       #&%%a(*  #&r   r  c                   `    \ rS rSrSr\R                  " S5      r\R                  " S5      rSr	g)r  i  a  Specifies an artifact available via some URI.

Fields:
  checksum: Must be provided if `allow_insecure` is `false`. SHA256 checksum
    in hex format, to compare to the checksum of the artifact. If the
    checksum is not empty and it doesn't match the artifact then the recipe
    installation fails before running any of the steps.
  uri: URI from which to fetch the object. It should contain both the
    protocol and path following the format {protocol}://{location}.
r   r   r   N)
r   r   r   r   r   r!   r%   checksumr)   r   r   r   r   r  r    s)    	 ""1%(a #r   r  c                   "   \ rS rSrSr\R                  " SS5      r\R                  " SS5      r\R                  " SS5      r	\R                  " S	S
5      r
\R                  " SS5      r\R                  " SS5      r\R                  " SS5      rSrg)r  i  a  An action that can be taken as part of installing or updating a recipe.

Fields:
  archiveExtraction: Extracts an archive into the specified directory.
  dpkgInstallation: Installs a deb file via dpkg.
  fileCopy: Copies a file onto the instance.
  fileExec: Executes an artifact or local file.
  msiInstallation: Installs an MSI file.
  rpmInstallation: Installs an rpm file via the rpm utility.
  scriptRun: Runs commands in a shell.
 SoftwareRecipeStepExtractArchiver   SoftwareRecipeStepInstallDpkgr   SoftwareRecipeStepCopyFiler   SoftwareRecipeStepExecFiler   SoftwareRecipeStepInstallMsir    SoftwareRecipeStepInstallRpmr   SoftwareRecipeStepRunScriptr   r   N)r   r   r   r   r   r!   r<   archiveExtractiondpkgInstallationfileCopyfileExecmsiInstallationrpmInstallation	scriptRunr   r   r   r   r  r    s    
  ,,-OQRS++,KQO##$@!D(##$@!D(**+I1M/**+I1M/$$%BAF)r   r  c                       \ rS rSrSr\R                  " S5      r\R                  " S5      r\R                  " S5      r
\R                  " S5      rSrg)	r  i  a  Copies the artifact to the specified path on the instance.

Fields:
  artifactId: Required. The id of the relevant artifact in the recipe.
  destination: Required. The absolute path on the instance to put the file.
  overwrite: Whether to allow this step to overwrite existing files. If this
    is false and the file already exists the file is not overwritten and the
    step is considered a success. Defaults to false.
  permissions: Consists of three octal digits which represent, in order, the
    permissions of the owner, group, and other users for the file (similarly
    to the numeric mode used in the linux chmod utility). Each digit
    represents a three bit number with the 4 bit corresponding to the read
    permissions, the 2 bit corresponds to the write bit, and the one bit
    corresponds to the execute permission. Default behavior is 755. Below
    are some examples of permissions and their associated values: read,
    write, and execute: 7 read and execute: 5 read and write: 6 read only: 4
r   r   r   r   r   N)r   r   r   r   r   r!   r%   
artifactIddestinationr   	overwritepermissionsr   r   r   r   r  r    sI    $ $$Q'*%%a(+$$Q')%%a(+r   r  c                       \ rS rSrSr\R                  " SS\R                  R                  S9r	\R                  " SSS9r\R                  " S5      r\R                  " S	5      rS
rg)r  i  af  Executes an artifact or local file.

Fields:
  allowedExitCodes: Defaults to [0]. A list of possible return values that
    the program can return to indicate a success.
  args: Arguments to be passed to the provided executable.
  artifactId: The id of the relevant artifact in the recipe.
  localPath: The absolute path of the file on the local filesystem.
r   Tr   r   r   r   r   r   N)r   r   r   r   r   r!   r   r   r   allowedExitCodesr%   argsr  r   r   r   r   r   r  r    s\     ++AiFWFWF]F]^			q4	0$$$Q'*##A&)r   r  c                       \ rS rSrSr " S S\R                  5      r\R                  " S5      r	\R                  " S5      r
\R                  " SS5      rSrg	)
r  i  a{  Extracts an archive of the type specified in the specified directory.

Enums:
  TypeValueValuesEnum: Required. The type of the archive to extract.

Fields:
  artifactId: Required. The id of the relevant artifact in the recipe.
  destination: Directory to extract archive to. Defaults to `/` on Linux or
    `C:\` on Windows.
  type: Required. The type of the archive to extract.
c                   4    \ rS rSrSrSrSrSrSrSr	Sr
S	rS
rg)4SoftwareRecipeStepExtractArchive.TypeValueValuesEnumi!  aC  Required. The type of the archive to extract.

Values:
  ARCHIVE_TYPE_UNSPECIFIED: Indicates that the archive type isn't
    specified.
  TAR: Indicates that the archive is a tar archive with no encryption.
  TAR_GZIP: Indicates that the archive is a tar archive with gzip
    encryption.
  TAR_BZIP: Indicates that the archive is a tar archive with bzip
    encryption.
  TAR_LZMA: Indicates that the archive is a tar archive with lzma
    encryption.
  TAR_XZ: Indicates that the archive is a tar archive with xz encryption.
  ZIP: Indicates that the archive is a zip archive.
r   r   r   r   r   r    r   r   N)r   r   r   r   r   r   TARTAR_GZIPTAR_BZIPTAR_LZMATAR_XZZIPr   r   r   r   r3   r
  !  s-      !
CHHHF
Cr   r3   r   r   r   r   N)r   r   r   r   r   r!   r"   r3   r%   r  r  r#   r6   r   r   r   r   r  r    sL    
INN 0 $$Q'*%%a(+			2A	6$r   r  c                   <    \ rS rSrSr\R                  " S5      rSrg)r  i>  ziInstalls a deb via dpkg.

Fields:
  artifactId: Required. The id of the relevant artifact in the recipe.
r   r   N	r   r   r   r   r   r!   r%   r  r   r   r   r   r  r  >       $$Q'*r   r  c                       \ rS rSrSr\R                  " SS\R                  R                  S9r	\R                  " S5      r\R                  " SSS9rS	rg
)r  iH  aJ  Installs an MSI file.

Fields:
  allowedExitCodes: Return codes that indicate that the software installed
    or updated successfully. Behaviour defaults to [0]
  artifactId: Required. The id of the relevant artifact in the recipe.
  flags: The flags to use when installing the MSI defaults to ["/i"] (i.e.
    the install flag).
r   Tr   r   r   r   r   N)r   r   r   r   r   r!   r   r   r   r  r%   r  flagsr   r   r   r   r  r  H  sL     ++AiFWFWF]F]^$$Q'*


D
1%r   r  c                   <    \ rS rSrSr\R                  " S5      rSrg)r  iX  zzInstalls an rpm file via the rpm utility.

Fields:
  artifactId: Required. The id of the relevant artifact in the recipe.
r   r   Nr  r   r   r   r  r  X  r  r   r  c                       \ rS rSrSr " S S\R                  5      r\R                  " SS\R                  R                  S9r\R                  " SS5      r\R                  " S	5      rS
rg)r  ib  a  Runs a script through an interpreter.

Enums:
  InterpreterValueValuesEnum: The script interpreter to use to run the
    script. If no interpreter is specified the script is executed directly,
    which likely only succeed for scripts with [shebang
    lines](https://en.wikipedia.org/wiki/Shebang_\(Unix\)).

Fields:
  allowedExitCodes: Return codes that indicate that the software installed
    or updated successfully. Behaviour defaults to [0]
  interpreter: The script interpreter to use to run the script. If no
    interpreter is specified the script is executed directly, which likely
    only succeed for scripts with [shebang
    lines](https://en.wikipedia.org/wiki/Shebang_\(Unix\)).
  script: Required. The shell script to be executed.
c                   $    \ rS rSrSrSrSrSrSrg)6SoftwareRecipeStepRunScript.InterpreterValueValuesEnumiu  a  The script interpreter to use to run the script. If no interpreter is
specified the script is executed directly, which likely only succeed for
scripts with [shebang
lines](https://en.wikipedia.org/wiki/Shebang_\(Unix\)).

Values:
  INTERPRETER_UNSPECIFIED: Default value for ScriptType.
  SHELL: Indicates that the script is run with `/bin/sh` on Linux and
    `cmd` on windows.
  POWERSHELL: Indicates that the script is run with powershell.
r   r   r   r   N)	r   r   r   r   r   r   r   r   r   r   r   r   r   r  u  s    
  EJr   r   r   Tr   r   r   r   N)r   r   r   r   r   r!   r"   r   r   r   r   r  r#   r   r%   scriptr   r   r   r   r  r  b  s]    $9>>   ++AiFWFWF]F]^##$@!D+  #&r   r  c                      \ rS rSrSr " S S\R                  5      r " S S\R                  5      r\R                  " SS5      r
\R                  " S5      r\R                  " SS	S
S9r\R                  " S5      r\R                  " S5      r\R                  " S5      r\R                  " S5      r\R$                  " SSS9r\R                  " S5      r\R                  " S5      r\R                  " S5      r\R                  " S5      rSrg)StandardQueryParametersi  a  Query parameters accepted by all methods.

Enums:
  FXgafvValueValuesEnum: V1 error format.
  AltValueValuesEnum: Data format for response.

Fields:
  f__xgafv: V1 error format.
  access_token: OAuth access token.
  alt: Data format for response.
  callback: JSONP
  fields: Selector specifying which fields to include in a partial response.
  key: API key. Your API key identifies your project and provides you with
    API access, quota, and reports. Required unless you provide an OAuth 2.0
    token.
  oauth_token: OAuth 2.0 token for the current user.
  prettyPrint: Returns response with indentations and line breaks.
  quotaUser: Available to use for quota purposes for server-side
    applications. Can be any arbitrary string assigned to a user, but should
    not exceed 40 characters.
  trace: A tracing token of the form "token:<tokenid>" to include in api
    requests.
  uploadType: Legacy upload protocol for media (e.g. "media", "multipart").
  upload_protocol: Upload protocol for media (e.g. "raw", "multipart").
c                   $    \ rS rSrSrSrSrSrSrg)*StandardQueryParameters.AltValueValuesEnumi  zData format for response.

Values:
  json: Responses with Content-Type of application/json
  media: Media download with context-dependent Content-Type
  proto: Responses with Content-Type of application/x-protobuf
r   r   r   r   N)	r   r   r   r   r   jsonmediaprotor   r   r   r   AltValueValuesEnumr    s     DEEr   r"  c                        \ rS rSrSrSrSrSrg)-StandardQueryParameters.FXgafvValueValuesEnumi  zFV1 error format.

Values:
  _1: v1 error format
  _2: v2 error format
r   r   r   N)r   r   r   r   r   _1_2r   r   r   r   FXgafvValueValuesEnumr$    s     
B	
Br   r'  r   r   r   r  )defaultr   r    r   r   r   Tr   rk  rz  r{  r   N)r   r   r   r   r   r!   r"   r"  r'  r#   f__xgafvr%   access_tokenaltcallbackfieldsrM   oauth_tokenr   prettyPrint	quotaUsertrace
uploadTypeupload_protocolr   r   r   r   r  r    s    4
9>> 
inn    !8!<(&&q),0!VD#""1%(  #&a #%%a(+&&q$7+##A&)



#%$$R(*))"-/r   r  c                      \ rS rSrSr\R                  " S\R                  R                  S9r	\R                  " S\R                  R                  S9r
\R                  " S5      r\R                  " SS5      r\R                  " S	5      rS
rg)StatusProtoi  a  Wire-format for a Status object

Fields:
  canonicalCode: copybara:strip_begin(b/383363683)
    copybara:strip_end_and_replace optional int32 canonical_code = 6;
  code: Numeric code drawn from the space specified below. Often, this is
    the canonical error space, and code is drawn from
    google3/util/task/codes.proto copybara:strip_begin(b/383363683)
    copybara:strip_end_and_replace optional int32 code = 1;
  message: Detail message copybara:strip_begin(b/383363683)
    copybara:strip_end_and_replace optional string message = 3;
  messageSet: message_set associates an arbitrary proto message with the
    status. copybara:strip_begin(b/383363683) copybara:strip_end_and_replace
    optional proto2.bridge.MessageSet message_set = 5;
  space: copybara:strip_begin(b/383363683) Space to which this status
    belongs copybara:strip_end_and_replace optional string space = 2; //
    Space to which this status belongs
r   r   r   r   r   r   r    r   N)r   r   r   r   r   r!   r   r   r   canonicalCodecoder%   messager<   
messageSetspacer   r   r   r   r5  r5    sw    & ((I4E4E4K4KL-			9+<+<+B+B	C$!!!$'%%lA6*



"%r   r5  c                   @   \ rS rSrSr\R                  " S\R                  R                  S9r	\R                  " S\R                  R                  S9r
\R                  " S\R                  R                  S9r\R                  " S\R                  R                  S9rSrg	)
r  i  aS  Represents a time of day. The date and time zone are either not
significant or are specified elsewhere. An API may choose to allow leap
seconds. Related types are google.type.Date and `google.protobuf.Timestamp`.

Fields:
  hours: Hours of a day in 24 hour format. Must be greater than or equal to
    0 and typically must be less than or equal to 23. An API may choose to
    allow the value "24:00:00" for scenarios like business closing time.
  minutes: Minutes of an hour. Must be greater than or equal to 0 and less
    than or equal to 59.
  nanos: Fractions of seconds, in nanoseconds. Must be greater than or equal
    to 0 and less than or equal to 999,999,999.
  seconds: Seconds of a minute. Must be greater than or equal to 0 and
    typically must be less than or equal to 59. An API may allow the value
    60 if it allows leap-seconds.
r   r   r   r   r   r   N)r   r   r   r   r   r!   r   r   r   hoursminutesnanossecondsr   r   r   r   r  r    s    " 
 
 I,=,=,C,C
D%""1i.?.?.E.EF'

 
 I,=,=,C,C
D%""1i.?.?.E.EF'r   r  c                   `    \ rS rSrSr\R                  " S5      r\R                  " S5      rSr	g)r  i  a  Represents a time zone from the [IANA Time Zone
Database](https://www.iana.org/time-zones).

Fields:
  id: IANA Time Zone Database time zone. For example "America/New_York".
  version: Optional. IANA Time Zone Database version number. For example
    "2019a".
r   r   r   N)
r   r   r   r   r   r!   r%   r  r  r   r   r   r   r  r    s)     Q"!!!$'r   r  c                       \ rS rSrSr " S S\R                  5      r\R                  " SS5      r	\R                  " S\R                  R                  S9r\R                  " S\R                  R                  S9rS	rg
)r   i
  am  Represents one week day in a month. An example is "the 4th Sunday".

Enums:
  DayOfWeekValueValuesEnum: Required. A day of the week.

Fields:
  dayOfWeek: Required. A day of the week.
  dayOffset: Optional. Represents the number of days before or after the
    given week day of month that the patch deployment is scheduled for. For
    example if `week_ordinal` and `day_of_week` values point to the second
    day of the month and this `day_offset` value is set to `3`, the patch
    deployment takes place three days after the second Tuesday of the month.
    If this value is negative, for example -5, the patches are deployed five
    days before before the second Tuesday of the month. Allowed values are
    in range [-30, 30].
  weekOrdinal: Required. Week number in a month. 1-4 indicates the 1st to
    4th week of the month. -1 indicates the last week of the month.
c                   8    \ rS rSrSrSrSrSrSrSr	Sr
S	rS
rSrg)'WeekDayOfMonth.DayOfWeekValueValuesEnumi  zRequired. A day of the week.

Values:
  DAY_OF_WEEK_UNSPECIFIED: The day of the week is unspecified.
  MONDAY: Monday
  TUESDAY: Tuesday
  WEDNESDAY: Wednesday
  THURSDAY: Thursday
  FRIDAY: Friday
  SATURDAY: Saturday
  SUNDAY: Sunday
r   r   r   r   r   r    r   r   r   Nr   r   r   r   r   DAY_OF_WEEK_UNSPECIFIEDMONDAYTUESDAY	WEDNESDAYTHURSDAYFRIDAYSATURDAYSUNDAYr   r   r   r   DayOfWeekValueValuesEnumrC    2      FGIHFHFr   rM  r   r   r   r   r   N)r   r   r   r   r   r!   r"   rM  r#   	dayOfWeekr   r   r   	dayOffsetweekOrdinalr   r   r   r   r   r   
  sh    & , !!"<a@)$$Q	0A0A0G0GH)&&q)2C2C2I2IJ+r   r   c                   h    \ rS rSrSr " S S\R                  5      r\R                  " SS5      r	Sr
g)r  i9  zRepresents a weekly schedule.

Enums:
  DayOfWeekValueValuesEnum: Required. Day of the week.

Fields:
  dayOfWeek: Required. Day of the week.
c                   8    \ rS rSrSrSrSrSrSrSr	Sr
S	rS
rSrg)'WeeklySchedule.DayOfWeekValueValuesEnumiC  zRequired. Day of the week.

Values:
  DAY_OF_WEEK_UNSPECIFIED: The day of the week is unspecified.
  MONDAY: Monday
  TUESDAY: Tuesday
  WEDNESDAY: Wednesday
  THURSDAY: Thursday
  FRIDAY: Friday
  SATURDAY: Saturday
  SUNDAY: Sunday
r   r   r   r   r   r    r   r   r   NrD  r   r   r   rM  rT  C  rN  r   rM  r   r   N)r   r   r   r   r   r!   r"   rM  r#   rO  r   r   r   r   r  r  9  s,     , !!"<a@)r   r  c                       \ rS rSrSr " S S\R                  5      r\R                  " SSSS9r	\R                  " SSS9r\R                  " S	SS9rS
rg)rh  i\  a  Windows patching is performed using the Windows Update Agent.

Enums:
  ClassificationsValueListEntryValuesEnum:

Fields:
  classifications: Only apply updates of these windows update
    classifications. If empty, all updates are applied.
  excludes: List of KBs to exclude from update.
  exclusivePatches: An exclusive list of kbs to be updated. These are the
    only patches that will be updated. This field must not be used with
    other patch configurations.
c                   @    \ rS rSrSrSrSrSrSrSr	Sr
S	rS
rSrSrSrg)=WindowsUpdateSettings.ClassificationsValueListEntryValuesEnumik  a  ClassificationsValueListEntryValuesEnum enum type.

Values:
  CLASSIFICATION_UNSPECIFIED: Invalid. If classifications are included,
    they must be specified.
  CRITICAL: "A widely released fix for a specific problem that addresses a
    critical, non-security-related bug." [1]
  SECURITY: "A widely released fix for a product-specific, security-
    related vulnerability. Security vulnerabilities are rated by their
    severity. The severity rating is indicated in the Microsoft security
    bulletin as critical, important, moderate, or low." [1]
  DEFINITION: "A widely released and frequent software update that
    contains additions to a product's definition database. Definition
    databases are often used to detect objects that have specific
    attributes, such as malicious code, phishing websites, or junk mail."
    [1]
  DRIVER: "Software that controls the input and output of a device." [1]
  FEATURE_PACK: "New product functionality that is first distributed
    outside the context of a product release and that is typically
    included in the next full product release." [1]
  SERVICE_PACK: "A tested, cumulative set of all hotfixes, security
    updates, critical updates, and updates. Additionally, service packs
    may contain additional fixes for problems that are found internally
    since the release of the product. Service packs my also contain a
    limited number of customer-requested design changes or features." [1]
  TOOL: "A utility or feature that helps complete a task or set of tasks."
    [1]
  UPDATE_ROLLUP: "A tested, cumulative set of hotfixes, security updates,
    critical updates, and updates that are packaged together for easy
    deployment. A rollup generally targets a specific area, such as
    security, or a component of a product, such as Internet Information
    Services (IIS)." [1]
  UPDATE: "A widely released fix for a specific problem. An update
    addresses a noncritical, non-security-related bug." [1]
r   r   r   r   r   r    r   r   r   r   r   N)r   r   r   r   r   CLASSIFICATION_UNSPECIFIEDCRITICALSECURITY
DEFINITIONDRIVERFEATURE_PACKSERVICE_PACKTOOLUPDATE_ROLLUPr   r   r   r   r   'ClassificationsValueListEntryValuesEnumrW  k  s=    "F "#HHJFLLDMFr   ra  r   Tr   r   r   r   N)r   r   r   r   r   r!   r"   ra  r#   classificationsr%   r4   exclusivePatchesr   r   r   r   rh  rh  \  sV    -	 -^ ''(QST_cd/""1t4(**1t<r   rh  c                       \ rS rSrSr\R                  " S5      r\R                  " S5      r\R                  " SSS9r	\R                  " S5      r
S	rg
)rZ  i  a/  Represents a single Yum package repository. This repository is added to
a repo file that is stored at `/etc/yum.repos.d/google_osconfig.repo`.

Fields:
  baseUrl: Required. The location of the repository directory.
  displayName: The display name of the repository.
  gpgKeys: URIs of GPG keys.
  id: Required. A one word, unique name for this repository. This is the
    `repo id` in the Yum config file and also the `display_name` if
    `display_name` is omitted. This id is also used as the unique identifier
    when checking for guest policy conflicts.
r   r   r   Tr   r   r   Nr   r   r   r   r   r!   r%   baseUrlr   gpgKeysr  r   r   r   r   rZ  rZ    K     !!!$'%%a(+!!!d3'Q"r   rZ  c                       \ rS rSrSr\R                  " SSS9r\R                  " SSS9r\R                  " S5      r
\R                  " S5      rS	rg
)ri  i  a  Yum patching is performed by executing `yum update`. Additional options
can be set to control how this is executed. Note that not all settings are
supported on all platforms.

Fields:
  excludes: List of packages to exclude from update. These packages are
    excluded by using the yum `--exclude` flag.
  exclusivePackages: An exclusive list of packages to be updated. These are
    the only packages that will be updated. If these packages are not
    installed, they will be ignored. This field must not be specified with
    any other patch configuration fields.
  minimal: Will cause patch to run `yum update-minimal` instead.
  security: Adds the `--security` flag to `yum update`. Not supported on all
    platforms.
r   Tr   r   r   r   r   N)r   r   r   r   r   r!   r%   r4   r5   r   minimalsecurityr   r   r   r   ri  ri    sN      ""1t4(++A=""1%'##A&(r   ri  c                       \ rS rSrSr\R                  " S5      r\R                  " S5      r\R                  " SSS9r	\R                  " S5      r
S	rg
)r[  i  a6  Represents a single Zypper package repository. This repository is added
to a repo file that is stored at `/etc/zypp/repos.d/google_osconfig.repo`.

Fields:
  baseUrl: Required. The location of the repository directory.
  displayName: The display name of the repository.
  gpgKeys: URIs of GPG keys.
  id: Required. A one word, unique name for this repository. This is the
    `repo id` in the zypper config file and also the `display_name` if
    `display_name` is omitted. This id is also used as the unique identifier
    when checking for guest policy conflicts.
r   r   r   Tr   r   r   Nre  r   r   r   r[  r[    rh  r   r[  c                       \ rS rSrSr\R                  " SSS9r\R                  " SSS9r\R                  " SSS9r	\R                  " SSS9r
\R                  " S	5      r\R                  " S
5      rSrg)rj  i  a  Zypper patching is performed by running `zypper patch`. See also
https://en.opensuse.org/SDB:Zypper_manual.

Fields:
  categories: Install only patches with these categories. Common categories
    include security, recommended, and feature.
  excludes: List of patches to exclude from update.
  exclusivePatches: An exclusive list of patches to be updated. These are
    the only patches that will be installed using 'zypper patch patch:'
    command. This field must not be used with any other patch configuration
    fields.
  severities: Install only patches with these severities. Common severities
    include critical, important, moderate, and low.
  withOptional: Adds the `--with-optional` flag to `zypper patch`.
  withUpdate: Adds the `--with-update` flag, to `zypper patch`.
r   Tr   r   r   r   r    r   r   N)r   r   r   r   r   r!   r%   
categoriesr4   rc  
severitiesr   withOptional
withUpdater   r   r   r   rj  rj    sr    " $$Q6*""1t4(**1t<$$Q6*''*,%%a(*r   rj  r)  z$.xgafvr%  1r&  2N)br   
__future__r   apitools.base.protorpcliter   r!   apitools.base.pyr   ro   rR   r   r+   r8   r:   r;   r`   rd   rg   rf   rh   rz   r}   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r  r  r
  r  r  r  r  r  r#  r&  r(  r*  r,  r0  r4  r7  r:  r<  r@  rB  rn   rs   r   r   r   r  r   r   r  r   r-  ry  r1  rw   r  r  r  r  r  r  r  r  r  r  r  r  r5  r  r  r   r  rh  rZ  ri  r[  rj  AddCustomJsonFieldMappingAddCustomJsonEnumMappingr'  r   r   r   <module>ry     s   ' < % %!I%% %!P"7)## "7J!2"" !2H&49,, &4R'y(( '",I-- ,j9,, j	$):): 	$
$93D3D 
$	$	0A0A 	$I Fy   F.'Y&& .'b6Y.. 68GY&& G$	!! $ 
!I%% 
!B)## B4/y?P?P 4/n"Y->-> "6"1B1B "6)()## )(X
+	 1 1 
+
Q9#4#4 
Q
`)*;*; 
`
CI-- 
C'	(9(9 '*
"" 
?i'' ? 4/)*;*; 4/n)i'' )31B1B 3&	11B1B 	1	1i.?.? 	13y/@/@ 3"(	0A0A ("/I4E4E /(1I4E4E 111B1B 13)2C2C 3$(93D3D (&Y93D3D Y[I4E4E [
1Y->-> 
13i.?.? 31)*;*; 13):K:K 3*39+<+< 3&eiFWFW eR"i R"j9	)) 9 >8)## >8B=)i'' =)@2)++ 2>&4I$5$5 &4RM)y   M)`E9i// E9P35Y%6%6 35l179$$ 17h;)"3"3 ;27	)) 27j<9#4#4 <N%Y&& N%bEY.. E*$	 1 1 $*!9#4#4 ! G** G,)!2!2 )2'!2!2 '"'7y'8'8 '7T(I$5$5 (29#4#4 2 (9#4#4 (%$)"3"3 %$P<.i// <.~#)## #6G	!! G0%y   %,KY&& ,K^ AY&&  AF@=I-- @=F I%%  (')## '. y((  ()Y&& )4 	 " "Z4  ! !114>  ! !114>r   