diff --git a/packages/google-cloud-os-config/google/cloud/osconfig_v1/services/os_config_service/async_client.py b/packages/google-cloud-os-config/google/cloud/osconfig_v1/services/os_config_service/async_client.py index 4f92f92bd1c8..bfc197fc7ca4 100644 --- a/packages/google-cloud-os-config/google/cloud/osconfig_v1/services/os_config_service/async_client.py +++ b/packages/google-cloud-os-config/google/cloud/osconfig_v1/services/os_config_service/async_client.py @@ -268,7 +268,8 @@ async def sample_execute_patch_job(): Args: request (Optional[Union[google.cloud.osconfig_v1.types.ExecutePatchJobRequest, dict]]): The request object. A request message to initiate - patching across Compute Engine instances. + patching across Compute Engine + instances. retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -358,8 +359,8 @@ async def sample_get_patch_job(): Args: request (Optional[Union[google.cloud.osconfig_v1.types.GetPatchJobRequest, dict]]): - The request object. Request to get an active or - completed patch job. + The request object. Request to get an active or completed + patch job. name (:class:`str`): Required. Name of the patch in the form ``projects/*/patchJobs/*`` @@ -1363,8 +1364,8 @@ async def sample_pause_patch_deployment(): Args: request (Optional[Union[google.cloud.osconfig_v1.types.PausePatchDeploymentRequest, dict]]): - The request object. A request message for pausing a - patch deployment. + The request object. A request message for pausing a patch + deployment. name (:class:`str`): Required. The resource name of the patch deployment in the form ``projects/*/patchDeployments/*``. diff --git a/packages/google-cloud-os-config/google/cloud/osconfig_v1/services/os_config_service/client.py b/packages/google-cloud-os-config/google/cloud/osconfig_v1/services/os_config_service/client.py index fbe77045ab15..241f6d42e55a 100644 --- a/packages/google-cloud-os-config/google/cloud/osconfig_v1/services/os_config_service/client.py +++ b/packages/google-cloud-os-config/google/cloud/osconfig_v1/services/os_config_service/client.py @@ -528,7 +528,8 @@ def sample_execute_patch_job(): Args: request (Union[google.cloud.osconfig_v1.types.ExecutePatchJobRequest, dict]): The request object. A request message to initiate - patching across Compute Engine instances. + patching across Compute Engine + instances. retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -619,8 +620,8 @@ def sample_get_patch_job(): Args: request (Union[google.cloud.osconfig_v1.types.GetPatchJobRequest, dict]): - The request object. Request to get an active or - completed patch job. + The request object. Request to get an active or completed + patch job. name (str): Required. Name of the patch in the form ``projects/*/patchJobs/*`` @@ -1627,8 +1628,8 @@ def sample_pause_patch_deployment(): Args: request (Union[google.cloud.osconfig_v1.types.PausePatchDeploymentRequest, dict]): - The request object. A request message for pausing a - patch deployment. + The request object. A request message for pausing a patch + deployment. name (str): Required. The resource name of the patch deployment in the form ``projects/*/patchDeployments/*``. diff --git a/packages/google-cloud-os-config/google/cloud/osconfig_v1/services/os_config_service/transports/rest.py b/packages/google-cloud-os-config/google/cloud/osconfig_v1/services/os_config_service/transports/rest.py index 83285661118b..2b6d89a7dfd9 100644 --- a/packages/google-cloud-os-config/google/cloud/osconfig_v1/services/os_config_service/transports/rest.py +++ b/packages/google-cloud-os-config/google/cloud/osconfig_v1/services/os_config_service/transports/rest.py @@ -677,7 +677,6 @@ def __call__( request (~.patch_deployments.CreatePatchDeploymentRequest): The request object. A request message for creating a patch deployment. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -782,7 +781,6 @@ def __call__( request (~.patch_deployments.DeletePatchDeploymentRequest): The request object. A request message for deleting a patch deployment. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -861,7 +859,6 @@ def __call__( The request object. A request message to initiate patching across Compute Engine instances. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -970,7 +967,6 @@ def __call__( request (~.patch_deployments.GetPatchDeploymentRequest): The request object. A request message for retrieving a patch deployment. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1066,7 +1062,6 @@ def __call__( request (~.patch_jobs.GetPatchJobRequest): The request object. Request to get an active or completed patch job. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1164,7 +1159,6 @@ def __call__( request (~.patch_deployments.ListPatchDeploymentsRequest): The request object. A request message for listing patch deployments. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1257,7 +1251,6 @@ def __call__( request (~.patch_jobs.ListPatchJobInstanceDetailsRequest): The request object. Request to list details for all instances that are part of a patch job. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1349,7 +1342,6 @@ def __call__( request (~.patch_jobs.ListPatchJobsRequest): The request object. A request message for listing patch jobs. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1439,7 +1431,6 @@ def __call__( request (~.patch_deployments.PausePatchDeploymentRequest): The request object. A request message for pausing a patch deployment. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1544,7 +1535,6 @@ def __call__( request (~.patch_deployments.ResumePatchDeploymentRequest): The request object. A request message for resuming a patch deployment. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1649,7 +1639,6 @@ def __call__( request (~.patch_deployments.UpdatePatchDeploymentRequest): The request object. A request message for updating a patch deployment. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. diff --git a/packages/google-cloud-os-config/google/cloud/osconfig_v1/services/os_config_zonal_service/async_client.py b/packages/google-cloud-os-config/google/cloud/osconfig_v1/services/os_config_zonal_service/async_client.py index 2f08e8274a20..591ed9300f84 100644 --- a/packages/google-cloud-os-config/google/cloud/osconfig_v1/services/os_config_zonal_service/async_client.py +++ b/packages/google-cloud-os-config/google/cloud/osconfig_v1/services/os_config_zonal_service/async_client.py @@ -638,8 +638,8 @@ async def sample_get_os_policy_assignment(): Args: request (Optional[Union[google.cloud.osconfig_v1.types.GetOSPolicyAssignmentRequest, dict]]): - The request object. A request message to get an OS - policy assignment + The request object. A request message to get an OS policy + assignment name (:class:`str`): Required. The resource name of OS policy assignment. @@ -1249,8 +1249,8 @@ async def sample_list_os_policy_assignment_reports(): Args: request (Optional[Union[google.cloud.osconfig_v1.types.ListOSPolicyAssignmentReportsRequest, dict]]): - The request object. List the OS policy assignment - reports for VM instances. + The request object. List the OS policy assignment reports + for VM instances. parent (:class:`str`): Required. The parent resource name. @@ -1511,7 +1511,8 @@ async def sample_list_inventories(): Args: request (Optional[Union[google.cloud.osconfig_v1.types.ListInventoriesRequest, dict]]): The request object. A request message for listing - inventory data for all VMs in the specified location. + inventory data for all VMs in the + specified location. parent (:class:`str`): Required. The parent resource name. @@ -1635,7 +1636,8 @@ async def sample_get_vulnerability_report(): Args: request (Optional[Union[google.cloud.osconfig_v1.types.GetVulnerabilityReportRequest, dict]]): The request object. A request message for getting the - vulnerability report for the specified VM. + vulnerability report for the specified + VM. name (:class:`str`): Required. API resource name for vulnerability resource. @@ -1752,8 +1754,8 @@ async def sample_list_vulnerability_reports(): Args: request (Optional[Union[google.cloud.osconfig_v1.types.ListVulnerabilityReportsRequest, dict]]): The request object. A request message for listing - vulnerability reports for all VM instances in the - specified location. + vulnerability reports for all VM + instances in the specified location. parent (:class:`str`): Required. The parent resource name. diff --git a/packages/google-cloud-os-config/google/cloud/osconfig_v1/services/os_config_zonal_service/client.py b/packages/google-cloud-os-config/google/cloud/osconfig_v1/services/os_config_zonal_service/client.py index 75413ac74e40..36cd78dabeee 100644 --- a/packages/google-cloud-os-config/google/cloud/osconfig_v1/services/os_config_zonal_service/client.py +++ b/packages/google-cloud-os-config/google/cloud/osconfig_v1/services/os_config_zonal_service/client.py @@ -962,8 +962,8 @@ def sample_get_os_policy_assignment(): Args: request (Union[google.cloud.osconfig_v1.types.GetOSPolicyAssignmentRequest, dict]): - The request object. A request message to get an OS - policy assignment + The request object. A request message to get an OS policy + assignment name (str): Required. The resource name of OS policy assignment. @@ -1591,8 +1591,8 @@ def sample_list_os_policy_assignment_reports(): Args: request (Union[google.cloud.osconfig_v1.types.ListOSPolicyAssignmentReportsRequest, dict]): - The request object. List the OS policy assignment - reports for VM instances. + The request object. List the OS policy assignment reports + for VM instances. parent (str): Required. The parent resource name. @@ -1857,7 +1857,8 @@ def sample_list_inventories(): Args: request (Union[google.cloud.osconfig_v1.types.ListInventoriesRequest, dict]): The request object. A request message for listing - inventory data for all VMs in the specified location. + inventory data for all VMs in the + specified location. parent (str): Required. The parent resource name. @@ -1981,7 +1982,8 @@ def sample_get_vulnerability_report(): Args: request (Union[google.cloud.osconfig_v1.types.GetVulnerabilityReportRequest, dict]): The request object. A request message for getting the - vulnerability report for the specified VM. + vulnerability report for the specified + VM. name (str): Required. API resource name for vulnerability resource. @@ -2098,8 +2100,8 @@ def sample_list_vulnerability_reports(): Args: request (Union[google.cloud.osconfig_v1.types.ListVulnerabilityReportsRequest, dict]): The request object. A request message for listing - vulnerability reports for all VM instances in the - specified location. + vulnerability reports for all VM + instances in the specified location. parent (str): Required. The parent resource name. diff --git a/packages/google-cloud-os-config/google/cloud/osconfig_v1/services/os_config_zonal_service/transports/rest.py b/packages/google-cloud-os-config/google/cloud/osconfig_v1/services/os_config_zonal_service/transports/rest.py index 7a8681f2516c..aafc00a90384 100644 --- a/packages/google-cloud-os-config/google/cloud/osconfig_v1/services/os_config_zonal_service/transports/rest.py +++ b/packages/google-cloud-os-config/google/cloud/osconfig_v1/services/os_config_zonal_service/transports/rest.py @@ -647,7 +647,6 @@ def __call__( request (~.os_policy_assignments.CreateOSPolicyAssignmentRequest): The request object. A request message to create an OS policy assignment - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -750,7 +749,6 @@ def __call__( request (~.os_policy_assignments.DeleteOSPolicyAssignmentRequest): The request object. A request message for deleting a OS policy assignment. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -843,7 +841,6 @@ def __call__( request (~.inventory.GetInventoryRequest): The request object. A request message for getting inventory data for the specified VM. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -941,7 +938,6 @@ def __call__( request (~.os_policy_assignments.GetOSPolicyAssignmentRequest): The request object. A request message to get an OS policy assignment - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1044,7 +1040,6 @@ def __call__( request (~.os_policy_assignment_reports.GetOSPolicyAssignmentReportRequest): The request object. Get a report of the OS policy assignment for a VM instance. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1141,7 +1136,6 @@ def __call__( The request object. A request message for getting the vulnerability report for the specified VM. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1238,7 +1232,6 @@ def __call__( The request object. A request message for listing inventory data for all VMs in the specified location. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1332,7 +1325,6 @@ def __call__( request (~.os_policy_assignment_reports.ListOSPolicyAssignmentReportsRequest): The request object. List the OS policy assignment reports for VM instances. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1434,7 +1426,6 @@ def __call__( request (~.os_policy_assignments.ListOSPolicyAssignmentRevisionsRequest): The request object. A request message to list revisions for a OS policy assignment - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1534,7 +1525,6 @@ def __call__( request (~.os_policy_assignments.ListOSPolicyAssignmentsRequest): The request object. A request message to list OS policy assignments for a parent resource - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1630,7 +1620,6 @@ def __call__( The request object. A request message for listing vulnerability reports for all VM instances in the specified location. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1724,7 +1713,6 @@ def __call__( request (~.os_policy_assignments.UpdateOSPolicyAssignmentRequest): The request object. A request message to update an OS policy assignment - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. diff --git a/packages/google-cloud-os-config/google/cloud/osconfig_v1alpha/services/os_config_zonal_service/async_client.py b/packages/google-cloud-os-config/google/cloud/osconfig_v1alpha/services/os_config_zonal_service/async_client.py index 9e65778c31b3..c2f187ddc91b 100644 --- a/packages/google-cloud-os-config/google/cloud/osconfig_v1alpha/services/os_config_zonal_service/async_client.py +++ b/packages/google-cloud-os-config/google/cloud/osconfig_v1alpha/services/os_config_zonal_service/async_client.py @@ -647,8 +647,8 @@ async def sample_get_os_policy_assignment(): Args: request (Optional[Union[google.cloud.osconfig_v1alpha.types.GetOSPolicyAssignmentRequest, dict]]): - The request object. A request message to get an OS - policy assignment + The request object. A request message to get an OS policy + assignment name (:class:`str`): Required. The resource name of OS policy assignment. @@ -1142,8 +1142,8 @@ async def sample_get_instance_os_policies_compliance(): Args: request (Optional[Union[google.cloud.osconfig_v1alpha.types.GetInstanceOSPoliciesComplianceRequest, dict]]): The request object. A request message for getting OS - policies compliance data for the given Compute Engine VM - instance. + policies compliance data for the given + Compute Engine VM instance. name (:class:`str`): Required. API resource name for instance OS policies compliance resource. @@ -1282,8 +1282,8 @@ async def sample_list_instance_os_policies_compliances(): Args: request (Optional[Union[google.cloud.osconfig_v1alpha.types.ListInstanceOSPoliciesCompliancesRequest, dict]]): The request object. A request message for listing OS - policies compliance data for all Compute Engine VMs in - the given location. + policies compliance data for all Compute + Engine VMs in the given location. parent (:class:`str`): Required. The parent resource name. @@ -1533,8 +1533,8 @@ async def sample_list_os_policy_assignment_reports(): Args: request (Optional[Union[google.cloud.osconfig_v1alpha.types.ListOSPolicyAssignmentReportsRequest, dict]]): - The request object. List the OS policy assignment - reports for VM instances. + The request object. List the OS policy assignment reports + for VM instances. parent (:class:`str`): Required. The parent resource name. @@ -1795,7 +1795,8 @@ async def sample_list_inventories(): Args: request (Optional[Union[google.cloud.osconfig_v1alpha.types.ListInventoriesRequest, dict]]): The request object. A request message for listing - inventory data for all VMs in the specified location. + inventory data for all VMs in the + specified location. parent (:class:`str`): Required. The parent resource name. @@ -1919,7 +1920,8 @@ async def sample_get_vulnerability_report(): Args: request (Optional[Union[google.cloud.osconfig_v1alpha.types.GetVulnerabilityReportRequest, dict]]): The request object. A request message for getting the - vulnerability report for the specified VM. + vulnerability report for the specified + VM. name (:class:`str`): Required. API resource name for vulnerability resource. @@ -2036,8 +2038,8 @@ async def sample_list_vulnerability_reports(): Args: request (Optional[Union[google.cloud.osconfig_v1alpha.types.ListVulnerabilityReportsRequest, dict]]): The request object. A request message for listing - vulnerability reports for all VM instances in the - specified location. + vulnerability reports for all VM + instances in the specified location. parent (:class:`str`): Required. The parent resource name. diff --git a/packages/google-cloud-os-config/google/cloud/osconfig_v1alpha/services/os_config_zonal_service/client.py b/packages/google-cloud-os-config/google/cloud/osconfig_v1alpha/services/os_config_zonal_service/client.py index 32a39910149e..5420fda81040 100644 --- a/packages/google-cloud-os-config/google/cloud/osconfig_v1alpha/services/os_config_zonal_service/client.py +++ b/packages/google-cloud-os-config/google/cloud/osconfig_v1alpha/services/os_config_zonal_service/client.py @@ -987,8 +987,8 @@ def sample_get_os_policy_assignment(): Args: request (Union[google.cloud.osconfig_v1alpha.types.GetOSPolicyAssignmentRequest, dict]): - The request object. A request message to get an OS - policy assignment + The request object. A request message to get an OS policy + assignment name (str): Required. The resource name of OS policy assignment. @@ -1496,8 +1496,8 @@ def sample_get_instance_os_policies_compliance(): Args: request (Union[google.cloud.osconfig_v1alpha.types.GetInstanceOSPoliciesComplianceRequest, dict]): The request object. A request message for getting OS - policies compliance data for the given Compute Engine VM - instance. + policies compliance data for the given + Compute Engine VM instance. name (str): Required. API resource name for instance OS policies compliance resource. @@ -1641,8 +1641,8 @@ def sample_list_instance_os_policies_compliances(): Args: request (Union[google.cloud.osconfig_v1alpha.types.ListInstanceOSPoliciesCompliancesRequest, dict]): The request object. A request message for listing OS - policies compliance data for all Compute Engine VMs in - the given location. + policies compliance data for all Compute + Engine VMs in the given location. parent (str): Required. The parent resource name. @@ -1899,8 +1899,8 @@ def sample_list_os_policy_assignment_reports(): Args: request (Union[google.cloud.osconfig_v1alpha.types.ListOSPolicyAssignmentReportsRequest, dict]): - The request object. List the OS policy assignment - reports for VM instances. + The request object. List the OS policy assignment reports + for VM instances. parent (str): Required. The parent resource name. @@ -2165,7 +2165,8 @@ def sample_list_inventories(): Args: request (Union[google.cloud.osconfig_v1alpha.types.ListInventoriesRequest, dict]): The request object. A request message for listing - inventory data for all VMs in the specified location. + inventory data for all VMs in the + specified location. parent (str): Required. The parent resource name. @@ -2289,7 +2290,8 @@ def sample_get_vulnerability_report(): Args: request (Union[google.cloud.osconfig_v1alpha.types.GetVulnerabilityReportRequest, dict]): The request object. A request message for getting the - vulnerability report for the specified VM. + vulnerability report for the specified + VM. name (str): Required. API resource name for vulnerability resource. @@ -2406,8 +2408,8 @@ def sample_list_vulnerability_reports(): Args: request (Union[google.cloud.osconfig_v1alpha.types.ListVulnerabilityReportsRequest, dict]): The request object. A request message for listing - vulnerability reports for all VM instances in the - specified location. + vulnerability reports for all VM + instances in the specified location. parent (str): Required. The parent resource name. diff --git a/packages/google-cloud-os-config/google/cloud/osconfig_v1alpha/services/os_config_zonal_service/transports/rest.py b/packages/google-cloud-os-config/google/cloud/osconfig_v1alpha/services/os_config_zonal_service/transports/rest.py index b6550a359bfe..fd658f564806 100644 --- a/packages/google-cloud-os-config/google/cloud/osconfig_v1alpha/services/os_config_zonal_service/transports/rest.py +++ b/packages/google-cloud-os-config/google/cloud/osconfig_v1alpha/services/os_config_zonal_service/transports/rest.py @@ -717,7 +717,6 @@ def __call__( request (~.os_policy_assignments.CreateOSPolicyAssignmentRequest): The request object. A request message to create an OS policy assignment - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -820,7 +819,6 @@ def __call__( request (~.os_policy_assignments.DeleteOSPolicyAssignmentRequest): The request object. A request message for deleting a OS policy assignment. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -915,7 +913,6 @@ def __call__( The request object. A request message for getting OS policies compliance data for the given Compute Engine VM instance. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1027,7 +1024,6 @@ def __call__( request (~.inventory.GetInventoryRequest): The request object. A request message for getting inventory data for the specified VM. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1125,7 +1121,6 @@ def __call__( request (~.os_policy_assignments.GetOSPolicyAssignmentRequest): The request object. A request message to get an OS policy assignment - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1228,7 +1223,6 @@ def __call__( request (~.os_policy_assignment_reports.GetOSPolicyAssignmentReportRequest): The request object. Get a report of the OS policy assignment for a VM instance. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1325,7 +1319,6 @@ def __call__( The request object. A request message for getting the vulnerability report for the specified VM. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1423,7 +1416,6 @@ def __call__( The request object. A request message for listing OS policies compliance data for all Compute Engine VMs in the given location. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1526,7 +1518,6 @@ def __call__( The request object. A request message for listing inventory data for all VMs in the specified location. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1620,7 +1611,6 @@ def __call__( request (~.os_policy_assignment_reports.ListOSPolicyAssignmentReportsRequest): The request object. List the OS policy assignment reports for VM instances. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1722,7 +1712,6 @@ def __call__( request (~.os_policy_assignments.ListOSPolicyAssignmentRevisionsRequest): The request object. A request message to list revisions for a OS policy assignment - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1822,7 +1811,6 @@ def __call__( request (~.os_policy_assignments.ListOSPolicyAssignmentsRequest): The request object. A request message to list OS policy assignments for a parent resource - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1918,7 +1906,6 @@ def __call__( The request object. A request message for listing vulnerability reports for all VM instances in the specified location. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -2012,7 +1999,6 @@ def __call__( request (~.os_policy_assignments.UpdateOSPolicyAssignmentRequest): The request object. A request message to update an OS policy assignment - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request.