diff --git a/google/cloud/compute_v1/services/accelerator_types/client.py b/google/cloud/compute_v1/services/accelerator_types/client.py index 6d263179a..da7acdf9d 100644 --- a/google/cloud/compute_v1/services/accelerator_types/client.py +++ b/google/cloud/compute_v1/services/accelerator_types/client.py @@ -438,8 +438,8 @@ def aggregated_list( Args: request (Union[google.cloud.compute_v1.types.AggregatedListAcceleratorTypesRequest, dict]): The request object. A request message for - AcceleratorTypes.AggregatedList. See the method - description for details. + AcceleratorTypes.AggregatedList. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -525,8 +525,8 @@ def get( Args: request (Union[google.cloud.compute_v1.types.GetAcceleratorTypeRequest, dict]): The request object. A request message for - AcceleratorTypes.Get. See the method description for - details. + AcceleratorTypes.Get. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -632,8 +632,8 @@ def list( Args: request (Union[google.cloud.compute_v1.types.ListAcceleratorTypesRequest, dict]): The request object. A request message for - AcceleratorTypes.List. See the method description for - details. + AcceleratorTypes.List. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field diff --git a/google/cloud/compute_v1/services/accelerator_types/transports/rest.py b/google/cloud/compute_v1/services/accelerator_types/transports/rest.py index a20c06a14..b0a778275 100644 --- a/google/cloud/compute_v1/services/accelerator_types/transports/rest.py +++ b/google/cloud/compute_v1/services/accelerator_types/transports/rest.py @@ -296,7 +296,6 @@ def __call__( The request object. A request message for AcceleratorTypes.AggregatedList. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -383,7 +382,6 @@ def __call__( The request object. A request message for AcceleratorTypes.Get. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -478,7 +476,6 @@ def __call__( The request object. A request message for AcceleratorTypes.List. See the method description for details. - 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/google/cloud/compute_v1/services/addresses/client.py b/google/cloud/compute_v1/services/addresses/client.py index fdb5703b7..371b4ce4f 100644 --- a/google/cloud/compute_v1/services/addresses/client.py +++ b/google/cloud/compute_v1/services/addresses/client.py @@ -435,8 +435,8 @@ def aggregated_list( Args: request (Union[google.cloud.compute_v1.types.AggregatedListAddressesRequest, dict]): The request object. A request message for - Addresses.AggregatedList. See the method description for - details. + Addresses.AggregatedList. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -522,8 +522,8 @@ def delete_unary( Args: request (Union[google.cloud.compute_v1.types.DeleteAddressRequest, dict]): The request object. A request message for - Addresses.Delete. See the method description for - details. + Addresses.Delete. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -621,8 +621,8 @@ def delete( Args: request (Union[google.cloud.compute_v1.types.DeleteAddressRequest, dict]): The request object. A request message for - Addresses.Delete. See the method description for - details. + Addresses.Delete. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -849,8 +849,8 @@ def insert_unary( Args: request (Union[google.cloud.compute_v1.types.InsertAddressRequest, dict]): The request object. A request message for - Addresses.Insert. See the method description for - details. + Addresses.Insert. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -946,8 +946,8 @@ def insert( Args: request (Union[google.cloud.compute_v1.types.InsertAddressRequest, dict]): The request object. A request message for - Addresses.Insert. See the method description for - details. + Addresses.Insert. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1066,8 +1066,8 @@ def list( Args: request (Union[google.cloud.compute_v1.types.ListAddressesRequest, dict]): - The request object. A request message for - Addresses.List. See the method description for details. + The request object. A request message for Addresses.List. + See the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1170,8 +1170,8 @@ def set_labels_unary( Args: request (Union[google.cloud.compute_v1.types.SetLabelsAddressRequest, dict]): The request object. A request message for - Addresses.SetLabels. See the method description for - details. + Addresses.SetLabels. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1284,8 +1284,8 @@ def set_labels( Args: request (Union[google.cloud.compute_v1.types.SetLabelsAddressRequest, dict]): The request object. A request message for - Addresses.SetLabels. See the method description for - details. + Addresses.SetLabels. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field diff --git a/google/cloud/compute_v1/services/addresses/transports/rest.py b/google/cloud/compute_v1/services/addresses/transports/rest.py index af806b06f..81ed9c900 100644 --- a/google/cloud/compute_v1/services/addresses/transports/rest.py +++ b/google/cloud/compute_v1/services/addresses/transports/rest.py @@ -370,7 +370,6 @@ def __call__( The request object. A request message for Addresses.AggregatedList. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -457,7 +456,6 @@ def __call__( The request object. A request message for Addresses.Delete. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -558,7 +556,6 @@ def __call__( request (~.compute.GetAddressRequest): The request object. A request message for Addresses.Get. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -652,7 +649,6 @@ def __call__( The request object. A request message for Addresses.Insert. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -762,7 +758,6 @@ def __call__( request (~.compute.ListAddressesRequest): The request object. A request message for Addresses.List. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -849,7 +844,6 @@ def __call__( The request object. A request message for Addresses.SetLabels. See the method description for details. - 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/google/cloud/compute_v1/services/autoscalers/client.py b/google/cloud/compute_v1/services/autoscalers/client.py index d08973b62..6102ea21c 100644 --- a/google/cloud/compute_v1/services/autoscalers/client.py +++ b/google/cloud/compute_v1/services/autoscalers/client.py @@ -435,8 +435,8 @@ def aggregated_list( Args: request (Union[google.cloud.compute_v1.types.AggregatedListAutoscalersRequest, dict]): The request object. A request message for - Autoscalers.AggregatedList. See the method description - for details. + Autoscalers.AggregatedList. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -522,8 +522,8 @@ def delete_unary( Args: request (Union[google.cloud.compute_v1.types.DeleteAutoscalerRequest, dict]): The request object. A request message for - Autoscalers.Delete. See the method description for - details. + Autoscalers.Delete. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -619,8 +619,8 @@ def delete( Args: request (Union[google.cloud.compute_v1.types.DeleteAutoscalerRequest, dict]): The request object. A request message for - Autoscalers.Delete. See the method description for - details. + Autoscalers.Delete. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -741,7 +741,8 @@ def get( Args: request (Union[google.cloud.compute_v1.types.GetAutoscalerRequest, dict]): The request object. A request message for - Autoscalers.Get. See the method description for details. + Autoscalers.Get. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -847,8 +848,8 @@ def insert_unary( Args: request (Union[google.cloud.compute_v1.types.InsertAutoscalerRequest, dict]): The request object. A request message for - Autoscalers.Insert. See the method description for - details. + Autoscalers.Insert. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -944,8 +945,8 @@ def insert( Args: request (Union[google.cloud.compute_v1.types.InsertAutoscalerRequest, dict]): The request object. A request message for - Autoscalers.Insert. See the method description for - details. + Autoscalers.Insert. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1065,8 +1066,8 @@ def list( Args: request (Union[google.cloud.compute_v1.types.ListAutoscalersRequest, dict]): The request object. A request message for - Autoscalers.List. See the method description for - details. + Autoscalers.List. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1169,8 +1170,8 @@ def patch_unary( Args: request (Union[google.cloud.compute_v1.types.PatchAutoscalerRequest, dict]): The request object. A request message for - Autoscalers.Patch. See the method description for - details. + Autoscalers.Patch. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1268,8 +1269,8 @@ def patch( Args: request (Union[google.cloud.compute_v1.types.PatchAutoscalerRequest, dict]): The request object. A request message for - Autoscalers.Patch. See the method description for - details. + Autoscalers.Patch. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1390,8 +1391,8 @@ def update_unary( Args: request (Union[google.cloud.compute_v1.types.UpdateAutoscalerRequest, dict]): The request object. A request message for - Autoscalers.Update. See the method description for - details. + Autoscalers.Update. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1487,8 +1488,8 @@ def update( Args: request (Union[google.cloud.compute_v1.types.UpdateAutoscalerRequest, dict]): The request object. A request message for - Autoscalers.Update. See the method description for - details. + Autoscalers.Update. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field diff --git a/google/cloud/compute_v1/services/autoscalers/transports/rest.py b/google/cloud/compute_v1/services/autoscalers/transports/rest.py index d30b0b186..259a13f2e 100644 --- a/google/cloud/compute_v1/services/autoscalers/transports/rest.py +++ b/google/cloud/compute_v1/services/autoscalers/transports/rest.py @@ -405,7 +405,6 @@ def __call__( The request object. A request message for Autoscalers.AggregatedList. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -492,7 +491,6 @@ def __call__( The request object. A request message for Autoscalers.Delete. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -594,7 +592,6 @@ def __call__( The request object. A request message for Autoscalers.Get. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -693,7 +690,6 @@ def __call__( The request object. A request message for Autoscalers.Insert. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -804,7 +800,6 @@ def __call__( The request object. A request message for Autoscalers.List. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -893,7 +888,6 @@ def __call__( The request object. A request message for Autoscalers.Patch. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1004,7 +998,6 @@ def __call__( The request object. A request message for Autoscalers.Update. See the method description for details. - 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/google/cloud/compute_v1/services/backend_buckets/client.py b/google/cloud/compute_v1/services/backend_buckets/client.py index 3073cf8ae..d1e1969d1 100644 --- a/google/cloud/compute_v1/services/backend_buckets/client.py +++ b/google/cloud/compute_v1/services/backend_buckets/client.py @@ -442,8 +442,8 @@ def add_signed_url_key_unary( Args: request (Union[google.cloud.compute_v1.types.AddSignedUrlKeyBackendBucketRequest, dict]): The request object. A request message for - BackendBuckets.AddSignedUrlKey. See the method - description for details. + BackendBuckets.AddSignedUrlKey. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -545,8 +545,8 @@ def add_signed_url_key( Args: request (Union[google.cloud.compute_v1.types.AddSignedUrlKeyBackendBucketRequest, dict]): The request object. A request message for - BackendBuckets.AddSignedUrlKey. See the method - description for details. + BackendBuckets.AddSignedUrlKey. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -668,8 +668,8 @@ def delete_unary( Args: request (Union[google.cloud.compute_v1.types.DeleteBackendBucketRequest, dict]): The request object. A request message for - BackendBuckets.Delete. See the method description for - details. + BackendBuckets.Delete. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -758,8 +758,8 @@ def delete( Args: request (Union[google.cloud.compute_v1.types.DeleteBackendBucketRequest, dict]): The request object. A request message for - BackendBuckets.Delete. See the method description for - details. + BackendBuckets.Delete. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -876,8 +876,8 @@ def delete_signed_url_key_unary( Args: request (Union[google.cloud.compute_v1.types.DeleteSignedUrlKeyBackendBucketRequest, dict]): The request object. A request message for - BackendBuckets.DeleteSignedUrlKey. See the method - description for details. + BackendBuckets.DeleteSignedUrlKey. See + the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -981,8 +981,8 @@ def delete_signed_url_key( Args: request (Union[google.cloud.compute_v1.types.DeleteSignedUrlKeyBackendBucketRequest, dict]): The request object. A request message for - BackendBuckets.DeleteSignedUrlKey. See the method - description for details. + BackendBuckets.DeleteSignedUrlKey. See + the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1106,8 +1106,8 @@ def get( Args: request (Union[google.cloud.compute_v1.types.GetBackendBucketRequest, dict]): The request object. A request message for - BackendBuckets.Get. See the method description for - details. + BackendBuckets.Get. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1200,8 +1200,8 @@ def insert_unary( Args: request (Union[google.cloud.compute_v1.types.InsertBackendBucketRequest, dict]): The request object. A request message for - BackendBuckets.Insert. See the method description for - details. + BackendBuckets.Insert. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1284,8 +1284,8 @@ def insert( Args: request (Union[google.cloud.compute_v1.types.InsertBackendBucketRequest, dict]): The request object. A request message for - BackendBuckets.Insert. See the method description for - details. + BackendBuckets.Insert. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1391,8 +1391,8 @@ def list( Args: request (Union[google.cloud.compute_v1.types.ListBackendBucketsRequest, dict]): The request object. A request message for - BackendBuckets.List. See the method description for - details. + BackendBuckets.List. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1483,8 +1483,8 @@ def patch_unary( Args: request (Union[google.cloud.compute_v1.types.PatchBackendBucketRequest, dict]): The request object. A request message for - BackendBuckets.Patch. See the method description for - details. + BackendBuckets.Patch. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1584,8 +1584,8 @@ def patch( Args: request (Union[google.cloud.compute_v1.types.PatchBackendBucketRequest, dict]): The request object. A request message for - BackendBuckets.Patch. See the method description for - details. + BackendBuckets.Patch. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1711,8 +1711,8 @@ def set_edge_security_policy_unary( Args: request (Union[google.cloud.compute_v1.types.SetEdgeSecurityPolicyBackendBucketRequest, dict]): The request object. A request message for - BackendBuckets.SetEdgeSecurityPolicy. See the method - description for details. + BackendBuckets.SetEdgeSecurityPolicy. + See the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1819,8 +1819,8 @@ def set_edge_security_policy( Args: request (Union[google.cloud.compute_v1.types.SetEdgeSecurityPolicyBackendBucketRequest, dict]): The request object. A request message for - BackendBuckets.SetEdgeSecurityPolicy. See the method - description for details. + BackendBuckets.SetEdgeSecurityPolicy. + See the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1947,8 +1947,8 @@ def update_unary( Args: request (Union[google.cloud.compute_v1.types.UpdateBackendBucketRequest, dict]): The request object. A request message for - BackendBuckets.Update. See the method description for - details. + BackendBuckets.Update. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -2046,8 +2046,8 @@ def update( Args: request (Union[google.cloud.compute_v1.types.UpdateBackendBucketRequest, dict]): The request object. A request message for - BackendBuckets.Update. See the method description for - details. + BackendBuckets.Update. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field diff --git a/google/cloud/compute_v1/services/backend_buckets/transports/rest.py b/google/cloud/compute_v1/services/backend_buckets/transports/rest.py index 1836f3326..4ac154806 100644 --- a/google/cloud/compute_v1/services/backend_buckets/transports/rest.py +++ b/google/cloud/compute_v1/services/backend_buckets/transports/rest.py @@ -473,7 +473,6 @@ def __call__( The request object. A request message for BackendBuckets.AddSignedUrlKey. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -586,7 +585,6 @@ def __call__( The request object. A request message for BackendBuckets.Delete. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -690,7 +688,6 @@ def __call__( The request object. A request message for BackendBuckets.DeleteSignedUrlKey. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -794,7 +791,6 @@ def __call__( The request object. A request message for BackendBuckets.Get. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -886,7 +882,6 @@ def __call__( The request object. A request message for BackendBuckets.Insert. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -997,7 +992,6 @@ def __call__( The request object. A request message for BackendBuckets.List. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1086,7 +1080,6 @@ def __call__( The request object. A request message for BackendBuckets.Patch. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1197,7 +1190,6 @@ def __call__( The request object. A request message for BackendBuckets.SetEdgeSecurityPolicy. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1310,7 +1302,6 @@ def __call__( The request object. A request message for BackendBuckets.Update. See the method description for details. - 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/google/cloud/compute_v1/services/backend_services/client.py b/google/cloud/compute_v1/services/backend_services/client.py index 7ef35b7b7..05b5bd2ce 100644 --- a/google/cloud/compute_v1/services/backend_services/client.py +++ b/google/cloud/compute_v1/services/backend_services/client.py @@ -442,8 +442,8 @@ def add_signed_url_key_unary( Args: request (Union[google.cloud.compute_v1.types.AddSignedUrlKeyBackendServiceRequest, dict]): The request object. A request message for - BackendServices.AddSignedUrlKey. See the method - description for details. + BackendServices.AddSignedUrlKey. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -545,8 +545,8 @@ def add_signed_url_key( Args: request (Union[google.cloud.compute_v1.types.AddSignedUrlKeyBackendServiceRequest, dict]): The request object. A request message for - BackendServices.AddSignedUrlKey. See the method - description for details. + BackendServices.AddSignedUrlKey. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -670,8 +670,8 @@ def aggregated_list( Args: request (Union[google.cloud.compute_v1.types.AggregatedListBackendServicesRequest, dict]): The request object. A request message for - BackendServices.AggregatedList. See the method - description for details. + BackendServices.AggregatedList. See the + method description for details. project (str): Name of the project scoping this request. @@ -760,8 +760,8 @@ def delete_unary( Args: request (Union[google.cloud.compute_v1.types.DeleteBackendServiceRequest, dict]): The request object. A request message for - BackendServices.Delete. See the method description for - details. + BackendServices.Delete. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -850,8 +850,8 @@ def delete( Args: request (Union[google.cloud.compute_v1.types.DeleteBackendServiceRequest, dict]): The request object. A request message for - BackendServices.Delete. See the method description for - details. + BackendServices.Delete. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -968,8 +968,8 @@ def delete_signed_url_key_unary( Args: request (Union[google.cloud.compute_v1.types.DeleteSignedUrlKeyBackendServiceRequest, dict]): The request object. A request message for - BackendServices.DeleteSignedUrlKey. See the method - description for details. + BackendServices.DeleteSignedUrlKey. See + the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1073,8 +1073,8 @@ def delete_signed_url_key( Args: request (Union[google.cloud.compute_v1.types.DeleteSignedUrlKeyBackendServiceRequest, dict]): The request object. A request message for - BackendServices.DeleteSignedUrlKey. See the method - description for details. + BackendServices.DeleteSignedUrlKey. See + the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1198,8 +1198,8 @@ def get( Args: request (Union[google.cloud.compute_v1.types.GetBackendServiceRequest, dict]): The request object. A request message for - BackendServices.Get. See the method description for - details. + BackendServices.Get. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1306,8 +1306,8 @@ def get_health( Args: request (Union[google.cloud.compute_v1.types.GetHealthBackendServiceRequest, dict]): The request object. A request message for - BackendServices.GetHealth. See the method description - for details. + BackendServices.GetHealth. See the + method description for details. project (str): This corresponds to the ``project`` field @@ -1408,8 +1408,8 @@ def get_iam_policy( Args: request (Union[google.cloud.compute_v1.types.GetIamPolicyBackendServiceRequest, dict]): The request object. A request message for - BackendServices.GetIamPolicy. See the method description - for details. + BackendServices.GetIamPolicy. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1538,8 +1538,8 @@ def insert_unary( Args: request (Union[google.cloud.compute_v1.types.InsertBackendServiceRequest, dict]): The request object. A request message for - BackendServices.Insert. See the method description for - details. + BackendServices.Insert. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1623,8 +1623,8 @@ def insert( Args: request (Union[google.cloud.compute_v1.types.InsertBackendServiceRequest, dict]): The request object. A request message for - BackendServices.Insert. See the method description for - details. + BackendServices.Insert. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1730,8 +1730,8 @@ def list( Args: request (Union[google.cloud.compute_v1.types.ListBackendServicesRequest, dict]): The request object. A request message for - BackendServices.List. See the method description for - details. + BackendServices.List. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1823,8 +1823,8 @@ def patch_unary( Args: request (Union[google.cloud.compute_v1.types.PatchBackendServiceRequest, dict]): The request object. A request message for - BackendServices.Patch. See the method description for - details. + BackendServices.Patch. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1925,8 +1925,8 @@ def patch( Args: request (Union[google.cloud.compute_v1.types.PatchBackendServiceRequest, dict]): The request object. A request message for - BackendServices.Patch. See the method description for - details. + BackendServices.Patch. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -2052,8 +2052,8 @@ def set_edge_security_policy_unary( Args: request (Union[google.cloud.compute_v1.types.SetEdgeSecurityPolicyBackendServiceRequest, dict]): The request object. A request message for - BackendServices.SetEdgeSecurityPolicy. See the method - description for details. + BackendServices.SetEdgeSecurityPolicy. + See the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -2161,8 +2161,8 @@ def set_edge_security_policy( Args: request (Union[google.cloud.compute_v1.types.SetEdgeSecurityPolicyBackendServiceRequest, dict]): The request object. A request message for - BackendServices.SetEdgeSecurityPolicy. See the method - description for details. + BackendServices.SetEdgeSecurityPolicy. + See the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -2294,8 +2294,8 @@ def set_iam_policy( Args: request (Union[google.cloud.compute_v1.types.SetIamPolicyBackendServiceRequest, dict]): The request object. A request message for - BackendServices.SetIamPolicy. See the method description - for details. + BackendServices.SetIamPolicy. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -2440,8 +2440,8 @@ def set_security_policy_unary( Args: request (Union[google.cloud.compute_v1.types.SetSecurityPolicyBackendServiceRequest, dict]): The request object. A request message for - BackendServices.SetSecurityPolicy. See the method - description for details. + BackendServices.SetSecurityPolicy. See + the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -2549,8 +2549,8 @@ def set_security_policy( Args: request (Union[google.cloud.compute_v1.types.SetSecurityPolicyBackendServiceRequest, dict]): The request object. A request message for - BackendServices.SetSecurityPolicy. See the method - description for details. + BackendServices.SetSecurityPolicy. See + the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -2678,8 +2678,8 @@ def update_unary( Args: request (Union[google.cloud.compute_v1.types.UpdateBackendServiceRequest, dict]): The request object. A request message for - BackendServices.Update. See the method description for - details. + BackendServices.Update. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -2778,8 +2778,8 @@ def update( Args: request (Union[google.cloud.compute_v1.types.UpdateBackendServiceRequest, dict]): The request object. A request message for - BackendServices.Update. See the method description for - details. + BackendServices.Update. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field diff --git a/google/cloud/compute_v1/services/backend_services/transports/rest.py b/google/cloud/compute_v1/services/backend_services/transports/rest.py index ed678cb5a..9c5e0d0e1 100644 --- a/google/cloud/compute_v1/services/backend_services/transports/rest.py +++ b/google/cloud/compute_v1/services/backend_services/transports/rest.py @@ -626,7 +626,6 @@ def __call__( The request object. A request message for BackendServices.AddSignedUrlKey. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -739,7 +738,6 @@ def __call__( The request object. A request message for BackendServices.AggregatedList. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -828,7 +826,6 @@ def __call__( The request object. A request message for BackendServices.Delete. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -932,7 +929,6 @@ def __call__( The request object. A request message for BackendServices.DeleteSignedUrlKey. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1036,7 +1032,6 @@ def __call__( The request object. A request message for BackendServices.Get. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1138,7 +1133,6 @@ def __call__( The request object. A request message for BackendServices.GetHealth. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1234,7 +1228,6 @@ def __call__( The request object. A request message for BackendServices.GetIamPolicy. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1362,7 +1355,6 @@ def __call__( The request object. A request message for BackendServices.Insert. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1473,7 +1465,6 @@ def __call__( The request object. A request message for BackendServices.List. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1562,7 +1553,6 @@ def __call__( The request object. A request message for BackendServices.Patch. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1673,7 +1663,6 @@ def __call__( The request object. A request message for BackendServices.SetEdgeSecurityPolicy. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1786,7 +1775,6 @@ def __call__( The request object. A request message for BackendServices.SetIamPolicy. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1923,7 +1911,6 @@ def __call__( The request object. A request message for BackendServices.SetSecurityPolicy. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -2036,7 +2023,6 @@ def __call__( The request object. A request message for BackendServices.Update. See the method description for details. - 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/google/cloud/compute_v1/services/disk_types/client.py b/google/cloud/compute_v1/services/disk_types/client.py index 215fd8b37..70befc08b 100644 --- a/google/cloud/compute_v1/services/disk_types/client.py +++ b/google/cloud/compute_v1/services/disk_types/client.py @@ -432,8 +432,8 @@ def aggregated_list( Args: request (Union[google.cloud.compute_v1.types.AggregatedListDiskTypesRequest, dict]): The request object. A request message for - DiskTypes.AggregatedList. See the method description for - details. + DiskTypes.AggregatedList. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -625,8 +625,8 @@ def list( Args: request (Union[google.cloud.compute_v1.types.ListDiskTypesRequest, dict]): - The request object. A request message for - DiskTypes.List. See the method description for details. + The request object. A request message for DiskTypes.List. + See the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field diff --git a/google/cloud/compute_v1/services/disk_types/transports/rest.py b/google/cloud/compute_v1/services/disk_types/transports/rest.py index 00e6a9685..e92afa126 100644 --- a/google/cloud/compute_v1/services/disk_types/transports/rest.py +++ b/google/cloud/compute_v1/services/disk_types/transports/rest.py @@ -287,7 +287,6 @@ def __call__( The request object. A request message for DiskTypes.AggregatedList. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -373,7 +372,6 @@ def __call__( request (~.compute.GetDiskTypeRequest): The request object. A request message for DiskTypes.Get. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -470,7 +468,6 @@ def __call__( request (~.compute.ListDiskTypesRequest): The request object. A request message for DiskTypes.List. See the method description for details. - 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/google/cloud/compute_v1/services/disks/client.py b/google/cloud/compute_v1/services/disks/client.py index ca99aff41..ff19418dc 100644 --- a/google/cloud/compute_v1/services/disks/client.py +++ b/google/cloud/compute_v1/services/disks/client.py @@ -442,8 +442,8 @@ def add_resource_policies_unary( Args: request (Union[google.cloud.compute_v1.types.AddResourcePoliciesDiskRequest, dict]): The request object. A request message for - Disks.AddResourcePolicies. See the method description - for details. + Disks.AddResourcePolicies. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -557,8 +557,8 @@ def add_resource_policies( Args: request (Union[google.cloud.compute_v1.types.AddResourcePoliciesDiskRequest, dict]): The request object. A request message for - Disks.AddResourcePolicies. See the method description - for details. + Disks.AddResourcePolicies. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -690,8 +690,8 @@ def aggregated_list( Args: request (Union[google.cloud.compute_v1.types.AggregatedListDisksRequest, dict]): The request object. A request message for - Disks.AggregatedList. See the method description for - details. + Disks.AggregatedList. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -782,8 +782,8 @@ def create_snapshot_unary( Args: request (Union[google.cloud.compute_v1.types.CreateSnapshotDiskRequest, dict]): The request object. A request message for - Disks.CreateSnapshot. See the method description for - details. + Disks.CreateSnapshot. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -895,8 +895,8 @@ def create_snapshot( Args: request (Union[google.cloud.compute_v1.types.CreateSnapshotDiskRequest, dict]): The request object. A request message for - Disks.CreateSnapshot. See the method description for - details. + Disks.CreateSnapshot. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1372,8 +1372,8 @@ def get_iam_policy( Args: request (Union[google.cloud.compute_v1.types.GetIamPolicyDiskRequest, dict]): The request object. A request message for - Disks.GetIamPolicy. See the method description for - details. + Disks.GetIamPolicy. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1741,8 +1741,8 @@ def list( Args: request (Union[google.cloud.compute_v1.types.ListDisksRequest, dict]): - The request object. A request message for Disks.List. - See the method description for details. + The request object. A request message for Disks.List. See + the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1848,8 +1848,8 @@ def remove_resource_policies_unary( Args: request (Union[google.cloud.compute_v1.types.RemoveResourcePoliciesDiskRequest, dict]): The request object. A request message for - Disks.RemoveResourcePolicies. See the method description - for details. + Disks.RemoveResourcePolicies. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1963,8 +1963,8 @@ def remove_resource_policies( Args: request (Union[google.cloud.compute_v1.types.RemoveResourcePoliciesDiskRequest, dict]): The request object. A request message for - Disks.RemoveResourcePolicies. See the method description - for details. + Disks.RemoveResourcePolicies. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -2339,8 +2339,8 @@ def set_iam_policy( Args: request (Union[google.cloud.compute_v1.types.SetIamPolicyDiskRequest, dict]): The request object. A request message for - Disks.SetIamPolicy. See the method description for - details. + Disks.SetIamPolicy. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -2491,7 +2491,8 @@ def set_labels_unary( Args: request (Union[google.cloud.compute_v1.types.SetLabelsDiskRequest, dict]): The request object. A request message for - Disks.SetLabels. See the method description for details. + Disks.SetLabels. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -2604,7 +2605,8 @@ def set_labels( Args: request (Union[google.cloud.compute_v1.types.SetLabelsDiskRequest, dict]): The request object. A request message for - Disks.SetLabels. See the method description for details. + Disks.SetLabels. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -2744,8 +2746,8 @@ def test_iam_permissions( Args: request (Union[google.cloud.compute_v1.types.TestIamPermissionsDiskRequest, dict]): The request object. A request message for - Disks.TestIamPermissions. See the method description for - details. + Disks.TestIamPermissions. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field diff --git a/google/cloud/compute_v1/services/disks/transports/rest.py b/google/cloud/compute_v1/services/disks/transports/rest.py index 5def36397..8ef11c76a 100644 --- a/google/cloud/compute_v1/services/disks/transports/rest.py +++ b/google/cloud/compute_v1/services/disks/transports/rest.py @@ -602,7 +602,6 @@ def __call__( The request object. A request message for Disks.AddResourcePolicies. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -715,7 +714,6 @@ def __call__( The request object. A request message for Disks.AggregatedList. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -802,7 +800,6 @@ def __call__( The request object. A request message for Disks.CreateSnapshot. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -912,7 +909,6 @@ def __call__( request (~.compute.DeleteDiskRequest): The request object. A request message for Disks.Delete. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1013,7 +1009,6 @@ def __call__( request (~.compute.GetDiskRequest): The request object. A request message for Disks.Get. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1112,7 +1107,6 @@ def __call__( The request object. A request message for Disks.GetIamPolicy. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1239,7 +1233,6 @@ def __call__( request (~.compute.InsertDiskRequest): The request object. A request message for Disks.Insert. See the method description for details. - 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 (~.compute.ListDisksRequest): The request object. A request message for Disks.List. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1436,7 +1428,6 @@ def __call__( The request object. A request message for Disks.RemoveResourcePolicies. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1548,7 +1539,6 @@ def __call__( request (~.compute.ResizeDiskRequest): The request object. A request message for Disks.Resize. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1659,7 +1649,6 @@ def __call__( The request object. A request message for Disks.SetIamPolicy. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1796,7 +1785,6 @@ def __call__( The request object. A request message for Disks.SetLabels. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1907,7 +1895,6 @@ def __call__( The request object. A request message for Disks.TestIamPermissions. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -2004,7 +1991,6 @@ def __call__( request (~.compute.UpdateDiskRequest): The request object. A request message for Disks.Update. See the method description for details. - 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/google/cloud/compute_v1/services/external_vpn_gateways/client.py b/google/cloud/compute_v1/services/external_vpn_gateways/client.py index 5a49b9b17..b200f2d03 100644 --- a/google/cloud/compute_v1/services/external_vpn_gateways/client.py +++ b/google/cloud/compute_v1/services/external_vpn_gateways/client.py @@ -438,8 +438,8 @@ def delete_unary( Args: request (Union[google.cloud.compute_v1.types.DeleteExternalVpnGatewayRequest, dict]): The request object. A request message for - ExternalVpnGateways.Delete. See the method description - for details. + ExternalVpnGateways.Delete. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -528,8 +528,8 @@ def delete( Args: request (Union[google.cloud.compute_v1.types.DeleteExternalVpnGatewayRequest, dict]): The request object. A request message for - ExternalVpnGateways.Delete. See the method description - for details. + ExternalVpnGateways.Delete. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -644,8 +644,8 @@ def get( Args: request (Union[google.cloud.compute_v1.types.GetExternalVpnGatewayRequest, dict]): The request object. A request message for - ExternalVpnGateways.Get. See the method description for - details. + ExternalVpnGateways.Get. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -747,8 +747,8 @@ def insert_unary( Args: request (Union[google.cloud.compute_v1.types.InsertExternalVpnGatewayRequest, dict]): The request object. A request message for - ExternalVpnGateways.Insert. See the method description - for details. + ExternalVpnGateways.Insert. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -831,8 +831,8 @@ def insert( Args: request (Union[google.cloud.compute_v1.types.InsertExternalVpnGatewayRequest, dict]): The request object. A request message for - ExternalVpnGateways.Insert. See the method description - for details. + ExternalVpnGateways.Insert. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -938,8 +938,8 @@ def list( Args: request (Union[google.cloud.compute_v1.types.ListExternalVpnGatewaysRequest, dict]): The request object. A request message for - ExternalVpnGateways.List. See the method description for - details. + ExternalVpnGateways.List. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1033,8 +1033,8 @@ def set_labels_unary( Args: request (Union[google.cloud.compute_v1.types.SetLabelsExternalVpnGatewayRequest, dict]): The request object. A request message for - ExternalVpnGateways.SetLabels. See the method - description for details. + ExternalVpnGateways.SetLabels. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1141,8 +1141,8 @@ def set_labels( Args: request (Union[google.cloud.compute_v1.types.SetLabelsExternalVpnGatewayRequest, dict]): The request object. A request message for - ExternalVpnGateways.SetLabels. See the method - description for details. + ExternalVpnGateways.SetLabels. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1272,8 +1272,8 @@ def test_iam_permissions( Args: request (Union[google.cloud.compute_v1.types.TestIamPermissionsExternalVpnGatewayRequest, dict]): The request object. A request message for - ExternalVpnGateways.TestIamPermissions. See the method - description for details. + ExternalVpnGateways.TestIamPermissions. + See the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field diff --git a/google/cloud/compute_v1/services/external_vpn_gateways/transports/rest.py b/google/cloud/compute_v1/services/external_vpn_gateways/transports/rest.py index 833a3ca8c..efd66b003 100644 --- a/google/cloud/compute_v1/services/external_vpn_gateways/transports/rest.py +++ b/google/cloud/compute_v1/services/external_vpn_gateways/transports/rest.py @@ -384,7 +384,6 @@ def __call__( The request object. A request message for ExternalVpnGateways.Delete. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -486,7 +485,6 @@ def __call__( The request object. A request message for ExternalVpnGateways.Get. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -587,7 +585,6 @@ def __call__( The request object. A request message for ExternalVpnGateways.Insert. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -698,7 +695,6 @@ def __call__( The request object. A request message for ExternalVpnGateways.List. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -787,7 +783,6 @@ def __call__( The request object. A request message for ExternalVpnGateways.SetLabels. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -898,7 +893,6 @@ def __call__( The request object. A request message for ExternalVpnGateways.TestIamPermissions. See the method description for details. - 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/google/cloud/compute_v1/services/firewall_policies/client.py b/google/cloud/compute_v1/services/firewall_policies/client.py index 9d7a278cc..af34f584f 100644 --- a/google/cloud/compute_v1/services/firewall_policies/client.py +++ b/google/cloud/compute_v1/services/firewall_policies/client.py @@ -443,8 +443,8 @@ def add_association_unary( Args: request (Union[google.cloud.compute_v1.types.AddAssociationFirewallPolicyRequest, dict]): The request object. A request message for - FirewallPolicies.AddAssociation. See the method - description for details. + FirewallPolicies.AddAssociation. See the + method description for details. firewall_policy (str): Name of the firewall policy to update. @@ -539,8 +539,8 @@ def add_association( Args: request (Union[google.cloud.compute_v1.types.AddAssociationFirewallPolicyRequest, dict]): The request object. A request message for - FirewallPolicies.AddAssociation. See the method - description for details. + FirewallPolicies.AddAssociation. See the + method description for details. firewall_policy (str): Name of the firewall policy to update. @@ -653,8 +653,8 @@ def add_rule_unary( Args: request (Union[google.cloud.compute_v1.types.AddRuleFirewallPolicyRequest, dict]): The request object. A request message for - FirewallPolicies.AddRule. See the method description for - details. + FirewallPolicies.AddRule. See the method + description for details. firewall_policy (str): Name of the firewall policy to update. @@ -740,8 +740,8 @@ def add_rule( Args: request (Union[google.cloud.compute_v1.types.AddRuleFirewallPolicyRequest, dict]): The request object. A request message for - FirewallPolicies.AddRule. See the method description for - details. + FirewallPolicies.AddRule. See the method + description for details. firewall_policy (str): Name of the firewall policy to update. @@ -849,8 +849,8 @@ def clone_rules_unary( Args: request (Union[google.cloud.compute_v1.types.CloneRulesFirewallPolicyRequest, dict]): The request object. A request message for - FirewallPolicies.CloneRules. See the method description - for details. + FirewallPolicies.CloneRules. See the + method description for details. firewall_policy (str): Name of the firewall policy to update. @@ -928,8 +928,8 @@ def clone_rules( Args: request (Union[google.cloud.compute_v1.types.CloneRulesFirewallPolicyRequest, dict]): The request object. A request message for - FirewallPolicies.CloneRules. See the method description - for details. + FirewallPolicies.CloneRules. See the + method description for details. firewall_policy (str): Name of the firewall policy to update. @@ -1030,8 +1030,8 @@ def delete_unary( Args: request (Union[google.cloud.compute_v1.types.DeleteFirewallPolicyRequest, dict]): The request object. A request message for - FirewallPolicies.Delete. See the method description for - details. + FirewallPolicies.Delete. See the method + description for details. firewall_policy (str): Name of the firewall policy to delete. @@ -1109,8 +1109,8 @@ def delete( Args: request (Union[google.cloud.compute_v1.types.DeleteFirewallPolicyRequest, dict]): The request object. A request message for - FirewallPolicies.Delete. See the method description for - details. + FirewallPolicies.Delete. See the method + description for details. firewall_policy (str): Name of the firewall policy to delete. @@ -1211,8 +1211,8 @@ def get( Args: request (Union[google.cloud.compute_v1.types.GetFirewallPolicyRequest, dict]): The request object. A request message for - FirewallPolicies.Get. See the method description for - details. + FirewallPolicies.Get. See the method + description for details. firewall_policy (str): Name of the firewall policy to get. This corresponds to the ``firewall_policy`` field @@ -1290,8 +1290,8 @@ def get_association( Args: request (Union[google.cloud.compute_v1.types.GetAssociationFirewallPolicyRequest, dict]): The request object. A request message for - FirewallPolicies.GetAssociation. See the method - description for details. + FirewallPolicies.GetAssociation. See the + method description for details. firewall_policy (str): Name of the firewall policy to which the queried rule belongs. @@ -1370,8 +1370,8 @@ def get_iam_policy( Args: request (Union[google.cloud.compute_v1.types.GetIamPolicyFirewallPolicyRequest, dict]): The request object. A request message for - FirewallPolicies.GetIamPolicy. See the method - description for details. + FirewallPolicies.GetIamPolicy. See the + method description for details. resource (str): Name or id of the resource for this request. @@ -1485,8 +1485,8 @@ def get_rule( Args: request (Union[google.cloud.compute_v1.types.GetRuleFirewallPolicyRequest, dict]): The request object. A request message for - FirewallPolicies.GetRule. See the method description for - details. + FirewallPolicies.GetRule. See the method + description for details. firewall_policy (str): Name of the firewall policy to which the queried rule belongs. @@ -1568,8 +1568,8 @@ def insert_unary( Args: request (Union[google.cloud.compute_v1.types.InsertFirewallPolicyRequest, dict]): The request object. A request message for - FirewallPolicies.Insert. See the method description for - details. + FirewallPolicies.Insert. See the method + description for details. parent_id (str): Parent ID for this request. The ID can be either be "folders/[FOLDER_ID]" if the parent is a folder or @@ -1650,8 +1650,8 @@ def insert( Args: request (Union[google.cloud.compute_v1.types.InsertFirewallPolicyRequest, dict]): The request object. A request message for - FirewallPolicies.Insert. See the method description for - details. + FirewallPolicies.Insert. See the method + description for details. parent_id (str): Parent ID for this request. The ID can be either be "folders/[FOLDER_ID]" if the parent is a folder or @@ -1754,8 +1754,8 @@ def list( Args: request (Union[google.cloud.compute_v1.types.ListFirewallPoliciesRequest, dict]): The request object. A request message for - FirewallPolicies.List. See the method description for - details. + FirewallPolicies.List. See the method + description for details. retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1817,8 +1817,8 @@ def list_associations( Args: request (Union[google.cloud.compute_v1.types.ListAssociationsFirewallPolicyRequest, dict]): The request object. A request message for - FirewallPolicies.ListAssociations. See the method - description for details. + FirewallPolicies.ListAssociations. See + the method description for details. retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1867,8 +1867,8 @@ def move_unary( Args: request (Union[google.cloud.compute_v1.types.MoveFirewallPolicyRequest, dict]): The request object. A request message for - FirewallPolicies.Move. See the method description for - details. + FirewallPolicies.Move. See the method + description for details. firewall_policy (str): Name of the firewall policy to update. @@ -1958,8 +1958,8 @@ def move( Args: request (Union[google.cloud.compute_v1.types.MoveFirewallPolicyRequest, dict]): The request object. A request message for - FirewallPolicies.Move. See the method description for - details. + FirewallPolicies.Move. See the method + description for details. firewall_policy (str): Name of the firewall policy to update. @@ -2074,8 +2074,8 @@ def patch_unary( Args: request (Union[google.cloud.compute_v1.types.PatchFirewallPolicyRequest, dict]): The request object. A request message for - FirewallPolicies.Patch. See the method description for - details. + FirewallPolicies.Patch. See the method + description for details. firewall_policy (str): Name of the firewall policy to update. @@ -2162,8 +2162,8 @@ def patch( Args: request (Union[google.cloud.compute_v1.types.PatchFirewallPolicyRequest, dict]): The request object. A request message for - FirewallPolicies.Patch. See the method description for - details. + FirewallPolicies.Patch. See the method + description for details. firewall_policy (str): Name of the firewall policy to update. @@ -2272,8 +2272,8 @@ def patch_rule_unary( Args: request (Union[google.cloud.compute_v1.types.PatchRuleFirewallPolicyRequest, dict]): The request object. A request message for - FirewallPolicies.PatchRule. See the method description - for details. + FirewallPolicies.PatchRule. See the + method description for details. firewall_policy (str): Name of the firewall policy to update. @@ -2359,8 +2359,8 @@ def patch_rule( Args: request (Union[google.cloud.compute_v1.types.PatchRuleFirewallPolicyRequest, dict]): The request object. A request message for - FirewallPolicies.PatchRule. See the method description - for details. + FirewallPolicies.PatchRule. See the + method description for details. firewall_policy (str): Name of the firewall policy to update. @@ -2471,8 +2471,8 @@ def remove_association_unary( Args: request (Union[google.cloud.compute_v1.types.RemoveAssociationFirewallPolicyRequest, dict]): The request object. A request message for - FirewallPolicies.RemoveAssociation. See the method - description for details. + FirewallPolicies.RemoveAssociation. See + the method description for details. firewall_policy (str): Name of the firewall policy to update. @@ -2553,8 +2553,8 @@ def remove_association( Args: request (Union[google.cloud.compute_v1.types.RemoveAssociationFirewallPolicyRequest, dict]): The request object. A request message for - FirewallPolicies.RemoveAssociation. See the method - description for details. + FirewallPolicies.RemoveAssociation. See + the method description for details. firewall_policy (str): Name of the firewall policy to update. @@ -2655,8 +2655,8 @@ def remove_rule_unary( Args: request (Union[google.cloud.compute_v1.types.RemoveRuleFirewallPolicyRequest, dict]): The request object. A request message for - FirewallPolicies.RemoveRule. See the method description - for details. + FirewallPolicies.RemoveRule. See the + method description for details. firewall_policy (str): Name of the firewall policy to update. @@ -2734,8 +2734,8 @@ def remove_rule( Args: request (Union[google.cloud.compute_v1.types.RemoveRuleFirewallPolicyRequest, dict]): The request object. A request message for - FirewallPolicies.RemoveRule. See the method description - for details. + FirewallPolicies.RemoveRule. See the + method description for details. firewall_policy (str): Name of the firewall policy to update. @@ -2842,8 +2842,8 @@ def set_iam_policy( Args: request (Union[google.cloud.compute_v1.types.SetIamPolicyFirewallPolicyRequest, dict]): The request object. A request message for - FirewallPolicies.SetIamPolicy. See the method - description for details. + FirewallPolicies.SetIamPolicy. See the + method description for details. resource (str): Name or id of the resource for this request. @@ -2974,8 +2974,8 @@ def test_iam_permissions( Args: request (Union[google.cloud.compute_v1.types.TestIamPermissionsFirewallPolicyRequest, dict]): The request object. A request message for - FirewallPolicies.TestIamPermissions. See the method - description for details. + FirewallPolicies.TestIamPermissions. See + the method description for details. resource (str): Name or id of the resource for this request. diff --git a/google/cloud/compute_v1/services/firewall_policies/transports/rest.py b/google/cloud/compute_v1/services/firewall_policies/transports/rest.py index 5074504ca..ac00bef4e 100644 --- a/google/cloud/compute_v1/services/firewall_policies/transports/rest.py +++ b/google/cloud/compute_v1/services/firewall_policies/transports/rest.py @@ -740,7 +740,6 @@ def __call__( The request object. A request message for FirewallPolicies.AddAssociation. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -851,7 +850,6 @@ def __call__( The request object. A request message for FirewallPolicies.AddRule. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -962,7 +960,6 @@ def __call__( The request object. A request message for FirewallPolicies.CloneRules. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1064,7 +1061,6 @@ def __call__( The request object. A request message for FirewallPolicies.Delete. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1166,7 +1162,6 @@ def __call__( The request object. A request message for FirewallPolicies.Get. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1255,7 +1250,6 @@ def __call__( The request object. A request message for FirewallPolicies.GetAssociation. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1342,7 +1336,6 @@ def __call__( The request object. A request message for FirewallPolicies.GetIamPolicy. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1470,7 +1463,6 @@ def __call__( The request object. A request message for FirewallPolicies.GetRule. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1563,7 +1555,6 @@ def __call__( The request object. A request message for FirewallPolicies.Insert. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1664,7 +1655,6 @@ def __call__( The request object. A request message for FirewallPolicies.List. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1740,7 +1730,6 @@ def __call__( The request object. A request message for FirewallPolicies.ListAssociations. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1830,7 +1819,6 @@ def __call__( The request object. A request message for FirewallPolicies.Move. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1932,7 +1920,6 @@ def __call__( The request object. A request message for FirewallPolicies.Patch. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -2043,7 +2030,6 @@ def __call__( The request object. A request message for FirewallPolicies.PatchRule. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -2154,7 +2140,6 @@ def __call__( The request object. A request message for FirewallPolicies.RemoveAssociation. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -2258,7 +2243,6 @@ def __call__( The request object. A request message for FirewallPolicies.RemoveRule. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -2360,7 +2344,6 @@ def __call__( The request object. A request message for FirewallPolicies.SetIamPolicy. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -2497,7 +2480,6 @@ def __call__( The request object. A request message for FirewallPolicies.TestIamPermissions. See the method description for details. - 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/google/cloud/compute_v1/services/firewalls/client.py b/google/cloud/compute_v1/services/firewalls/client.py index e745d1ada..93e273f35 100644 --- a/google/cloud/compute_v1/services/firewalls/client.py +++ b/google/cloud/compute_v1/services/firewalls/client.py @@ -436,8 +436,8 @@ def delete_unary( Args: request (Union[google.cloud.compute_v1.types.DeleteFirewallRequest, dict]): The request object. A request message for - Firewalls.Delete. See the method description for - details. + Firewalls.Delete. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -524,8 +524,8 @@ def delete( Args: request (Union[google.cloud.compute_v1.types.DeleteFirewallRequest, dict]): The request object. A request message for - Firewalls.Delete. See the method description for - details. + Firewalls.Delete. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -727,8 +727,8 @@ def insert_unary( Args: request (Union[google.cloud.compute_v1.types.InsertFirewallRequest, dict]): The request object. A request message for - Firewalls.Insert. See the method description for - details. + Firewalls.Insert. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -811,8 +811,8 @@ def insert( Args: request (Union[google.cloud.compute_v1.types.InsertFirewallRequest, dict]): The request object. A request message for - Firewalls.Insert. See the method description for - details. + Firewalls.Insert. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -917,8 +917,8 @@ def list( Args: request (Union[google.cloud.compute_v1.types.ListFirewallsRequest, dict]): - The request object. A request message for - Firewalls.List. See the method description for details. + The request object. A request message for Firewalls.List. + See the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1008,7 +1008,8 @@ def patch_unary( Args: request (Union[google.cloud.compute_v1.types.PatchFirewallRequest, dict]): The request object. A request message for - Firewalls.Patch. See the method description for details. + Firewalls.Patch. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1106,7 +1107,8 @@ def patch( Args: request (Union[google.cloud.compute_v1.types.PatchFirewallRequest, dict]): The request object. A request message for - Firewalls.Patch. See the method description for details. + Firewalls.Patch. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1229,8 +1231,8 @@ def update_unary( Args: request (Union[google.cloud.compute_v1.types.UpdateFirewallRequest, dict]): The request object. A request message for - Firewalls.Update. See the method description for - details. + Firewalls.Update. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1329,8 +1331,8 @@ def update( Args: request (Union[google.cloud.compute_v1.types.UpdateFirewallRequest, dict]): The request object. A request message for - Firewalls.Update. See the method description for - details. + Firewalls.Update. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field diff --git a/google/cloud/compute_v1/services/firewalls/transports/rest.py b/google/cloud/compute_v1/services/firewalls/transports/rest.py index 0b858fd7b..95044e1a0 100644 --- a/google/cloud/compute_v1/services/firewalls/transports/rest.py +++ b/google/cloud/compute_v1/services/firewalls/transports/rest.py @@ -370,7 +370,6 @@ def __call__( The request object. A request message for Firewalls.Delete. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -471,7 +470,6 @@ def __call__( request (~.compute.GetFirewallRequest): The request object. A request message for Firewalls.Get. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -563,7 +561,6 @@ def __call__( The request object. A request message for Firewalls.Insert. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -673,7 +670,6 @@ def __call__( request (~.compute.ListFirewallsRequest): The request object. A request message for Firewalls.List. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -760,7 +756,6 @@ def __call__( The request object. A request message for Firewalls.Patch. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -871,7 +866,6 @@ def __call__( The request object. A request message for Firewalls.Update. See the method description for details. - 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/google/cloud/compute_v1/services/forwarding_rules/client.py b/google/cloud/compute_v1/services/forwarding_rules/client.py index 806469a52..833976dd3 100644 --- a/google/cloud/compute_v1/services/forwarding_rules/client.py +++ b/google/cloud/compute_v1/services/forwarding_rules/client.py @@ -439,8 +439,8 @@ def aggregated_list( Args: request (Union[google.cloud.compute_v1.types.AggregatedListForwardingRulesRequest, dict]): The request object. A request message for - ForwardingRules.AggregatedList. See the method - description for details. + ForwardingRules.AggregatedList. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -526,8 +526,8 @@ def delete_unary( Args: request (Union[google.cloud.compute_v1.types.DeleteForwardingRuleRequest, dict]): The request object. A request message for - ForwardingRules.Delete. See the method description for - details. + ForwardingRules.Delete. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -627,8 +627,8 @@ def delete( Args: request (Union[google.cloud.compute_v1.types.DeleteForwardingRuleRequest, dict]): The request object. A request message for - ForwardingRules.Delete. See the method description for - details. + ForwardingRules.Delete. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -753,8 +753,8 @@ def get( Args: request (Union[google.cloud.compute_v1.types.GetForwardingRuleRequest, dict]): The request object. A request message for - ForwardingRules.Get. See the method description for - details. + ForwardingRules.Get. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -866,8 +866,8 @@ def insert_unary( Args: request (Union[google.cloud.compute_v1.types.InsertForwardingRuleRequest, dict]): The request object. A request message for - ForwardingRules.Insert. See the method description for - details. + ForwardingRules.Insert. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -966,8 +966,8 @@ def insert( Args: request (Union[google.cloud.compute_v1.types.InsertForwardingRuleRequest, dict]): The request object. A request message for - ForwardingRules.Insert. See the method description for - details. + ForwardingRules.Insert. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1089,8 +1089,8 @@ def list( Args: request (Union[google.cloud.compute_v1.types.ListForwardingRulesRequest, dict]): The request object. A request message for - ForwardingRules.List. See the method description for - details. + ForwardingRules.List. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1196,8 +1196,8 @@ def patch_unary( Args: request (Union[google.cloud.compute_v1.types.PatchForwardingRuleRequest, dict]): The request object. A request message for - ForwardingRules.Patch. See the method description for - details. + ForwardingRules.Patch. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1310,8 +1310,8 @@ def patch( Args: request (Union[google.cloud.compute_v1.types.PatchForwardingRuleRequest, dict]): The request object. A request message for - ForwardingRules.Patch. See the method description for - details. + ForwardingRules.Patch. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1450,8 +1450,8 @@ def set_labels_unary( Args: request (Union[google.cloud.compute_v1.types.SetLabelsForwardingRuleRequest, dict]): The request object. A request message for - ForwardingRules.SetLabels. See the method description - for details. + ForwardingRules.SetLabels. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1565,8 +1565,8 @@ def set_labels( Args: request (Union[google.cloud.compute_v1.types.SetLabelsForwardingRuleRequest, dict]): The request object. A request message for - ForwardingRules.SetLabels. See the method description - for details. + ForwardingRules.SetLabels. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1702,8 +1702,8 @@ def set_target_unary( Args: request (Union[google.cloud.compute_v1.types.SetTargetForwardingRuleRequest, dict]): The request object. A request message for - ForwardingRules.SetTarget. See the method description - for details. + ForwardingRules.SetTarget. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1814,8 +1814,8 @@ def set_target( Args: request (Union[google.cloud.compute_v1.types.SetTargetForwardingRuleRequest, dict]): The request object. A request message for - ForwardingRules.SetTarget. See the method description - for details. + ForwardingRules.SetTarget. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field diff --git a/google/cloud/compute_v1/services/forwarding_rules/transports/rest.py b/google/cloud/compute_v1/services/forwarding_rules/transports/rest.py index 60879d915..155210194 100644 --- a/google/cloud/compute_v1/services/forwarding_rules/transports/rest.py +++ b/google/cloud/compute_v1/services/forwarding_rules/transports/rest.py @@ -438,7 +438,6 @@ def __call__( The request object. A request message for ForwardingRules.AggregatedList. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -525,7 +524,6 @@ def __call__( The request object. A request message for ForwardingRules.Delete. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -627,7 +625,6 @@ def __call__( The request object. A request message for ForwardingRules.Get. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -726,7 +723,6 @@ def __call__( The request object. A request message for ForwardingRules.Insert. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -837,7 +833,6 @@ def __call__( The request object. A request message for ForwardingRules.List. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -926,7 +921,6 @@ def __call__( The request object. A request message for ForwardingRules.Patch. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1037,7 +1031,6 @@ def __call__( The request object. A request message for ForwardingRules.SetLabels. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1148,7 +1141,6 @@ def __call__( The request object. A request message for ForwardingRules.SetTarget. See the method description for details. - 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/google/cloud/compute_v1/services/global_addresses/client.py b/google/cloud/compute_v1/services/global_addresses/client.py index 84d5715ae..5b5f60cda 100644 --- a/google/cloud/compute_v1/services/global_addresses/client.py +++ b/google/cloud/compute_v1/services/global_addresses/client.py @@ -438,8 +438,8 @@ def delete_unary( Args: request (Union[google.cloud.compute_v1.types.DeleteGlobalAddressRequest, dict]): The request object. A request message for - GlobalAddresses.Delete. See the method description for - details. + GlobalAddresses.Delete. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -528,8 +528,8 @@ def delete( Args: request (Union[google.cloud.compute_v1.types.DeleteGlobalAddressRequest, dict]): The request object. A request message for - GlobalAddresses.Delete. See the method description for - details. + GlobalAddresses.Delete. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -642,8 +642,8 @@ def get( Args: request (Union[google.cloud.compute_v1.types.GetGlobalAddressRequest, dict]): The request object. A request message for - GlobalAddresses.Get. See the method description for - details. + GlobalAddresses.Get. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -738,8 +738,8 @@ def insert_unary( Args: request (Union[google.cloud.compute_v1.types.InsertGlobalAddressRequest, dict]): The request object. A request message for - GlobalAddresses.Insert. See the method description for - details. + GlobalAddresses.Insert. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -822,8 +822,8 @@ def insert( Args: request (Union[google.cloud.compute_v1.types.InsertGlobalAddressRequest, dict]): The request object. A request message for - GlobalAddresses.Insert. See the method description for - details. + GlobalAddresses.Insert. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -928,8 +928,8 @@ def list( Args: request (Union[google.cloud.compute_v1.types.ListGlobalAddressesRequest, dict]): The request object. A request message for - GlobalAddresses.List. See the method description for - details. + GlobalAddresses.List. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1019,8 +1019,8 @@ def set_labels_unary( Args: request (Union[google.cloud.compute_v1.types.SetLabelsGlobalAddressRequest, dict]): The request object. A request message for - GlobalAddresses.SetLabels. See the method description - for details. + GlobalAddresses.SetLabels. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1124,8 +1124,8 @@ def set_labels( Args: request (Union[google.cloud.compute_v1.types.SetLabelsGlobalAddressRequest, dict]): The request object. A request message for - GlobalAddresses.SetLabels. See the method description - for details. + GlobalAddresses.SetLabels. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field diff --git a/google/cloud/compute_v1/services/global_addresses/transports/rest.py b/google/cloud/compute_v1/services/global_addresses/transports/rest.py index fbcc23502..2f9ac4bf9 100644 --- a/google/cloud/compute_v1/services/global_addresses/transports/rest.py +++ b/google/cloud/compute_v1/services/global_addresses/transports/rest.py @@ -347,7 +347,6 @@ def __call__( The request object. A request message for GlobalAddresses.Delete. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -449,7 +448,6 @@ def __call__( The request object. A request message for GlobalAddresses.Get. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -543,7 +541,6 @@ def __call__( The request object. A request message for GlobalAddresses.Insert. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -654,7 +651,6 @@ def __call__( The request object. A request message for GlobalAddresses.List. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -741,7 +737,6 @@ def __call__( The request object. A request message for GlobalAddresses.SetLabels. See the method description for details. - 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/google/cloud/compute_v1/services/global_forwarding_rules/client.py b/google/cloud/compute_v1/services/global_forwarding_rules/client.py index ac233b764..f04706863 100644 --- a/google/cloud/compute_v1/services/global_forwarding_rules/client.py +++ b/google/cloud/compute_v1/services/global_forwarding_rules/client.py @@ -440,8 +440,8 @@ def delete_unary( Args: request (Union[google.cloud.compute_v1.types.DeleteGlobalForwardingRuleRequest, dict]): The request object. A request message for - GlobalForwardingRules.Delete. See the method description - for details. + GlobalForwardingRules.Delete. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -532,8 +532,8 @@ def delete( Args: request (Union[google.cloud.compute_v1.types.DeleteGlobalForwardingRuleRequest, dict]): The request object. A request message for - GlobalForwardingRules.Delete. See the method description - for details. + GlobalForwardingRules.Delete. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -648,8 +648,8 @@ def get( Args: request (Union[google.cloud.compute_v1.types.GetGlobalForwardingRuleRequest, dict]): The request object. A request message for - GlobalForwardingRules.Get. See the method description - for details. + GlobalForwardingRules.Get. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -752,8 +752,8 @@ def insert_unary( Args: request (Union[google.cloud.compute_v1.types.InsertGlobalForwardingRuleRequest, dict]): The request object. A request message for - GlobalForwardingRules.Insert. See the method description - for details. + GlobalForwardingRules.Insert. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -839,8 +839,8 @@ def insert( Args: request (Union[google.cloud.compute_v1.types.InsertGlobalForwardingRuleRequest, dict]): The request object. A request message for - GlobalForwardingRules.Insert. See the method description - for details. + GlobalForwardingRules.Insert. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -946,8 +946,8 @@ def list( Args: request (Union[google.cloud.compute_v1.types.ListGlobalForwardingRulesRequest, dict]): The request object. A request message for - GlobalForwardingRules.List. See the method description - for details. + GlobalForwardingRules.List. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1038,8 +1038,8 @@ def patch_unary( Args: request (Union[google.cloud.compute_v1.types.PatchGlobalForwardingRuleRequest, dict]): The request object. A request message for - GlobalForwardingRules.Patch. See the method description - for details. + GlobalForwardingRules.Patch. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1139,8 +1139,8 @@ def patch( Args: request (Union[google.cloud.compute_v1.types.PatchGlobalForwardingRuleRequest, dict]): The request object. A request message for - GlobalForwardingRules.Patch. See the method description - for details. + GlobalForwardingRules.Patch. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1267,8 +1267,8 @@ def set_labels_unary( Args: request (Union[google.cloud.compute_v1.types.SetLabelsGlobalForwardingRuleRequest, dict]): The request object. A request message for - GlobalForwardingRules.SetLabels. See the method - description for details. + GlobalForwardingRules.SetLabels. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1375,8 +1375,8 @@ def set_labels( Args: request (Union[google.cloud.compute_v1.types.SetLabelsGlobalForwardingRuleRequest, dict]): The request object. A request message for - GlobalForwardingRules.SetLabels. See the method - description for details. + GlobalForwardingRules.SetLabels. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1505,8 +1505,8 @@ def set_target_unary( Args: request (Union[google.cloud.compute_v1.types.SetTargetGlobalForwardingRuleRequest, dict]): The request object. A request message for - GlobalForwardingRules.SetTarget. See the method - description for details. + GlobalForwardingRules.SetTarget. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1609,8 +1609,8 @@ def set_target( Args: request (Union[google.cloud.compute_v1.types.SetTargetGlobalForwardingRuleRequest, dict]): The request object. A request message for - GlobalForwardingRules.SetTarget. See the method - description for details. + GlobalForwardingRules.SetTarget. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field diff --git a/google/cloud/compute_v1/services/global_forwarding_rules/transports/rest.py b/google/cloud/compute_v1/services/global_forwarding_rules/transports/rest.py index 6cada5e8b..0e5be1c57 100644 --- a/google/cloud/compute_v1/services/global_forwarding_rules/transports/rest.py +++ b/google/cloud/compute_v1/services/global_forwarding_rules/transports/rest.py @@ -407,7 +407,6 @@ def __call__( The request object. A request message for GlobalForwardingRules.Delete. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -509,7 +508,6 @@ def __call__( The request object. A request message for GlobalForwardingRules.Get. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -608,7 +606,6 @@ def __call__( The request object. A request message for GlobalForwardingRules.Insert. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -719,7 +716,6 @@ def __call__( The request object. A request message for GlobalForwardingRules.List. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -808,7 +804,6 @@ def __call__( The request object. A request message for GlobalForwardingRules.Patch. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -919,7 +914,6 @@ def __call__( The request object. A request message for GlobalForwardingRules.SetLabels. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1030,7 +1024,6 @@ def __call__( The request object. A request message for GlobalForwardingRules.SetTarget. See the method description for details. - 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/google/cloud/compute_v1/services/global_network_endpoint_groups/client.py b/google/cloud/compute_v1/services/global_network_endpoint_groups/client.py index 2a39593d1..0b9035101 100644 --- a/google/cloud/compute_v1/services/global_network_endpoint_groups/client.py +++ b/google/cloud/compute_v1/services/global_network_endpoint_groups/client.py @@ -446,8 +446,8 @@ def attach_network_endpoints_unary( Args: request (Union[google.cloud.compute_v1.types.AttachNetworkEndpointsGlobalNetworkEndpointGroupRequest, dict]): The request object. A request message for - GlobalNetworkEndpointGroups.AttachNetworkEndpoints. See - the method description for details. + GlobalNetworkEndpointGroups.AttachNetworkEndpoints. + See the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -566,8 +566,8 @@ def attach_network_endpoints( Args: request (Union[google.cloud.compute_v1.types.AttachNetworkEndpointsGlobalNetworkEndpointGroupRequest, dict]): The request object. A request message for - GlobalNetworkEndpointGroups.AttachNetworkEndpoints. See - the method description for details. + GlobalNetworkEndpointGroups.AttachNetworkEndpoints. + See the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -708,8 +708,8 @@ def delete_unary( Args: request (Union[google.cloud.compute_v1.types.DeleteGlobalNetworkEndpointGroupRequest, dict]): The request object. A request message for - GlobalNetworkEndpointGroups.Delete. See the method - description for details. + GlobalNetworkEndpointGroups.Delete. See + the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -803,8 +803,8 @@ def delete( Args: request (Union[google.cloud.compute_v1.types.DeleteGlobalNetworkEndpointGroupRequest, dict]): The request object. A request message for - GlobalNetworkEndpointGroups.Delete. See the method - description for details. + GlobalNetworkEndpointGroups.Delete. See + the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -924,8 +924,8 @@ def detach_network_endpoints_unary( Args: request (Union[google.cloud.compute_v1.types.DetachNetworkEndpointsGlobalNetworkEndpointGroupRequest, dict]): The request object. A request message for - GlobalNetworkEndpointGroups.DetachNetworkEndpoints. See - the method description for details. + GlobalNetworkEndpointGroups.DetachNetworkEndpoints. + See the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1044,8 +1044,8 @@ def detach_network_endpoints( Args: request (Union[google.cloud.compute_v1.types.DetachNetworkEndpointsGlobalNetworkEndpointGroupRequest, dict]): The request object. A request message for - GlobalNetworkEndpointGroups.DetachNetworkEndpoints. See - the method description for details. + GlobalNetworkEndpointGroups.DetachNetworkEndpoints. + See the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1184,8 +1184,8 @@ def get( Args: request (Union[google.cloud.compute_v1.types.GetGlobalNetworkEndpointGroupRequest, dict]): The request object. A request message for - GlobalNetworkEndpointGroups.Get. See the method - description for details. + GlobalNetworkEndpointGroups.Get. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1287,8 +1287,8 @@ def insert_unary( Args: request (Union[google.cloud.compute_v1.types.InsertGlobalNetworkEndpointGroupRequest, dict]): The request object. A request message for - GlobalNetworkEndpointGroups.Insert. See the method - description for details. + GlobalNetworkEndpointGroups.Insert. See + the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1376,8 +1376,8 @@ def insert( Args: request (Union[google.cloud.compute_v1.types.InsertGlobalNetworkEndpointGroupRequest, dict]): The request object. A request message for - GlobalNetworkEndpointGroups.Insert. See the method - description for details. + GlobalNetworkEndpointGroups.Insert. See + the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1487,8 +1487,8 @@ def list( Args: request (Union[google.cloud.compute_v1.types.ListGlobalNetworkEndpointGroupsRequest, dict]): The request object. A request message for - GlobalNetworkEndpointGroups.List. See the method - description for details. + GlobalNetworkEndpointGroups.List. See + the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1576,8 +1576,8 @@ def list_network_endpoints( Args: request (Union[google.cloud.compute_v1.types.ListNetworkEndpointsGlobalNetworkEndpointGroupsRequest, dict]): The request object. A request message for - GlobalNetworkEndpointGroups.ListNetworkEndpoints. See - the method description for details. + GlobalNetworkEndpointGroups.ListNetworkEndpoints. + See the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field diff --git a/google/cloud/compute_v1/services/global_network_endpoint_groups/transports/rest.py b/google/cloud/compute_v1/services/global_network_endpoint_groups/transports/rest.py index 9d907c633..f7bb4c663 100644 --- a/google/cloud/compute_v1/services/global_network_endpoint_groups/transports/rest.py +++ b/google/cloud/compute_v1/services/global_network_endpoint_groups/transports/rest.py @@ -430,7 +430,6 @@ def __call__( The request object. A request message for GlobalNetworkEndpointGroups.AttachNetworkEndpoints. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -547,7 +546,6 @@ def __call__( The request object. A request message for GlobalNetworkEndpointGroups.Delete. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -649,7 +647,6 @@ def __call__( The request object. A request message for GlobalNetworkEndpointGroups.DetachNetworkEndpoints. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -766,7 +763,6 @@ def __call__( The request object. A request message for GlobalNetworkEndpointGroups.Get. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -864,7 +860,6 @@ def __call__( The request object. A request message for GlobalNetworkEndpointGroups.Insert. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -975,7 +970,6 @@ def __call__( The request object. A request message for GlobalNetworkEndpointGroups.List. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1062,7 +1056,6 @@ def __call__( The request object. A request message for GlobalNetworkEndpointGroups.ListNetworkEndpoints. See the method description for details. - 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/google/cloud/compute_v1/services/global_operations/client.py b/google/cloud/compute_v1/services/global_operations/client.py index a43030f4c..8f9b69f97 100644 --- a/google/cloud/compute_v1/services/global_operations/client.py +++ b/google/cloud/compute_v1/services/global_operations/client.py @@ -436,8 +436,8 @@ def aggregated_list( Args: request (Union[google.cloud.compute_v1.types.AggregatedListGlobalOperationsRequest, dict]): The request object. A request message for - GlobalOperations.AggregatedList. See the method - description for details. + GlobalOperations.AggregatedList. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -522,8 +522,8 @@ def delete( Args: request (Union[google.cloud.compute_v1.types.DeleteGlobalOperationRequest, dict]): The request object. A request message for - GlobalOperations.Delete. See the method description for - details. + GlobalOperations.Delete. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -613,8 +613,8 @@ def get( Args: request (Union[google.cloud.compute_v1.types.GetGlobalOperationRequest, dict]): The request object. A request message for - GlobalOperations.Get. See the method description for - details. + GlobalOperations.Get. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -716,8 +716,8 @@ def list( Args: request (Union[google.cloud.compute_v1.types.ListGlobalOperationsRequest, dict]): The request object. A request message for - GlobalOperations.List. See the method description for - details. + GlobalOperations.List. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -816,8 +816,8 @@ def wait( Args: request (Union[google.cloud.compute_v1.types.WaitGlobalOperationRequest, dict]): The request object. A request message for - GlobalOperations.Wait. See the method description for - details. + GlobalOperations.Wait. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field diff --git a/google/cloud/compute_v1/services/global_operations/transports/rest.py b/google/cloud/compute_v1/services/global_operations/transports/rest.py index ec4e80576..42ab3eece 100644 --- a/google/cloud/compute_v1/services/global_operations/transports/rest.py +++ b/google/cloud/compute_v1/services/global_operations/transports/rest.py @@ -353,7 +353,6 @@ def __call__( The request object. A request message for GlobalOperations.AggregatedList. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -440,7 +439,6 @@ def __call__( The request object. A request message for GlobalOperations.Delete. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -530,7 +528,6 @@ def __call__( The request object. A request message for GlobalOperations.Get. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -632,7 +629,6 @@ def __call__( The request object. A request message for GlobalOperations.List. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -721,7 +717,6 @@ def __call__( The request object. A request message for GlobalOperations.Wait. See the method description for details. - 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/google/cloud/compute_v1/services/global_organization_operations/client.py b/google/cloud/compute_v1/services/global_organization_operations/client.py index 3ab92d3bf..37645f9af 100644 --- a/google/cloud/compute_v1/services/global_organization_operations/client.py +++ b/google/cloud/compute_v1/services/global_organization_operations/client.py @@ -438,8 +438,8 @@ def delete( Args: request (Union[google.cloud.compute_v1.types.DeleteGlobalOrganizationOperationRequest, dict]): The request object. A request message for - GlobalOrganizationOperations.Delete. See the method - description for details. + GlobalOrganizationOperations.Delete. See + the method description for details. operation (str): Name of the Operations resource to delete. @@ -521,8 +521,8 @@ def get( Args: request (Union[google.cloud.compute_v1.types.GetGlobalOrganizationOperationRequest, dict]): The request object. A request message for - GlobalOrganizationOperations.Get. See the method - description for details. + GlobalOrganizationOperations.Get. See + the method description for details. operation (str): Name of the Operations resource to return. @@ -615,8 +615,8 @@ def list( Args: request (Union[google.cloud.compute_v1.types.ListGlobalOrganizationOperationsRequest, dict]): The request object. A request message for - GlobalOrganizationOperations.List. See the method - description for details. + GlobalOrganizationOperations.List. See + the method description for details. 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/google/cloud/compute_v1/services/global_organization_operations/transports/rest.py b/google/cloud/compute_v1/services/global_organization_operations/transports/rest.py index 40cb90ee9..aa6151d08 100644 --- a/google/cloud/compute_v1/services/global_organization_operations/transports/rest.py +++ b/google/cloud/compute_v1/services/global_organization_operations/transports/rest.py @@ -297,7 +297,6 @@ def __call__( The request object. A request message for GlobalOrganizationOperations.Delete. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -387,7 +386,6 @@ def __call__( The request object. A request message for GlobalOrganizationOperations.Get. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -479,7 +477,6 @@ def __call__( The request object. A request message for GlobalOrganizationOperations.List. See the method description for details. - 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/google/cloud/compute_v1/services/global_public_delegated_prefixes/client.py b/google/cloud/compute_v1/services/global_public_delegated_prefixes/client.py index 77c27adae..216adc554 100644 --- a/google/cloud/compute_v1/services/global_public_delegated_prefixes/client.py +++ b/google/cloud/compute_v1/services/global_public_delegated_prefixes/client.py @@ -442,8 +442,8 @@ def delete_unary( Args: request (Union[google.cloud.compute_v1.types.DeleteGlobalPublicDelegatedPrefixeRequest, dict]): The request object. A request message for - GlobalPublicDelegatedPrefixes.Delete. See the method - description for details. + GlobalPublicDelegatedPrefixes.Delete. + See the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -534,8 +534,8 @@ def delete( Args: request (Union[google.cloud.compute_v1.types.DeleteGlobalPublicDelegatedPrefixeRequest, dict]): The request object. A request message for - GlobalPublicDelegatedPrefixes.Delete. See the method - description for details. + GlobalPublicDelegatedPrefixes.Delete. + See the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -651,8 +651,8 @@ def get( Args: request (Union[google.cloud.compute_v1.types.GetGlobalPublicDelegatedPrefixeRequest, dict]): The request object. A request message for - GlobalPublicDelegatedPrefixes.Get. See the method - description for details. + GlobalPublicDelegatedPrefixes.Get. See + the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -754,8 +754,8 @@ def insert_unary( Args: request (Union[google.cloud.compute_v1.types.InsertGlobalPublicDelegatedPrefixeRequest, dict]): The request object. A request message for - GlobalPublicDelegatedPrefixes.Insert. See the method - description for details. + GlobalPublicDelegatedPrefixes.Insert. + See the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -845,8 +845,8 @@ def insert( Args: request (Union[google.cloud.compute_v1.types.InsertGlobalPublicDelegatedPrefixeRequest, dict]): The request object. A request message for - GlobalPublicDelegatedPrefixes.Insert. See the method - description for details. + GlobalPublicDelegatedPrefixes.Insert. + See the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -956,8 +956,8 @@ def list( Args: request (Union[google.cloud.compute_v1.types.ListGlobalPublicDelegatedPrefixesRequest, dict]): The request object. A request message for - GlobalPublicDelegatedPrefixes.List. See the method - description for details. + GlobalPublicDelegatedPrefixes.List. See + the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1050,8 +1050,8 @@ def patch_unary( Args: request (Union[google.cloud.compute_v1.types.PatchGlobalPublicDelegatedPrefixeRequest, dict]): The request object. A request message for - GlobalPublicDelegatedPrefixes.Patch. See the method - description for details. + GlobalPublicDelegatedPrefixes.Patch. See + the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1159,8 +1159,8 @@ def patch( Args: request (Union[google.cloud.compute_v1.types.PatchGlobalPublicDelegatedPrefixeRequest, dict]): The request object. A request message for - GlobalPublicDelegatedPrefixes.Patch. See the method - description for details. + GlobalPublicDelegatedPrefixes.Patch. See + the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field diff --git a/google/cloud/compute_v1/services/global_public_delegated_prefixes/transports/rest.py b/google/cloud/compute_v1/services/global_public_delegated_prefixes/transports/rest.py index 428982846..8c0bbd23d 100644 --- a/google/cloud/compute_v1/services/global_public_delegated_prefixes/transports/rest.py +++ b/google/cloud/compute_v1/services/global_public_delegated_prefixes/transports/rest.py @@ -365,7 +365,6 @@ def __call__( The request object. A request message for GlobalPublicDelegatedPrefixes.Delete. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -467,7 +466,6 @@ def __call__( The request object. A request message for GlobalPublicDelegatedPrefixes.Get. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -563,7 +561,6 @@ def __call__( The request object. A request message for GlobalPublicDelegatedPrefixes.Insert. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -674,7 +671,6 @@ def __call__( The request object. A request message for GlobalPublicDelegatedPrefixes.List. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -761,7 +757,6 @@ def __call__( The request object. A request message for GlobalPublicDelegatedPrefixes.Patch. See the method description for details. - 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/google/cloud/compute_v1/services/health_checks/client.py b/google/cloud/compute_v1/services/health_checks/client.py index 2212e69d6..7206aa2ce 100644 --- a/google/cloud/compute_v1/services/health_checks/client.py +++ b/google/cloud/compute_v1/services/health_checks/client.py @@ -438,8 +438,8 @@ def aggregated_list( Args: request (Union[google.cloud.compute_v1.types.AggregatedListHealthChecksRequest, dict]): The request object. A request message for - HealthChecks.AggregatedList. See the method description - for details. + HealthChecks.AggregatedList. See the + method description for details. project (str): Name of the project scoping this request. @@ -526,8 +526,8 @@ def delete_unary( Args: request (Union[google.cloud.compute_v1.types.DeleteHealthCheckRequest, dict]): The request object. A request message for - HealthChecks.Delete. See the method description for - details. + HealthChecks.Delete. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -616,8 +616,8 @@ def delete( Args: request (Union[google.cloud.compute_v1.types.DeleteHealthCheckRequest, dict]): The request object. A request message for - HealthChecks.Delete. See the method description for - details. + HealthChecks.Delete. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -730,8 +730,8 @@ def get( Args: request (Union[google.cloud.compute_v1.types.GetHealthCheckRequest, dict]): The request object. A request message for - HealthChecks.Get. See the method description for - details. + HealthChecks.Get. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -838,8 +838,8 @@ def insert_unary( Args: request (Union[google.cloud.compute_v1.types.InsertHealthCheckRequest, dict]): The request object. A request message for - HealthChecks.Insert. See the method description for - details. + HealthChecks.Insert. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -922,8 +922,8 @@ def insert( Args: request (Union[google.cloud.compute_v1.types.InsertHealthCheckRequest, dict]): The request object. A request message for - HealthChecks.Insert. See the method description for - details. + HealthChecks.Insert. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1029,8 +1029,8 @@ def list( Args: request (Union[google.cloud.compute_v1.types.ListHealthChecksRequest, dict]): The request object. A request message for - HealthChecks.List. See the method description for - details. + HealthChecks.List. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1121,8 +1121,8 @@ def patch_unary( Args: request (Union[google.cloud.compute_v1.types.PatchHealthCheckRequest, dict]): The request object. A request message for - HealthChecks.Patch. See the method description for - details. + HealthChecks.Patch. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1222,8 +1222,8 @@ def patch( Args: request (Union[google.cloud.compute_v1.types.PatchHealthCheckRequest, dict]): The request object. A request message for - HealthChecks.Patch. See the method description for - details. + HealthChecks.Patch. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1345,8 +1345,8 @@ def update_unary( Args: request (Union[google.cloud.compute_v1.types.UpdateHealthCheckRequest, dict]): The request object. A request message for - HealthChecks.Update. See the method description for - details. + HealthChecks.Update. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1444,8 +1444,8 @@ def update( Args: request (Union[google.cloud.compute_v1.types.UpdateHealthCheckRequest, dict]): The request object. A request message for - HealthChecks.Update. See the method description for - details. + HealthChecks.Update. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field diff --git a/google/cloud/compute_v1/services/health_checks/transports/rest.py b/google/cloud/compute_v1/services/health_checks/transports/rest.py index c86d3c13c..ca5f3dde2 100644 --- a/google/cloud/compute_v1/services/health_checks/transports/rest.py +++ b/google/cloud/compute_v1/services/health_checks/transports/rest.py @@ -407,7 +407,6 @@ def __call__( The request object. A request message for HealthChecks.AggregatedList. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -494,7 +493,6 @@ def __call__( The request object. A request message for HealthChecks.Delete. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -596,7 +594,6 @@ def __call__( The request object. A request message for HealthChecks.Get. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -703,7 +700,6 @@ def __call__( The request object. A request message for HealthChecks.Insert. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -814,7 +810,6 @@ def __call__( The request object. A request message for HealthChecks.List. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -903,7 +898,6 @@ def __call__( The request object. A request message for HealthChecks.Patch. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1014,7 +1008,6 @@ def __call__( The request object. A request message for HealthChecks.Update. See the method description for details. - 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/google/cloud/compute_v1/services/image_family_views/client.py b/google/cloud/compute_v1/services/image_family_views/client.py index b992097d8..54e3ff193 100644 --- a/google/cloud/compute_v1/services/image_family_views/client.py +++ b/google/cloud/compute_v1/services/image_family_views/client.py @@ -437,8 +437,8 @@ def get( Args: request (Union[google.cloud.compute_v1.types.GetImageFamilyViewRequest, dict]): The request object. A request message for - ImageFamilyViews.Get. See the method description for - details. + ImageFamilyViews.Get. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field diff --git a/google/cloud/compute_v1/services/image_family_views/transports/rest.py b/google/cloud/compute_v1/services/image_family_views/transports/rest.py index f4483ecad..0ebb26f8a 100644 --- a/google/cloud/compute_v1/services/image_family_views/transports/rest.py +++ b/google/cloud/compute_v1/services/image_family_views/transports/rest.py @@ -231,7 +231,6 @@ def __call__( The request object. A request message for ImageFamilyViews.Get. See the method description for details. - 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/google/cloud/compute_v1/services/images/client.py b/google/cloud/compute_v1/services/images/client.py index 0765ec04a..a95505eb5 100644 --- a/google/cloud/compute_v1/services/images/client.py +++ b/google/cloud/compute_v1/services/images/client.py @@ -637,8 +637,8 @@ def deprecate_unary( Args: request (Union[google.cloud.compute_v1.types.DeprecateImageRequest, dict]): The request object. A request message for - Images.Deprecate. See the method description for - details. + Images.Deprecate. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -735,8 +735,8 @@ def deprecate( Args: request (Union[google.cloud.compute_v1.types.DeprecateImageRequest, dict]): The request object. A request message for - Images.Deprecate. See the method description for - details. + Images.Deprecate. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -853,8 +853,8 @@ def get( Args: request (Union[google.cloud.compute_v1.types.GetImageRequest, dict]): - The request object. A request message for Images.Get. - See the method description for details. + The request object. A request message for Images.Get. See + the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -945,8 +945,8 @@ def get_from_family( Args: request (Union[google.cloud.compute_v1.types.GetFromFamilyImageRequest, dict]): The request object. A request message for - Images.GetFromFamily. See the method description for - details. + Images.GetFromFamily. See the method + description for details. project (str): The image project that the image belongs to. For example, to get a CentOS @@ -1042,8 +1042,8 @@ def get_iam_policy( Args: request (Union[google.cloud.compute_v1.types.GetIamPolicyImageRequest, dict]): The request object. A request message for - Images.GetIamPolicy. See the method description for - details. + Images.GetIamPolicy. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1674,8 +1674,8 @@ def set_iam_policy( Args: request (Union[google.cloud.compute_v1.types.SetIamPolicyImageRequest, dict]): The request object. A request message for - Images.SetIamPolicy. See the method description for - details. + Images.SetIamPolicy. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1817,8 +1817,8 @@ def set_labels_unary( Args: request (Union[google.cloud.compute_v1.types.SetLabelsImageRequest, dict]): The request object. A request message for - Images.SetLabels. See the method description for - details. + Images.SetLabels. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1922,8 +1922,8 @@ def set_labels( Args: request (Union[google.cloud.compute_v1.types.SetLabelsImageRequest, dict]): The request object. A request message for - Images.SetLabels. See the method description for - details. + Images.SetLabels. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -2051,8 +2051,8 @@ def test_iam_permissions( Args: request (Union[google.cloud.compute_v1.types.TestIamPermissionsImageRequest, dict]): The request object. A request message for - Images.TestIamPermissions. See the method description - for details. + Images.TestIamPermissions. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field diff --git a/google/cloud/compute_v1/services/images/transports/rest.py b/google/cloud/compute_v1/services/images/transports/rest.py index 5ac9768b5..5f7e22465 100644 --- a/google/cloud/compute_v1/services/images/transports/rest.py +++ b/google/cloud/compute_v1/services/images/transports/rest.py @@ -512,7 +512,6 @@ def __call__( request (~.compute.DeleteImageRequest): The request object. A request message for Images.Delete. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -614,7 +613,6 @@ def __call__( The request object. A request message for Images.Deprecate. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -724,7 +722,6 @@ def __call__( request (~.compute.GetImageRequest): The request object. A request message for Images.Get. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -815,7 +812,6 @@ def __call__( The request object. A request message for Images.GetFromFamily. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -906,7 +902,6 @@ def __call__( The request object. A request message for Images.GetIamPolicy. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1033,7 +1028,6 @@ def __call__( request (~.compute.InsertImageRequest): The request object. A request message for Images.Insert. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1143,7 +1137,6 @@ def __call__( request (~.compute.ListImagesRequest): The request object. A request message for Images.List. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1229,7 +1222,6 @@ def __call__( request (~.compute.PatchImageRequest): The request object. A request message for Images.Patch. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1340,7 +1332,6 @@ def __call__( The request object. A request message for Images.SetIamPolicy. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1477,7 +1468,6 @@ def __call__( The request object. A request message for Images.SetLabels. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1588,7 +1578,6 @@ def __call__( The request object. A request message for Images.TestIamPermissions. See the method description for details. - 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/google/cloud/compute_v1/services/instance_group_managers/client.py b/google/cloud/compute_v1/services/instance_group_managers/client.py index b4e8da98f..a6ef0d0ae 100644 --- a/google/cloud/compute_v1/services/instance_group_managers/client.py +++ b/google/cloud/compute_v1/services/instance_group_managers/client.py @@ -460,8 +460,8 @@ def abandon_instances_unary( request (Union[google.cloud.compute_v1.types.AbandonInstancesInstanceGroupManagerRequest, dict]): The request object. Messages A request message for - InstanceGroupManagers.AbandonInstances. See the method - description for details. + InstanceGroupManagers.AbandonInstances. + See the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -598,8 +598,8 @@ def abandon_instances( request (Union[google.cloud.compute_v1.types.AbandonInstancesInstanceGroupManagerRequest, dict]): The request object. Messages A request message for - InstanceGroupManagers.AbandonInstances. See the method - description for details. + InstanceGroupManagers.AbandonInstances. + See the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -741,8 +741,8 @@ def aggregated_list( Args: request (Union[google.cloud.compute_v1.types.AggregatedListInstanceGroupManagersRequest, dict]): The request object. A request message for - InstanceGroupManagers.AggregatedList. See the method - description for details. + InstanceGroupManagers.AggregatedList. + See the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -835,8 +835,8 @@ def apply_updates_to_instances_unary( Args: request (Union[google.cloud.compute_v1.types.ApplyUpdatesToInstancesInstanceGroupManagerRequest, dict]): The request object. A request message for - InstanceGroupManagers.ApplyUpdatesToInstances. See the - method description for details. + InstanceGroupManagers.ApplyUpdatesToInstances. + See the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -966,8 +966,8 @@ def apply_updates_to_instances( Args: request (Union[google.cloud.compute_v1.types.ApplyUpdatesToInstancesInstanceGroupManagerRequest, dict]): The request object. A request message for - InstanceGroupManagers.ApplyUpdatesToInstances. See the - method description for details. + InstanceGroupManagers.ApplyUpdatesToInstances. + See the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1127,8 +1127,8 @@ def create_instances_unary( Args: request (Union[google.cloud.compute_v1.types.CreateInstancesInstanceGroupManagerRequest, dict]): The request object. A request message for - InstanceGroupManagers.CreateInstances. See the method - description for details. + InstanceGroupManagers.CreateInstances. + See the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1257,8 +1257,8 @@ def create_instances( Args: request (Union[google.cloud.compute_v1.types.CreateInstancesInstanceGroupManagerRequest, dict]): The request object. A request message for - InstanceGroupManagers.CreateInstances. See the method - description for details. + InstanceGroupManagers.CreateInstances. + See the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1405,8 +1405,8 @@ def delete_unary( Args: request (Union[google.cloud.compute_v1.types.DeleteInstanceGroupManagerRequest, dict]): The request object. A request message for - InstanceGroupManagers.Delete. See the method description - for details. + InstanceGroupManagers.Delete. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1511,8 +1511,8 @@ def delete( Args: request (Union[google.cloud.compute_v1.types.DeleteInstanceGroupManagerRequest, dict]): The request object. A request message for - InstanceGroupManagers.Delete. See the method description - for details. + InstanceGroupManagers.Delete. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1656,8 +1656,8 @@ def delete_instances_unary( Args: request (Union[google.cloud.compute_v1.types.DeleteInstancesInstanceGroupManagerRequest, dict]): The request object. A request message for - InstanceGroupManagers.DeleteInstances. See the method - description for details. + InstanceGroupManagers.DeleteInstances. + See the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1792,8 +1792,8 @@ def delete_instances( Args: request (Union[google.cloud.compute_v1.types.DeleteInstancesInstanceGroupManagerRequest, dict]): The request object. A request message for - InstanceGroupManagers.DeleteInstances. See the method - description for details. + InstanceGroupManagers.DeleteInstances. + See the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1940,8 +1940,8 @@ def delete_per_instance_configs_unary( Args: request (Union[google.cloud.compute_v1.types.DeletePerInstanceConfigsInstanceGroupManagerRequest, dict]): The request object. A request message for - InstanceGroupManagers.DeletePerInstanceConfigs. See the - method description for details. + InstanceGroupManagers.DeletePerInstanceConfigs. + See the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -2073,8 +2073,8 @@ def delete_per_instance_configs( Args: request (Union[google.cloud.compute_v1.types.DeletePerInstanceConfigsInstanceGroupManagerRequest, dict]): The request object. A request message for - InstanceGroupManagers.DeletePerInstanceConfigs. See the - method description for details. + InstanceGroupManagers.DeletePerInstanceConfigs. + See the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -2226,8 +2226,8 @@ def get( Args: request (Union[google.cloud.compute_v1.types.GetInstanceGroupManagerRequest, dict]): The request object. A request message for - InstanceGroupManagers.Get. See the method description - for details. + InstanceGroupManagers.Get. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -2346,8 +2346,8 @@ def insert_unary( Args: request (Union[google.cloud.compute_v1.types.InsertInstanceGroupManagerRequest, dict]): The request object. A request message for - InstanceGroupManagers.Insert. See the method description - for details. + InstanceGroupManagers.Insert. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -2458,8 +2458,8 @@ def insert( Args: request (Union[google.cloud.compute_v1.types.InsertInstanceGroupManagerRequest, dict]): The request object. A request message for - InstanceGroupManagers.Insert. See the method description - for details. + InstanceGroupManagers.Insert. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -2583,8 +2583,8 @@ def list( Args: request (Union[google.cloud.compute_v1.types.ListInstanceGroupManagersRequest, dict]): The request object. A request message for - InstanceGroupManagers.List. See the method description - for details. + InstanceGroupManagers.List. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -2689,8 +2689,8 @@ def list_errors( Args: request (Union[google.cloud.compute_v1.types.ListErrorsInstanceGroupManagersRequest, dict]): The request object. A request message for - InstanceGroupManagers.ListErrors. See the method - description for details. + InstanceGroupManagers.ListErrors. See + the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -2814,8 +2814,8 @@ def list_managed_instances( Args: request (Union[google.cloud.compute_v1.types.ListManagedInstancesInstanceGroupManagersRequest, dict]): The request object. A request message for - InstanceGroupManagers.ListManagedInstances. See the - method description for details. + InstanceGroupManagers.ListManagedInstances. + See the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -2931,8 +2931,8 @@ def list_per_instance_configs( Args: request (Union[google.cloud.compute_v1.types.ListPerInstanceConfigsInstanceGroupManagersRequest, dict]): The request object. A request message for - InstanceGroupManagers.ListPerInstanceConfigs. See the - method description for details. + InstanceGroupManagers.ListPerInstanceConfigs. + See the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -3063,8 +3063,8 @@ def patch_unary( Args: request (Union[google.cloud.compute_v1.types.PatchInstanceGroupManagerRequest, dict]): The request object. A request message for - InstanceGroupManagers.Patch. See the method description - for details. + InstanceGroupManagers.Patch. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -3189,8 +3189,8 @@ def patch( Args: request (Union[google.cloud.compute_v1.types.PatchInstanceGroupManagerRequest, dict]): The request object. A request message for - InstanceGroupManagers.Patch. See the method description - for details. + InstanceGroupManagers.Patch. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -3334,8 +3334,8 @@ def patch_per_instance_configs_unary( Args: request (Union[google.cloud.compute_v1.types.PatchPerInstanceConfigsInstanceGroupManagerRequest, dict]): The request object. A request message for - InstanceGroupManagers.PatchPerInstanceConfigs. See the - method description for details. + InstanceGroupManagers.PatchPerInstanceConfigs. + See the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -3469,8 +3469,8 @@ def patch_per_instance_configs( Args: request (Union[google.cloud.compute_v1.types.PatchPerInstanceConfigsInstanceGroupManagerRequest, dict]): The request object. A request message for - InstanceGroupManagers.PatchPerInstanceConfigs. See the - method description for details. + InstanceGroupManagers.PatchPerInstanceConfigs. + See the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -3639,8 +3639,8 @@ def recreate_instances_unary( Args: request (Union[google.cloud.compute_v1.types.RecreateInstancesInstanceGroupManagerRequest, dict]): The request object. A request message for - InstanceGroupManagers.RecreateInstances. See the method - description for details. + InstanceGroupManagers.RecreateInstances. + See the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -3776,8 +3776,8 @@ def recreate_instances( Args: request (Union[google.cloud.compute_v1.types.RecreateInstancesInstanceGroupManagerRequest, dict]): The request object. A request message for - InstanceGroupManagers.RecreateInstances. See the method - description for details. + InstanceGroupManagers.RecreateInstances. + See the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -3942,8 +3942,8 @@ def resize_unary( Args: request (Union[google.cloud.compute_v1.types.ResizeInstanceGroupManagerRequest, dict]): The request object. A request message for - InstanceGroupManagers.Resize. See the method description - for details. + InstanceGroupManagers.Resize. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -4078,8 +4078,8 @@ def resize( Args: request (Union[google.cloud.compute_v1.types.ResizeInstanceGroupManagerRequest, dict]): The request object. A request message for - InstanceGroupManagers.Resize. See the method description - for details. + InstanceGroupManagers.Resize. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -4226,8 +4226,8 @@ def set_instance_template_unary( Args: request (Union[google.cloud.compute_v1.types.SetInstanceTemplateInstanceGroupManagerRequest, dict]): The request object. A request message for - InstanceGroupManagers.SetInstanceTemplate. See the - method description for details. + InstanceGroupManagers.SetInstanceTemplate. + See the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -4357,8 +4357,8 @@ def set_instance_template( Args: request (Union[google.cloud.compute_v1.types.SetInstanceTemplateInstanceGroupManagerRequest, dict]): The request object. A request message for - InstanceGroupManagers.SetInstanceTemplate. See the - method description for details. + InstanceGroupManagers.SetInstanceTemplate. + See the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -4516,8 +4516,8 @@ def set_target_pools_unary( Args: request (Union[google.cloud.compute_v1.types.SetTargetPoolsInstanceGroupManagerRequest, dict]): The request object. A request message for - InstanceGroupManagers.SetTargetPools. See the method - description for details. + InstanceGroupManagers.SetTargetPools. + See the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -4645,8 +4645,8 @@ def set_target_pools( Args: request (Union[google.cloud.compute_v1.types.SetTargetPoolsInstanceGroupManagerRequest, dict]): The request object. A request message for - InstanceGroupManagers.SetTargetPools. See the method - description for details. + InstanceGroupManagers.SetTargetPools. + See the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -4795,8 +4795,8 @@ def update_per_instance_configs_unary( Args: request (Union[google.cloud.compute_v1.types.UpdatePerInstanceConfigsInstanceGroupManagerRequest, dict]): The request object. A request message for - InstanceGroupManagers.UpdatePerInstanceConfigs. See the - method description for details. + InstanceGroupManagers.UpdatePerInstanceConfigs. + See the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -4930,8 +4930,8 @@ def update_per_instance_configs( Args: request (Union[google.cloud.compute_v1.types.UpdatePerInstanceConfigsInstanceGroupManagerRequest, dict]): The request object. A request message for - InstanceGroupManagers.UpdatePerInstanceConfigs. See the - method description for details. + InstanceGroupManagers.UpdatePerInstanceConfigs. + See the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field diff --git a/google/cloud/compute_v1/services/instance_group_managers/transports/rest.py b/google/cloud/compute_v1/services/instance_group_managers/transports/rest.py index 63a5c65f6..e4131b91e 100644 --- a/google/cloud/compute_v1/services/instance_group_managers/transports/rest.py +++ b/google/cloud/compute_v1/services/instance_group_managers/transports/rest.py @@ -840,7 +840,6 @@ def __call__( A request message for InstanceGroupManagers.AbandonInstances. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -953,7 +952,6 @@ def __call__( The request object. A request message for InstanceGroupManagers.AggregatedList. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1041,7 +1039,6 @@ def __call__( The request object. A request message for InstanceGroupManagers.ApplyUpdatesToInstances. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1156,7 +1153,6 @@ def __call__( The request object. A request message for InstanceGroupManagers.CreateInstances. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1269,7 +1265,6 @@ def __call__( The request object. A request message for InstanceGroupManagers.Delete. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1371,7 +1366,6 @@ def __call__( The request object. A request message for InstanceGroupManagers.DeleteInstances. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1485,7 +1479,6 @@ def __call__( The request object. A request message for InstanceGroupManagers.DeletePerInstanceConfigs. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1600,7 +1593,6 @@ def __call__( The request object. A request message for InstanceGroupManagers.Get. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1696,7 +1688,6 @@ def __call__( The request object. A request message for InstanceGroupManagers.Insert. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1807,7 +1798,6 @@ def __call__( The request object. A request message for InstanceGroupManagers.List. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1894,7 +1884,6 @@ def __call__( The request object. A request message for InstanceGroupManagers.ListErrors. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1981,7 +1970,6 @@ def __call__( The request object. A request message for InstanceGroupManagers.ListManagedInstances. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -2072,7 +2060,6 @@ def __call__( The request object. A request message for InstanceGroupManagers.ListPerInstanceConfigs. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -2163,7 +2150,6 @@ def __call__( The request object. A request message for InstanceGroupManagers.Patch. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -2275,7 +2261,6 @@ def __call__( The request object. A request message for InstanceGroupManagers.PatchPerInstanceConfigs. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -2390,7 +2375,6 @@ def __call__( The request object. A request message for InstanceGroupManagers.RecreateInstances. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -2507,7 +2491,6 @@ def __call__( The request object. A request message for InstanceGroupManagers.Resize. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -2609,7 +2592,6 @@ def __call__( The request object. A request message for InstanceGroupManagers.SetInstanceTemplate. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -2724,7 +2706,6 @@ def __call__( The request object. A request message for InstanceGroupManagers.SetTargetPools. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -2838,7 +2819,6 @@ def __call__( The request object. A request message for InstanceGroupManagers.UpdatePerInstanceConfigs. See the method description for details. - 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/google/cloud/compute_v1/services/instance_groups/client.py b/google/cloud/compute_v1/services/instance_groups/client.py index 64efa7ae3..51704bdbc 100644 --- a/google/cloud/compute_v1/services/instance_groups/client.py +++ b/google/cloud/compute_v1/services/instance_groups/client.py @@ -445,8 +445,8 @@ def add_instances_unary( Args: request (Union[google.cloud.compute_v1.types.AddInstancesInstanceGroupRequest, dict]): The request object. A request message for - InstanceGroups.AddInstances. See the method description - for details. + InstanceGroups.AddInstances. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -568,8 +568,8 @@ def add_instances( Args: request (Union[google.cloud.compute_v1.types.AddInstancesInstanceGroupRequest, dict]): The request object. A request message for - InstanceGroups.AddInstances. See the method description - for details. + InstanceGroups.AddInstances. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -711,8 +711,8 @@ def aggregated_list( Args: request (Union[google.cloud.compute_v1.types.AggregatedListInstanceGroupsRequest, dict]): The request object. A request message for - InstanceGroups.AggregatedList. See the method - description for details. + InstanceGroups.AggregatedList. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -801,8 +801,8 @@ def delete_unary( Args: request (Union[google.cloud.compute_v1.types.DeleteInstanceGroupRequest, dict]): The request object. A request message for - InstanceGroups.Delete. See the method description for - details. + InstanceGroups.Delete. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -905,8 +905,8 @@ def delete( Args: request (Union[google.cloud.compute_v1.types.DeleteInstanceGroupRequest, dict]): The request object. A request message for - InstanceGroups.Delete. See the method description for - details. + InstanceGroups.Delete. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1035,8 +1035,8 @@ def get( Args: request (Union[google.cloud.compute_v1.types.GetInstanceGroupRequest, dict]): The request object. A request message for - InstanceGroups.Get. See the method description for - details. + InstanceGroups.Get. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1147,8 +1147,8 @@ def insert_unary( Args: request (Union[google.cloud.compute_v1.types.InsertInstanceGroupRequest, dict]): The request object. A request message for - InstanceGroups.Insert. See the method description for - details. + InstanceGroups.Insert. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1246,8 +1246,8 @@ def insert( Args: request (Union[google.cloud.compute_v1.types.InsertInstanceGroupRequest, dict]): The request object. A request message for - InstanceGroups.Insert. See the method description for - details. + InstanceGroups.Insert. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1371,8 +1371,8 @@ def list( Args: request (Union[google.cloud.compute_v1.types.ListInstanceGroupsRequest, dict]): The request object. A request message for - InstanceGroups.List. See the method description for - details. + InstanceGroups.List. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1481,8 +1481,8 @@ def list_instances( Args: request (Union[google.cloud.compute_v1.types.ListInstancesInstanceGroupsRequest, dict]): The request object. A request message for - InstanceGroups.ListInstances. See the method description - for details. + InstanceGroups.ListInstances. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1619,8 +1619,8 @@ def remove_instances_unary( Args: request (Union[google.cloud.compute_v1.types.RemoveInstancesInstanceGroupRequest, dict]): The request object. A request message for - InstanceGroups.RemoveInstances. See the method - description for details. + InstanceGroups.RemoveInstances. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1746,8 +1746,8 @@ def remove_instances( Args: request (Union[google.cloud.compute_v1.types.RemoveInstancesInstanceGroupRequest, dict]): The request object. A request message for - InstanceGroups.RemoveInstances. See the method - description for details. + InstanceGroups.RemoveInstances. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1894,8 +1894,8 @@ def set_named_ports_unary( Args: request (Union[google.cloud.compute_v1.types.SetNamedPortsInstanceGroupRequest, dict]): The request object. A request message for - InstanceGroups.SetNamedPorts. See the method description - for details. + InstanceGroups.SetNamedPorts. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -2017,8 +2017,8 @@ def set_named_ports( Args: request (Union[google.cloud.compute_v1.types.SetNamedPortsInstanceGroupRequest, dict]): The request object. A request message for - InstanceGroups.SetNamedPorts. See the method description - for details. + InstanceGroups.SetNamedPorts. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field diff --git a/google/cloud/compute_v1/services/instance_groups/transports/rest.py b/google/cloud/compute_v1/services/instance_groups/transports/rest.py index 1d7dd6115..bc1fd82c2 100644 --- a/google/cloud/compute_v1/services/instance_groups/transports/rest.py +++ b/google/cloud/compute_v1/services/instance_groups/transports/rest.py @@ -469,7 +469,6 @@ def __call__( The request object. A request message for InstanceGroups.AddInstances. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -580,7 +579,6 @@ def __call__( The request object. A request message for InstanceGroups.AggregatedList. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -667,7 +665,6 @@ def __call__( The request object. A request message for InstanceGroups.Delete. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -769,7 +766,6 @@ def __call__( The request object. A request message for InstanceGroups.Get. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -870,7 +866,6 @@ def __call__( The request object. A request message for InstanceGroups.Insert. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -981,7 +976,6 @@ def __call__( The request object. A request message for InstanceGroups.List. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1068,7 +1062,6 @@ def __call__( The request object. A request message for InstanceGroups.ListInstances. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1164,7 +1157,6 @@ def __call__( The request object. A request message for InstanceGroups.RemoveInstances. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1277,7 +1269,6 @@ def __call__( The request object. A request message for InstanceGroups.SetNamedPorts. See the method description for details. - 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/google/cloud/compute_v1/services/instance_templates/client.py b/google/cloud/compute_v1/services/instance_templates/client.py index d1292111e..321024701 100644 --- a/google/cloud/compute_v1/services/instance_templates/client.py +++ b/google/cloud/compute_v1/services/instance_templates/client.py @@ -441,8 +441,8 @@ def aggregated_list( Args: request (Union[google.cloud.compute_v1.types.AggregatedListInstanceTemplatesRequest, dict]): The request object. A request message for - InstanceTemplates.AggregatedList. See the method - description for details. + InstanceTemplates.AggregatedList. See + the method description for details. project (str): Name of the project scoping this request. @@ -534,8 +534,8 @@ def delete_unary( Args: request (Union[google.cloud.compute_v1.types.DeleteInstanceTemplateRequest, dict]): The request object. A request message for - InstanceTemplates.Delete. See the method description for - details. + InstanceTemplates.Delete. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -627,8 +627,8 @@ def delete( Args: request (Union[google.cloud.compute_v1.types.DeleteInstanceTemplateRequest, dict]): The request object. A request message for - InstanceTemplates.Delete. See the method description for - details. + InstanceTemplates.Delete. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -741,8 +741,8 @@ def get( Args: request (Union[google.cloud.compute_v1.types.GetInstanceTemplateRequest, dict]): The request object. A request message for - InstanceTemplates.Get. See the method description for - details. + InstanceTemplates.Get. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -835,8 +835,8 @@ def get_iam_policy( Args: request (Union[google.cloud.compute_v1.types.GetIamPolicyInstanceTemplateRequest, dict]): The request object. A request message for - InstanceTemplates.GetIamPolicy. See the method - description for details. + InstanceTemplates.GetIamPolicy. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -968,8 +968,8 @@ def insert_unary( Args: request (Union[google.cloud.compute_v1.types.InsertInstanceTemplateRequest, dict]): The request object. A request message for - InstanceTemplates.Insert. See the method description for - details. + InstanceTemplates.Insert. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1056,8 +1056,8 @@ def insert( Args: request (Union[google.cloud.compute_v1.types.InsertInstanceTemplateRequest, dict]): The request object. A request message for - InstanceTemplates.Insert. See the method description for - details. + InstanceTemplates.Insert. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1163,8 +1163,8 @@ def list( Args: request (Union[google.cloud.compute_v1.types.ListInstanceTemplatesRequest, dict]): The request object. A request message for - InstanceTemplates.List. See the method description for - details. + InstanceTemplates.List. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1256,8 +1256,8 @@ def set_iam_policy( Args: request (Union[google.cloud.compute_v1.types.SetIamPolicyInstanceTemplateRequest, dict]): The request object. A request message for - InstanceTemplates.SetIamPolicy. See the method - description for details. + InstanceTemplates.SetIamPolicy. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1401,8 +1401,8 @@ def test_iam_permissions( Args: request (Union[google.cloud.compute_v1.types.TestIamPermissionsInstanceTemplateRequest, dict]): The request object. A request message for - InstanceTemplates.TestIamPermissions. See the method - description for details. + InstanceTemplates.TestIamPermissions. + See the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field diff --git a/google/cloud/compute_v1/services/instance_templates/transports/rest.py b/google/cloud/compute_v1/services/instance_templates/transports/rest.py index 58fde9c2e..d1f954407 100644 --- a/google/cloud/compute_v1/services/instance_templates/transports/rest.py +++ b/google/cloud/compute_v1/services/instance_templates/transports/rest.py @@ -444,7 +444,6 @@ def __call__( The request object. A request message for InstanceTemplates.AggregatedList. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -533,7 +532,6 @@ def __call__( The request object. A request message for InstanceTemplates.Delete. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -635,7 +633,6 @@ def __call__( The request object. A request message for InstanceTemplates.Get. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -727,7 +724,6 @@ def __call__( The request object. A request message for InstanceTemplates.GetIamPolicy. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -855,7 +851,6 @@ def __call__( The request object. A request message for InstanceTemplates.Insert. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -966,7 +961,6 @@ def __call__( The request object. A request message for InstanceTemplates.List. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1053,7 +1047,6 @@ def __call__( The request object. A request message for InstanceTemplates.SetIamPolicy. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1190,7 +1183,6 @@ def __call__( The request object. A request message for InstanceTemplates.TestIamPermissions. See the method description for details. - 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/google/cloud/compute_v1/services/instances/client.py b/google/cloud/compute_v1/services/instances/client.py index 80f7222d2..ddaf0889a 100644 --- a/google/cloud/compute_v1/services/instances/client.py +++ b/google/cloud/compute_v1/services/instances/client.py @@ -440,8 +440,8 @@ def add_access_config_unary( Args: request (Union[google.cloud.compute_v1.types.AddAccessConfigInstanceRequest, dict]): The request object. A request message for - Instances.AddAccessConfig. See the method description - for details. + Instances.AddAccessConfig. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -560,8 +560,8 @@ def add_access_config( Args: request (Union[google.cloud.compute_v1.types.AddAccessConfigInstanceRequest, dict]): The request object. A request message for - Instances.AddAccessConfig. See the method description - for details. + Instances.AddAccessConfig. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -709,8 +709,8 @@ def add_resource_policies_unary( Args: request (Union[google.cloud.compute_v1.types.AddResourcePoliciesInstanceRequest, dict]): The request object. A request message for - Instances.AddResourcePolicies. See the method - description for details. + Instances.AddResourcePolicies. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -826,8 +826,8 @@ def add_resource_policies( Args: request (Union[google.cloud.compute_v1.types.AddResourcePoliciesInstanceRequest, dict]): The request object. A request message for - Instances.AddResourcePolicies. See the method - description for details. + Instances.AddResourcePolicies. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -963,8 +963,8 @@ def aggregated_list( Args: request (Union[google.cloud.compute_v1.types.AggregatedListInstancesRequest, dict]): The request object. A request message for - Instances.AggregatedList. See the method description for - details. + Instances.AggregatedList. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1055,8 +1055,8 @@ def attach_disk_unary( Args: request (Union[google.cloud.compute_v1.types.AttachDiskInstanceRequest, dict]): The request object. A request message for - Instances.AttachDisk. See the method description for - details. + Instances.AttachDisk. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1166,8 +1166,8 @@ def attach_disk( Args: request (Union[google.cloud.compute_v1.types.AttachDiskInstanceRequest, dict]): The request object. A request message for - Instances.AttachDisk. See the method description for - details. + Instances.AttachDisk. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1301,8 +1301,8 @@ def bulk_insert_unary( Args: request (Union[google.cloud.compute_v1.types.BulkInsertInstanceRequest, dict]): The request object. A request message for - Instances.BulkInsert. See the method description for - details. + Instances.BulkInsert. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1407,8 +1407,8 @@ def bulk_insert( Args: request (Union[google.cloud.compute_v1.types.BulkInsertInstanceRequest, dict]): The request object. A request message for - Instances.BulkInsert. See the method description for - details. + Instances.BulkInsert. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1535,8 +1535,8 @@ def delete_unary( Args: request (Union[google.cloud.compute_v1.types.DeleteInstanceRequest, dict]): The request object. A request message for - Instances.Delete. See the method description for - details. + Instances.Delete. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1637,8 +1637,8 @@ def delete( Args: request (Union[google.cloud.compute_v1.types.DeleteInstanceRequest, dict]): The request object. A request message for - Instances.Delete. See the method description for - details. + Instances.Delete. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1768,8 +1768,8 @@ def delete_access_config_unary( Args: request (Union[google.cloud.compute_v1.types.DeleteAccessConfigInstanceRequest, dict]): The request object. A request message for - Instances.DeleteAccessConfig. See the method description - for details. + Instances.DeleteAccessConfig. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1890,8 +1890,8 @@ def delete_access_config( Args: request (Union[google.cloud.compute_v1.types.DeleteAccessConfigInstanceRequest, dict]): The request object. A request message for - Instances.DeleteAccessConfig. See the method description - for details. + Instances.DeleteAccessConfig. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -2033,8 +2033,8 @@ def detach_disk_unary( Args: request (Union[google.cloud.compute_v1.types.DetachDiskInstanceRequest, dict]): The request object. A request message for - Instances.DetachDisk. See the method description for - details. + Instances.DetachDisk. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -2144,8 +2144,8 @@ def detach_disk( Args: request (Union[google.cloud.compute_v1.types.DetachDiskInstanceRequest, dict]): The request object. A request message for - Instances.DetachDisk. See the method description for - details. + Instances.DetachDisk. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -2386,8 +2386,8 @@ def get_effective_firewalls( Args: request (Union[google.cloud.compute_v1.types.GetEffectiveFirewallsInstanceRequest, dict]): The request object. A request message for - Instances.GetEffectiveFirewalls. See the method - description for details. + Instances.GetEffectiveFirewalls. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -2496,8 +2496,8 @@ def get_guest_attributes( Args: request (Union[google.cloud.compute_v1.types.GetGuestAttributesInstanceRequest, dict]): The request object. A request message for - Instances.GetGuestAttributes. See the method description - for details. + Instances.GetGuestAttributes. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -2596,8 +2596,8 @@ def get_iam_policy( Args: request (Union[google.cloud.compute_v1.types.GetIamPolicyInstanceRequest, dict]): The request object. A request message for - Instances.GetIamPolicy. See the method description for - details. + Instances.GetIamPolicy. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -2735,8 +2735,8 @@ def get_screenshot( Args: request (Union[google.cloud.compute_v1.types.GetScreenshotInstanceRequest, dict]): The request object. A request message for - Instances.GetScreenshot. See the method description for - details. + Instances.GetScreenshot. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -2837,8 +2837,8 @@ def get_serial_port_output( Args: request (Union[google.cloud.compute_v1.types.GetSerialPortOutputInstanceRequest, dict]): The request object. A request message for - Instances.GetSerialPortOutput. See the method - description for details. + Instances.GetSerialPortOutput. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -2938,8 +2938,8 @@ def get_shielded_instance_identity( Args: request (Union[google.cloud.compute_v1.types.GetShieldedInstanceIdentityInstanceRequest, dict]): The request object. A request message for - Instances.GetShieldedInstanceIdentity. See the method - description for details. + Instances.GetShieldedInstanceIdentity. + See the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -3040,8 +3040,8 @@ def insert_unary( Args: request (Union[google.cloud.compute_v1.types.InsertInstanceRequest, dict]): The request object. A request message for - Instances.Insert. See the method description for - details. + Instances.Insert. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -3139,8 +3139,8 @@ def insert( Args: request (Union[google.cloud.compute_v1.types.InsertInstanceRequest, dict]): The request object. A request message for - Instances.Insert. See the method description for - details. + Instances.Insert. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -3261,8 +3261,8 @@ def list( Args: request (Union[google.cloud.compute_v1.types.ListInstancesRequest, dict]): - The request object. A request message for - Instances.List. See the method description for details. + The request object. A request message for Instances.List. + See the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -3368,8 +3368,8 @@ def list_referrers( Args: request (Union[google.cloud.compute_v1.types.ListReferrersInstancesRequest, dict]): The request object. A request message for - Instances.ListReferrers. See the method description for - details. + Instances.ListReferrers. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -3488,8 +3488,8 @@ def remove_resource_policies_unary( Args: request (Union[google.cloud.compute_v1.types.RemoveResourcePoliciesInstanceRequest, dict]): The request object. A request message for - Instances.RemoveResourcePolicies. See the method - description for details. + Instances.RemoveResourcePolicies. See + the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -3608,8 +3608,8 @@ def remove_resource_policies( Args: request (Union[google.cloud.compute_v1.types.RemoveResourcePoliciesInstanceRequest, dict]): The request object. A request message for - Instances.RemoveResourcePolicies. See the method - description for details. + Instances.RemoveResourcePolicies. See + the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -3750,7 +3750,8 @@ def reset_unary( Args: request (Union[google.cloud.compute_v1.types.ResetInstanceRequest, dict]): The request object. A request message for - Instances.Reset. See the method description for details. + Instances.Reset. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -3852,7 +3853,8 @@ def reset( Args: request (Union[google.cloud.compute_v1.types.ResetInstanceRequest, dict]): The request object. A request message for - Instances.Reset. See the method description for details. + Instances.Reset. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -3978,8 +3980,8 @@ def resume_unary( Args: request (Union[google.cloud.compute_v1.types.ResumeInstanceRequest, dict]): The request object. A request message for - Instances.Resume. See the method description for - details. + Instances.Resume. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -4080,8 +4082,8 @@ def resume( Args: request (Union[google.cloud.compute_v1.types.ResumeInstanceRequest, dict]): The request object. A request message for - Instances.Resume. See the method description for - details. + Instances.Resume. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -4208,8 +4210,8 @@ def send_diagnostic_interrupt( Args: request (Union[google.cloud.compute_v1.types.SendDiagnosticInterruptInstanceRequest, dict]): The request object. A request message for - Instances.SendDiagnosticInterrupt. See the method - description for details. + Instances.SendDiagnosticInterrupt. See + the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -4314,8 +4316,8 @@ def set_deletion_protection_unary( Args: request (Union[google.cloud.compute_v1.types.SetDeletionProtectionInstanceRequest, dict]): The request object. A request message for - Instances.SetDeletionProtection. See the method - description for details. + Instances.SetDeletionProtection. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -4417,8 +4419,8 @@ def set_deletion_protection( Args: request (Union[google.cloud.compute_v1.types.SetDeletionProtectionInstanceRequest, dict]): The request object. A request message for - Instances.SetDeletionProtection. See the method - description for details. + Instances.SetDeletionProtection. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -4546,8 +4548,8 @@ def set_disk_auto_delete_unary( Args: request (Union[google.cloud.compute_v1.types.SetDiskAutoDeleteInstanceRequest, dict]): The request object. A request message for - Instances.SetDiskAutoDelete. See the method description - for details. + Instances.SetDiskAutoDelete. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -4668,8 +4670,8 @@ def set_disk_auto_delete( Args: request (Union[google.cloud.compute_v1.types.SetDiskAutoDeleteInstanceRequest, dict]): The request object. A request message for - Instances.SetDiskAutoDelete. See the method description - for details. + Instances.SetDiskAutoDelete. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -4814,8 +4816,8 @@ def set_iam_policy( Args: request (Union[google.cloud.compute_v1.types.SetIamPolicyInstanceRequest, dict]): The request object. A request message for - Instances.SetIamPolicy. See the method description for - details. + Instances.SetIamPolicy. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -4968,8 +4970,8 @@ def set_labels_unary( Args: request (Union[google.cloud.compute_v1.types.SetLabelsInstanceRequest, dict]): The request object. A request message for - Instances.SetLabels. See the method description for - details. + Instances.SetLabels. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -5084,8 +5086,8 @@ def set_labels( Args: request (Union[google.cloud.compute_v1.types.SetLabelsInstanceRequest, dict]): The request object. A request message for - Instances.SetLabels. See the method description for - details. + Instances.SetLabels. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -5227,8 +5229,8 @@ def set_machine_resources_unary( Args: request (Union[google.cloud.compute_v1.types.SetMachineResourcesInstanceRequest, dict]): The request object. A request message for - Instances.SetMachineResources. See the method - description for details. + Instances.SetMachineResources. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -5345,8 +5347,8 @@ def set_machine_resources( Args: request (Union[google.cloud.compute_v1.types.SetMachineResourcesInstanceRequest, dict]): The request object. A request message for - Instances.SetMachineResources. See the method - description for details. + Instances.SetMachineResources. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -5486,8 +5488,8 @@ def set_machine_type_unary( Args: request (Union[google.cloud.compute_v1.types.SetMachineTypeInstanceRequest, dict]): The request object. A request message for - Instances.SetMachineType. See the method description for - details. + Instances.SetMachineType. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -5602,8 +5604,8 @@ def set_machine_type( Args: request (Union[google.cloud.compute_v1.types.SetMachineTypeInstanceRequest, dict]): The request object. A request message for - Instances.SetMachineType. See the method description for - details. + Instances.SetMachineType. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -5741,8 +5743,8 @@ def set_metadata_unary( Args: request (Union[google.cloud.compute_v1.types.SetMetadataInstanceRequest, dict]): The request object. A request message for - Instances.SetMetadata. See the method description for - details. + Instances.SetMetadata. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -5851,8 +5853,8 @@ def set_metadata( Args: request (Union[google.cloud.compute_v1.types.SetMetadataInstanceRequest, dict]): The request object. A request message for - Instances.SetMetadata. See the method description for - details. + Instances.SetMetadata. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -5990,8 +5992,8 @@ def set_min_cpu_platform_unary( Args: request (Union[google.cloud.compute_v1.types.SetMinCpuPlatformInstanceRequest, dict]): The request object. A request message for - Instances.SetMinCpuPlatform. See the method description - for details. + Instances.SetMinCpuPlatform. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -6108,8 +6110,8 @@ def set_min_cpu_platform( Args: request (Union[google.cloud.compute_v1.types.SetMinCpuPlatformInstanceRequest, dict]): The request object. A request message for - Instances.SetMinCpuPlatform. See the method description - for details. + Instances.SetMinCpuPlatform. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -6248,8 +6250,8 @@ def set_name_unary( Args: request (Union[google.cloud.compute_v1.types.SetNameInstanceRequest, dict]): The request object. A request message for - Instances.SetName. See the method description for - details. + Instances.SetName. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -6361,8 +6363,8 @@ def set_name( Args: request (Union[google.cloud.compute_v1.types.SetNameInstanceRequest, dict]): The request object. A request message for - Instances.SetName. See the method description for - details. + Instances.SetName. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -6502,8 +6504,8 @@ def set_scheduling_unary( Args: request (Union[google.cloud.compute_v1.types.SetSchedulingInstanceRequest, dict]): The request object. A request message for - Instances.SetScheduling. See the method description for - details. + Instances.SetScheduling. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -6614,8 +6616,8 @@ def set_scheduling( Args: request (Union[google.cloud.compute_v1.types.SetSchedulingInstanceRequest, dict]): The request object. A request message for - Instances.SetScheduling. See the method description for - details. + Instances.SetScheduling. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -6750,8 +6752,8 @@ def set_service_account_unary( Args: request (Union[google.cloud.compute_v1.types.SetServiceAccountInstanceRequest, dict]): The request object. A request message for - Instances.SetServiceAccount. See the method description - for details. + Instances.SetServiceAccount. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -6867,8 +6869,8 @@ def set_service_account( Args: request (Union[google.cloud.compute_v1.types.SetServiceAccountInstanceRequest, dict]): The request object. A request message for - Instances.SetServiceAccount. See the method description - for details. + Instances.SetServiceAccount. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -7012,8 +7014,8 @@ def set_shielded_instance_integrity_policy_unary( Args: request (Union[google.cloud.compute_v1.types.SetShieldedInstanceIntegrityPolicyInstanceRequest, dict]): The request object. A request message for - Instances.SetShieldedInstanceIntegrityPolicy. See the - method description for details. + Instances.SetShieldedInstanceIntegrityPolicy. + See the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -7136,8 +7138,8 @@ def set_shielded_instance_integrity_policy( Args: request (Union[google.cloud.compute_v1.types.SetShieldedInstanceIntegrityPolicyInstanceRequest, dict]): The request object. A request message for - Instances.SetShieldedInstanceIntegrityPolicy. See the - method description for details. + Instances.SetShieldedInstanceIntegrityPolicy. + See the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -7279,8 +7281,8 @@ def set_tags_unary( Args: request (Union[google.cloud.compute_v1.types.SetTagsInstanceRequest, dict]): The request object. A request message for - Instances.SetTags. See the method description for - details. + Instances.SetTags. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -7389,8 +7391,8 @@ def set_tags( Args: request (Union[google.cloud.compute_v1.types.SetTagsInstanceRequest, dict]): The request object. A request message for - Instances.SetTags. See the method description for - details. + Instances.SetTags. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -7525,8 +7527,8 @@ def simulate_maintenance_event_unary( Args: request (Union[google.cloud.compute_v1.types.SimulateMaintenanceEventInstanceRequest, dict]): The request object. A request message for - Instances.SimulateMaintenanceEvent. See the method - description for details. + Instances.SimulateMaintenanceEvent. See + the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -7631,8 +7633,8 @@ def simulate_maintenance_event( Args: request (Union[google.cloud.compute_v1.types.SimulateMaintenanceEventInstanceRequest, dict]): The request object. A request message for - Instances.SimulateMaintenanceEvent. See the method - description for details. + Instances.SimulateMaintenanceEvent. See + the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -7761,7 +7763,8 @@ def start_unary( Args: request (Union[google.cloud.compute_v1.types.StartInstanceRequest, dict]): The request object. A request message for - Instances.Start. See the method description for details. + Instances.Start. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -7863,7 +7866,8 @@ def start( Args: request (Union[google.cloud.compute_v1.types.StartInstanceRequest, dict]): The request object. A request message for - Instances.Start. See the method description for details. + Instances.Start. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -7995,8 +7999,8 @@ def start_with_encryption_key_unary( Args: request (Union[google.cloud.compute_v1.types.StartWithEncryptionKeyInstanceRequest, dict]): The request object. A request message for - Instances.StartWithEncryptionKey. See the method - description for details. + Instances.StartWithEncryptionKey. See + the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -8121,8 +8125,8 @@ def start_with_encryption_key( Args: request (Union[google.cloud.compute_v1.types.StartWithEncryptionKeyInstanceRequest, dict]): The request object. A request message for - Instances.StartWithEncryptionKey. See the method - description for details. + Instances.StartWithEncryptionKey. See + the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -8270,8 +8274,8 @@ def stop_unary( Args: request (Union[google.cloud.compute_v1.types.StopInstanceRequest, dict]): - The request object. A request message for - Instances.Stop. See the method description for details. + The request object. A request message for Instances.Stop. + See the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -8376,8 +8380,8 @@ def stop( Args: request (Union[google.cloud.compute_v1.types.StopInstanceRequest, dict]): - The request object. A request message for - Instances.Stop. See the method description for details. + The request object. A request message for Instances.Stop. + See the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -8510,8 +8514,8 @@ def suspend_unary( Args: request (Union[google.cloud.compute_v1.types.SuspendInstanceRequest, dict]): The request object. A request message for - Instances.Suspend. See the method description for - details. + Instances.Suspend. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -8619,8 +8623,8 @@ def suspend( Args: request (Union[google.cloud.compute_v1.types.SuspendInstanceRequest, dict]): The request object. A request message for - Instances.Suspend. See the method description for - details. + Instances.Suspend. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -8751,8 +8755,8 @@ def test_iam_permissions( Args: request (Union[google.cloud.compute_v1.types.TestIamPermissionsInstanceRequest, dict]): The request object. A request message for - Instances.TestIamPermissions. See the method description - for details. + Instances.TestIamPermissions. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -8865,8 +8869,8 @@ def update_unary( Args: request (Union[google.cloud.compute_v1.types.UpdateInstanceRequest, dict]): The request object. A request message for - Instances.Update. See the method description for - details. + Instances.Update. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -8977,8 +8981,8 @@ def update( Args: request (Union[google.cloud.compute_v1.types.UpdateInstanceRequest, dict]): The request object. A request message for - Instances.Update. See the method description for - details. + Instances.Update. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -9117,8 +9121,8 @@ def update_access_config_unary( Args: request (Union[google.cloud.compute_v1.types.UpdateAccessConfigInstanceRequest, dict]): The request object. A request message for - Instances.UpdateAccessConfig. See the method description - for details. + Instances.UpdateAccessConfig. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -9241,8 +9245,8 @@ def update_access_config( Args: request (Union[google.cloud.compute_v1.types.UpdateAccessConfigInstanceRequest, dict]): The request object. A request message for - Instances.UpdateAccessConfig. See the method description - for details. + Instances.UpdateAccessConfig. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -9389,8 +9393,8 @@ def update_display_device_unary( Args: request (Union[google.cloud.compute_v1.types.UpdateDisplayDeviceInstanceRequest, dict]): The request object. A request message for - Instances.UpdateDisplayDevice. See the method - description for details. + Instances.UpdateDisplayDevice. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -9503,8 +9507,8 @@ def update_display_device( Args: request (Union[google.cloud.compute_v1.types.UpdateDisplayDeviceInstanceRequest, dict]): The request object. A request message for - Instances.UpdateDisplayDevice. See the method - description for details. + Instances.UpdateDisplayDevice. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -9646,8 +9650,8 @@ def update_network_interface_unary( Args: request (Union[google.cloud.compute_v1.types.UpdateNetworkInterfaceInstanceRequest, dict]): The request object. A request message for - Instances.UpdateNetworkInterface. See the method - description for details. + Instances.UpdateNetworkInterface. See + the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -9773,8 +9777,8 @@ def update_network_interface( Args: request (Union[google.cloud.compute_v1.types.UpdateNetworkInterfaceInstanceRequest, dict]): The request object. A request message for - Instances.UpdateNetworkInterface. See the method - description for details. + Instances.UpdateNetworkInterface. See + the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -9923,8 +9927,8 @@ def update_shielded_instance_config_unary( Args: request (Union[google.cloud.compute_v1.types.UpdateShieldedInstanceConfigInstanceRequest, dict]): The request object. A request message for - Instances.UpdateShieldedInstanceConfig. See the method - description for details. + Instances.UpdateShieldedInstanceConfig. + See the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -10045,8 +10049,8 @@ def update_shielded_instance_config( Args: request (Union[google.cloud.compute_v1.types.UpdateShieldedInstanceConfigInstanceRequest, dict]): The request object. A request message for - Instances.UpdateShieldedInstanceConfig. See the method - description for details. + Instances.UpdateShieldedInstanceConfig. + See the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field diff --git a/google/cloud/compute_v1/services/instances/transports/rest.py b/google/cloud/compute_v1/services/instances/transports/rest.py index d79e19e7b..e0faaa398 100644 --- a/google/cloud/compute_v1/services/instances/transports/rest.py +++ b/google/cloud/compute_v1/services/instances/transports/rest.py @@ -1591,7 +1591,6 @@ def __call__( The request object. A request message for Instances.AddAccessConfig. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1704,7 +1703,6 @@ def __call__( The request object. A request message for Instances.AddResourcePolicies. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1817,7 +1815,6 @@ def __call__( The request object. A request message for Instances.AggregatedList. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1904,7 +1901,6 @@ def __call__( The request object. A request message for Instances.AttachDisk. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -2015,7 +2011,6 @@ def __call__( The request object. A request message for Instances.BulkInsert. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -2126,7 +2121,6 @@ def __call__( The request object. A request message for Instances.Delete. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -2231,7 +2225,6 @@ def __call__( The request object. A request message for Instances.DeleteAccessConfig. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -2337,7 +2330,6 @@ def __call__( The request object. A request message for Instances.DetachDisk. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -2438,7 +2430,6 @@ def __call__( request (~.compute.GetInstanceRequest): The request object. A request message for Instances.Get. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -2532,7 +2523,6 @@ def __call__( The request object. A request message for Instances.GetEffectiveFirewalls. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -2621,7 +2611,6 @@ def __call__( The request object. A request message for Instances.GetGuestAttributes. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -2710,7 +2699,6 @@ def __call__( The request object. A request message for Instances.GetIamPolicy. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -2838,7 +2826,6 @@ def __call__( The request object. A request message for Instances.GetScreenshot. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -2925,7 +2912,6 @@ def __call__( The request object. A request message for Instances.GetSerialPortOutput. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -3015,7 +3001,6 @@ def __call__( The request object. A request message for Instances.GetShieldedInstanceIdentity. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -3104,7 +3089,6 @@ def __call__( The request object. A request message for Instances.Insert. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -3214,7 +3198,6 @@ def __call__( request (~.compute.ListInstancesRequest): The request object. A request message for Instances.List. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -3301,7 +3284,6 @@ def __call__( The request object. A request message for Instances.ListReferrers. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -3390,7 +3372,6 @@ def __call__( The request object. A request message for Instances.RemoveResourcePolicies. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -3503,7 +3484,6 @@ def __call__( The request object. A request message for Instances.Reset. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -3605,7 +3585,6 @@ def __call__( The request object. A request message for Instances.Resume. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -3707,7 +3686,6 @@ def __call__( The request object. A request message for Instances.SendDiagnosticInterrupt. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -3799,7 +3777,6 @@ def __call__( The request object. A request message for Instances.SetDeletionProtection. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -3906,7 +3883,6 @@ def __call__( The request object. A request message for Instances.SetDiskAutoDelete. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -4010,7 +3986,6 @@ def __call__( The request object. A request message for Instances.SetIamPolicy. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -4147,7 +4122,6 @@ def __call__( The request object. A request message for Instances.SetLabels. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -4258,7 +4232,6 @@ def __call__( The request object. A request message for Instances.SetMachineResources. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -4371,7 +4344,6 @@ def __call__( The request object. A request message for Instances.SetMachineType. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -4484,7 +4456,6 @@ def __call__( The request object. A request message for Instances.SetMetadata. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -4595,7 +4566,6 @@ def __call__( The request object. A request message for Instances.SetMinCpuPlatform. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -4708,7 +4678,6 @@ def __call__( The request object. A request message for Instances.SetName. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -4819,7 +4788,6 @@ def __call__( The request object. A request message for Instances.SetScheduling. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -4930,7 +4898,6 @@ def __call__( The request object. A request message for Instances.SetServiceAccount. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -5044,7 +5011,6 @@ def __call__( The request object. A request message for Instances.SetShieldedInstanceIntegrityPolicy. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -5162,7 +5128,6 @@ def __call__( The request object. A request message for Instances.SetTags. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -5274,7 +5239,6 @@ def __call__( The request object. A request message for Instances.SimulateMaintenanceEvent. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -5378,7 +5342,6 @@ def __call__( The request object. A request message for Instances.Start. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -5480,7 +5443,6 @@ def __call__( The request object. A request message for Instances.StartWithEncryptionKey. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -5592,7 +5554,6 @@ def __call__( request (~.compute.StopInstanceRequest): The request object. A request message for Instances.Stop. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -5694,7 +5655,6 @@ def __call__( The request object. A request message for Instances.Suspend. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -5796,7 +5756,6 @@ def __call__( The request object. A request message for Instances.TestIamPermissions. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -5894,7 +5853,6 @@ def __call__( The request object. A request message for Instances.Update. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -6007,7 +5965,6 @@ def __call__( The request object. A request message for Instances.UpdateAccessConfig. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -6120,7 +6077,6 @@ def __call__( The request object. A request message for Instances.UpdateDisplayDevice. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -6235,7 +6191,6 @@ def __call__( The request object. A request message for Instances.UpdateNetworkInterface. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -6349,7 +6304,6 @@ def __call__( The request object. A request message for Instances.UpdateShieldedInstanceConfig. See the method description for details. - 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/google/cloud/compute_v1/services/interconnect_attachments/client.py b/google/cloud/compute_v1/services/interconnect_attachments/client.py index 534724717..340ac3c2a 100644 --- a/google/cloud/compute_v1/services/interconnect_attachments/client.py +++ b/google/cloud/compute_v1/services/interconnect_attachments/client.py @@ -440,8 +440,8 @@ def aggregated_list( Args: request (Union[google.cloud.compute_v1.types.AggregatedListInterconnectAttachmentsRequest, dict]): The request object. A request message for - InterconnectAttachments.AggregatedList. See the method - description for details. + InterconnectAttachments.AggregatedList. + See the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -531,8 +531,8 @@ def delete_unary( Args: request (Union[google.cloud.compute_v1.types.DeleteInterconnectAttachmentRequest, dict]): The request object. A request message for - InterconnectAttachments.Delete. See the method - description for details. + InterconnectAttachments.Delete. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -632,8 +632,8 @@ def delete( Args: request (Union[google.cloud.compute_v1.types.DeleteInterconnectAttachmentRequest, dict]): The request object. A request message for - InterconnectAttachments.Delete. See the method - description for details. + InterconnectAttachments.Delete. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -756,8 +756,8 @@ def get( Args: request (Union[google.cloud.compute_v1.types.GetInterconnectAttachmentRequest, dict]): The request object. A request message for - InterconnectAttachments.Get. See the method description - for details. + InterconnectAttachments.Get. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -866,8 +866,8 @@ def insert_unary( Args: request (Union[google.cloud.compute_v1.types.InsertInterconnectAttachmentRequest, dict]): The request object. A request message for - InterconnectAttachments.Insert. See the method - description for details. + InterconnectAttachments.Insert. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -969,8 +969,8 @@ def insert( Args: request (Union[google.cloud.compute_v1.types.InsertInterconnectAttachmentRequest, dict]): The request object. A request message for - InterconnectAttachments.Insert. See the method - description for details. + InterconnectAttachments.Insert. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1094,8 +1094,8 @@ def list( Args: request (Union[google.cloud.compute_v1.types.ListInterconnectAttachmentsRequest, dict]): The request object. A request message for - InterconnectAttachments.List. See the method description - for details. + InterconnectAttachments.List. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1203,8 +1203,8 @@ def patch_unary( Args: request (Union[google.cloud.compute_v1.types.PatchInterconnectAttachmentRequest, dict]): The request object. A request message for - InterconnectAttachments.Patch. See the method - description for details. + InterconnectAttachments.Patch. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1323,8 +1323,8 @@ def patch( Args: request (Union[google.cloud.compute_v1.types.PatchInterconnectAttachmentRequest, dict]): The request object. A request message for - InterconnectAttachments.Patch. See the method - description for details. + InterconnectAttachments.Patch. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1467,8 +1467,8 @@ def set_labels_unary( Args: request (Union[google.cloud.compute_v1.types.SetLabelsInterconnectAttachmentRequest, dict]): The request object. A request message for - InterconnectAttachments.SetLabels. See the method - description for details. + InterconnectAttachments.SetLabels. See + the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1584,8 +1584,8 @@ def set_labels( Args: request (Union[google.cloud.compute_v1.types.SetLabelsInterconnectAttachmentRequest, dict]): The request object. A request message for - InterconnectAttachments.SetLabels. See the method - description for details. + InterconnectAttachments.SetLabels. See + the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field diff --git a/google/cloud/compute_v1/services/interconnect_attachments/transports/rest.py b/google/cloud/compute_v1/services/interconnect_attachments/transports/rest.py index 1eaa5612e..84e5cb7f5 100644 --- a/google/cloud/compute_v1/services/interconnect_attachments/transports/rest.py +++ b/google/cloud/compute_v1/services/interconnect_attachments/transports/rest.py @@ -415,7 +415,6 @@ def __call__( The request object. A request message for InterconnectAttachments.AggregatedList. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -504,7 +503,6 @@ def __call__( The request object. A request message for InterconnectAttachments.Delete. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -606,7 +604,6 @@ def __call__( The request object. A request message for InterconnectAttachments.Get. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -701,7 +698,6 @@ def __call__( The request object. A request message for InterconnectAttachments.Insert. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -812,7 +808,6 @@ def __call__( The request object. A request message for InterconnectAttachments.List. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -902,7 +897,6 @@ def __call__( The request object. A request message for InterconnectAttachments.Patch. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1013,7 +1007,6 @@ def __call__( The request object. A request message for InterconnectAttachments.SetLabels. See the method description for details. - 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/google/cloud/compute_v1/services/interconnect_locations/client.py b/google/cloud/compute_v1/services/interconnect_locations/client.py index cb4612b24..dc9ca6a58 100644 --- a/google/cloud/compute_v1/services/interconnect_locations/client.py +++ b/google/cloud/compute_v1/services/interconnect_locations/client.py @@ -437,8 +437,8 @@ def get( Args: request (Union[google.cloud.compute_v1.types.GetInterconnectLocationRequest, dict]): The request object. A request message for - InterconnectLocations.Get. See the method description - for details. + InterconnectLocations.Get. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -532,8 +532,8 @@ def list( Args: request (Union[google.cloud.compute_v1.types.ListInterconnectLocationsRequest, dict]): The request object. A request message for - InterconnectLocations.List. See the method description - for details. + InterconnectLocations.List. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field diff --git a/google/cloud/compute_v1/services/interconnect_locations/transports/rest.py b/google/cloud/compute_v1/services/interconnect_locations/transports/rest.py index 705ee8b25..4fc8264a9 100644 --- a/google/cloud/compute_v1/services/interconnect_locations/transports/rest.py +++ b/google/cloud/compute_v1/services/interconnect_locations/transports/rest.py @@ -264,7 +264,6 @@ def __call__( The request object. A request message for InterconnectLocations.Get. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -358,7 +357,6 @@ def __call__( The request object. A request message for InterconnectLocations.List. See the method description for details. - 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/google/cloud/compute_v1/services/interconnects/client.py b/google/cloud/compute_v1/services/interconnects/client.py index 8f8a7a88d..384f55efe 100644 --- a/google/cloud/compute_v1/services/interconnects/client.py +++ b/google/cloud/compute_v1/services/interconnects/client.py @@ -436,8 +436,8 @@ def delete_unary( Args: request (Union[google.cloud.compute_v1.types.DeleteInterconnectRequest, dict]): The request object. A request message for - Interconnects.Delete. See the method description for - details. + Interconnects.Delete. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -524,8 +524,8 @@ def delete( Args: request (Union[google.cloud.compute_v1.types.DeleteInterconnectRequest, dict]): The request object. A request message for - Interconnects.Delete. See the method description for - details. + Interconnects.Delete. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -637,8 +637,8 @@ def get( Args: request (Union[google.cloud.compute_v1.types.GetInterconnectRequest, dict]): The request object. A request message for - Interconnects.Get. See the method description for - details. + Interconnects.Get. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -732,8 +732,8 @@ def get_diagnostics( Args: request (Union[google.cloud.compute_v1.types.GetDiagnosticsInterconnectRequest, dict]): The request object. A request message for - Interconnects.GetDiagnostics. See the method description - for details. + Interconnects.GetDiagnostics. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -823,8 +823,8 @@ def insert_unary( Args: request (Union[google.cloud.compute_v1.types.InsertInterconnectRequest, dict]): The request object. A request message for - Interconnects.Insert. See the method description for - details. + Interconnects.Insert. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -907,8 +907,8 @@ def insert( Args: request (Union[google.cloud.compute_v1.types.InsertInterconnectRequest, dict]): The request object. A request message for - Interconnects.Insert. See the method description for - details. + Interconnects.Insert. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1014,8 +1014,8 @@ def list( Args: request (Union[google.cloud.compute_v1.types.ListInterconnectsRequest, dict]): The request object. A request message for - Interconnects.List. See the method description for - details. + Interconnects.List. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1106,8 +1106,8 @@ def patch_unary( Args: request (Union[google.cloud.compute_v1.types.PatchInterconnectRequest, dict]): The request object. A request message for - Interconnects.Patch. See the method description for - details. + Interconnects.Patch. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1205,8 +1205,8 @@ def patch( Args: request (Union[google.cloud.compute_v1.types.PatchInterconnectRequest, dict]): The request object. A request message for - Interconnects.Patch. See the method description for - details. + Interconnects.Patch. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1328,8 +1328,8 @@ def set_labels_unary( Args: request (Union[google.cloud.compute_v1.types.SetLabelsInterconnectRequest, dict]): The request object. A request message for - Interconnects.SetLabels. See the method description for - details. + Interconnects.SetLabels. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1433,8 +1433,8 @@ def set_labels( Args: request (Union[google.cloud.compute_v1.types.SetLabelsInterconnectRequest, dict]): The request object. A request message for - Interconnects.SetLabels. See the method description for - details. + Interconnects.SetLabels. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field diff --git a/google/cloud/compute_v1/services/interconnects/transports/rest.py b/google/cloud/compute_v1/services/interconnects/transports/rest.py index 7d3ea6001..03ed51c61 100644 --- a/google/cloud/compute_v1/services/interconnects/transports/rest.py +++ b/google/cloud/compute_v1/services/interconnects/transports/rest.py @@ -407,7 +407,6 @@ def __call__( The request object. A request message for Interconnects.Delete. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -509,7 +508,6 @@ def __call__( The request object. A request message for Interconnects.Get. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -602,7 +600,6 @@ def __call__( The request object. A request message for Interconnects.GetDiagnostics. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -691,7 +688,6 @@ def __call__( The request object. A request message for Interconnects.Insert. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -802,7 +798,6 @@ def __call__( The request object. A request message for Interconnects.List. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -891,7 +886,6 @@ def __call__( The request object. A request message for Interconnects.Patch. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1002,7 +996,6 @@ def __call__( The request object. A request message for Interconnects.SetLabels. See the method description for details. - 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/google/cloud/compute_v1/services/license_codes/client.py b/google/cloud/compute_v1/services/license_codes/client.py index 881e49654..609a448cc 100644 --- a/google/cloud/compute_v1/services/license_codes/client.py +++ b/google/cloud/compute_v1/services/license_codes/client.py @@ -435,8 +435,8 @@ def get( Args: request (Union[google.cloud.compute_v1.types.GetLicenseCodeRequest, dict]): The request object. A request message for - LicenseCodes.Get. See the method description for - details. + LicenseCodes.Get. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -535,8 +535,8 @@ def test_iam_permissions( Args: request (Union[google.cloud.compute_v1.types.TestIamPermissionsLicenseCodeRequest, dict]): The request object. A request message for - LicenseCodes.TestIamPermissions. See the method - description for details. + LicenseCodes.TestIamPermissions. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field diff --git a/google/cloud/compute_v1/services/license_codes/transports/rest.py b/google/cloud/compute_v1/services/license_codes/transports/rest.py index 77b22f058..62b5303fa 100644 --- a/google/cloud/compute_v1/services/license_codes/transports/rest.py +++ b/google/cloud/compute_v1/services/license_codes/transports/rest.py @@ -262,7 +262,6 @@ def __call__( The request object. A request message for LicenseCodes.Get. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -354,7 +353,6 @@ def __call__( The request object. A request message for LicenseCodes.TestIamPermissions. See the method description for details. - 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/google/cloud/compute_v1/services/licenses/client.py b/google/cloud/compute_v1/services/licenses/client.py index 6f3e91889..2c0424b56 100644 --- a/google/cloud/compute_v1/services/licenses/client.py +++ b/google/cloud/compute_v1/services/licenses/client.py @@ -438,7 +438,8 @@ def delete_unary( Args: request (Union[google.cloud.compute_v1.types.DeleteLicenseRequest, dict]): The request object. A request message for - Licenses.Delete. See the method description for details. + Licenses.Delete. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -529,7 +530,8 @@ def delete( Args: request (Union[google.cloud.compute_v1.types.DeleteLicenseRequest, dict]): The request object. A request message for - Licenses.Delete. See the method description for details. + Licenses.Delete. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -739,8 +741,8 @@ def get_iam_policy( Args: request (Union[google.cloud.compute_v1.types.GetIamPolicyLicenseRequest, dict]): The request object. A request message for - Licenses.GetIamPolicy. See the method description for - details. + Licenses.GetIamPolicy. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -869,7 +871,8 @@ def insert_unary( Args: request (Union[google.cloud.compute_v1.types.InsertLicenseRequest, dict]): The request object. A request message for - Licenses.Insert. See the method description for details. + Licenses.Insert. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -953,7 +956,8 @@ def insert( Args: request (Union[google.cloud.compute_v1.types.InsertLicenseRequest, dict]): The request object. A request message for - Licenses.Insert. See the method description for details. + Licenses.Insert. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1157,8 +1161,8 @@ def set_iam_policy( Args: request (Union[google.cloud.compute_v1.types.SetIamPolicyLicenseRequest, dict]): The request object. A request message for - Licenses.SetIamPolicy. See the method description for - details. + Licenses.SetIamPolicy. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1301,8 +1305,8 @@ def test_iam_permissions( Args: request (Union[google.cloud.compute_v1.types.TestIamPermissionsLicenseRequest, dict]): The request object. A request message for - Licenses.TestIamPermissions. See the method description - for details. + Licenses.TestIamPermissions. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field diff --git a/google/cloud/compute_v1/services/licenses/transports/rest.py b/google/cloud/compute_v1/services/licenses/transports/rest.py index fb48a1f34..b95d3943a 100644 --- a/google/cloud/compute_v1/services/licenses/transports/rest.py +++ b/google/cloud/compute_v1/services/licenses/transports/rest.py @@ -403,7 +403,6 @@ def __call__( The request object. A request message for Licenses.Delete. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -506,7 +505,6 @@ def __call__( request (~.compute.GetLicenseRequest): The request object. A request message for Licenses.Get. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -598,7 +596,6 @@ def __call__( The request object. A request message for Licenses.GetIamPolicy. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -726,7 +723,6 @@ def __call__( The request object. A request message for Licenses.Insert. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -836,7 +832,6 @@ def __call__( request (~.compute.ListLicensesRequest): The request object. A request message for Licenses.List. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -923,7 +918,6 @@ def __call__( The request object. A request message for Licenses.SetIamPolicy. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1060,7 +1054,6 @@ def __call__( The request object. A request message for Licenses.TestIamPermissions. See the method description for details. - 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/google/cloud/compute_v1/services/machine_images/client.py b/google/cloud/compute_v1/services/machine_images/client.py index 174ef6758..147ad0406 100644 --- a/google/cloud/compute_v1/services/machine_images/client.py +++ b/google/cloud/compute_v1/services/machine_images/client.py @@ -437,8 +437,8 @@ def delete_unary( Args: request (Union[google.cloud.compute_v1.types.DeleteMachineImageRequest, dict]): The request object. A request message for - MachineImages.Delete. See the method description for - details. + MachineImages.Delete. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -528,8 +528,8 @@ def delete( Args: request (Union[google.cloud.compute_v1.types.DeleteMachineImageRequest, dict]): The request object. A request message for - MachineImages.Delete. See the method description for - details. + MachineImages.Delete. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -642,8 +642,8 @@ def get( Args: request (Union[google.cloud.compute_v1.types.GetMachineImageRequest, dict]): The request object. A request message for - MachineImages.Get. See the method description for - details. + MachineImages.Get. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -737,8 +737,8 @@ def get_iam_policy( Args: request (Union[google.cloud.compute_v1.types.GetIamPolicyMachineImageRequest, dict]): The request object. A request message for - MachineImages.GetIamPolicy. See the method description - for details. + MachineImages.GetIamPolicy. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -870,8 +870,8 @@ def insert_unary( Args: request (Union[google.cloud.compute_v1.types.InsertMachineImageRequest, dict]): The request object. A request message for - MachineImages.Insert. See the method description for - details. + MachineImages.Insert. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -958,8 +958,8 @@ def insert( Args: request (Union[google.cloud.compute_v1.types.InsertMachineImageRequest, dict]): The request object. A request message for - MachineImages.Insert. See the method description for - details. + MachineImages.Insert. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1065,8 +1065,8 @@ def list( Args: request (Union[google.cloud.compute_v1.types.ListMachineImagesRequest, dict]): The request object. A request message for - MachineImages.List. See the method description for - details. + MachineImages.List. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1156,8 +1156,8 @@ def set_iam_policy( Args: request (Union[google.cloud.compute_v1.types.SetIamPolicyMachineImageRequest, dict]): The request object. A request message for - MachineImages.SetIamPolicy. See the method description - for details. + MachineImages.SetIamPolicy. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1301,8 +1301,8 @@ def test_iam_permissions( Args: request (Union[google.cloud.compute_v1.types.TestIamPermissionsMachineImageRequest, dict]): The request object. A request message for - MachineImages.TestIamPermissions. See the method - description for details. + MachineImages.TestIamPermissions. See + the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field diff --git a/google/cloud/compute_v1/services/machine_images/transports/rest.py b/google/cloud/compute_v1/services/machine_images/transports/rest.py index 428f13b56..1e57e0006 100644 --- a/google/cloud/compute_v1/services/machine_images/transports/rest.py +++ b/google/cloud/compute_v1/services/machine_images/transports/rest.py @@ -409,7 +409,6 @@ def __call__( The request object. A request message for MachineImages.Delete. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -511,7 +510,6 @@ def __call__( The request object. A request message for MachineImages.Get. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -606,7 +604,6 @@ def __call__( The request object. A request message for MachineImages.GetIamPolicy. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -734,7 +731,6 @@ def __call__( The request object. A request message for MachineImages.Insert. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -845,7 +841,6 @@ def __call__( The request object. A request message for MachineImages.List. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -932,7 +927,6 @@ def __call__( The request object. A request message for MachineImages.SetIamPolicy. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1069,7 +1063,6 @@ def __call__( The request object. A request message for MachineImages.TestIamPermissions. See the method description for details. - 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/google/cloud/compute_v1/services/machine_types/client.py b/google/cloud/compute_v1/services/machine_types/client.py index 2ef035a3b..3f85cebd8 100644 --- a/google/cloud/compute_v1/services/machine_types/client.py +++ b/google/cloud/compute_v1/services/machine_types/client.py @@ -434,8 +434,8 @@ def aggregated_list( Args: request (Union[google.cloud.compute_v1.types.AggregatedListMachineTypesRequest, dict]): The request object. A request message for - MachineTypes.AggregatedList. See the method description - for details. + MachineTypes.AggregatedList. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -521,8 +521,8 @@ def get( Args: request (Union[google.cloud.compute_v1.types.GetMachineTypeRequest, dict]): The request object. A request message for - MachineTypes.Get. See the method description for - details. + MachineTypes.Get. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -623,8 +623,8 @@ def list( Args: request (Union[google.cloud.compute_v1.types.ListMachineTypesRequest, dict]): The request object. A request message for - MachineTypes.List. See the method description for - details. + MachineTypes.List. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field diff --git a/google/cloud/compute_v1/services/machine_types/transports/rest.py b/google/cloud/compute_v1/services/machine_types/transports/rest.py index c3128f083..e43db3803 100644 --- a/google/cloud/compute_v1/services/machine_types/transports/rest.py +++ b/google/cloud/compute_v1/services/machine_types/transports/rest.py @@ -291,7 +291,6 @@ def __call__( The request object. A request message for MachineTypes.AggregatedList. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -378,7 +377,6 @@ def __call__( The request object. A request message for MachineTypes.Get. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -470,7 +468,6 @@ def __call__( The request object. A request message for MachineTypes.List. See the method description for details. - 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/google/cloud/compute_v1/services/network_attachments/client.py b/google/cloud/compute_v1/services/network_attachments/client.py index 1d4eadb33..bdeebb6f0 100644 --- a/google/cloud/compute_v1/services/network_attachments/client.py +++ b/google/cloud/compute_v1/services/network_attachments/client.py @@ -441,8 +441,8 @@ def aggregated_list( Args: request (Union[google.cloud.compute_v1.types.AggregatedListNetworkAttachmentsRequest, dict]): The request object. A request message for - NetworkAttachments.AggregatedList. See the method - description for details. + NetworkAttachments.AggregatedList. See + the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -531,8 +531,8 @@ def delete_unary( Args: request (Union[google.cloud.compute_v1.types.DeleteNetworkAttachmentRequest, dict]): The request object. A request message for - NetworkAttachments.Delete. See the method description - for details. + NetworkAttachments.Delete. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -631,8 +631,8 @@ def delete( Args: request (Union[google.cloud.compute_v1.types.DeleteNetworkAttachmentRequest, dict]): The request object. A request message for - NetworkAttachments.Delete. See the method description - for details. + NetworkAttachments.Delete. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -756,8 +756,8 @@ def get( Args: request (Union[google.cloud.compute_v1.types.GetNetworkAttachmentRequest, dict]): The request object. A request message for - NetworkAttachments.Get. See the method description for - details. + NetworkAttachments.Get. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -858,8 +858,8 @@ def get_iam_policy( Args: request (Union[google.cloud.compute_v1.types.GetIamPolicyNetworkAttachmentRequest, dict]): The request object. A request message for - NetworkAttachments.GetIamPolicy. See the method - description for details. + NetworkAttachments.GetIamPolicy. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -999,8 +999,8 @@ def insert_unary( Args: request (Union[google.cloud.compute_v1.types.InsertNetworkAttachmentRequest, dict]): The request object. A request message for - NetworkAttachments.Insert. See the method description - for details. + NetworkAttachments.Insert. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1097,8 +1097,8 @@ def insert( Args: request (Union[google.cloud.compute_v1.types.InsertNetworkAttachmentRequest, dict]): The request object. A request message for - NetworkAttachments.Insert. See the method description - for details. + NetworkAttachments.Insert. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1218,8 +1218,8 @@ def list( Args: request (Union[google.cloud.compute_v1.types.ListNetworkAttachmentsRequest, dict]): The request object. A request message for - NetworkAttachments.List. See the method description for - details. + NetworkAttachments.List. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1323,8 +1323,8 @@ def set_iam_policy( Args: request (Union[google.cloud.compute_v1.types.SetIamPolicyNetworkAttachmentRequest, dict]): The request object. A request message for - NetworkAttachments.SetIamPolicy. See the method - description for details. + NetworkAttachments.SetIamPolicy. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1479,8 +1479,8 @@ def test_iam_permissions( Args: request (Union[google.cloud.compute_v1.types.TestIamPermissionsNetworkAttachmentRequest, dict]): The request object. A request message for - NetworkAttachments.TestIamPermissions. See the method - description for details. + NetworkAttachments.TestIamPermissions. + See the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field diff --git a/google/cloud/compute_v1/services/network_attachments/transports/rest.py b/google/cloud/compute_v1/services/network_attachments/transports/rest.py index 15d26aa97..abbd5b0f0 100644 --- a/google/cloud/compute_v1/services/network_attachments/transports/rest.py +++ b/google/cloud/compute_v1/services/network_attachments/transports/rest.py @@ -446,7 +446,6 @@ def __call__( The request object. A request message for NetworkAttachments.AggregatedList. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -535,7 +534,6 @@ def __call__( The request object. A request message for NetworkAttachments.Delete. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -637,7 +635,6 @@ def __call__( The request object. A request message for NetworkAttachments.Get. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -726,7 +723,6 @@ def __call__( The request object. A request message for NetworkAttachments.GetIamPolicy. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -854,7 +850,6 @@ def __call__( The request object. A request message for NetworkAttachments.Insert. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -965,7 +960,6 @@ def __call__( The request object. A request message for NetworkAttachments.List. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1052,7 +1046,6 @@ def __call__( The request object. A request message for NetworkAttachments.SetIamPolicy. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1189,7 +1182,6 @@ def __call__( The request object. A request message for NetworkAttachments.TestIamPermissions. See the method description for details. - 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/google/cloud/compute_v1/services/network_edge_security_services/client.py b/google/cloud/compute_v1/services/network_edge_security_services/client.py index 0f736a62d..f34b4a8b2 100644 --- a/google/cloud/compute_v1/services/network_edge_security_services/client.py +++ b/google/cloud/compute_v1/services/network_edge_security_services/client.py @@ -442,8 +442,8 @@ def aggregated_list( Args: request (Union[google.cloud.compute_v1.types.AggregatedListNetworkEdgeSecurityServicesRequest, dict]): The request object. A request message for - NetworkEdgeSecurityServices.AggregatedList. See the - method description for details. + NetworkEdgeSecurityServices.AggregatedList. + See the method description for details. project (str): Name of the project scoping this request. @@ -535,8 +535,8 @@ def delete_unary( Args: request (Union[google.cloud.compute_v1.types.DeleteNetworkEdgeSecurityServiceRequest, dict]): The request object. A request message for - NetworkEdgeSecurityServices.Delete. See the method - description for details. + NetworkEdgeSecurityServices.Delete. See + the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -641,8 +641,8 @@ def delete( Args: request (Union[google.cloud.compute_v1.types.DeleteNetworkEdgeSecurityServiceRequest, dict]): The request object. A request message for - NetworkEdgeSecurityServices.Delete. See the method - description for details. + NetworkEdgeSecurityServices.Delete. See + the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -772,8 +772,8 @@ def get( Args: request (Union[google.cloud.compute_v1.types.GetNetworkEdgeSecurityServiceRequest, dict]): The request object. A request message for - NetworkEdgeSecurityServices.Get. See the method - description for details. + NetworkEdgeSecurityServices.Get. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -881,8 +881,8 @@ def insert_unary( Args: request (Union[google.cloud.compute_v1.types.InsertNetworkEdgeSecurityServiceRequest, dict]): The request object. A request message for - NetworkEdgeSecurityServices.Insert. See the method - description for details. + NetworkEdgeSecurityServices.Insert. See + the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -988,8 +988,8 @@ def insert( Args: request (Union[google.cloud.compute_v1.types.InsertNetworkEdgeSecurityServiceRequest, dict]): The request object. A request message for - NetworkEdgeSecurityServices.Insert. See the method - description for details. + NetworkEdgeSecurityServices.Insert. See + the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1121,8 +1121,8 @@ def patch_unary( Args: request (Union[google.cloud.compute_v1.types.PatchNetworkEdgeSecurityServiceRequest, dict]): The request object. A request message for - NetworkEdgeSecurityServices.Patch. See the method - description for details. + NetworkEdgeSecurityServices.Patch. See + the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1247,8 +1247,8 @@ def patch( Args: request (Union[google.cloud.compute_v1.types.PatchNetworkEdgeSecurityServiceRequest, dict]): The request object. A request message for - NetworkEdgeSecurityServices.Patch. See the method - description for details. + NetworkEdgeSecurityServices.Patch. See + the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field diff --git a/google/cloud/compute_v1/services/network_edge_security_services/transports/rest.py b/google/cloud/compute_v1/services/network_edge_security_services/transports/rest.py index a24a4ce86..89bc99409 100644 --- a/google/cloud/compute_v1/services/network_edge_security_services/transports/rest.py +++ b/google/cloud/compute_v1/services/network_edge_security_services/transports/rest.py @@ -360,7 +360,6 @@ def __call__( The request object. A request message for NetworkEdgeSecurityServices.AggregatedList. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -449,7 +448,6 @@ def __call__( The request object. A request message for NetworkEdgeSecurityServices.Delete. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -551,7 +549,6 @@ def __call__( The request object. A request message for NetworkEdgeSecurityServices.Get. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -640,7 +637,6 @@ def __call__( The request object. A request message for NetworkEdgeSecurityServices.Insert. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -751,7 +747,6 @@ def __call__( The request object. A request message for NetworkEdgeSecurityServices.Patch. See the method description for details. - 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/google/cloud/compute_v1/services/network_endpoint_groups/client.py b/google/cloud/compute_v1/services/network_endpoint_groups/client.py index 97edaae76..21e5ffe6c 100644 --- a/google/cloud/compute_v1/services/network_endpoint_groups/client.py +++ b/google/cloud/compute_v1/services/network_endpoint_groups/client.py @@ -440,8 +440,8 @@ def aggregated_list( Args: request (Union[google.cloud.compute_v1.types.AggregatedListNetworkEndpointGroupsRequest, dict]): The request object. A request message for - NetworkEndpointGroups.AggregatedList. See the method - description for details. + NetworkEndpointGroups.AggregatedList. + See the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -533,8 +533,8 @@ def attach_network_endpoints_unary( Args: request (Union[google.cloud.compute_v1.types.AttachNetworkEndpointsNetworkEndpointGroupRequest, dict]): The request object. A request message for - NetworkEndpointGroups.AttachNetworkEndpoints. See the - method description for details. + NetworkEndpointGroups.AttachNetworkEndpoints. + See the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -661,8 +661,8 @@ def attach_network_endpoints( Args: request (Union[google.cloud.compute_v1.types.AttachNetworkEndpointsNetworkEndpointGroupRequest, dict]): The request object. A request message for - NetworkEndpointGroups.AttachNetworkEndpoints. See the - method description for details. + NetworkEndpointGroups.AttachNetworkEndpoints. + See the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -814,8 +814,8 @@ def delete_unary( Args: request (Union[google.cloud.compute_v1.types.DeleteNetworkEndpointGroupRequest, dict]): The request object. A request message for - NetworkEndpointGroups.Delete. See the method description - for details. + NetworkEndpointGroups.Delete. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -923,8 +923,8 @@ def delete( Args: request (Union[google.cloud.compute_v1.types.DeleteNetworkEndpointGroupRequest, dict]): The request object. A request message for - NetworkEndpointGroups.Delete. See the method description - for details. + NetworkEndpointGroups.Delete. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1057,8 +1057,8 @@ def detach_network_endpoints_unary( Args: request (Union[google.cloud.compute_v1.types.DetachNetworkEndpointsNetworkEndpointGroupRequest, dict]): The request object. A request message for - NetworkEndpointGroups.DetachNetworkEndpoints. See the - method description for details. + NetworkEndpointGroups.DetachNetworkEndpoints. + See the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1185,8 +1185,8 @@ def detach_network_endpoints( Args: request (Union[google.cloud.compute_v1.types.DetachNetworkEndpointsNetworkEndpointGroupRequest, dict]): The request object. A request message for - NetworkEndpointGroups.DetachNetworkEndpoints. See the - method description for details. + NetworkEndpointGroups.DetachNetworkEndpoints. + See the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1332,8 +1332,8 @@ def get( Args: request (Union[google.cloud.compute_v1.types.GetNetworkEndpointGroupRequest, dict]): The request object. A request message for - NetworkEndpointGroups.Get. See the method description - for details. + NetworkEndpointGroups.Get. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1447,8 +1447,8 @@ def insert_unary( Args: request (Union[google.cloud.compute_v1.types.InsertNetworkEndpointGroupRequest, dict]): The request object. A request message for - NetworkEndpointGroups.Insert. See the method description - for details. + NetworkEndpointGroups.Insert. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1552,8 +1552,8 @@ def insert( Args: request (Union[google.cloud.compute_v1.types.InsertNetworkEndpointGroupRequest, dict]): The request object. A request message for - NetworkEndpointGroups.Insert. See the method description - for details. + NetworkEndpointGroups.Insert. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1678,8 +1678,8 @@ def list( Args: request (Union[google.cloud.compute_v1.types.ListNetworkEndpointGroupsRequest, dict]): The request object. A request message for - NetworkEndpointGroups.List. See the method description - for details. + NetworkEndpointGroups.List. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1786,8 +1786,8 @@ def list_network_endpoints( Args: request (Union[google.cloud.compute_v1.types.ListNetworkEndpointsNetworkEndpointGroupsRequest, dict]): The request object. A request message for - NetworkEndpointGroups.ListNetworkEndpoints. See the - method description for details. + NetworkEndpointGroups.ListNetworkEndpoints. + See the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1924,8 +1924,8 @@ def test_iam_permissions( Args: request (Union[google.cloud.compute_v1.types.TestIamPermissionsNetworkEndpointGroupRequest, dict]): The request object. A request message for - NetworkEndpointGroups.TestIamPermissions. See the method - description for details. + NetworkEndpointGroups.TestIamPermissions. + See the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field diff --git a/google/cloud/compute_v1/services/network_endpoint_groups/transports/rest.py b/google/cloud/compute_v1/services/network_endpoint_groups/transports/rest.py index e30d75b87..d592bc1c3 100644 --- a/google/cloud/compute_v1/services/network_endpoint_groups/transports/rest.py +++ b/google/cloud/compute_v1/services/network_endpoint_groups/transports/rest.py @@ -490,7 +490,6 @@ def __call__( The request object. A request message for NetworkEndpointGroups.AggregatedList. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -577,7 +576,6 @@ def __call__( The request object. A request message for NetworkEndpointGroups.AttachNetworkEndpoints. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -692,7 +690,6 @@ def __call__( The request object. A request message for NetworkEndpointGroups.Delete. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -794,7 +791,6 @@ def __call__( The request object. A request message for NetworkEndpointGroups.DetachNetworkEndpoints. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -909,7 +905,6 @@ def __call__( The request object. A request message for NetworkEndpointGroups.Get. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1007,7 +1002,6 @@ def __call__( The request object. A request message for NetworkEndpointGroups.Insert. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1118,7 +1112,6 @@ def __call__( The request object. A request message for NetworkEndpointGroups.List. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1205,7 +1198,6 @@ def __call__( The request object. A request message for NetworkEndpointGroups.ListNetworkEndpoints. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1305,7 +1297,6 @@ def __call__( The request object. A request message for NetworkEndpointGroups.TestIamPermissions. See the method description for details. - 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/google/cloud/compute_v1/services/network_firewall_policies/client.py b/google/cloud/compute_v1/services/network_firewall_policies/client.py index 7bfe5e192..126d84a42 100644 --- a/google/cloud/compute_v1/services/network_firewall_policies/client.py +++ b/google/cloud/compute_v1/services/network_firewall_policies/client.py @@ -444,8 +444,8 @@ def add_association_unary( Args: request (Union[google.cloud.compute_v1.types.AddAssociationNetworkFirewallPolicyRequest, dict]): The request object. A request message for - NetworkFirewallPolicies.AddAssociation. See the method - description for details. + NetworkFirewallPolicies.AddAssociation. + See the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -551,8 +551,8 @@ def add_association( Args: request (Union[google.cloud.compute_v1.types.AddAssociationNetworkFirewallPolicyRequest, dict]): The request object. A request message for - NetworkFirewallPolicies.AddAssociation. See the method - description for details. + NetworkFirewallPolicies.AddAssociation. + See the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -679,8 +679,8 @@ def add_rule_unary( Args: request (Union[google.cloud.compute_v1.types.AddRuleNetworkFirewallPolicyRequest, dict]): The request object. A request message for - NetworkFirewallPolicies.AddRule. See the method - description for details. + NetworkFirewallPolicies.AddRule. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -781,8 +781,8 @@ def add_rule( Args: request (Union[google.cloud.compute_v1.types.AddRuleNetworkFirewallPolicyRequest, dict]): The request object. A request message for - NetworkFirewallPolicies.AddRule. See the method - description for details. + NetworkFirewallPolicies.AddRule. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -906,8 +906,8 @@ def clone_rules_unary( Args: request (Union[google.cloud.compute_v1.types.CloneRulesNetworkFirewallPolicyRequest, dict]): The request object. A request message for - NetworkFirewallPolicies.CloneRules. See the method - description for details. + NetworkFirewallPolicies.CloneRules. See + the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -998,8 +998,8 @@ def clone_rules( Args: request (Union[google.cloud.compute_v1.types.CloneRulesNetworkFirewallPolicyRequest, dict]): The request object. A request message for - NetworkFirewallPolicies.CloneRules. See the method - description for details. + NetworkFirewallPolicies.CloneRules. See + the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1114,8 +1114,8 @@ def delete_unary( Args: request (Union[google.cloud.compute_v1.types.DeleteNetworkFirewallPolicyRequest, dict]): The request object. A request message for - NetworkFirewallPolicies.Delete. See the method - description for details. + NetworkFirewallPolicies.Delete. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1206,8 +1206,8 @@ def delete( Args: request (Union[google.cloud.compute_v1.types.DeleteNetworkFirewallPolicyRequest, dict]): The request object. A request message for - NetworkFirewallPolicies.Delete. See the method - description for details. + NetworkFirewallPolicies.Delete. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1320,8 +1320,8 @@ def get( Args: request (Union[google.cloud.compute_v1.types.GetNetworkFirewallPolicyRequest, dict]): The request object. A request message for - NetworkFirewallPolicies.Get. See the method description - for details. + NetworkFirewallPolicies.Get. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1410,8 +1410,8 @@ def get_association( Args: request (Union[google.cloud.compute_v1.types.GetAssociationNetworkFirewallPolicyRequest, dict]): The request object. A request message for - NetworkFirewallPolicies.GetAssociation. See the method - description for details. + NetworkFirewallPolicies.GetAssociation. + See the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1501,8 +1501,8 @@ def get_iam_policy( Args: request (Union[google.cloud.compute_v1.types.GetIamPolicyNetworkFirewallPolicyRequest, dict]): The request object. A request message for - NetworkFirewallPolicies.GetIamPolicy. See the method - description for details. + NetworkFirewallPolicies.GetIamPolicy. + See the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1631,8 +1631,8 @@ def get_rule( Args: request (Union[google.cloud.compute_v1.types.GetRuleNetworkFirewallPolicyRequest, dict]): The request object. A request message for - NetworkFirewallPolicies.GetRule. See the method - description for details. + NetworkFirewallPolicies.GetRule. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1726,8 +1726,8 @@ def insert_unary( Args: request (Union[google.cloud.compute_v1.types.InsertNetworkFirewallPolicyRequest, dict]): The request object. A request message for - NetworkFirewallPolicies.Insert. See the method - description for details. + NetworkFirewallPolicies.Insert. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1812,8 +1812,8 @@ def insert( Args: request (Union[google.cloud.compute_v1.types.InsertNetworkFirewallPolicyRequest, dict]): The request object. A request message for - NetworkFirewallPolicies.Insert. See the method - description for details. + NetworkFirewallPolicies.Insert. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1921,8 +1921,8 @@ def list( Args: request (Union[google.cloud.compute_v1.types.ListNetworkFirewallPoliciesRequest, dict]): The request object. A request message for - NetworkFirewallPolicies.List. See the method description - for details. + NetworkFirewallPolicies.List. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -2011,8 +2011,8 @@ def patch_unary( Args: request (Union[google.cloud.compute_v1.types.PatchNetworkFirewallPolicyRequest, dict]): The request object. A request message for - NetworkFirewallPolicies.Patch. See the method - description for details. + NetworkFirewallPolicies.Patch. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -2112,8 +2112,8 @@ def patch( Args: request (Union[google.cloud.compute_v1.types.PatchNetworkFirewallPolicyRequest, dict]): The request object. A request message for - NetworkFirewallPolicies.Patch. See the method - description for details. + NetworkFirewallPolicies.Patch. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -2236,8 +2236,8 @@ def patch_rule_unary( Args: request (Union[google.cloud.compute_v1.types.PatchRuleNetworkFirewallPolicyRequest, dict]): The request object. A request message for - NetworkFirewallPolicies.PatchRule. See the method - description for details. + NetworkFirewallPolicies.PatchRule. See + the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -2338,8 +2338,8 @@ def patch_rule( Args: request (Union[google.cloud.compute_v1.types.PatchRuleNetworkFirewallPolicyRequest, dict]): The request object. A request message for - NetworkFirewallPolicies.PatchRule. See the method - description for details. + NetworkFirewallPolicies.PatchRule. See + the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -2464,8 +2464,8 @@ def remove_association_unary( Args: request (Union[google.cloud.compute_v1.types.RemoveAssociationNetworkFirewallPolicyRequest, dict]): The request object. A request message for - NetworkFirewallPolicies.RemoveAssociation. See the - method description for details. + NetworkFirewallPolicies.RemoveAssociation. + See the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -2559,8 +2559,8 @@ def remove_association( Args: request (Union[google.cloud.compute_v1.types.RemoveAssociationNetworkFirewallPolicyRequest, dict]): The request object. A request message for - NetworkFirewallPolicies.RemoveAssociation. See the - method description for details. + NetworkFirewallPolicies.RemoveAssociation. + See the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -2677,8 +2677,8 @@ def remove_rule_unary( Args: request (Union[google.cloud.compute_v1.types.RemoveRuleNetworkFirewallPolicyRequest, dict]): The request object. A request message for - NetworkFirewallPolicies.RemoveRule. See the method - description for details. + NetworkFirewallPolicies.RemoveRule. See + the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -2769,8 +2769,8 @@ def remove_rule( Args: request (Union[google.cloud.compute_v1.types.RemoveRuleNetworkFirewallPolicyRequest, dict]): The request object. A request message for - NetworkFirewallPolicies.RemoveRule. See the method - description for details. + NetworkFirewallPolicies.RemoveRule. See + the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -2889,8 +2889,8 @@ def set_iam_policy( Args: request (Union[google.cloud.compute_v1.types.SetIamPolicyNetworkFirewallPolicyRequest, dict]): The request object. A request message for - NetworkFirewallPolicies.SetIamPolicy. See the method - description for details. + NetworkFirewallPolicies.SetIamPolicy. + See the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -3034,8 +3034,8 @@ def test_iam_permissions( Args: request (Union[google.cloud.compute_v1.types.TestIamPermissionsNetworkFirewallPolicyRequest, dict]): The request object. A request message for - NetworkFirewallPolicies.TestIamPermissions. See the - method description for details. + NetworkFirewallPolicies.TestIamPermissions. + See the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field diff --git a/google/cloud/compute_v1/services/network_firewall_policies/transports/rest.py b/google/cloud/compute_v1/services/network_firewall_policies/transports/rest.py index e0041be39..7574037b1 100644 --- a/google/cloud/compute_v1/services/network_firewall_policies/transports/rest.py +++ b/google/cloud/compute_v1/services/network_firewall_policies/transports/rest.py @@ -693,7 +693,6 @@ def __call__( The request object. A request message for NetworkFirewallPolicies.AddAssociation. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -804,7 +803,6 @@ def __call__( The request object. A request message for NetworkFirewallPolicies.AddRule. See the method description for details. - 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 NetworkFirewallPolicies.CloneRules. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1017,7 +1014,6 @@ def __call__( The request object. A request message for NetworkFirewallPolicies.Delete. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1119,7 +1115,6 @@ def __call__( The request object. A request message for NetworkFirewallPolicies.Get. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1208,7 +1203,6 @@ def __call__( The request object. A request message for NetworkFirewallPolicies.GetAssociation. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1295,7 +1289,6 @@ def __call__( The request object. A request message for NetworkFirewallPolicies.GetIamPolicy. See the method description for details. - 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 NetworkFirewallPolicies.GetRule. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1514,7 +1506,6 @@ def __call__( The request object. A request message for NetworkFirewallPolicies.Insert. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1625,7 +1616,6 @@ def __call__( The request object. A request message for NetworkFirewallPolicies.List. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1712,7 +1702,6 @@ def __call__( The request object. A request message for NetworkFirewallPolicies.Patch. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1823,7 +1812,6 @@ def __call__( The request object. A request message for NetworkFirewallPolicies.PatchRule. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1934,7 +1922,6 @@ def __call__( The request object. A request message for NetworkFirewallPolicies.RemoveAssociation. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -2040,7 +2027,6 @@ def __call__( The request object. A request message for NetworkFirewallPolicies.RemoveRule. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -2142,7 +2128,6 @@ def __call__( The request object. A request message for NetworkFirewallPolicies.SetIamPolicy. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -2279,7 +2264,6 @@ def __call__( The request object. A request message for NetworkFirewallPolicies.TestIamPermissions. See the method description for details. - 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/google/cloud/compute_v1/services/networks/client.py b/google/cloud/compute_v1/services/networks/client.py index 7ec31b17f..a3bab882c 100644 --- a/google/cloud/compute_v1/services/networks/client.py +++ b/google/cloud/compute_v1/services/networks/client.py @@ -439,8 +439,8 @@ def add_peering_unary( Args: request (Union[google.cloud.compute_v1.types.AddPeeringNetworkRequest, dict]): The request object. A request message for - Networks.AddPeering. See the method description for - details. + Networks.AddPeering. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -543,8 +543,8 @@ def add_peering( Args: request (Union[google.cloud.compute_v1.types.AddPeeringNetworkRequest, dict]): The request object. A request message for - Networks.AddPeering. See the method description for - details. + Networks.AddPeering. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -668,7 +668,8 @@ def delete_unary( Args: request (Union[google.cloud.compute_v1.types.DeleteNetworkRequest, dict]): The request object. A request message for - Networks.Delete. See the method description for details. + Networks.Delete. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -755,7 +756,8 @@ def delete( Args: request (Union[google.cloud.compute_v1.types.DeleteNetworkRequest, dict]): The request object. A request message for - Networks.Delete. See the method description for details. + Networks.Delete. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -958,8 +960,8 @@ def get_effective_firewalls( Args: request (Union[google.cloud.compute_v1.types.GetEffectiveFirewallsNetworkRequest, dict]): The request object. A request message for - Networks.GetEffectiveFirewalls. See the method - description for details. + Networks.GetEffectiveFirewalls. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1045,7 +1047,8 @@ def insert_unary( Args: request (Union[google.cloud.compute_v1.types.InsertNetworkRequest, dict]): The request object. A request message for - Networks.Insert. See the method description for details. + Networks.Insert. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1128,7 +1131,8 @@ def insert( Args: request (Union[google.cloud.compute_v1.types.InsertNetworkRequest, dict]): The request object. A request message for - Networks.Insert. See the method description for details. + Networks.Insert. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1321,8 +1325,8 @@ def list_peering_routes( Args: request (Union[google.cloud.compute_v1.types.ListPeeringRoutesNetworksRequest, dict]): The request object. A request message for - Networks.ListPeeringRoutes. See the method description - for details. + Networks.ListPeeringRoutes. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1421,8 +1425,8 @@ def patch_unary( Args: request (Union[google.cloud.compute_v1.types.PatchNetworkRequest, dict]): - The request object. A request message for - Networks.Patch. See the method description for details. + The request object. A request message for Networks.Patch. + See the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1518,8 +1522,8 @@ def patch( Args: request (Union[google.cloud.compute_v1.types.PatchNetworkRequest, dict]): - The request object. A request message for - Networks.Patch. See the method description for details. + The request object. A request message for Networks.Patch. + See the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1640,8 +1644,8 @@ def remove_peering_unary( Args: request (Union[google.cloud.compute_v1.types.RemovePeeringNetworkRequest, dict]): The request object. A request message for - Networks.RemovePeering. See the method description for - details. + Networks.RemovePeering. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1744,8 +1748,8 @@ def remove_peering( Args: request (Union[google.cloud.compute_v1.types.RemovePeeringNetworkRequest, dict]): The request object. A request message for - Networks.RemovePeering. See the method description for - details. + Networks.RemovePeering. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1870,8 +1874,8 @@ def switch_to_custom_mode_unary( Args: request (Union[google.cloud.compute_v1.types.SwitchToCustomModeNetworkRequest, dict]): The request object. A request message for - Networks.SwitchToCustomMode. See the method description - for details. + Networks.SwitchToCustomMode. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1959,8 +1963,8 @@ def switch_to_custom_mode( Args: request (Union[google.cloud.compute_v1.types.SwitchToCustomModeNetworkRequest, dict]): The request object. A request message for - Networks.SwitchToCustomMode. See the method description - for details. + Networks.SwitchToCustomMode. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -2077,8 +2081,8 @@ def update_peering_unary( Args: request (Union[google.cloud.compute_v1.types.UpdatePeeringNetworkRequest, dict]): The request object. A request message for - Networks.UpdatePeering. See the method description for - details. + Networks.UpdatePeering. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -2184,8 +2188,8 @@ def update_peering( Args: request (Union[google.cloud.compute_v1.types.UpdatePeeringNetworkRequest, dict]): The request object. A request message for - Networks.UpdatePeering. See the method description for - details. + Networks.UpdatePeering. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field diff --git a/google/cloud/compute_v1/services/networks/transports/rest.py b/google/cloud/compute_v1/services/networks/transports/rest.py index 9f864d39b..f8d01cbca 100644 --- a/google/cloud/compute_v1/services/networks/transports/rest.py +++ b/google/cloud/compute_v1/services/networks/transports/rest.py @@ -517,7 +517,6 @@ def __call__( The request object. A request message for Networks.AddPeering. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -628,7 +627,6 @@ def __call__( The request object. A request message for Networks.Delete. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -729,7 +727,6 @@ def __call__( request (~.compute.GetNetworkRequest): The request object. A request message for Networks.Get. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -821,7 +818,6 @@ def __call__( The request object. A request message for Networks.GetEffectiveFirewalls. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -910,7 +906,6 @@ def __call__( The request object. A request message for Networks.Insert. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1020,7 +1015,6 @@ def __call__( request (~.compute.ListNetworksRequest): The request object. A request message for Networks.List. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1107,7 +1101,6 @@ def __call__( The request object. A request message for Networks.ListPeeringRoutes. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1195,7 +1188,6 @@ def __call__( request (~.compute.PatchNetworkRequest): The request object. A request message for Networks.Patch. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1306,7 +1298,6 @@ def __call__( The request object. A request message for Networks.RemovePeering. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1417,7 +1408,6 @@ def __call__( The request object. A request message for Networks.SwitchToCustomMode. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1521,7 +1511,6 @@ def __call__( The request object. A request message for Networks.UpdatePeering. See the method description for details. - 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/google/cloud/compute_v1/services/node_groups/client.py b/google/cloud/compute_v1/services/node_groups/client.py index d5b6c1867..a899933e9 100644 --- a/google/cloud/compute_v1/services/node_groups/client.py +++ b/google/cloud/compute_v1/services/node_groups/client.py @@ -440,8 +440,8 @@ def add_nodes_unary( Args: request (Union[google.cloud.compute_v1.types.AddNodesNodeGroupRequest, dict]): The request object. A request message for - NodeGroups.AddNodes. See the method description for - details. + NodeGroups.AddNodes. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -553,8 +553,8 @@ def add_nodes( Args: request (Union[google.cloud.compute_v1.types.AddNodesNodeGroupRequest, dict]): The request object. A request message for - NodeGroups.AddNodes. See the method description for - details. + NodeGroups.AddNodes. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -688,8 +688,8 @@ def aggregated_list( Args: request (Union[google.cloud.compute_v1.types.AggregatedListNodeGroupsRequest, dict]): The request object. A request message for - NodeGroups.AggregatedList. See the method description - for details. + NodeGroups.AggregatedList. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -775,8 +775,8 @@ def delete_unary( Args: request (Union[google.cloud.compute_v1.types.DeleteNodeGroupRequest, dict]): The request object. A request message for - NodeGroups.Delete. See the method description for - details. + NodeGroups.Delete. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -876,8 +876,8 @@ def delete( Args: request (Union[google.cloud.compute_v1.types.DeleteNodeGroupRequest, dict]): The request object. A request message for - NodeGroups.Delete. See the method description for - details. + NodeGroups.Delete. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1005,8 +1005,8 @@ def delete_nodes_unary( Args: request (Union[google.cloud.compute_v1.types.DeleteNodesNodeGroupRequest, dict]): The request object. A request message for - NodeGroups.DeleteNodes. See the method description for - details. + NodeGroups.DeleteNodes. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1120,8 +1120,8 @@ def delete_nodes( Args: request (Union[google.cloud.compute_v1.types.DeleteNodesNodeGroupRequest, dict]): The request object. A request message for - NodeGroups.DeleteNodes. See the method description for - details. + NodeGroups.DeleteNodes. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1259,8 +1259,8 @@ def get( Args: request (Union[google.cloud.compute_v1.types.GetNodeGroupRequest, dict]): - The request object. A request message for - NodeGroups.Get. See the method description for details. + The request object. A request message for NodeGroups.Get. + See the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1368,8 +1368,8 @@ def get_iam_policy( Args: request (Union[google.cloud.compute_v1.types.GetIamPolicyNodeGroupRequest, dict]): The request object. A request message for - NodeGroups.GetIamPolicy. See the method description for - details. + NodeGroups.GetIamPolicy. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1509,8 +1509,8 @@ def insert_unary( Args: request (Union[google.cloud.compute_v1.types.InsertNodeGroupRequest, dict]): The request object. A request message for - NodeGroups.Insert. See the method description for - details. + NodeGroups.Insert. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1620,8 +1620,8 @@ def insert( Args: request (Union[google.cloud.compute_v1.types.InsertNodeGroupRequest, dict]): The request object. A request message for - NodeGroups.Insert. See the method description for - details. + NodeGroups.Insert. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1755,7 +1755,8 @@ def list( Args: request (Union[google.cloud.compute_v1.types.ListNodeGroupsRequest, dict]): The request object. A request message for - NodeGroups.List. See the method description for details. + NodeGroups.List. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1856,8 +1857,8 @@ def list_nodes( Args: request (Union[google.cloud.compute_v1.types.ListNodesNodeGroupsRequest, dict]): The request object. A request message for - NodeGroups.ListNodes. See the method description for - details. + NodeGroups.ListNodes. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1968,8 +1969,8 @@ def patch_unary( Args: request (Union[google.cloud.compute_v1.types.PatchNodeGroupRequest, dict]): The request object. A request message for - NodeGroups.Patch. See the method description for - details. + NodeGroups.Patch. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -2077,8 +2078,8 @@ def patch( Args: request (Union[google.cloud.compute_v1.types.PatchNodeGroupRequest, dict]): The request object. A request message for - NodeGroups.Patch. See the method description for - details. + NodeGroups.Patch. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -2212,8 +2213,8 @@ def set_iam_policy( Args: request (Union[google.cloud.compute_v1.types.SetIamPolicyNodeGroupRequest, dict]): The request object. A request message for - NodeGroups.SetIamPolicy. See the method description for - details. + NodeGroups.SetIamPolicy. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -2365,8 +2366,8 @@ def set_node_template_unary( Args: request (Union[google.cloud.compute_v1.types.SetNodeTemplateNodeGroupRequest, dict]): The request object. A request message for - NodeGroups.SetNodeTemplate. See the method description - for details. + NodeGroups.SetNodeTemplate. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -2480,8 +2481,8 @@ def set_node_template( Args: request (Union[google.cloud.compute_v1.types.SetNodeTemplateNodeGroupRequest, dict]): The request object. A request message for - NodeGroups.SetNodeTemplate. See the method description - for details. + NodeGroups.SetNodeTemplate. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -2623,8 +2624,8 @@ def simulate_maintenance_event_unary( Args: request (Union[google.cloud.compute_v1.types.SimulateMaintenanceEventNodeGroupRequest, dict]): The request object. A request message for - NodeGroups.SimulateMaintenanceEvent. See the method - description for details. + NodeGroups.SimulateMaintenanceEvent. See + the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -2749,8 +2750,8 @@ def simulate_maintenance_event( Args: request (Union[google.cloud.compute_v1.types.SimulateMaintenanceEventNodeGroupRequest, dict]): The request object. A request message for - NodeGroups.SimulateMaintenanceEvent. See the method - description for details. + NodeGroups.SimulateMaintenanceEvent. See + the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -2900,8 +2901,8 @@ def test_iam_permissions( Args: request (Union[google.cloud.compute_v1.types.TestIamPermissionsNodeGroupRequest, dict]): The request object. A request message for - NodeGroups.TestIamPermissions. See the method - description for details. + NodeGroups.TestIamPermissions. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field diff --git a/google/cloud/compute_v1/services/node_groups/transports/rest.py b/google/cloud/compute_v1/services/node_groups/transports/rest.py index 74df9b929..a5f455c48 100644 --- a/google/cloud/compute_v1/services/node_groups/transports/rest.py +++ b/google/cloud/compute_v1/services/node_groups/transports/rest.py @@ -616,7 +616,6 @@ def __call__( The request object. A request message for NodeGroups.AddNodes. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -727,7 +726,6 @@ def __call__( The request object. A request message for NodeGroups.AggregatedList. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -814,7 +812,6 @@ def __call__( The request object. A request message for NodeGroups.Delete. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -916,7 +913,6 @@ def __call__( The request object. A request message for NodeGroups.DeleteNodes. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1026,7 +1022,6 @@ def __call__( request (~.compute.GetNodeGroupRequest): The request object. A request message for NodeGroups.Get. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1124,7 +1119,6 @@ def __call__( The request object. A request message for NodeGroups.GetIamPolicy. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1254,7 +1248,6 @@ def __call__( The request object. A request message for NodeGroups.Insert. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1365,7 +1358,6 @@ def __call__( The request object. A request message for NodeGroups.List. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1452,7 +1444,6 @@ def __call__( The request object. A request message for NodeGroups.ListNodes. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1539,7 +1530,6 @@ def __call__( The request object. A request message for NodeGroups.Patch. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1650,7 +1640,6 @@ def __call__( The request object. A request message for NodeGroups.SetIamPolicy. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1787,7 +1776,6 @@ def __call__( The request object. A request message for NodeGroups.SetNodeTemplate. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1901,7 +1889,6 @@ def __call__( The request object. A request message for NodeGroups.SimulateMaintenanceEvent. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -2014,7 +2001,6 @@ def __call__( The request object. A request message for NodeGroups.TestIamPermissions. See the method description for details. - 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/google/cloud/compute_v1/services/node_templates/client.py b/google/cloud/compute_v1/services/node_templates/client.py index 4d5e9d51e..d1d05fd13 100644 --- a/google/cloud/compute_v1/services/node_templates/client.py +++ b/google/cloud/compute_v1/services/node_templates/client.py @@ -437,8 +437,8 @@ def aggregated_list( Args: request (Union[google.cloud.compute_v1.types.AggregatedListNodeTemplatesRequest, dict]): The request object. A request message for - NodeTemplates.AggregatedList. See the method description - for details. + NodeTemplates.AggregatedList. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -524,8 +524,8 @@ def delete_unary( Args: request (Union[google.cloud.compute_v1.types.DeleteNodeTemplateRequest, dict]): The request object. A request message for - NodeTemplates.Delete. See the method description for - details. + NodeTemplates.Delete. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -625,8 +625,8 @@ def delete( Args: request (Union[google.cloud.compute_v1.types.DeleteNodeTemplateRequest, dict]): The request object. A request message for - NodeTemplates.Delete. See the method description for - details. + NodeTemplates.Delete. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -751,8 +751,8 @@ def get( Args: request (Union[google.cloud.compute_v1.types.GetNodeTemplateRequest, dict]): The request object. A request message for - NodeTemplates.Get. See the method description for - details. + NodeTemplates.Get. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -854,8 +854,8 @@ def get_iam_policy( Args: request (Union[google.cloud.compute_v1.types.GetIamPolicyNodeTemplateRequest, dict]): The request object. A request message for - NodeTemplates.GetIamPolicy. See the method description - for details. + NodeTemplates.GetIamPolicy. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -994,8 +994,8 @@ def insert_unary( Args: request (Union[google.cloud.compute_v1.types.InsertNodeTemplateRequest, dict]): The request object. A request message for - NodeTemplates.Insert. See the method description for - details. + NodeTemplates.Insert. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1093,8 +1093,8 @@ def insert( Args: request (Union[google.cloud.compute_v1.types.InsertNodeTemplateRequest, dict]): The request object. A request message for - NodeTemplates.Insert. See the method description for - details. + NodeTemplates.Insert. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1216,8 +1216,8 @@ def list( Args: request (Union[google.cloud.compute_v1.types.ListNodeTemplatesRequest, dict]): The request object. A request message for - NodeTemplates.List. See the method description for - details. + NodeTemplates.List. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1322,8 +1322,8 @@ def set_iam_policy( Args: request (Union[google.cloud.compute_v1.types.SetIamPolicyNodeTemplateRequest, dict]): The request object. A request message for - NodeTemplates.SetIamPolicy. See the method description - for details. + NodeTemplates.SetIamPolicy. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1478,8 +1478,8 @@ def test_iam_permissions( Args: request (Union[google.cloud.compute_v1.types.TestIamPermissionsNodeTemplateRequest, dict]): The request object. A request message for - NodeTemplates.TestIamPermissions. See the method - description for details. + NodeTemplates.TestIamPermissions. See + the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field diff --git a/google/cloud/compute_v1/services/node_templates/transports/rest.py b/google/cloud/compute_v1/services/node_templates/transports/rest.py index b5476deb9..7e06eb1f5 100644 --- a/google/cloud/compute_v1/services/node_templates/transports/rest.py +++ b/google/cloud/compute_v1/services/node_templates/transports/rest.py @@ -440,7 +440,6 @@ def __call__( The request object. A request message for NodeTemplates.AggregatedList. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -527,7 +526,6 @@ def __call__( The request object. A request message for NodeTemplates.Delete. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -629,7 +627,6 @@ def __call__( The request object. A request message for NodeTemplates.Get. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -721,7 +718,6 @@ def __call__( The request object. A request message for NodeTemplates.GetIamPolicy. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -849,7 +845,6 @@ def __call__( The request object. A request message for NodeTemplates.Insert. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -960,7 +955,6 @@ def __call__( The request object. A request message for NodeTemplates.List. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1047,7 +1041,6 @@ def __call__( The request object. A request message for NodeTemplates.SetIamPolicy. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1184,7 +1177,6 @@ def __call__( The request object. A request message for NodeTemplates.TestIamPermissions. See the method description for details. - 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/google/cloud/compute_v1/services/node_types/client.py b/google/cloud/compute_v1/services/node_types/client.py index 895662b4e..65fbb49b9 100644 --- a/google/cloud/compute_v1/services/node_types/client.py +++ b/google/cloud/compute_v1/services/node_types/client.py @@ -432,8 +432,8 @@ def aggregated_list( Args: request (Union[google.cloud.compute_v1.types.AggregatedListNodeTypesRequest, dict]): The request object. A request message for - NodeTypes.AggregatedList. See the method description for - details. + NodeTypes.AggregatedList. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -624,8 +624,8 @@ def list( Args: request (Union[google.cloud.compute_v1.types.ListNodeTypesRequest, dict]): - The request object. A request message for - NodeTypes.List. See the method description for details. + The request object. A request message for NodeTypes.List. + See the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field diff --git a/google/cloud/compute_v1/services/node_types/transports/rest.py b/google/cloud/compute_v1/services/node_types/transports/rest.py index fa359adac..b5f78355f 100644 --- a/google/cloud/compute_v1/services/node_types/transports/rest.py +++ b/google/cloud/compute_v1/services/node_types/transports/rest.py @@ -287,7 +287,6 @@ def __call__( The request object. A request message for NodeTypes.AggregatedList. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -373,7 +372,6 @@ def __call__( request (~.compute.GetNodeTypeRequest): The request object. A request message for NodeTypes.Get. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -469,7 +467,6 @@ def __call__( request (~.compute.ListNodeTypesRequest): The request object. A request message for NodeTypes.List. See the method description for details. - 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/google/cloud/compute_v1/services/packet_mirrorings/client.py b/google/cloud/compute_v1/services/packet_mirrorings/client.py index 344a61845..95fd0ccef 100644 --- a/google/cloud/compute_v1/services/packet_mirrorings/client.py +++ b/google/cloud/compute_v1/services/packet_mirrorings/client.py @@ -439,8 +439,8 @@ def aggregated_list( Args: request (Union[google.cloud.compute_v1.types.AggregatedListPacketMirroringsRequest, dict]): The request object. A request message for - PacketMirrorings.AggregatedList. See the method - description for details. + PacketMirrorings.AggregatedList. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -527,8 +527,8 @@ def delete_unary( Args: request (Union[google.cloud.compute_v1.types.DeletePacketMirroringRequest, dict]): The request object. A request message for - PacketMirrorings.Delete. See the method description for - details. + PacketMirrorings.Delete. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -626,8 +626,8 @@ def delete( Args: request (Union[google.cloud.compute_v1.types.DeletePacketMirroringRequest, dict]): The request object. A request message for - PacketMirrorings.Delete. See the method description for - details. + PacketMirrorings.Delete. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -750,8 +750,8 @@ def get( Args: request (Union[google.cloud.compute_v1.types.GetPacketMirroringRequest, dict]): The request object. A request message for - PacketMirrorings.Get. See the method description for - details. + PacketMirrorings.Get. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -859,8 +859,8 @@ def insert_unary( Args: request (Union[google.cloud.compute_v1.types.InsertPacketMirroringRequest, dict]): The request object. A request message for - PacketMirrorings.Insert. See the method description for - details. + PacketMirrorings.Insert. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -957,8 +957,8 @@ def insert( Args: request (Union[google.cloud.compute_v1.types.InsertPacketMirroringRequest, dict]): The request object. A request message for - PacketMirrorings.Insert. See the method description for - details. + PacketMirrorings.Insert. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1078,8 +1078,8 @@ def list( Args: request (Union[google.cloud.compute_v1.types.ListPacketMirroringsRequest, dict]): The request object. A request message for - PacketMirrorings.List. See the method description for - details. + PacketMirrorings.List. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1183,8 +1183,8 @@ def patch_unary( Args: request (Union[google.cloud.compute_v1.types.PatchPacketMirroringRequest, dict]): The request object. A request message for - PacketMirrorings.Patch. See the method description for - details. + PacketMirrorings.Patch. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1295,8 +1295,8 @@ def patch( Args: request (Union[google.cloud.compute_v1.types.PatchPacketMirroringRequest, dict]): The request object. A request message for - PacketMirrorings.Patch. See the method description for - details. + PacketMirrorings.Patch. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1434,8 +1434,8 @@ def test_iam_permissions( Args: request (Union[google.cloud.compute_v1.types.TestIamPermissionsPacketMirroringRequest, dict]): The request object. A request message for - PacketMirrorings.TestIamPermissions. See the method - description for details. + PacketMirrorings.TestIamPermissions. See + the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field diff --git a/google/cloud/compute_v1/services/packet_mirrorings/transports/rest.py b/google/cloud/compute_v1/services/packet_mirrorings/transports/rest.py index 6bd232b10..50664246a 100644 --- a/google/cloud/compute_v1/services/packet_mirrorings/transports/rest.py +++ b/google/cloud/compute_v1/services/packet_mirrorings/transports/rest.py @@ -415,7 +415,6 @@ def __call__( The request object. A request message for PacketMirrorings.AggregatedList. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -502,7 +501,6 @@ def __call__( The request object. A request message for PacketMirrorings.Delete. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -604,7 +602,6 @@ def __call__( The request object. A request message for PacketMirrorings.Get. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -701,7 +698,6 @@ def __call__( The request object. A request message for PacketMirrorings.Insert. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -812,7 +808,6 @@ def __call__( The request object. A request message for PacketMirrorings.List. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -901,7 +896,6 @@ def __call__( The request object. A request message for PacketMirrorings.Patch. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1012,7 +1006,6 @@ def __call__( The request object. A request message for PacketMirrorings.TestIamPermissions. See the method description for details. - 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/google/cloud/compute_v1/services/projects/client.py b/google/cloud/compute_v1/services/projects/client.py index b236f405b..824a59da3 100644 --- a/google/cloud/compute_v1/services/projects/client.py +++ b/google/cloud/compute_v1/services/projects/client.py @@ -435,8 +435,8 @@ def disable_xpn_host_unary( Args: request (Union[google.cloud.compute_v1.types.DisableXpnHostProjectRequest, dict]): The request object. A request message for - Projects.DisableXpnHost. See the method description for - details. + Projects.DisableXpnHost. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -510,8 +510,8 @@ def disable_xpn_host( Args: request (Union[google.cloud.compute_v1.types.DisableXpnHostProjectRequest, dict]): The request object. A request message for - Projects.DisableXpnHost. See the method description for - details. + Projects.DisableXpnHost. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -613,8 +613,8 @@ def disable_xpn_resource_unary( Args: request (Union[google.cloud.compute_v1.types.DisableXpnResourceProjectRequest, dict]): The request object. A request message for - Projects.DisableXpnResource. See the method description - for details. + Projects.DisableXpnResource. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -703,8 +703,8 @@ def disable_xpn_resource( Args: request (Union[google.cloud.compute_v1.types.DisableXpnResourceProjectRequest, dict]): The request object. A request message for - Projects.DisableXpnResource. See the method description - for details. + Projects.DisableXpnResource. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -813,8 +813,8 @@ def enable_xpn_host_unary( Args: request (Union[google.cloud.compute_v1.types.EnableXpnHostProjectRequest, dict]): The request object. A request message for - Projects.EnableXpnHost. See the method description for - details. + Projects.EnableXpnHost. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -888,8 +888,8 @@ def enable_xpn_host( Args: request (Union[google.cloud.compute_v1.types.EnableXpnHostProjectRequest, dict]): The request object. A request message for - Projects.EnableXpnHost. See the method description for - details. + Projects.EnableXpnHost. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -992,8 +992,8 @@ def enable_xpn_resource_unary( Args: request (Union[google.cloud.compute_v1.types.EnableXpnResourceProjectRequest, dict]): The request object. A request message for - Projects.EnableXpnResource. See the method description - for details. + Projects.EnableXpnResource. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1083,8 +1083,8 @@ def enable_xpn_resource( Args: request (Union[google.cloud.compute_v1.types.EnableXpnResourceProjectRequest, dict]): The request object. A request message for - Projects.EnableXpnResource. See the method description - for details. + Projects.EnableXpnResource. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1279,8 +1279,8 @@ def get_xpn_host( Args: request (Union[google.cloud.compute_v1.types.GetXpnHostProjectRequest, dict]): The request object. A request message for - Projects.GetXpnHost. See the method description for - details. + Projects.GetXpnHost. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1358,8 +1358,8 @@ def get_xpn_resources( Args: request (Union[google.cloud.compute_v1.types.GetXpnResourcesProjectsRequest, dict]): The request object. A request message for - Projects.GetXpnResources. See the method description for - details. + Projects.GetXpnResources. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1447,8 +1447,8 @@ def list_xpn_hosts( Args: request (Union[google.cloud.compute_v1.types.ListXpnHostsProjectsRequest, dict]): The request object. A request message for - Projects.ListXpnHosts. See the method description for - details. + Projects.ListXpnHosts. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1542,8 +1542,8 @@ def move_disk_unary( Args: request (Union[google.cloud.compute_v1.types.MoveDiskProjectRequest, dict]): The request object. A request message for - Projects.MoveDisk. See the method description for - details. + Projects.MoveDisk. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1625,8 +1625,8 @@ def move_disk( Args: request (Union[google.cloud.compute_v1.types.MoveDiskProjectRequest, dict]): The request object. A request message for - Projects.MoveDisk. See the method description for - details. + Projects.MoveDisk. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1736,8 +1736,8 @@ def move_instance_unary( Args: request (Union[google.cloud.compute_v1.types.MoveInstanceProjectRequest, dict]): The request object. A request message for - Projects.MoveInstance. See the method description for - details. + Projects.MoveInstance. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1823,8 +1823,8 @@ def move_instance( Args: request (Union[google.cloud.compute_v1.types.MoveInstanceProjectRequest, dict]): The request object. A request message for - Projects.MoveInstance. See the method description for - details. + Projects.MoveInstance. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1934,8 +1934,8 @@ def set_common_instance_metadata_unary( Args: request (Union[google.cloud.compute_v1.types.SetCommonInstanceMetadataProjectRequest, dict]): The request object. A request message for - Projects.SetCommonInstanceMetadata. See the method - description for details. + Projects.SetCommonInstanceMetadata. See + the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -2023,8 +2023,8 @@ def set_common_instance_metadata( Args: request (Union[google.cloud.compute_v1.types.SetCommonInstanceMetadataProjectRequest, dict]): The request object. A request message for - Projects.SetCommonInstanceMetadata. See the method - description for details. + Projects.SetCommonInstanceMetadata. See + the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -2139,8 +2139,8 @@ def set_default_network_tier_unary( Args: request (Union[google.cloud.compute_v1.types.SetDefaultNetworkTierProjectRequest, dict]): The request object. A request message for - Projects.SetDefaultNetworkTier. See the method - description for details. + Projects.SetDefaultNetworkTier. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -2233,8 +2233,8 @@ def set_default_network_tier( Args: request (Union[google.cloud.compute_v1.types.SetDefaultNetworkTierProjectRequest, dict]): The request object. A request message for - Projects.SetDefaultNetworkTier. See the method - description for details. + Projects.SetDefaultNetworkTier. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -2349,8 +2349,8 @@ def set_usage_export_bucket_unary( Args: request (Union[google.cloud.compute_v1.types.SetUsageExportBucketProjectRequest, dict]): The request object. A request message for - Projects.SetUsageExportBucket. See the method - description for details. + Projects.SetUsageExportBucket. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -2437,8 +2437,8 @@ def set_usage_export_bucket( Args: request (Union[google.cloud.compute_v1.types.SetUsageExportBucketProjectRequest, dict]): The request object. A request message for - Projects.SetUsageExportBucket. See the method - description for details. + Projects.SetUsageExportBucket. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field diff --git a/google/cloud/compute_v1/services/projects/transports/rest.py b/google/cloud/compute_v1/services/projects/transports/rest.py index 298bc9647..210f04dcf 100644 --- a/google/cloud/compute_v1/services/projects/transports/rest.py +++ b/google/cloud/compute_v1/services/projects/transports/rest.py @@ -591,7 +591,6 @@ def __call__( The request object. A request message for Projects.DisableXpnHost. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -695,7 +694,6 @@ def __call__( The request object. A request message for Projects.DisableXpnResource. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -808,7 +806,6 @@ def __call__( The request object. A request message for Projects.EnableXpnHost. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -910,7 +907,6 @@ def __call__( The request object. A request message for Projects.EnableXpnResource. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1022,7 +1018,6 @@ def __call__( request (~.compute.GetProjectRequest): The request object. A request message for Projects.Get. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1114,7 +1109,6 @@ def __call__( The request object. A request message for Projects.GetXpnHost. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1206,7 +1200,6 @@ def __call__( The request object. A request message for Projects.GetXpnResources. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1295,7 +1288,6 @@ def __call__( The request object. A request message for Projects.ListXpnHosts. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1391,7 +1383,6 @@ def __call__( The request object. A request message for Projects.MoveDisk. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1502,7 +1493,6 @@ def __call__( The request object. A request message for Projects.MoveInstance. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1614,7 +1604,6 @@ def __call__( The request object. A request message for Projects.SetCommonInstanceMetadata. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1727,7 +1716,6 @@ def __call__( The request object. A request message for Projects.SetDefaultNetworkTier. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1840,7 +1828,6 @@ def __call__( The request object. A request message for Projects.SetUsageExportBucket. See the method description for details. - 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/google/cloud/compute_v1/services/public_advertised_prefixes/client.py b/google/cloud/compute_v1/services/public_advertised_prefixes/client.py index 07aaac241..1022c2b6f 100644 --- a/google/cloud/compute_v1/services/public_advertised_prefixes/client.py +++ b/google/cloud/compute_v1/services/public_advertised_prefixes/client.py @@ -440,8 +440,8 @@ def delete_unary( Args: request (Union[google.cloud.compute_v1.types.DeletePublicAdvertisedPrefixeRequest, dict]): The request object. A request message for - PublicAdvertisedPrefixes.Delete. See the method - description for details. + PublicAdvertisedPrefixes.Delete. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -532,8 +532,8 @@ def delete( Args: request (Union[google.cloud.compute_v1.types.DeletePublicAdvertisedPrefixeRequest, dict]): The request object. A request message for - PublicAdvertisedPrefixes.Delete. See the method - description for details. + PublicAdvertisedPrefixes.Delete. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -649,8 +649,8 @@ def get( Args: request (Union[google.cloud.compute_v1.types.GetPublicAdvertisedPrefixeRequest, dict]): The request object. A request message for - PublicAdvertisedPrefixes.Get. See the method description - for details. + PublicAdvertisedPrefixes.Get. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -749,8 +749,8 @@ def insert_unary( Args: request (Union[google.cloud.compute_v1.types.InsertPublicAdvertisedPrefixeRequest, dict]): The request object. A request message for - PublicAdvertisedPrefixes.Insert. See the method - description for details. + PublicAdvertisedPrefixes.Insert. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -840,8 +840,8 @@ def insert( Args: request (Union[google.cloud.compute_v1.types.InsertPublicAdvertisedPrefixeRequest, dict]): The request object. A request message for - PublicAdvertisedPrefixes.Insert. See the method - description for details. + PublicAdvertisedPrefixes.Insert. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -950,8 +950,8 @@ def list( Args: request (Union[google.cloud.compute_v1.types.ListPublicAdvertisedPrefixesRequest, dict]): The request object. A request message for - PublicAdvertisedPrefixes.List. See the method - description for details. + PublicAdvertisedPrefixes.List. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1044,8 +1044,8 @@ def patch_unary( Args: request (Union[google.cloud.compute_v1.types.PatchPublicAdvertisedPrefixeRequest, dict]): The request object. A request message for - PublicAdvertisedPrefixes.Patch. See the method - description for details. + PublicAdvertisedPrefixes.Patch. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1153,8 +1153,8 @@ def patch( Args: request (Union[google.cloud.compute_v1.types.PatchPublicAdvertisedPrefixeRequest, dict]): The request object. A request message for - PublicAdvertisedPrefixes.Patch. See the method - description for details. + PublicAdvertisedPrefixes.Patch. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field diff --git a/google/cloud/compute_v1/services/public_advertised_prefixes/transports/rest.py b/google/cloud/compute_v1/services/public_advertised_prefixes/transports/rest.py index 9de3e10ff..0f35d77d3 100644 --- a/google/cloud/compute_v1/services/public_advertised_prefixes/transports/rest.py +++ b/google/cloud/compute_v1/services/public_advertised_prefixes/transports/rest.py @@ -351,7 +351,6 @@ def __call__( The request object. A request message for PublicAdvertisedPrefixes.Delete. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -453,7 +452,6 @@ def __call__( The request object. A request message for PublicAdvertisedPrefixes.Get. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -546,7 +544,6 @@ def __call__( The request object. A request message for PublicAdvertisedPrefixes.Insert. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -657,7 +654,6 @@ def __call__( The request object. A request message for PublicAdvertisedPrefixes.List. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -744,7 +740,6 @@ def __call__( The request object. A request message for PublicAdvertisedPrefixes.Patch. See the method description for details. - 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/google/cloud/compute_v1/services/public_delegated_prefixes/client.py b/google/cloud/compute_v1/services/public_delegated_prefixes/client.py index 3d545f8ca..805e0f226 100644 --- a/google/cloud/compute_v1/services/public_delegated_prefixes/client.py +++ b/google/cloud/compute_v1/services/public_delegated_prefixes/client.py @@ -440,8 +440,8 @@ def aggregated_list( Args: request (Union[google.cloud.compute_v1.types.AggregatedListPublicDelegatedPrefixesRequest, dict]): The request object. A request message for - PublicDelegatedPrefixes.AggregatedList. See the method - description for details. + PublicDelegatedPrefixes.AggregatedList. + See the method description for details. project (str): Name of the project scoping this request. @@ -534,8 +534,8 @@ def delete_unary( Args: request (Union[google.cloud.compute_v1.types.DeletePublicDelegatedPrefixeRequest, dict]): The request object. A request message for - PublicDelegatedPrefixes.Delete. See the method - description for details. + PublicDelegatedPrefixes.Delete. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -636,8 +636,8 @@ def delete( Args: request (Union[google.cloud.compute_v1.types.DeletePublicDelegatedPrefixeRequest, dict]): The request object. A request message for - PublicDelegatedPrefixes.Delete. See the method - description for details. + PublicDelegatedPrefixes.Delete. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -761,8 +761,8 @@ def get( Args: request (Union[google.cloud.compute_v1.types.GetPublicDelegatedPrefixeRequest, dict]): The request object. A request message for - PublicDelegatedPrefixes.Get. See the method description - for details. + PublicDelegatedPrefixes.Get. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -873,8 +873,8 @@ def insert_unary( Args: request (Union[google.cloud.compute_v1.types.InsertPublicDelegatedPrefixeRequest, dict]): The request object. A request message for - PublicDelegatedPrefixes.Insert. See the method - description for details. + PublicDelegatedPrefixes.Insert. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -977,8 +977,8 @@ def insert( Args: request (Union[google.cloud.compute_v1.types.InsertPublicDelegatedPrefixeRequest, dict]): The request object. A request message for - PublicDelegatedPrefixes.Insert. See the method - description for details. + PublicDelegatedPrefixes.Insert. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1102,8 +1102,8 @@ def list( Args: request (Union[google.cloud.compute_v1.types.ListPublicDelegatedPrefixesRequest, dict]): The request object. A request message for - PublicDelegatedPrefixes.List. See the method description - for details. + PublicDelegatedPrefixes.List. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1209,8 +1209,8 @@ def patch_unary( Args: request (Union[google.cloud.compute_v1.types.PatchPublicDelegatedPrefixeRequest, dict]): The request object. A request message for - PublicDelegatedPrefixes.Patch. See the method - description for details. + PublicDelegatedPrefixes.Patch. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1327,8 +1327,8 @@ def patch( Args: request (Union[google.cloud.compute_v1.types.PatchPublicDelegatedPrefixeRequest, dict]): The request object. A request message for - PublicDelegatedPrefixes.Patch. See the method - description for details. + PublicDelegatedPrefixes.Patch. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field diff --git a/google/cloud/compute_v1/services/public_delegated_prefixes/transports/rest.py b/google/cloud/compute_v1/services/public_delegated_prefixes/transports/rest.py index e2ab700d7..126664e07 100644 --- a/google/cloud/compute_v1/services/public_delegated_prefixes/transports/rest.py +++ b/google/cloud/compute_v1/services/public_delegated_prefixes/transports/rest.py @@ -384,7 +384,6 @@ def __call__( The request object. A request message for PublicDelegatedPrefixes.AggregatedList. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -473,7 +472,6 @@ def __call__( The request object. A request message for PublicDelegatedPrefixes.Delete. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -575,7 +573,6 @@ def __call__( The request object. A request message for PublicDelegatedPrefixes.Get. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -671,7 +668,6 @@ def __call__( The request object. A request message for PublicDelegatedPrefixes.Insert. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -782,7 +778,6 @@ def __call__( The request object. A request message for PublicDelegatedPrefixes.List. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -869,7 +864,6 @@ def __call__( The request object. A request message for PublicDelegatedPrefixes.Patch. See the method description for details. - 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/google/cloud/compute_v1/services/region_autoscalers/client.py b/google/cloud/compute_v1/services/region_autoscalers/client.py index 5a5ef4841..eca7d26a7 100644 --- a/google/cloud/compute_v1/services/region_autoscalers/client.py +++ b/google/cloud/compute_v1/services/region_autoscalers/client.py @@ -439,8 +439,8 @@ def delete_unary( Args: request (Union[google.cloud.compute_v1.types.DeleteRegionAutoscalerRequest, dict]): The request object. A request message for - RegionAutoscalers.Delete. See the method description for - details. + RegionAutoscalers.Delete. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -538,8 +538,8 @@ def delete( Args: request (Union[google.cloud.compute_v1.types.DeleteRegionAutoscalerRequest, dict]): The request object. A request message for - RegionAutoscalers.Delete. See the method description for - details. + RegionAutoscalers.Delete. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -662,8 +662,8 @@ def get( Args: request (Union[google.cloud.compute_v1.types.GetRegionAutoscalerRequest, dict]): The request object. A request message for - RegionAutoscalers.Get. See the method description for - details. + RegionAutoscalers.Get. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -771,8 +771,8 @@ def insert_unary( Args: request (Union[google.cloud.compute_v1.types.InsertRegionAutoscalerRequest, dict]): The request object. A request message for - RegionAutoscalers.Insert. See the method description for - details. + RegionAutoscalers.Insert. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -870,8 +870,8 @@ def insert( Args: request (Union[google.cloud.compute_v1.types.InsertRegionAutoscalerRequest, dict]): The request object. A request message for - RegionAutoscalers.Insert. See the method description for - details. + RegionAutoscalers.Insert. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -993,8 +993,8 @@ def list( Args: request (Union[google.cloud.compute_v1.types.ListRegionAutoscalersRequest, dict]): The request object. A request message for - RegionAutoscalers.List. See the method description for - details. + RegionAutoscalers.List. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1098,8 +1098,8 @@ def patch_unary( Args: request (Union[google.cloud.compute_v1.types.PatchRegionAutoscalerRequest, dict]): The request object. A request message for - RegionAutoscalers.Patch. See the method description for - details. + RegionAutoscalers.Patch. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1199,8 +1199,8 @@ def patch( Args: request (Union[google.cloud.compute_v1.types.PatchRegionAutoscalerRequest, dict]): The request object. A request message for - RegionAutoscalers.Patch. See the method description for - details. + RegionAutoscalers.Patch. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1323,8 +1323,8 @@ def update_unary( Args: request (Union[google.cloud.compute_v1.types.UpdateRegionAutoscalerRequest, dict]): The request object. A request message for - RegionAutoscalers.Update. See the method description for - details. + RegionAutoscalers.Update. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1422,8 +1422,8 @@ def update( Args: request (Union[google.cloud.compute_v1.types.UpdateRegionAutoscalerRequest, dict]): The request object. A request message for - RegionAutoscalers.Update. See the method description for - details. + RegionAutoscalers.Update. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field diff --git a/google/cloud/compute_v1/services/region_autoscalers/transports/rest.py b/google/cloud/compute_v1/services/region_autoscalers/transports/rest.py index 9bd800661..e5af4e928 100644 --- a/google/cloud/compute_v1/services/region_autoscalers/transports/rest.py +++ b/google/cloud/compute_v1/services/region_autoscalers/transports/rest.py @@ -378,7 +378,6 @@ def __call__( The request object. A request message for RegionAutoscalers.Delete. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -480,7 +479,6 @@ def __call__( The request object. A request message for RegionAutoscalers.Get. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -579,7 +577,6 @@ def __call__( The request object. A request message for RegionAutoscalers.Insert. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -690,7 +687,6 @@ def __call__( The request object. A request message for RegionAutoscalers.List. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -777,7 +773,6 @@ def __call__( The request object. A request message for RegionAutoscalers.Patch. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -888,7 +883,6 @@ def __call__( The request object. A request message for RegionAutoscalers.Update. See the method description for details. - 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/google/cloud/compute_v1/services/region_backend_services/client.py b/google/cloud/compute_v1/services/region_backend_services/client.py index 19ab12851..5da6f6697 100644 --- a/google/cloud/compute_v1/services/region_backend_services/client.py +++ b/google/cloud/compute_v1/services/region_backend_services/client.py @@ -442,8 +442,8 @@ def delete_unary( Args: request (Union[google.cloud.compute_v1.types.DeleteRegionBackendServiceRequest, dict]): The request object. A request message for - RegionBackendServices.Delete. See the method description - for details. + RegionBackendServices.Delete. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -546,8 +546,8 @@ def delete( Args: request (Union[google.cloud.compute_v1.types.DeleteRegionBackendServiceRequest, dict]): The request object. A request message for - RegionBackendServices.Delete. See the method description - for details. + RegionBackendServices.Delete. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -673,8 +673,8 @@ def get( Args: request (Union[google.cloud.compute_v1.types.GetRegionBackendServiceRequest, dict]): The request object. A request message for - RegionBackendServices.Get. See the method description - for details. + RegionBackendServices.Get. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -793,8 +793,8 @@ def get_health( Args: request (Union[google.cloud.compute_v1.types.GetHealthRegionBackendServiceRequest, dict]): The request object. A request message for - RegionBackendServices.GetHealth. See the method - description for details. + RegionBackendServices.GetHealth. See the + method description for details. project (str): This corresponds to the ``project`` field @@ -906,8 +906,8 @@ def get_iam_policy( Args: request (Union[google.cloud.compute_v1.types.GetIamPolicyRegionBackendServiceRequest, dict]): The request object. A request message for - RegionBackendServices.GetIamPolicy. See the method - description for details. + RegionBackendServices.GetIamPolicy. See + the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1050,8 +1050,8 @@ def insert_unary( Args: request (Union[google.cloud.compute_v1.types.InsertRegionBackendServiceRequest, dict]): The request object. A request message for - RegionBackendServices.Insert. See the method description - for details. + RegionBackendServices.Insert. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1153,8 +1153,8 @@ def insert( Args: request (Union[google.cloud.compute_v1.types.InsertRegionBackendServiceRequest, dict]): The request object. A request message for - RegionBackendServices.Insert. See the method description - for details. + RegionBackendServices.Insert. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1277,8 +1277,8 @@ def list( Args: request (Union[google.cloud.compute_v1.types.ListRegionBackendServicesRequest, dict]): The request object. A request message for - RegionBackendServices.List. See the method description - for details. + RegionBackendServices.List. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1385,8 +1385,8 @@ def patch_unary( Args: request (Union[google.cloud.compute_v1.types.PatchRegionBackendServiceRequest, dict]): The request object. A request message for - RegionBackendServices.Patch. See the method description - for details. + RegionBackendServices.Patch. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1500,8 +1500,8 @@ def patch( Args: request (Union[google.cloud.compute_v1.types.PatchRegionBackendServiceRequest, dict]): The request object. A request message for - RegionBackendServices.Patch. See the method description - for details. + RegionBackendServices.Patch. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1641,8 +1641,8 @@ def set_iam_policy( Args: request (Union[google.cloud.compute_v1.types.SetIamPolicyRegionBackendServiceRequest, dict]): The request object. A request message for - RegionBackendServices.SetIamPolicy. See the method - description for details. + RegionBackendServices.SetIamPolicy. See + the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1796,8 +1796,8 @@ def update_unary( Args: request (Union[google.cloud.compute_v1.types.UpdateRegionBackendServiceRequest, dict]): The request object. A request message for - RegionBackendServices.Update. See the method description - for details. + RegionBackendServices.Update. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1911,8 +1911,8 @@ def update( Args: request (Union[google.cloud.compute_v1.types.UpdateRegionBackendServiceRequest, dict]): The request object. A request message for - RegionBackendServices.Update. See the method description - for details. + RegionBackendServices.Update. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field diff --git a/google/cloud/compute_v1/services/region_backend_services/transports/rest.py b/google/cloud/compute_v1/services/region_backend_services/transports/rest.py index 1de3dbb85..de37ffc3e 100644 --- a/google/cloud/compute_v1/services/region_backend_services/transports/rest.py +++ b/google/cloud/compute_v1/services/region_backend_services/transports/rest.py @@ -471,7 +471,6 @@ def __call__( The request object. A request message for RegionBackendServices.Delete. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -573,7 +572,6 @@ def __call__( The request object. A request message for RegionBackendServices.Get. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -675,7 +673,6 @@ def __call__( The request object. A request message for RegionBackendServices.GetHealth. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -771,7 +768,6 @@ def __call__( The request object. A request message for RegionBackendServices.GetIamPolicy. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -899,7 +895,6 @@ def __call__( The request object. A request message for RegionBackendServices.Insert. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1010,7 +1005,6 @@ def __call__( The request object. A request message for RegionBackendServices.List. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1099,7 +1093,6 @@ def __call__( The request object. A request message for RegionBackendServices.Patch. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1210,7 +1203,6 @@ def __call__( The request object. A request message for RegionBackendServices.SetIamPolicy. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1347,7 +1339,6 @@ def __call__( The request object. A request message for RegionBackendServices.Update. See the method description for details. - 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/google/cloud/compute_v1/services/region_commitments/client.py b/google/cloud/compute_v1/services/region_commitments/client.py index e1e9b6ae6..8e152de2e 100644 --- a/google/cloud/compute_v1/services/region_commitments/client.py +++ b/google/cloud/compute_v1/services/region_commitments/client.py @@ -440,8 +440,8 @@ def aggregated_list( Args: request (Union[google.cloud.compute_v1.types.AggregatedListRegionCommitmentsRequest, dict]): The request object. A request message for - RegionCommitments.AggregatedList. See the method - description for details. + RegionCommitments.AggregatedList. See + the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -527,8 +527,8 @@ def get( Args: request (Union[google.cloud.compute_v1.types.GetRegionCommitmentRequest, dict]): The request object. A request message for - RegionCommitments.Get. See the method description for - details. + RegionCommitments.Get. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -632,8 +632,8 @@ def insert_unary( Args: request (Union[google.cloud.compute_v1.types.InsertRegionCommitmentRequest, dict]): The request object. A request message for - RegionCommitments.Insert. See the method description for - details. + RegionCommitments.Insert. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -729,8 +729,8 @@ def insert( Args: request (Union[google.cloud.compute_v1.types.InsertRegionCommitmentRequest, dict]): The request object. A request message for - RegionCommitments.Insert. See the method description for - details. + RegionCommitments.Insert. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -850,8 +850,8 @@ def list( Args: request (Union[google.cloud.compute_v1.types.ListRegionCommitmentsRequest, dict]): The request object. A request message for - RegionCommitments.List. See the method description for - details. + RegionCommitments.List. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -955,8 +955,8 @@ def update_unary( Args: request (Union[google.cloud.compute_v1.types.UpdateRegionCommitmentRequest, dict]): The request object. A request message for - RegionCommitments.Update. See the method description for - details. + RegionCommitments.Update. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1065,8 +1065,8 @@ def update( Args: request (Union[google.cloud.compute_v1.types.UpdateRegionCommitmentRequest, dict]): The request object. A request message for - RegionCommitments.Update. See the method description for - details. + RegionCommitments.Update. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field diff --git a/google/cloud/compute_v1/services/region_commitments/transports/rest.py b/google/cloud/compute_v1/services/region_commitments/transports/rest.py index 78c76690c..5219d5d68 100644 --- a/google/cloud/compute_v1/services/region_commitments/transports/rest.py +++ b/google/cloud/compute_v1/services/region_commitments/transports/rest.py @@ -351,7 +351,6 @@ def __call__( The request object. A request message for RegionCommitments.AggregatedList. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -438,7 +437,6 @@ def __call__( The request object. A request message for RegionCommitments.Get. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -534,7 +532,6 @@ def __call__( The request object. A request message for RegionCommitments.Insert. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -645,7 +642,6 @@ def __call__( The request object. A request message for RegionCommitments.List. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -734,7 +730,6 @@ def __call__( The request object. A request message for RegionCommitments.Update. See the method description for details. - 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/google/cloud/compute_v1/services/region_disk_types/client.py b/google/cloud/compute_v1/services/region_disk_types/client.py index 8b8b689f2..55472880b 100644 --- a/google/cloud/compute_v1/services/region_disk_types/client.py +++ b/google/cloud/compute_v1/services/region_disk_types/client.py @@ -436,8 +436,8 @@ def get( Args: request (Union[google.cloud.compute_v1.types.GetRegionDiskTypeRequest, dict]): The request object. A request message for - RegionDiskTypes.Get. See the method description for - details. + RegionDiskTypes.Get. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -544,8 +544,8 @@ def list( Args: request (Union[google.cloud.compute_v1.types.ListRegionDiskTypesRequest, dict]): The request object. A request message for - RegionDiskTypes.List. See the method description for - details. + RegionDiskTypes.List. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field diff --git a/google/cloud/compute_v1/services/region_disk_types/transports/rest.py b/google/cloud/compute_v1/services/region_disk_types/transports/rest.py index 54527520c..0feccc585 100644 --- a/google/cloud/compute_v1/services/region_disk_types/transports/rest.py +++ b/google/cloud/compute_v1/services/region_disk_types/transports/rest.py @@ -262,7 +262,6 @@ def __call__( The request object. A request message for RegionDiskTypes.Get. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -360,7 +359,6 @@ def __call__( The request object. A request message for RegionDiskTypes.List. See the method description for details. - 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/google/cloud/compute_v1/services/region_disks/client.py b/google/cloud/compute_v1/services/region_disks/client.py index 021cde85b..ace83b3ea 100644 --- a/google/cloud/compute_v1/services/region_disks/client.py +++ b/google/cloud/compute_v1/services/region_disks/client.py @@ -444,8 +444,8 @@ def add_resource_policies_unary( Args: request (Union[google.cloud.compute_v1.types.AddResourcePoliciesRegionDiskRequest, dict]): The request object. A request message for - RegionDisks.AddResourcePolicies. See the method - description for details. + RegionDisks.AddResourcePolicies. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -561,8 +561,8 @@ def add_resource_policies( Args: request (Union[google.cloud.compute_v1.types.AddResourcePoliciesRegionDiskRequest, dict]): The request object. A request message for - RegionDisks.AddResourcePolicies. See the method - description for details. + RegionDisks.AddResourcePolicies. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -701,8 +701,8 @@ def create_snapshot_unary( Args: request (Union[google.cloud.compute_v1.types.CreateSnapshotRegionDiskRequest, dict]): The request object. A request message for - RegionDisks.CreateSnapshot. See the method description - for details. + RegionDisks.CreateSnapshot. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -812,8 +812,8 @@ def create_snapshot( Args: request (Union[google.cloud.compute_v1.types.CreateSnapshotRegionDiskRequest, dict]): The request object. A request message for - RegionDisks.CreateSnapshot. See the method description - for details. + RegionDisks.CreateSnapshot. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -947,8 +947,8 @@ def delete_unary( Args: request (Union[google.cloud.compute_v1.types.DeleteRegionDiskRequest, dict]): The request object. A request message for - RegionDisks.Delete. See the method description for - details. + RegionDisks.Delete. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1050,8 +1050,8 @@ def delete( Args: request (Union[google.cloud.compute_v1.types.DeleteRegionDiskRequest, dict]): The request object. A request message for - RegionDisks.Delete. See the method description for - details. + RegionDisks.Delete. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1174,7 +1174,8 @@ def get( Args: request (Union[google.cloud.compute_v1.types.GetRegionDiskRequest, dict]): The request object. A request message for - RegionDisks.Get. See the method description for details. + RegionDisks.Get. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1283,8 +1284,8 @@ def get_iam_policy( Args: request (Union[google.cloud.compute_v1.types.GetIamPolicyRegionDiskRequest, dict]): The request object. A request message for - RegionDisks.GetIamPolicy. See the method description for - details. + RegionDisks.GetIamPolicy. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1423,8 +1424,8 @@ def insert_unary( Args: request (Union[google.cloud.compute_v1.types.InsertRegionDiskRequest, dict]): The request object. A request message for - RegionDisks.Insert. See the method description for - details. + RegionDisks.Insert. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1520,8 +1521,8 @@ def insert( Args: request (Union[google.cloud.compute_v1.types.InsertRegionDiskRequest, dict]): The request object. A request message for - RegionDisks.Insert. See the method description for - details. + RegionDisks.Insert. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1641,8 +1642,8 @@ def list( Args: request (Union[google.cloud.compute_v1.types.ListRegionDisksRequest, dict]): The request object. A request message for - RegionDisks.List. See the method description for - details. + RegionDisks.List. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1746,8 +1747,8 @@ def remove_resource_policies_unary( Args: request (Union[google.cloud.compute_v1.types.RemoveResourcePoliciesRegionDiskRequest, dict]): The request object. A request message for - RegionDisks.RemoveResourcePolicies. See the method - description for details. + RegionDisks.RemoveResourcePolicies. See + the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1866,8 +1867,8 @@ def remove_resource_policies( Args: request (Union[google.cloud.compute_v1.types.RemoveResourcePoliciesRegionDiskRequest, dict]): The request object. A request message for - RegionDisks.RemoveResourcePolicies. See the method - description for details. + RegionDisks.RemoveResourcePolicies. See + the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -2009,8 +2010,8 @@ def resize_unary( Args: request (Union[google.cloud.compute_v1.types.ResizeRegionDiskRequest, dict]): The request object. A request message for - RegionDisks.Resize. See the method description for - details. + RegionDisks.Resize. See the method + description for details. project (str): The project ID for this request. This corresponds to the ``project`` field @@ -2120,8 +2121,8 @@ def resize( Args: request (Union[google.cloud.compute_v1.types.ResizeRegionDiskRequest, dict]): The request object. A request message for - RegionDisks.Resize. See the method description for - details. + RegionDisks.Resize. See the method + description for details. project (str): The project ID for this request. This corresponds to the ``project`` field @@ -2257,8 +2258,8 @@ def set_iam_policy( Args: request (Union[google.cloud.compute_v1.types.SetIamPolicyRegionDiskRequest, dict]): The request object. A request message for - RegionDisks.SetIamPolicy. See the method description for - details. + RegionDisks.SetIamPolicy. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -2410,8 +2411,8 @@ def set_labels_unary( Args: request (Union[google.cloud.compute_v1.types.SetLabelsRegionDiskRequest, dict]): The request object. A request message for - RegionDisks.SetLabels. See the method description for - details. + RegionDisks.SetLabels. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -2523,8 +2524,8 @@ def set_labels( Args: request (Union[google.cloud.compute_v1.types.SetLabelsRegionDiskRequest, dict]): The request object. A request message for - RegionDisks.SetLabels. See the method description for - details. + RegionDisks.SetLabels. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -2664,8 +2665,8 @@ def test_iam_permissions( Args: request (Union[google.cloud.compute_v1.types.TestIamPermissionsRegionDiskRequest, dict]): The request object. A request message for - RegionDisks.TestIamPermissions. See the method - description for details. + RegionDisks.TestIamPermissions. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -2778,8 +2779,8 @@ def update_unary( Args: request (Union[google.cloud.compute_v1.types.UpdateRegionDiskRequest, dict]): The request object. A request message for - RegionDisks.Update. See the method description for - details. + RegionDisks.Update. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -2888,8 +2889,8 @@ def update( Args: request (Union[google.cloud.compute_v1.types.UpdateRegionDiskRequest, dict]): The request object. A request message for - RegionDisks.Update. See the method description for - details. + RegionDisks.Update. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field diff --git a/google/cloud/compute_v1/services/region_disks/transports/rest.py b/google/cloud/compute_v1/services/region_disks/transports/rest.py index 9cb1f614a..25817fc2b 100644 --- a/google/cloud/compute_v1/services/region_disks/transports/rest.py +++ b/google/cloud/compute_v1/services/region_disks/transports/rest.py @@ -585,7 +585,6 @@ def __call__( The request object. A request message for RegionDisks.AddResourcePolicies. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -698,7 +697,6 @@ def __call__( The request object. A request message for RegionDisks.CreateSnapshot. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -809,7 +807,6 @@ def __call__( The request object. A request message for RegionDisks.Delete. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -911,7 +908,6 @@ def __call__( The request object. A request message for RegionDisks.Get. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1010,7 +1006,6 @@ def __call__( The request object. A request message for RegionDisks.GetIamPolicy. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1138,7 +1133,6 @@ def __call__( The request object. A request message for RegionDisks.Insert. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1249,7 +1243,6 @@ def __call__( The request object. A request message for RegionDisks.List. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1336,7 +1329,6 @@ def __call__( The request object. A request message for RegionDisks.RemoveResourcePolicies. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1449,7 +1441,6 @@ def __call__( The request object. A request message for RegionDisks.Resize. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1560,7 +1551,6 @@ def __call__( The request object. A request message for RegionDisks.SetIamPolicy. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1697,7 +1687,6 @@ def __call__( The request object. A request message for RegionDisks.SetLabels. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1808,7 +1797,6 @@ def __call__( The request object. A request message for RegionDisks.TestIamPermissions. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1906,7 +1894,6 @@ def __call__( The request object. A request message for RegionDisks.Update. See the method description for details. - 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/google/cloud/compute_v1/services/region_health_check_services/client.py b/google/cloud/compute_v1/services/region_health_check_services/client.py index 70f596599..cb5b031ca 100644 --- a/google/cloud/compute_v1/services/region_health_check_services/client.py +++ b/google/cloud/compute_v1/services/region_health_check_services/client.py @@ -441,8 +441,8 @@ def delete_unary( Args: request (Union[google.cloud.compute_v1.types.DeleteRegionHealthCheckServiceRequest, dict]): The request object. A request message for - RegionHealthCheckServices.Delete. See the method - description for details. + RegionHealthCheckServices.Delete. See + the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -545,8 +545,8 @@ def delete( Args: request (Union[google.cloud.compute_v1.types.DeleteRegionHealthCheckServiceRequest, dict]): The request object. A request message for - RegionHealthCheckServices.Delete. See the method - description for details. + RegionHealthCheckServices.Delete. See + the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -675,8 +675,8 @@ def get( Args: request (Union[google.cloud.compute_v1.types.GetRegionHealthCheckServiceRequest, dict]): The request object. A request message for - RegionHealthCheckServices.Get. See the method - description for details. + RegionHealthCheckServices.Get. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -781,8 +781,8 @@ def insert_unary( Args: request (Union[google.cloud.compute_v1.types.InsertRegionHealthCheckServiceRequest, dict]): The request object. A request message for - RegionHealthCheckServices.Insert. See the method - description for details. + RegionHealthCheckServices.Insert. See + the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -883,8 +883,8 @@ def insert( Args: request (Union[google.cloud.compute_v1.types.InsertRegionHealthCheckServiceRequest, dict]): The request object. A request message for - RegionHealthCheckServices.Insert. See the method - description for details. + RegionHealthCheckServices.Insert. See + the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1009,8 +1009,8 @@ def list( Args: request (Union[google.cloud.compute_v1.types.ListRegionHealthCheckServicesRequest, dict]): The request object. A request message for - RegionHealthCheckServices.List. See the method - description for details. + RegionHealthCheckServices.List. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1116,8 +1116,8 @@ def patch_unary( Args: request (Union[google.cloud.compute_v1.types.PatchRegionHealthCheckServiceRequest, dict]): The request object. A request message for - RegionHealthCheckServices.Patch. See the method - description for details. + RegionHealthCheckServices.Patch. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1233,8 +1233,8 @@ def patch( Args: request (Union[google.cloud.compute_v1.types.PatchRegionHealthCheckServiceRequest, dict]): The request object. A request message for - RegionHealthCheckServices.Patch. See the method - description for details. + RegionHealthCheckServices.Patch. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field diff --git a/google/cloud/compute_v1/services/region_health_check_services/transports/rest.py b/google/cloud/compute_v1/services/region_health_check_services/transports/rest.py index df0de8fb1..ea7045c69 100644 --- a/google/cloud/compute_v1/services/region_health_check_services/transports/rest.py +++ b/google/cloud/compute_v1/services/region_health_check_services/transports/rest.py @@ -355,7 +355,6 @@ def __call__( The request object. A request message for RegionHealthCheckServices.Delete. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -457,7 +456,6 @@ def __call__( The request object. A request message for RegionHealthCheckServices.Get. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -546,7 +544,6 @@ def __call__( The request object. A request message for RegionHealthCheckServices.Insert. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -657,7 +654,6 @@ def __call__( The request object. A request message for RegionHealthCheckServices.List. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -744,7 +740,6 @@ def __call__( The request object. A request message for RegionHealthCheckServices.Patch. See the method description for details. - 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/google/cloud/compute_v1/services/region_health_checks/client.py b/google/cloud/compute_v1/services/region_health_checks/client.py index 2bca07907..876c34385 100644 --- a/google/cloud/compute_v1/services/region_health_checks/client.py +++ b/google/cloud/compute_v1/services/region_health_checks/client.py @@ -439,8 +439,8 @@ def delete_unary( Args: request (Union[google.cloud.compute_v1.types.DeleteRegionHealthCheckRequest, dict]): The request object. A request message for - RegionHealthChecks.Delete. See the method description - for details. + RegionHealthChecks.Delete. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -540,8 +540,8 @@ def delete( Args: request (Union[google.cloud.compute_v1.types.DeleteRegionHealthCheckRequest, dict]): The request object. A request message for - RegionHealthChecks.Delete. See the method description - for details. + RegionHealthChecks.Delete. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -666,8 +666,8 @@ def get( Args: request (Union[google.cloud.compute_v1.types.GetRegionHealthCheckRequest, dict]): The request object. A request message for - RegionHealthChecks.Get. See the method description for - details. + RegionHealthChecks.Get. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -785,8 +785,8 @@ def insert_unary( Args: request (Union[google.cloud.compute_v1.types.InsertRegionHealthCheckRequest, dict]): The request object. A request message for - RegionHealthChecks.Insert. See the method description - for details. + RegionHealthChecks.Insert. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -884,8 +884,8 @@ def insert( Args: request (Union[google.cloud.compute_v1.types.InsertRegionHealthCheckRequest, dict]): The request object. A request message for - RegionHealthChecks.Insert. See the method description - for details. + RegionHealthChecks.Insert. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1007,8 +1007,8 @@ def list( Args: request (Union[google.cloud.compute_v1.types.ListRegionHealthChecksRequest, dict]): The request object. A request message for - RegionHealthChecks.List. See the method description for - details. + RegionHealthChecks.List. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1114,8 +1114,8 @@ def patch_unary( Args: request (Union[google.cloud.compute_v1.types.PatchRegionHealthCheckRequest, dict]): The request object. A request message for - RegionHealthChecks.Patch. See the method description for - details. + RegionHealthChecks.Patch. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1228,8 +1228,8 @@ def patch( Args: request (Union[google.cloud.compute_v1.types.PatchRegionHealthCheckRequest, dict]): The request object. A request message for - RegionHealthChecks.Patch. See the method description for - details. + RegionHealthChecks.Patch. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1365,8 +1365,8 @@ def update_unary( Args: request (Union[google.cloud.compute_v1.types.UpdateRegionHealthCheckRequest, dict]): The request object. A request message for - RegionHealthChecks.Update. See the method description - for details. + RegionHealthChecks.Update. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1477,8 +1477,8 @@ def update( Args: request (Union[google.cloud.compute_v1.types.UpdateRegionHealthCheckRequest, dict]): The request object. A request message for - RegionHealthChecks.Update. See the method description - for details. + RegionHealthChecks.Update. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field diff --git a/google/cloud/compute_v1/services/region_health_checks/transports/rest.py b/google/cloud/compute_v1/services/region_health_checks/transports/rest.py index a7f4cac05..db791a6b4 100644 --- a/google/cloud/compute_v1/services/region_health_checks/transports/rest.py +++ b/google/cloud/compute_v1/services/region_health_checks/transports/rest.py @@ -376,7 +376,6 @@ def __call__( The request object. A request message for RegionHealthChecks.Delete. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -478,7 +477,6 @@ def __call__( The request object. A request message for RegionHealthChecks.Get. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -585,7 +583,6 @@ def __call__( The request object. A request message for RegionHealthChecks.Insert. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -696,7 +693,6 @@ def __call__( The request object. A request message for RegionHealthChecks.List. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -785,7 +781,6 @@ def __call__( The request object. A request message for RegionHealthChecks.Patch. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -896,7 +891,6 @@ def __call__( The request object. A request message for RegionHealthChecks.Update. See the method description for details. - 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/google/cloud/compute_v1/services/region_instance_group_managers/client.py b/google/cloud/compute_v1/services/region_instance_group_managers/client.py index ccbf21c1e..418f6d5fc 100644 --- a/google/cloud/compute_v1/services/region_instance_group_managers/client.py +++ b/google/cloud/compute_v1/services/region_instance_group_managers/client.py @@ -461,8 +461,8 @@ def abandon_instances_unary( Args: request (Union[google.cloud.compute_v1.types.AbandonInstancesRegionInstanceGroupManagerRequest, dict]): The request object. A request message for - RegionInstanceGroupManagers.AbandonInstances. See the - method description for details. + RegionInstanceGroupManagers.AbandonInstances. + See the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -601,8 +601,8 @@ def abandon_instances( Args: request (Union[google.cloud.compute_v1.types.AbandonInstancesRegionInstanceGroupManagerRequest, dict]): The request object. A request message for - RegionInstanceGroupManagers.AbandonInstances. See the - method description for details. + RegionInstanceGroupManagers.AbandonInstances. + See the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -754,8 +754,8 @@ def apply_updates_to_instances_unary( Args: request (Union[google.cloud.compute_v1.types.ApplyUpdatesToInstancesRegionInstanceGroupManagerRequest, dict]): The request object. A request message for - RegionInstanceGroupManagers.ApplyUpdatesToInstances. See - the method description for details. + RegionInstanceGroupManagers.ApplyUpdatesToInstances. + See the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -888,8 +888,8 @@ def apply_updates_to_instances( Args: request (Union[google.cloud.compute_v1.types.ApplyUpdatesToInstancesRegionInstanceGroupManagerRequest, dict]): The request object. A request message for - RegionInstanceGroupManagers.ApplyUpdatesToInstances. See - the method description for details. + RegionInstanceGroupManagers.ApplyUpdatesToInstances. + See the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1051,8 +1051,8 @@ def create_instances_unary( Args: request (Union[google.cloud.compute_v1.types.CreateInstancesRegionInstanceGroupManagerRequest, dict]): The request object. A request message for - RegionInstanceGroupManagers.CreateInstances. See the - method description for details. + RegionInstanceGroupManagers.CreateInstances. + See the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1186,8 +1186,8 @@ def create_instances( Args: request (Union[google.cloud.compute_v1.types.CreateInstancesRegionInstanceGroupManagerRequest, dict]): The request object. A request message for - RegionInstanceGroupManagers.CreateInstances. See the - method description for details. + RegionInstanceGroupManagers.CreateInstances. + See the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1337,8 +1337,8 @@ def delete_unary( Args: request (Union[google.cloud.compute_v1.types.DeleteRegionInstanceGroupManagerRequest, dict]): The request object. A request message for - RegionInstanceGroupManagers.Delete. See the method - description for details. + RegionInstanceGroupManagers.Delete. See + the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1441,8 +1441,8 @@ def delete( Args: request (Union[google.cloud.compute_v1.types.DeleteRegionInstanceGroupManagerRequest, dict]): The request object. A request message for - RegionInstanceGroupManagers.Delete. See the method - description for details. + RegionInstanceGroupManagers.Delete. See + the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1586,8 +1586,8 @@ def delete_instances_unary( Args: request (Union[google.cloud.compute_v1.types.DeleteInstancesRegionInstanceGroupManagerRequest, dict]): The request object. A request message for - RegionInstanceGroupManagers.DeleteInstances. See the - method description for details. + RegionInstanceGroupManagers.DeleteInstances. + See the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1725,8 +1725,8 @@ def delete_instances( Args: request (Union[google.cloud.compute_v1.types.DeleteInstancesRegionInstanceGroupManagerRequest, dict]): The request object. A request message for - RegionInstanceGroupManagers.DeleteInstances. See the - method description for details. + RegionInstanceGroupManagers.DeleteInstances. + See the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -2166,8 +2166,8 @@ def get( Args: request (Union[google.cloud.compute_v1.types.GetRegionInstanceGroupManagerRequest, dict]): The request object. A request message for - RegionInstanceGroupManagers.Get. See the method - description for details. + RegionInstanceGroupManagers.Get. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -2285,8 +2285,8 @@ def insert_unary( Args: request (Union[google.cloud.compute_v1.types.InsertRegionInstanceGroupManagerRequest, dict]): The request object. A request message for - RegionInstanceGroupManagers.Insert. See the method - description for details. + RegionInstanceGroupManagers.Insert. See + the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -2396,8 +2396,8 @@ def insert( Args: request (Union[google.cloud.compute_v1.types.InsertRegionInstanceGroupManagerRequest, dict]): The request object. A request message for - RegionInstanceGroupManagers.Insert. See the method - description for details. + RegionInstanceGroupManagers.Insert. See + the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -2523,8 +2523,8 @@ def list( Args: request (Union[google.cloud.compute_v1.types.ListRegionInstanceGroupManagersRequest, dict]): The request object. A request message for - RegionInstanceGroupManagers.List. See the method - description for details. + RegionInstanceGroupManagers.List. See + the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -2630,8 +2630,8 @@ def list_errors( Args: request (Union[google.cloud.compute_v1.types.ListErrorsRegionInstanceGroupManagersRequest, dict]): The request object. A request message for - RegionInstanceGroupManagers.ListErrors. See the method - description for details. + RegionInstanceGroupManagers.ListErrors. + See the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -2753,8 +2753,8 @@ def list_managed_instances( Args: request (Union[google.cloud.compute_v1.types.ListManagedInstancesRegionInstanceGroupManagersRequest, dict]): The request object. A request message for - RegionInstanceGroupManagers.ListManagedInstances. See - the method description for details. + RegionInstanceGroupManagers.ListManagedInstances. + See the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -2874,8 +2874,8 @@ def list_per_instance_configs( Args: request (Union[google.cloud.compute_v1.types.ListPerInstanceConfigsRegionInstanceGroupManagersRequest, dict]): The request object. A request message for - RegionInstanceGroupManagers.ListPerInstanceConfigs. See - the method description for details. + RegionInstanceGroupManagers.ListPerInstanceConfigs. + See the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -3007,8 +3007,8 @@ def patch_unary( Args: request (Union[google.cloud.compute_v1.types.PatchRegionInstanceGroupManagerRequest, dict]): The request object. A request message for - RegionInstanceGroupManagers.Patch. See the method - description for details. + RegionInstanceGroupManagers.Patch. See + the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -3135,8 +3135,8 @@ def patch( Args: request (Union[google.cloud.compute_v1.types.PatchRegionInstanceGroupManagerRequest, dict]): The request object. A request message for - RegionInstanceGroupManagers.Patch. See the method - description for details. + RegionInstanceGroupManagers.Patch. See + the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -3282,8 +3282,8 @@ def patch_per_instance_configs_unary( Args: request (Union[google.cloud.compute_v1.types.PatchPerInstanceConfigsRegionInstanceGroupManagerRequest, dict]): The request object. A request message for - RegionInstanceGroupManagers.PatchPerInstanceConfigs. See - the method description for details. + RegionInstanceGroupManagers.PatchPerInstanceConfigs. + See the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -3418,8 +3418,8 @@ def patch_per_instance_configs( Args: request (Union[google.cloud.compute_v1.types.PatchPerInstanceConfigsRegionInstanceGroupManagerRequest, dict]): The request object. A request message for - RegionInstanceGroupManagers.PatchPerInstanceConfigs. See - the method description for details. + RegionInstanceGroupManagers.PatchPerInstanceConfigs. + See the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -3587,8 +3587,8 @@ def recreate_instances_unary( Args: request (Union[google.cloud.compute_v1.types.RecreateInstancesRegionInstanceGroupManagerRequest, dict]): The request object. A request message for - RegionInstanceGroupManagers.RecreateInstances. See the - method description for details. + RegionInstanceGroupManagers.RecreateInstances. + See the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -3724,8 +3724,8 @@ def recreate_instances( Args: request (Union[google.cloud.compute_v1.types.RecreateInstancesRegionInstanceGroupManagerRequest, dict]): The request object. A request message for - RegionInstanceGroupManagers.RecreateInstances. See the - method description for details. + RegionInstanceGroupManagers.RecreateInstances. + See the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -3883,8 +3883,8 @@ def resize_unary( Args: request (Union[google.cloud.compute_v1.types.ResizeRegionInstanceGroupManagerRequest, dict]): The request object. A request message for - RegionInstanceGroupManagers.Resize. See the method - description for details. + RegionInstanceGroupManagers.Resize. See + the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -4006,8 +4006,8 @@ def resize( Args: request (Union[google.cloud.compute_v1.types.ResizeRegionInstanceGroupManagerRequest, dict]): The request object. A request message for - RegionInstanceGroupManagers.Resize. See the method - description for details. + RegionInstanceGroupManagers.Resize. See + the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -4146,8 +4146,8 @@ def set_instance_template_unary( Args: request (Union[google.cloud.compute_v1.types.SetInstanceTemplateRegionInstanceGroupManagerRequest, dict]): The request object. A request message for - RegionInstanceGroupManagers.SetInstanceTemplate. See the - method description for details. + RegionInstanceGroupManagers.SetInstanceTemplate. + See the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -4274,8 +4274,8 @@ def set_instance_template( Args: request (Union[google.cloud.compute_v1.types.SetInstanceTemplateRegionInstanceGroupManagerRequest, dict]): The request object. A request message for - RegionInstanceGroupManagers.SetInstanceTemplate. See the - method description for details. + RegionInstanceGroupManagers.SetInstanceTemplate. + See the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -4427,8 +4427,8 @@ def set_target_pools_unary( Args: request (Union[google.cloud.compute_v1.types.SetTargetPoolsRegionInstanceGroupManagerRequest, dict]): The request object. A request message for - RegionInstanceGroupManagers.SetTargetPools. See the - method description for details. + RegionInstanceGroupManagers.SetTargetPools. + See the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -4554,8 +4554,8 @@ def set_target_pools( Args: request (Union[google.cloud.compute_v1.types.SetTargetPoolsRegionInstanceGroupManagerRequest, dict]): The request object. A request message for - RegionInstanceGroupManagers.SetTargetPools. See the - method description for details. + RegionInstanceGroupManagers.SetTargetPools. + See the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field diff --git a/google/cloud/compute_v1/services/region_instance_group_managers/transports/rest.py b/google/cloud/compute_v1/services/region_instance_group_managers/transports/rest.py index 8c093d800..89f940cf6 100644 --- a/google/cloud/compute_v1/services/region_instance_group_managers/transports/rest.py +++ b/google/cloud/compute_v1/services/region_instance_group_managers/transports/rest.py @@ -821,7 +821,6 @@ def __call__( The request object. A request message for RegionInstanceGroupManagers.AbandonInstances. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -937,7 +936,6 @@ def __call__( The request object. A request message for RegionInstanceGroupManagers.ApplyUpdatesToInstances. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1054,7 +1052,6 @@ def __call__( The request object. A request message for RegionInstanceGroupManagers.CreateInstances. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1169,7 +1166,6 @@ def __call__( The request object. A request message for RegionInstanceGroupManagers.Delete. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1271,7 +1267,6 @@ def __call__( The request object. A request message for RegionInstanceGroupManagers.DeleteInstances. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1387,7 +1382,6 @@ def __call__( The request object. A request message for RegionInstanceGroupManagers.DeletePerInstanceConfigs. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1504,7 +1498,6 @@ def __call__( The request object. A request message for RegionInstanceGroupManagers.Get. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1600,7 +1593,6 @@ def __call__( The request object. A request message for RegionInstanceGroupManagers.Insert. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1711,7 +1703,6 @@ def __call__( The request object. A request message for RegionInstanceGroupManagers.List. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1800,7 +1791,6 @@ def __call__( The request object. A request message for RegionInstanceGroupManagers.ListErrors. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1889,7 +1879,6 @@ def __call__( The request object. A request message for RegionInstanceGroupManagers.ListManagedInstances. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1982,7 +1971,6 @@ def __call__( The request object. A request message for RegionInstanceGroupManagers.ListPerInstanceConfigs. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -2077,7 +2065,6 @@ def __call__( The request object. A request message for RegionInstanceGroupManagers.Patch. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -2189,7 +2176,6 @@ def __call__( The request object. A request message for RegionInstanceGroupManagers.PatchPerInstanceConfigs. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -2306,7 +2292,6 @@ def __call__( The request object. A request message for RegionInstanceGroupManagers.RecreateInstances. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -2423,7 +2408,6 @@ def __call__( The request object. A request message for RegionInstanceGroupManagers.Resize. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -2525,7 +2509,6 @@ def __call__( The request object. A request message for RegionInstanceGroupManagers.SetInstanceTemplate. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -2640,7 +2623,6 @@ def __call__( The request object. A request message for RegionInstanceGroupManagers.SetTargetPools. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -2756,7 +2738,6 @@ def __call__( The request object. A request message for RegionInstanceGroupManagers.UpdatePerInstanceConfigs. See the method description for details. - 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/google/cloud/compute_v1/services/region_instance_groups/client.py b/google/cloud/compute_v1/services/region_instance_groups/client.py index 77a985a51..ff375fbe8 100644 --- a/google/cloud/compute_v1/services/region_instance_groups/client.py +++ b/google/cloud/compute_v1/services/region_instance_groups/client.py @@ -439,8 +439,8 @@ def get( Args: request (Union[google.cloud.compute_v1.types.GetRegionInstanceGroupRequest, dict]): The request object. A request message for - RegionInstanceGroups.Get. See the method description for - details. + RegionInstanceGroups.Get. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -552,8 +552,8 @@ def list( Args: request (Union[google.cloud.compute_v1.types.ListRegionInstanceGroupsRequest, dict]): The request object. A request message for - RegionInstanceGroups.List. See the method description - for details. + RegionInstanceGroups.List. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -664,8 +664,8 @@ def list_instances( Args: request (Union[google.cloud.compute_v1.types.ListInstancesRegionInstanceGroupsRequest, dict]): The request object. A request message for - RegionInstanceGroups.ListInstances. See the method - description for details. + RegionInstanceGroups.ListInstances. See + the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -797,8 +797,8 @@ def set_named_ports_unary( Args: request (Union[google.cloud.compute_v1.types.SetNamedPortsRegionInstanceGroupRequest, dict]): The request object. A request message for - RegionInstanceGroups.SetNamedPorts. See the method - description for details. + RegionInstanceGroups.SetNamedPorts. See + the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -920,8 +920,8 @@ def set_named_ports( Args: request (Union[google.cloud.compute_v1.types.SetNamedPortsRegionInstanceGroupRequest, dict]): The request object. A request message for - RegionInstanceGroups.SetNamedPorts. See the method - description for details. + RegionInstanceGroups.SetNamedPorts. See + the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field diff --git a/google/cloud/compute_v1/services/region_instance_groups/transports/rest.py b/google/cloud/compute_v1/services/region_instance_groups/transports/rest.py index 6720190a6..54a1a3224 100644 --- a/google/cloud/compute_v1/services/region_instance_groups/transports/rest.py +++ b/google/cloud/compute_v1/services/region_instance_groups/transports/rest.py @@ -326,7 +326,6 @@ def __call__( The request object. A request message for RegionInstanceGroups.Get. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -427,7 +426,6 @@ def __call__( The request object. A request message for RegionInstanceGroups.List. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -516,7 +514,6 @@ def __call__( The request object. A request message for RegionInstanceGroups.ListInstances. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -612,7 +609,6 @@ def __call__( The request object. A request message for RegionInstanceGroups.SetNamedPorts. See the method description for details. - 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/google/cloud/compute_v1/services/region_instance_templates/client.py b/google/cloud/compute_v1/services/region_instance_templates/client.py index 96c328fa2..fc7b12457 100644 --- a/google/cloud/compute_v1/services/region_instance_templates/client.py +++ b/google/cloud/compute_v1/services/region_instance_templates/client.py @@ -442,8 +442,8 @@ def delete_unary( Args: request (Union[google.cloud.compute_v1.types.DeleteRegionInstanceTemplateRequest, dict]): The request object. A request message for - RegionInstanceTemplates.Delete. See the method - description for details. + RegionInstanceTemplates.Delete. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -546,8 +546,8 @@ def delete( Args: request (Union[google.cloud.compute_v1.types.DeleteRegionInstanceTemplateRequest, dict]): The request object. A request message for - RegionInstanceTemplates.Delete. See the method - description for details. + RegionInstanceTemplates.Delete. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -672,8 +672,8 @@ def get( Args: request (Union[google.cloud.compute_v1.types.GetRegionInstanceTemplateRequest, dict]): The request object. A request message for - RegionInstanceTemplates.Get. See the method description - for details. + RegionInstanceTemplates.Get. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -778,8 +778,8 @@ def insert_unary( Args: request (Union[google.cloud.compute_v1.types.InsertRegionInstanceTemplateRequest, dict]): The request object. A request message for - RegionInstanceTemplates.Insert. See the method - description for details. + RegionInstanceTemplates.Insert. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -880,8 +880,8 @@ def insert( Args: request (Union[google.cloud.compute_v1.types.InsertRegionInstanceTemplateRequest, dict]): The request object. A request message for - RegionInstanceTemplates.Insert. See the method - description for details. + RegionInstanceTemplates.Insert. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1005,8 +1005,8 @@ def list( Args: request (Union[google.cloud.compute_v1.types.ListRegionInstanceTemplatesRequest, dict]): The request object. A request message for - RegionInstanceTemplates.List. See the method description - for details. + RegionInstanceTemplates.List. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field diff --git a/google/cloud/compute_v1/services/region_instance_templates/transports/rest.py b/google/cloud/compute_v1/services/region_instance_templates/transports/rest.py index affefefcb..f828087a8 100644 --- a/google/cloud/compute_v1/services/region_instance_templates/transports/rest.py +++ b/google/cloud/compute_v1/services/region_instance_templates/transports/rest.py @@ -320,7 +320,6 @@ def __call__( The request object. A request message for RegionInstanceTemplates.Delete. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -422,7 +421,6 @@ def __call__( The request object. A request message for RegionInstanceTemplates.Get. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -514,7 +512,6 @@ def __call__( The request object. A request message for RegionInstanceTemplates.Insert. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -625,7 +622,6 @@ def __call__( The request object. A request message for RegionInstanceTemplates.List. See the method description for details. - 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/google/cloud/compute_v1/services/region_instances/client.py b/google/cloud/compute_v1/services/region_instances/client.py index b47f7cca1..71d7911ec 100644 --- a/google/cloud/compute_v1/services/region_instances/client.py +++ b/google/cloud/compute_v1/services/region_instances/client.py @@ -441,8 +441,8 @@ def bulk_insert_unary( Args: request (Union[google.cloud.compute_v1.types.BulkInsertRegionInstanceRequest, dict]): The request object. A request message for - RegionInstances.BulkInsert. See the method description - for details. + RegionInstances.BulkInsert. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -546,8 +546,8 @@ def bulk_insert( Args: request (Union[google.cloud.compute_v1.types.BulkInsertRegionInstanceRequest, dict]): The request object. A request message for - RegionInstances.BulkInsert. See the method description - for details. + RegionInstances.BulkInsert. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field diff --git a/google/cloud/compute_v1/services/region_instances/transports/rest.py b/google/cloud/compute_v1/services/region_instances/transports/rest.py index 1d7aaf865..6a8c59189 100644 --- a/google/cloud/compute_v1/services/region_instances/transports/rest.py +++ b/google/cloud/compute_v1/services/region_instances/transports/rest.py @@ -231,7 +231,6 @@ def __call__( The request object. A request message for RegionInstances.BulkInsert. See the method description for details. - 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/google/cloud/compute_v1/services/region_network_endpoint_groups/client.py b/google/cloud/compute_v1/services/region_network_endpoint_groups/client.py index 32c149146..b6c1187fd 100644 --- a/google/cloud/compute_v1/services/region_network_endpoint_groups/client.py +++ b/google/cloud/compute_v1/services/region_network_endpoint_groups/client.py @@ -445,8 +445,8 @@ def delete_unary( Args: request (Union[google.cloud.compute_v1.types.DeleteRegionNetworkEndpointGroupRequest, dict]): The request object. A request message for - RegionNetworkEndpointGroups.Delete. See the method - description for details. + RegionNetworkEndpointGroups.Delete. See + the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -552,8 +552,8 @@ def delete( Args: request (Union[google.cloud.compute_v1.types.DeleteRegionNetworkEndpointGroupRequest, dict]): The request object. A request message for - RegionNetworkEndpointGroups.Delete. See the method - description for details. + RegionNetworkEndpointGroups.Delete. See + the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -682,8 +682,8 @@ def get( Args: request (Union[google.cloud.compute_v1.types.GetRegionNetworkEndpointGroupRequest, dict]): The request object. A request message for - RegionNetworkEndpointGroups.Get. See the method - description for details. + RegionNetworkEndpointGroups.Get. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -797,8 +797,8 @@ def insert_unary( Args: request (Union[google.cloud.compute_v1.types.InsertRegionNetworkEndpointGroupRequest, dict]): The request object. A request message for - RegionNetworkEndpointGroups.Insert. See the method - description for details. + RegionNetworkEndpointGroups.Insert. See + the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -902,8 +902,8 @@ def insert( Args: request (Union[google.cloud.compute_v1.types.InsertRegionNetworkEndpointGroupRequest, dict]): The request object. A request message for - RegionNetworkEndpointGroups.Insert. See the method - description for details. + RegionNetworkEndpointGroups.Insert. See + the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1031,8 +1031,8 @@ def list( Args: request (Union[google.cloud.compute_v1.types.ListRegionNetworkEndpointGroupsRequest, dict]): The request object. A request message for - RegionNetworkEndpointGroups.List. See the method - description for details. + RegionNetworkEndpointGroups.List. See + the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field diff --git a/google/cloud/compute_v1/services/region_network_endpoint_groups/transports/rest.py b/google/cloud/compute_v1/services/region_network_endpoint_groups/transports/rest.py index d14bc178f..f57593ac2 100644 --- a/google/cloud/compute_v1/services/region_network_endpoint_groups/transports/rest.py +++ b/google/cloud/compute_v1/services/region_network_endpoint_groups/transports/rest.py @@ -328,7 +328,6 @@ def __call__( The request object. A request message for RegionNetworkEndpointGroups.Delete. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -430,7 +429,6 @@ def __call__( The request object. A request message for RegionNetworkEndpointGroups.Get. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -528,7 +526,6 @@ def __call__( The request object. A request message for RegionNetworkEndpointGroups.Insert. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -639,7 +636,6 @@ def __call__( The request object. A request message for RegionNetworkEndpointGroups.List. See the method description for details. - 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/google/cloud/compute_v1/services/region_network_firewall_policies/client.py b/google/cloud/compute_v1/services/region_network_firewall_policies/client.py index 727998a7e..06b778c03 100644 --- a/google/cloud/compute_v1/services/region_network_firewall_policies/client.py +++ b/google/cloud/compute_v1/services/region_network_firewall_policies/client.py @@ -447,8 +447,8 @@ def add_association_unary( Args: request (Union[google.cloud.compute_v1.types.AddAssociationRegionNetworkFirewallPolicyRequest, dict]): The request object. A request message for - RegionNetworkFirewallPolicies.AddAssociation. See the - method description for details. + RegionNetworkFirewallPolicies.AddAssociation. + See the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -567,8 +567,8 @@ def add_association( Args: request (Union[google.cloud.compute_v1.types.AddAssociationRegionNetworkFirewallPolicyRequest, dict]): The request object. A request message for - RegionNetworkFirewallPolicies.AddAssociation. See the - method description for details. + RegionNetworkFirewallPolicies.AddAssociation. + See the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -709,8 +709,8 @@ def add_rule_unary( Args: request (Union[google.cloud.compute_v1.types.AddRuleRegionNetworkFirewallPolicyRequest, dict]): The request object. A request message for - RegionNetworkFirewallPolicies.AddRule. See the method - description for details. + RegionNetworkFirewallPolicies.AddRule. + See the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -822,8 +822,8 @@ def add_rule( Args: request (Union[google.cloud.compute_v1.types.AddRuleRegionNetworkFirewallPolicyRequest, dict]): The request object. A request message for - RegionNetworkFirewallPolicies.AddRule. See the method - description for details. + RegionNetworkFirewallPolicies.AddRule. + See the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -960,8 +960,8 @@ def clone_rules_unary( Args: request (Union[google.cloud.compute_v1.types.CloneRulesRegionNetworkFirewallPolicyRequest, dict]): The request object. A request message for - RegionNetworkFirewallPolicies.CloneRules. See the method - description for details. + RegionNetworkFirewallPolicies.CloneRules. + See the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1066,8 +1066,8 @@ def clone_rules( Args: request (Union[google.cloud.compute_v1.types.CloneRulesRegionNetworkFirewallPolicyRequest, dict]): The request object. A request message for - RegionNetworkFirewallPolicies.CloneRules. See the method - description for details. + RegionNetworkFirewallPolicies.CloneRules. + See the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1196,8 +1196,8 @@ def delete_unary( Args: request (Union[google.cloud.compute_v1.types.DeleteRegionNetworkFirewallPolicyRequest, dict]): The request object. A request message for - RegionNetworkFirewallPolicies.Delete. See the method - description for details. + RegionNetworkFirewallPolicies.Delete. + See the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1299,8 +1299,8 @@ def delete( Args: request (Union[google.cloud.compute_v1.types.DeleteRegionNetworkFirewallPolicyRequest, dict]): The request object. A request message for - RegionNetworkFirewallPolicies.Delete. See the method - description for details. + RegionNetworkFirewallPolicies.Delete. + See the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1427,8 +1427,8 @@ def get( Args: request (Union[google.cloud.compute_v1.types.GetRegionNetworkFirewallPolicyRequest, dict]): The request object. A request message for - RegionNetworkFirewallPolicies.Get. See the method - description for details. + RegionNetworkFirewallPolicies.Get. See + the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1528,8 +1528,8 @@ def get_association( Args: request (Union[google.cloud.compute_v1.types.GetAssociationRegionNetworkFirewallPolicyRequest, dict]): The request object. A request message for - RegionNetworkFirewallPolicies.GetAssociation. See the - method description for details. + RegionNetworkFirewallPolicies.GetAssociation. + See the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1631,8 +1631,8 @@ def get_effective_firewalls( Args: request (Union[google.cloud.compute_v1.types.GetEffectiveFirewallsRegionNetworkFirewallPolicyRequest, dict]): The request object. A request message for - RegionNetworkFirewallPolicies.GetEffectiveFirewalls. See - the method description for details. + RegionNetworkFirewallPolicies.GetEffectiveFirewalls. + See the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1734,8 +1734,8 @@ def get_iam_policy( Args: request (Union[google.cloud.compute_v1.types.GetIamPolicyRegionNetworkFirewallPolicyRequest, dict]): The request object. A request message for - RegionNetworkFirewallPolicies.GetIamPolicy. See the - method description for details. + RegionNetworkFirewallPolicies.GetIamPolicy. + See the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1877,8 +1877,8 @@ def get_rule( Args: request (Union[google.cloud.compute_v1.types.GetRuleRegionNetworkFirewallPolicyRequest, dict]): The request object. A request message for - RegionNetworkFirewallPolicies.GetRule. See the method - description for details. + RegionNetworkFirewallPolicies.GetRule. + See the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1983,8 +1983,8 @@ def insert_unary( Args: request (Union[google.cloud.compute_v1.types.InsertRegionNetworkFirewallPolicyRequest, dict]): The request object. A request message for - RegionNetworkFirewallPolicies.Insert. See the method - description for details. + RegionNetworkFirewallPolicies.Insert. + See the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -2084,8 +2084,8 @@ def insert( Args: request (Union[google.cloud.compute_v1.types.InsertRegionNetworkFirewallPolicyRequest, dict]): The request object. A request message for - RegionNetworkFirewallPolicies.Insert. See the method - description for details. + RegionNetworkFirewallPolicies.Insert. + See the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -2210,8 +2210,8 @@ def list( Args: request (Union[google.cloud.compute_v1.types.ListRegionNetworkFirewallPoliciesRequest, dict]): The request object. A request message for - RegionNetworkFirewallPolicies.List. See the method - description for details. + RegionNetworkFirewallPolicies.List. See + the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -2314,8 +2314,8 @@ def patch_unary( Args: request (Union[google.cloud.compute_v1.types.PatchRegionNetworkFirewallPolicyRequest, dict]): The request object. A request message for - RegionNetworkFirewallPolicies.Patch. See the method - description for details. + RegionNetworkFirewallPolicies.Patch. See + the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -2427,8 +2427,8 @@ def patch( Args: request (Union[google.cloud.compute_v1.types.PatchRegionNetworkFirewallPolicyRequest, dict]): The request object. A request message for - RegionNetworkFirewallPolicies.Patch. See the method - description for details. + RegionNetworkFirewallPolicies.Patch. See + the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -2565,8 +2565,8 @@ def patch_rule_unary( Args: request (Union[google.cloud.compute_v1.types.PatchRuleRegionNetworkFirewallPolicyRequest, dict]): The request object. A request message for - RegionNetworkFirewallPolicies.PatchRule. See the method - description for details. + RegionNetworkFirewallPolicies.PatchRule. + See the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -2678,8 +2678,8 @@ def patch_rule( Args: request (Union[google.cloud.compute_v1.types.PatchRuleRegionNetworkFirewallPolicyRequest, dict]): The request object. A request message for - RegionNetworkFirewallPolicies.PatchRule. See the method - description for details. + RegionNetworkFirewallPolicies.PatchRule. + See the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -2816,8 +2816,8 @@ def remove_association_unary( Args: request (Union[google.cloud.compute_v1.types.RemoveAssociationRegionNetworkFirewallPolicyRequest, dict]): The request object. A request message for - RegionNetworkFirewallPolicies.RemoveAssociation. See the - method description for details. + RegionNetworkFirewallPolicies.RemoveAssociation. + See the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -2924,8 +2924,8 @@ def remove_association( Args: request (Union[google.cloud.compute_v1.types.RemoveAssociationRegionNetworkFirewallPolicyRequest, dict]): The request object. A request message for - RegionNetworkFirewallPolicies.RemoveAssociation. See the - method description for details. + RegionNetworkFirewallPolicies.RemoveAssociation. + See the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -3056,8 +3056,8 @@ def remove_rule_unary( Args: request (Union[google.cloud.compute_v1.types.RemoveRuleRegionNetworkFirewallPolicyRequest, dict]): The request object. A request message for - RegionNetworkFirewallPolicies.RemoveRule. See the method - description for details. + RegionNetworkFirewallPolicies.RemoveRule. + See the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -3161,8 +3161,8 @@ def remove_rule( Args: request (Union[google.cloud.compute_v1.types.RemoveRuleRegionNetworkFirewallPolicyRequest, dict]): The request object. A request message for - RegionNetworkFirewallPolicies.RemoveRule. See the method - description for details. + RegionNetworkFirewallPolicies.RemoveRule. + See the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -3295,8 +3295,8 @@ def set_iam_policy( Args: request (Union[google.cloud.compute_v1.types.SetIamPolicyRegionNetworkFirewallPolicyRequest, dict]): The request object. A request message for - RegionNetworkFirewallPolicies.SetIamPolicy. See the - method description for details. + RegionNetworkFirewallPolicies.SetIamPolicy. + See the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -3453,8 +3453,8 @@ def test_iam_permissions( Args: request (Union[google.cloud.compute_v1.types.TestIamPermissionsRegionNetworkFirewallPolicyRequest, dict]): The request object. A request message for - RegionNetworkFirewallPolicies.TestIamPermissions. See - the method description for details. + RegionNetworkFirewallPolicies.TestIamPermissions. + See the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field diff --git a/google/cloud/compute_v1/services/region_network_firewall_policies/transports/rest.py b/google/cloud/compute_v1/services/region_network_firewall_policies/transports/rest.py index d366e7b0f..306f89c22 100644 --- a/google/cloud/compute_v1/services/region_network_firewall_policies/transports/rest.py +++ b/google/cloud/compute_v1/services/region_network_firewall_policies/transports/rest.py @@ -751,7 +751,6 @@ def __call__( The request object. A request message for RegionNetworkFirewallPolicies.AddAssociation. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -864,7 +863,6 @@ def __call__( The request object. A request message for RegionNetworkFirewallPolicies.AddRule. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -975,7 +973,6 @@ def __call__( The request object. A request message for RegionNetworkFirewallPolicies.CloneRules. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1079,7 +1076,6 @@ def __call__( The request object. A request message for RegionNetworkFirewallPolicies.Delete. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1181,7 +1177,6 @@ def __call__( The request object. A request message for RegionNetworkFirewallPolicies.Get. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1270,7 +1265,6 @@ def __call__( The request object. A request message for RegionNetworkFirewallPolicies.GetAssociation. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1361,7 +1355,6 @@ def __call__( The request object. A request message for RegionNetworkFirewallPolicies.GetEffectiveFirewalls. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1458,7 +1451,6 @@ def __call__( The request object. A request message for RegionNetworkFirewallPolicies.GetIamPolicy. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1588,7 +1580,6 @@ def __call__( The request object. A request message for RegionNetworkFirewallPolicies.GetRule. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1679,7 +1670,6 @@ def __call__( The request object. A request message for RegionNetworkFirewallPolicies.Insert. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1790,7 +1780,6 @@ def __call__( The request object. A request message for RegionNetworkFirewallPolicies.List. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1877,7 +1866,6 @@ def __call__( The request object. A request message for RegionNetworkFirewallPolicies.Patch. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1988,7 +1976,6 @@ def __call__( The request object. A request message for RegionNetworkFirewallPolicies.PatchRule. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -2099,7 +2086,6 @@ def __call__( The request object. A request message for RegionNetworkFirewallPolicies.RemoveAssociation. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -2205,7 +2191,6 @@ def __call__( The request object. A request message for RegionNetworkFirewallPolicies.RemoveRule. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -2309,7 +2294,6 @@ def __call__( The request object. A request message for RegionNetworkFirewallPolicies.SetIamPolicy. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -2448,7 +2432,6 @@ def __call__( The request object. A request message for RegionNetworkFirewallPolicies.TestIamPermissions. See the method description for details. - 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/google/cloud/compute_v1/services/region_notification_endpoints/client.py b/google/cloud/compute_v1/services/region_notification_endpoints/client.py index 7f096a5e9..e6709ef5f 100644 --- a/google/cloud/compute_v1/services/region_notification_endpoints/client.py +++ b/google/cloud/compute_v1/services/region_notification_endpoints/client.py @@ -444,8 +444,8 @@ def delete_unary( Args: request (Union[google.cloud.compute_v1.types.DeleteRegionNotificationEndpointRequest, dict]): The request object. A request message for - RegionNotificationEndpoints.Delete. See the method - description for details. + RegionNotificationEndpoints.Delete. See + the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -548,8 +548,8 @@ def delete( Args: request (Union[google.cloud.compute_v1.types.DeleteRegionNotificationEndpointRequest, dict]): The request object. A request message for - RegionNotificationEndpoints.Delete. See the method - description for details. + RegionNotificationEndpoints.Delete. See + the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -677,8 +677,8 @@ def get( Args: request (Union[google.cloud.compute_v1.types.GetRegionNotificationEndpointRequest, dict]): The request object. A request message for - RegionNotificationEndpoints.Get. See the method - description for details. + RegionNotificationEndpoints.Get. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -787,8 +787,8 @@ def insert_unary( Args: request (Union[google.cloud.compute_v1.types.InsertRegionNotificationEndpointRequest, dict]): The request object. A request message for - RegionNotificationEndpoints.Insert. See the method - description for details. + RegionNotificationEndpoints.Insert. See + the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -889,8 +889,8 @@ def insert( Args: request (Union[google.cloud.compute_v1.types.InsertRegionNotificationEndpointRequest, dict]): The request object. A request message for - RegionNotificationEndpoints.Insert. See the method - description for details. + RegionNotificationEndpoints.Insert. See + the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1014,8 +1014,8 @@ def list( Args: request (Union[google.cloud.compute_v1.types.ListRegionNotificationEndpointsRequest, dict]): The request object. A request message for - RegionNotificationEndpoints.List. See the method - description for details. + RegionNotificationEndpoints.List. See + the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field diff --git a/google/cloud/compute_v1/services/region_notification_endpoints/transports/rest.py b/google/cloud/compute_v1/services/region_notification_endpoints/transports/rest.py index 510410280..e10407f84 100644 --- a/google/cloud/compute_v1/services/region_notification_endpoints/transports/rest.py +++ b/google/cloud/compute_v1/services/region_notification_endpoints/transports/rest.py @@ -328,7 +328,6 @@ def __call__( The request object. A request message for RegionNotificationEndpoints.Delete. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -430,7 +429,6 @@ def __call__( The request object. A request message for RegionNotificationEndpoints.Get. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -524,7 +522,6 @@ def __call__( The request object. A request message for RegionNotificationEndpoints.Insert. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -635,7 +632,6 @@ def __call__( The request object. A request message for RegionNotificationEndpoints.List. See the method description for details. - 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/google/cloud/compute_v1/services/region_operations/client.py b/google/cloud/compute_v1/services/region_operations/client.py index c2ac7291e..e39b11674 100644 --- a/google/cloud/compute_v1/services/region_operations/client.py +++ b/google/cloud/compute_v1/services/region_operations/client.py @@ -437,8 +437,8 @@ def delete( Args: request (Union[google.cloud.compute_v1.types.DeleteRegionOperationRequest, dict]): The request object. A request message for - RegionOperations.Delete. See the method description for - details. + RegionOperations.Delete. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -538,8 +538,8 @@ def get( Args: request (Union[google.cloud.compute_v1.types.GetRegionOperationRequest, dict]): The request object. A request message for - RegionOperations.Get. See the method description for - details. + RegionOperations.Get. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -650,8 +650,8 @@ def list( Args: request (Union[google.cloud.compute_v1.types.ListRegionOperationsRequest, dict]): The request object. A request message for - RegionOperations.List. See the method description for - details. + RegionOperations.List. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -763,8 +763,8 @@ def wait( Args: request (Union[google.cloud.compute_v1.types.WaitRegionOperationRequest, dict]): The request object. A request message for - RegionOperations.Wait. See the method description for - details. + RegionOperations.Wait. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field diff --git a/google/cloud/compute_v1/services/region_operations/transports/rest.py b/google/cloud/compute_v1/services/region_operations/transports/rest.py index eb746a7b5..3da137049 100644 --- a/google/cloud/compute_v1/services/region_operations/transports/rest.py +++ b/google/cloud/compute_v1/services/region_operations/transports/rest.py @@ -320,7 +320,6 @@ def __call__( The request object. A request message for RegionOperations.Delete. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -410,7 +409,6 @@ def __call__( The request object. A request message for RegionOperations.Get. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -512,7 +510,6 @@ def __call__( The request object. A request message for RegionOperations.List. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -601,7 +598,6 @@ def __call__( The request object. A request message for RegionOperations.Wait. See the method description for details. - 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/google/cloud/compute_v1/services/region_security_policies/client.py b/google/cloud/compute_v1/services/region_security_policies/client.py index b56efd138..678bc8647 100644 --- a/google/cloud/compute_v1/services/region_security_policies/client.py +++ b/google/cloud/compute_v1/services/region_security_policies/client.py @@ -441,8 +441,8 @@ def delete_unary( Args: request (Union[google.cloud.compute_v1.types.DeleteRegionSecurityPolicyRequest, dict]): The request object. A request message for - RegionSecurityPolicies.Delete. See the method - description for details. + RegionSecurityPolicies.Delete. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -544,8 +544,8 @@ def delete( Args: request (Union[google.cloud.compute_v1.types.DeleteRegionSecurityPolicyRequest, dict]): The request object. A request message for - RegionSecurityPolicies.Delete. See the method - description for details. + RegionSecurityPolicies.Delete. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -671,8 +671,8 @@ def get( Args: request (Union[google.cloud.compute_v1.types.GetRegionSecurityPolicyRequest, dict]): The request object. A request message for - RegionSecurityPolicies.Get. See the method description - for details. + RegionSecurityPolicies.Get. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -777,8 +777,8 @@ def insert_unary( Args: request (Union[google.cloud.compute_v1.types.InsertRegionSecurityPolicyRequest, dict]): The request object. A request message for - RegionSecurityPolicies.Insert. See the method - description for details. + RegionSecurityPolicies.Insert. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -878,8 +878,8 @@ def insert( Args: request (Union[google.cloud.compute_v1.types.InsertRegionSecurityPolicyRequest, dict]): The request object. A request message for - RegionSecurityPolicies.Insert. See the method - description for details. + RegionSecurityPolicies.Insert. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1003,8 +1003,8 @@ def list( Args: request (Union[google.cloud.compute_v1.types.ListRegionSecurityPoliciesRequest, dict]): The request object. A request message for - RegionSecurityPolicies.List. See the method description - for details. + RegionSecurityPolicies.List. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1110,8 +1110,8 @@ def patch_unary( Args: request (Union[google.cloud.compute_v1.types.PatchRegionSecurityPolicyRequest, dict]): The request object. A request message for - RegionSecurityPolicies.Patch. See the method description - for details. + RegionSecurityPolicies.Patch. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1226,8 +1226,8 @@ def patch( Args: request (Union[google.cloud.compute_v1.types.PatchRegionSecurityPolicyRequest, dict]): The request object. A request message for - RegionSecurityPolicies.Patch. See the method description - for details. + RegionSecurityPolicies.Patch. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field diff --git a/google/cloud/compute_v1/services/region_security_policies/transports/rest.py b/google/cloud/compute_v1/services/region_security_policies/transports/rest.py index 4dd6642c2..9a29214ed 100644 --- a/google/cloud/compute_v1/services/region_security_policies/transports/rest.py +++ b/google/cloud/compute_v1/services/region_security_policies/transports/rest.py @@ -349,7 +349,6 @@ def __call__( The request object. A request message for RegionSecurityPolicies.Delete. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -451,7 +450,6 @@ def __call__( The request object. A request message for RegionSecurityPolicies.Get. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -544,7 +542,6 @@ def __call__( The request object. A request message for RegionSecurityPolicies.Insert. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -655,7 +652,6 @@ def __call__( The request object. A request message for RegionSecurityPolicies.List. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -742,7 +738,6 @@ def __call__( The request object. A request message for RegionSecurityPolicies.Patch. See the method description for details. - 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/google/cloud/compute_v1/services/region_ssl_certificates/client.py b/google/cloud/compute_v1/services/region_ssl_certificates/client.py index 67067cb83..7edb5f9aa 100644 --- a/google/cloud/compute_v1/services/region_ssl_certificates/client.py +++ b/google/cloud/compute_v1/services/region_ssl_certificates/client.py @@ -442,8 +442,8 @@ def delete_unary( Args: request (Union[google.cloud.compute_v1.types.DeleteRegionSslCertificateRequest, dict]): The request object. A request message for - RegionSslCertificates.Delete. See the method description - for details. + RegionSslCertificates.Delete. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -546,8 +546,8 @@ def delete( Args: request (Union[google.cloud.compute_v1.types.DeleteRegionSslCertificateRequest, dict]): The request object. A request message for - RegionSslCertificates.Delete. See the method description - for details. + RegionSslCertificates.Delete. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -674,8 +674,8 @@ def get( Args: request (Union[google.cloud.compute_v1.types.GetRegionSslCertificateRequest, dict]): The request object. A request message for - RegionSslCertificates.Get. See the method description - for details. + RegionSslCertificates.Get. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -793,8 +793,8 @@ def insert_unary( Args: request (Union[google.cloud.compute_v1.types.InsertRegionSslCertificateRequest, dict]): The request object. A request message for - RegionSslCertificates.Insert. See the method description - for details. + RegionSslCertificates.Insert. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -895,8 +895,8 @@ def insert( Args: request (Union[google.cloud.compute_v1.types.InsertRegionSslCertificateRequest, dict]): The request object. A request message for - RegionSslCertificates.Insert. See the method description - for details. + RegionSslCertificates.Insert. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1019,8 +1019,8 @@ def list( Args: request (Union[google.cloud.compute_v1.types.ListRegionSslCertificatesRequest, dict]): The request object. A request message for - RegionSslCertificates.List. See the method description - for details. + RegionSslCertificates.List. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field diff --git a/google/cloud/compute_v1/services/region_ssl_certificates/transports/rest.py b/google/cloud/compute_v1/services/region_ssl_certificates/transports/rest.py index 354e741d2..805837212 100644 --- a/google/cloud/compute_v1/services/region_ssl_certificates/transports/rest.py +++ b/google/cloud/compute_v1/services/region_ssl_certificates/transports/rest.py @@ -320,7 +320,6 @@ def __call__( The request object. A request message for RegionSslCertificates.Delete. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -422,7 +421,6 @@ def __call__( The request object. A request message for RegionSslCertificates.Get. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -525,7 +523,6 @@ def __call__( The request object. A request message for RegionSslCertificates.Insert. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -636,7 +633,6 @@ def __call__( The request object. A request message for RegionSslCertificates.List. See the method description for details. - 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/google/cloud/compute_v1/services/region_ssl_policies/client.py b/google/cloud/compute_v1/services/region_ssl_policies/client.py index ec3d21855..15cde23ea 100644 --- a/google/cloud/compute_v1/services/region_ssl_policies/client.py +++ b/google/cloud/compute_v1/services/region_ssl_policies/client.py @@ -441,8 +441,8 @@ def delete_unary( Args: request (Union[google.cloud.compute_v1.types.DeleteRegionSslPolicyRequest, dict]): The request object. A request message for - RegionSslPolicies.Delete. See the method description for - details. + RegionSslPolicies.Delete. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -545,8 +545,8 @@ def delete( Args: request (Union[google.cloud.compute_v1.types.DeleteRegionSslPolicyRequest, dict]): The request object. A request message for - RegionSslPolicies.Delete. See the method description for - details. + RegionSslPolicies.Delete. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -673,8 +673,8 @@ def get( Args: request (Union[google.cloud.compute_v1.types.GetRegionSslPolicyRequest, dict]): The request object. A request message for - RegionSslPolicies.Get. See the method description for - details. + RegionSslPolicies.Get. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -780,8 +780,8 @@ def insert_unary( Args: request (Union[google.cloud.compute_v1.types.InsertRegionSslPolicyRequest, dict]): The request object. A request message for - RegionSslPolicies.Insert. See the method description for - details. + RegionSslPolicies.Insert. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -879,8 +879,8 @@ def insert( Args: request (Union[google.cloud.compute_v1.types.InsertRegionSslPolicyRequest, dict]): The request object. A request message for - RegionSslPolicies.Insert. See the method description for - details. + RegionSslPolicies.Insert. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1002,8 +1002,8 @@ def list( Args: request (Union[google.cloud.compute_v1.types.ListRegionSslPoliciesRequest, dict]): The request object. A request message for - RegionSslPolicies.List. See the method description for - details. + RegionSslPolicies.List. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1105,8 +1105,8 @@ def list_available_features( Args: request (Union[google.cloud.compute_v1.types.ListAvailableFeaturesRegionSslPoliciesRequest, dict]): The request object. A request message for - RegionSslPolicies.ListAvailableFeatures. See the method - description for details. + RegionSslPolicies.ListAvailableFeatures. + See the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1198,8 +1198,8 @@ def patch_unary( Args: request (Union[google.cloud.compute_v1.types.PatchRegionSslPolicyRequest, dict]): The request object. A request message for - RegionSslPolicies.Patch. See the method description for - details. + RegionSslPolicies.Patch. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1309,8 +1309,8 @@ def patch( Args: request (Union[google.cloud.compute_v1.types.PatchRegionSslPolicyRequest, dict]): The request object. A request message for - RegionSslPolicies.Patch. See the method description for - details. + RegionSslPolicies.Patch. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field diff --git a/google/cloud/compute_v1/services/region_ssl_policies/transports/rest.py b/google/cloud/compute_v1/services/region_ssl_policies/transports/rest.py index 48919ee04..f50daa958 100644 --- a/google/cloud/compute_v1/services/region_ssl_policies/transports/rest.py +++ b/google/cloud/compute_v1/services/region_ssl_policies/transports/rest.py @@ -380,7 +380,6 @@ def __call__( The request object. A request message for RegionSslPolicies.Delete. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -482,7 +481,6 @@ def __call__( The request object. A request message for RegionSslPolicies.Get. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -575,7 +573,6 @@ def __call__( The request object. A request message for RegionSslPolicies.Insert. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -686,7 +683,6 @@ def __call__( The request object. A request message for RegionSslPolicies.List. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -773,7 +769,6 @@ def __call__( The request object. A request message for RegionSslPolicies.ListAvailableFeatures. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -864,7 +859,6 @@ def __call__( The request object. A request message for RegionSslPolicies.Patch. See the method description for details. - 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/google/cloud/compute_v1/services/region_target_http_proxies/client.py b/google/cloud/compute_v1/services/region_target_http_proxies/client.py index 911f83d7f..dbc94177c 100644 --- a/google/cloud/compute_v1/services/region_target_http_proxies/client.py +++ b/google/cloud/compute_v1/services/region_target_http_proxies/client.py @@ -441,8 +441,8 @@ def delete_unary( Args: request (Union[google.cloud.compute_v1.types.DeleteRegionTargetHttpProxyRequest, dict]): The request object. A request message for - RegionTargetHttpProxies.Delete. See the method - description for details. + RegionTargetHttpProxies.Delete. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -544,8 +544,8 @@ def delete( Args: request (Union[google.cloud.compute_v1.types.DeleteRegionTargetHttpProxyRequest, dict]): The request object. A request message for - RegionTargetHttpProxies.Delete. See the method - description for details. + RegionTargetHttpProxies.Delete. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -671,8 +671,8 @@ def get( Args: request (Union[google.cloud.compute_v1.types.GetRegionTargetHttpProxyRequest, dict]): The request object. A request message for - RegionTargetHttpProxies.Get. See the method description - for details. + RegionTargetHttpProxies.Get. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -787,8 +787,8 @@ def insert_unary( Args: request (Union[google.cloud.compute_v1.types.InsertRegionTargetHttpProxyRequest, dict]): The request object. A request message for - RegionTargetHttpProxies.Insert. See the method - description for details. + RegionTargetHttpProxies.Insert. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -889,8 +889,8 @@ def insert( Args: request (Union[google.cloud.compute_v1.types.InsertRegionTargetHttpProxyRequest, dict]): The request object. A request message for - RegionTargetHttpProxies.Insert. See the method - description for details. + RegionTargetHttpProxies.Insert. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1015,8 +1015,8 @@ def list( Args: request (Union[google.cloud.compute_v1.types.ListRegionTargetHttpProxiesRequest, dict]): The request object. A request message for - RegionTargetHttpProxies.List. See the method description - for details. + RegionTargetHttpProxies.List. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1120,8 +1120,8 @@ def set_url_map_unary( Args: request (Union[google.cloud.compute_v1.types.SetUrlMapRegionTargetHttpProxyRequest, dict]): The request object. A request message for - RegionTargetHttpProxies.SetUrlMap. See the method - description for details. + RegionTargetHttpProxies.SetUrlMap. See + the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1233,8 +1233,8 @@ def set_url_map( Args: request (Union[google.cloud.compute_v1.types.SetUrlMapRegionTargetHttpProxyRequest, dict]): The request object. A request message for - RegionTargetHttpProxies.SetUrlMap. See the method - description for details. + RegionTargetHttpProxies.SetUrlMap. See + the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field diff --git a/google/cloud/compute_v1/services/region_target_http_proxies/transports/rest.py b/google/cloud/compute_v1/services/region_target_http_proxies/transports/rest.py index fb649d0e0..4ef59af32 100644 --- a/google/cloud/compute_v1/services/region_target_http_proxies/transports/rest.py +++ b/google/cloud/compute_v1/services/region_target_http_proxies/transports/rest.py @@ -351,7 +351,6 @@ def __call__( The request object. A request message for RegionTargetHttpProxies.Delete. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -453,7 +452,6 @@ def __call__( The request object. A request message for RegionTargetHttpProxies.Get. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -553,7 +551,6 @@ def __call__( The request object. A request message for RegionTargetHttpProxies.Insert. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -664,7 +661,6 @@ def __call__( The request object. A request message for RegionTargetHttpProxies.List. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -751,7 +747,6 @@ def __call__( The request object. A request message for RegionTargetHttpProxies.SetUrlMap. See the method description for details. - 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/google/cloud/compute_v1/services/region_target_https_proxies/client.py b/google/cloud/compute_v1/services/region_target_https_proxies/client.py index b09e46ce5..3248ff446 100644 --- a/google/cloud/compute_v1/services/region_target_https_proxies/client.py +++ b/google/cloud/compute_v1/services/region_target_https_proxies/client.py @@ -441,8 +441,8 @@ def delete_unary( Args: request (Union[google.cloud.compute_v1.types.DeleteRegionTargetHttpsProxyRequest, dict]): The request object. A request message for - RegionTargetHttpsProxies.Delete. See the method - description for details. + RegionTargetHttpsProxies.Delete. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -544,8 +544,8 @@ def delete( Args: request (Union[google.cloud.compute_v1.types.DeleteRegionTargetHttpsProxyRequest, dict]): The request object. A request message for - RegionTargetHttpsProxies.Delete. See the method - description for details. + RegionTargetHttpsProxies.Delete. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -671,8 +671,8 @@ def get( Args: request (Union[google.cloud.compute_v1.types.GetRegionTargetHttpsProxyRequest, dict]): The request object. A request message for - RegionTargetHttpsProxies.Get. See the method description - for details. + RegionTargetHttpsProxies.Get. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -786,8 +786,8 @@ def insert_unary( Args: request (Union[google.cloud.compute_v1.types.InsertRegionTargetHttpsProxyRequest, dict]): The request object. A request message for - RegionTargetHttpsProxies.Insert. See the method - description for details. + RegionTargetHttpsProxies.Insert. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -888,8 +888,8 @@ def insert( Args: request (Union[google.cloud.compute_v1.types.InsertRegionTargetHttpsProxyRequest, dict]): The request object. A request message for - RegionTargetHttpsProxies.Insert. See the method - description for details. + RegionTargetHttpsProxies.Insert. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1014,8 +1014,8 @@ def list( Args: request (Union[google.cloud.compute_v1.types.ListRegionTargetHttpsProxiesRequest, dict]): The request object. A request message for - RegionTargetHttpsProxies.List. See the method - description for details. + RegionTargetHttpsProxies.List. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1123,8 +1123,8 @@ def patch_unary( Args: request (Union[google.cloud.compute_v1.types.PatchRegionTargetHttpsProxyRequest, dict]): The request object. A request message for - RegionTargetHttpsProxies.Patch. See the method - description for details. + RegionTargetHttpsProxies.Patch. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1237,8 +1237,8 @@ def patch( Args: request (Union[google.cloud.compute_v1.types.PatchRegionTargetHttpsProxyRequest, dict]): The request object. A request message for - RegionTargetHttpsProxies.Patch. See the method - description for details. + RegionTargetHttpsProxies.Patch. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1375,8 +1375,8 @@ def set_ssl_certificates_unary( Args: request (Union[google.cloud.compute_v1.types.SetSslCertificatesRegionTargetHttpsProxyRequest, dict]): The request object. A request message for - RegionTargetHttpsProxies.SetSslCertificates. See the - method description for details. + RegionTargetHttpsProxies.SetSslCertificates. + See the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1502,8 +1502,8 @@ def set_ssl_certificates( Args: request (Union[google.cloud.compute_v1.types.SetSslCertificatesRegionTargetHttpsProxyRequest, dict]): The request object. A request message for - RegionTargetHttpsProxies.SetSslCertificates. See the - method description for details. + RegionTargetHttpsProxies.SetSslCertificates. + See the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1652,8 +1652,8 @@ def set_url_map_unary( Args: request (Union[google.cloud.compute_v1.types.SetUrlMapRegionTargetHttpsProxyRequest, dict]): The request object. A request message for - RegionTargetHttpsProxies.SetUrlMap. See the method - description for details. + RegionTargetHttpsProxies.SetUrlMap. See + the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1765,8 +1765,8 @@ def set_url_map( Args: request (Union[google.cloud.compute_v1.types.SetUrlMapRegionTargetHttpsProxyRequest, dict]): The request object. A request message for - RegionTargetHttpsProxies.SetUrlMap. See the method - description for details. + RegionTargetHttpsProxies.SetUrlMap. See + the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field diff --git a/google/cloud/compute_v1/services/region_target_https_proxies/transports/rest.py b/google/cloud/compute_v1/services/region_target_https_proxies/transports/rest.py index d29bfabfe..d212759cd 100644 --- a/google/cloud/compute_v1/services/region_target_https_proxies/transports/rest.py +++ b/google/cloud/compute_v1/services/region_target_https_proxies/transports/rest.py @@ -414,7 +414,6 @@ def __call__( The request object. A request message for RegionTargetHttpsProxies.Delete. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -516,7 +515,6 @@ def __call__( The request object. A request message for RegionTargetHttpsProxies.Get. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -615,7 +613,6 @@ def __call__( The request object. A request message for RegionTargetHttpsProxies.Insert. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -726,7 +723,6 @@ def __call__( The request object. A request message for RegionTargetHttpsProxies.List. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -815,7 +811,6 @@ def __call__( The request object. A request message for RegionTargetHttpsProxies.Patch. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -926,7 +921,6 @@ def __call__( The request object. A request message for RegionTargetHttpsProxies.SetSslCertificates. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1041,7 +1035,6 @@ def __call__( The request object. A request message for RegionTargetHttpsProxies.SetUrlMap. See the method description for details. - 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/google/cloud/compute_v1/services/region_target_tcp_proxies/client.py b/google/cloud/compute_v1/services/region_target_tcp_proxies/client.py index 28c5852b1..9223beacb 100644 --- a/google/cloud/compute_v1/services/region_target_tcp_proxies/client.py +++ b/google/cloud/compute_v1/services/region_target_tcp_proxies/client.py @@ -441,8 +441,8 @@ def delete_unary( Args: request (Union[google.cloud.compute_v1.types.DeleteRegionTargetTcpProxyRequest, dict]): The request object. A request message for - RegionTargetTcpProxies.Delete. See the method - description for details. + RegionTargetTcpProxies.Delete. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -544,8 +544,8 @@ def delete( Args: request (Union[google.cloud.compute_v1.types.DeleteRegionTargetTcpProxyRequest, dict]): The request object. A request message for - RegionTargetTcpProxies.Delete. See the method - description for details. + RegionTargetTcpProxies.Delete. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -670,8 +670,8 @@ def get( Args: request (Union[google.cloud.compute_v1.types.GetRegionTargetTcpProxyRequest, dict]): The request object. A request message for - RegionTargetTcpProxies.Get. See the method description - for details. + RegionTargetTcpProxies.Get. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -781,8 +781,8 @@ def insert_unary( Args: request (Union[google.cloud.compute_v1.types.InsertRegionTargetTcpProxyRequest, dict]): The request object. A request message for - RegionTargetTcpProxies.Insert. See the method - description for details. + RegionTargetTcpProxies.Insert. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -883,8 +883,8 @@ def insert( Args: request (Union[google.cloud.compute_v1.types.InsertRegionTargetTcpProxyRequest, dict]): The request object. A request message for - RegionTargetTcpProxies.Insert. See the method - description for details. + RegionTargetTcpProxies.Insert. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1008,8 +1008,8 @@ def list( Args: request (Union[google.cloud.compute_v1.types.ListRegionTargetTcpProxiesRequest, dict]): The request object. A request message for - RegionTargetTcpProxies.List. See the method description - for details. + RegionTargetTcpProxies.List. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field diff --git a/google/cloud/compute_v1/services/region_target_tcp_proxies/transports/rest.py b/google/cloud/compute_v1/services/region_target_tcp_proxies/transports/rest.py index 8c13988cb..981931da5 100644 --- a/google/cloud/compute_v1/services/region_target_tcp_proxies/transports/rest.py +++ b/google/cloud/compute_v1/services/region_target_tcp_proxies/transports/rest.py @@ -320,7 +320,6 @@ def __call__( The request object. A request message for RegionTargetTcpProxies.Delete. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -422,7 +421,6 @@ def __call__( The request object. A request message for RegionTargetTcpProxies.Get. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -517,7 +515,6 @@ def __call__( The request object. A request message for RegionTargetTcpProxies.Insert. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -628,7 +625,6 @@ def __call__( The request object. A request message for RegionTargetTcpProxies.List. See the method description for details. - 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/google/cloud/compute_v1/services/region_url_maps/client.py b/google/cloud/compute_v1/services/region_url_maps/client.py index 494a16845..8bacc226f 100644 --- a/google/cloud/compute_v1/services/region_url_maps/client.py +++ b/google/cloud/compute_v1/services/region_url_maps/client.py @@ -437,8 +437,8 @@ def delete_unary( Args: request (Union[google.cloud.compute_v1.types.DeleteRegionUrlMapRequest, dict]): The request object. A request message for - RegionUrlMaps.Delete. See the method description for - details. + RegionUrlMaps.Delete. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -538,8 +538,8 @@ def delete( Args: request (Union[google.cloud.compute_v1.types.DeleteRegionUrlMapRequest, dict]): The request object. A request message for - RegionUrlMaps.Delete. See the method description for - details. + RegionUrlMaps.Delete. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -664,8 +664,8 @@ def get( Args: request (Union[google.cloud.compute_v1.types.GetRegionUrlMapRequest, dict]): The request object. A request message for - RegionUrlMaps.Get. See the method description for - details. + RegionUrlMaps.Get. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -785,8 +785,8 @@ def insert_unary( Args: request (Union[google.cloud.compute_v1.types.InsertRegionUrlMapRequest, dict]): The request object. A request message for - RegionUrlMaps.Insert. See the method description for - details. + RegionUrlMaps.Insert. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -884,8 +884,8 @@ def insert( Args: request (Union[google.cloud.compute_v1.types.InsertRegionUrlMapRequest, dict]): The request object. A request message for - RegionUrlMaps.Insert. See the method description for - details. + RegionUrlMaps.Insert. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1007,8 +1007,8 @@ def list( Args: request (Union[google.cloud.compute_v1.types.ListRegionUrlMapsRequest, dict]): The request object. A request message for - RegionUrlMaps.List. See the method description for - details. + RegionUrlMaps.List. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1113,8 +1113,8 @@ def patch_unary( Args: request (Union[google.cloud.compute_v1.types.PatchRegionUrlMapRequest, dict]): The request object. A request message for - RegionUrlMaps.Patch. See the method description for - details. + RegionUrlMaps.Patch. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1223,8 +1223,8 @@ def patch( Args: request (Union[google.cloud.compute_v1.types.PatchRegionUrlMapRequest, dict]): The request object. A request message for - RegionUrlMaps.Patch. See the method description for - details. + RegionUrlMaps.Patch. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1356,8 +1356,8 @@ def update_unary( Args: request (Union[google.cloud.compute_v1.types.UpdateRegionUrlMapRequest, dict]): The request object. A request message for - RegionUrlMaps.Update. See the method description for - details. + RegionUrlMaps.Update. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1466,8 +1466,8 @@ def update( Args: request (Union[google.cloud.compute_v1.types.UpdateRegionUrlMapRequest, dict]): The request object. A request message for - RegionUrlMaps.Update. See the method description for - details. + RegionUrlMaps.Update. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1604,8 +1604,8 @@ def validate( Args: request (Union[google.cloud.compute_v1.types.ValidateRegionUrlMapRequest, dict]): The request object. A request message for - RegionUrlMaps.Validate. See the method description for - details. + RegionUrlMaps.Validate. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field diff --git a/google/cloud/compute_v1/services/region_url_maps/transports/rest.py b/google/cloud/compute_v1/services/region_url_maps/transports/rest.py index fbcae4413..5b3c83252 100644 --- a/google/cloud/compute_v1/services/region_url_maps/transports/rest.py +++ b/google/cloud/compute_v1/services/region_url_maps/transports/rest.py @@ -407,7 +407,6 @@ def __call__( The request object. A request message for RegionUrlMaps.Delete. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -509,7 +508,6 @@ def __call__( The request object. A request message for RegionUrlMaps.Get. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -617,7 +615,6 @@ def __call__( The request object. A request message for RegionUrlMaps.Insert. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -728,7 +725,6 @@ def __call__( The request object. A request message for RegionUrlMaps.List. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -815,7 +811,6 @@ def __call__( The request object. A request message for RegionUrlMaps.Patch. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -926,7 +921,6 @@ def __call__( The request object. A request message for RegionUrlMaps.Update. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1037,7 +1031,6 @@ def __call__( The request object. A request message for RegionUrlMaps.Validate. See the method description for details. - 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/google/cloud/compute_v1/services/regions/transports/rest.py b/google/cloud/compute_v1/services/regions/transports/rest.py index 95d13b50b..063d19b16 100644 --- a/google/cloud/compute_v1/services/regions/transports/rest.py +++ b/google/cloud/compute_v1/services/regions/transports/rest.py @@ -255,7 +255,6 @@ def __call__( request (~.compute.GetRegionRequest): The request object. A request message for Regions.Get. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -345,7 +344,6 @@ def __call__( request (~.compute.ListRegionsRequest): The request object. A request message for Regions.List. See the method description for details. - 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/google/cloud/compute_v1/services/reservations/client.py b/google/cloud/compute_v1/services/reservations/client.py index 0e47f5196..250143134 100644 --- a/google/cloud/compute_v1/services/reservations/client.py +++ b/google/cloud/compute_v1/services/reservations/client.py @@ -437,8 +437,8 @@ def aggregated_list( Args: request (Union[google.cloud.compute_v1.types.AggregatedListReservationsRequest, dict]): The request object. A request message for - Reservations.AggregatedList. See the method description - for details. + Reservations.AggregatedList. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -525,8 +525,8 @@ def delete_unary( Args: request (Union[google.cloud.compute_v1.types.DeleteReservationRequest, dict]): The request object. A request message for - Reservations.Delete. See the method description for - details. + Reservations.Delete. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -622,8 +622,8 @@ def delete( Args: request (Union[google.cloud.compute_v1.types.DeleteReservationRequest, dict]): The request object. A request message for - Reservations.Delete. See the method description for - details. + Reservations.Delete. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -745,8 +745,8 @@ def get( Args: request (Union[google.cloud.compute_v1.types.GetReservationRequest, dict]): The request object. A request message for - Reservations.Get. See the method description for - details. + Reservations.Get. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -847,8 +847,8 @@ def get_iam_policy( Args: request (Union[google.cloud.compute_v1.types.GetIamPolicyReservationRequest, dict]): The request object. A request message for - Reservations.GetIamPolicy. See the method description - for details. + Reservations.GetIamPolicy. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -987,8 +987,8 @@ def insert_unary( Args: request (Union[google.cloud.compute_v1.types.InsertReservationRequest, dict]): The request object. A request message for - Reservations.Insert. See the method description for - details. + Reservations.Insert. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1084,8 +1084,8 @@ def insert( Args: request (Union[google.cloud.compute_v1.types.InsertReservationRequest, dict]): The request object. A request message for - Reservations.Insert. See the method description for - details. + Reservations.Insert. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1205,8 +1205,8 @@ def list( Args: request (Union[google.cloud.compute_v1.types.ListReservationsRequest, dict]): The request object. A request message for - Reservations.List. See the method description for - details. + Reservations.List. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1309,8 +1309,8 @@ def resize_unary( Args: request (Union[google.cloud.compute_v1.types.ResizeReservationRequest, dict]): The request object. A request message for - Reservations.Resize. See the method description for - details. + Reservations.Resize. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1422,8 +1422,8 @@ def resize( Args: request (Union[google.cloud.compute_v1.types.ResizeReservationRequest, dict]): The request object. A request message for - Reservations.Resize. See the method description for - details. + Reservations.Resize. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1557,8 +1557,8 @@ def set_iam_policy( Args: request (Union[google.cloud.compute_v1.types.SetIamPolicyReservationRequest, dict]): The request object. A request message for - Reservations.SetIamPolicy. See the method description - for details. + Reservations.SetIamPolicy. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1713,8 +1713,8 @@ def test_iam_permissions( Args: request (Union[google.cloud.compute_v1.types.TestIamPermissionsReservationRequest, dict]): The request object. A request message for - Reservations.TestIamPermissions. See the method - description for details. + Reservations.TestIamPermissions. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1824,8 +1824,8 @@ def update_unary( Args: request (Union[google.cloud.compute_v1.types.UpdateReservationRequest, dict]): The request object. A request message for - Reservations.Update. See the method description for - details. + Reservations.Update. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1929,8 +1929,8 @@ def update( Args: request (Union[google.cloud.compute_v1.types.UpdateReservationRequest, dict]): The request object. A request message for - Reservations.Update. See the method description for - details. + Reservations.Update. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field diff --git a/google/cloud/compute_v1/services/reservations/transports/rest.py b/google/cloud/compute_v1/services/reservations/transports/rest.py index 8c73b75e4..2e294a288 100644 --- a/google/cloud/compute_v1/services/reservations/transports/rest.py +++ b/google/cloud/compute_v1/services/reservations/transports/rest.py @@ -496,7 +496,6 @@ def __call__( The request object. A request message for Reservations.AggregatedList. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -583,7 +582,6 @@ def __call__( The request object. A request message for Reservations.Delete. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -685,7 +683,6 @@ def __call__( The request object. A request message for Reservations.Get. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -778,7 +775,6 @@ def __call__( The request object. A request message for Reservations.GetIamPolicy. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -906,7 +902,6 @@ def __call__( The request object. A request message for Reservations.Insert. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1017,7 +1012,6 @@ def __call__( The request object. A request message for Reservations.List. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1104,7 +1098,6 @@ def __call__( The request object. A request message for Reservations.Resize. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1215,7 +1208,6 @@ def __call__( The request object. A request message for Reservations.SetIamPolicy. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1352,7 +1344,6 @@ def __call__( The request object. A request message for Reservations.TestIamPermissions. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1450,7 +1441,6 @@ def __call__( The request object. A request message for Reservations.Update. See the method description for details. - 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/google/cloud/compute_v1/services/resource_policies/client.py b/google/cloud/compute_v1/services/resource_policies/client.py index abc985dba..c40e3e70c 100644 --- a/google/cloud/compute_v1/services/resource_policies/client.py +++ b/google/cloud/compute_v1/services/resource_policies/client.py @@ -439,8 +439,8 @@ def aggregated_list( Args: request (Union[google.cloud.compute_v1.types.AggregatedListResourcePoliciesRequest, dict]): The request object. A request message for - ResourcePolicies.AggregatedList. See the method - description for details. + ResourcePolicies.AggregatedList. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -527,8 +527,8 @@ def delete_unary( Args: request (Union[google.cloud.compute_v1.types.DeleteResourcePolicyRequest, dict]): The request object. A request message for - ResourcePolicies.Delete. See the method description for - details. + ResourcePolicies.Delete. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -626,8 +626,8 @@ def delete( Args: request (Union[google.cloud.compute_v1.types.DeleteResourcePolicyRequest, dict]): The request object. A request message for - ResourcePolicies.Delete. See the method description for - details. + ResourcePolicies.Delete. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -751,8 +751,8 @@ def get( Args: request (Union[google.cloud.compute_v1.types.GetResourcePolicyRequest, dict]): The request object. A request message for - ResourcePolicies.Get. See the method description for - details. + ResourcePolicies.Get. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -857,8 +857,8 @@ def get_iam_policy( Args: request (Union[google.cloud.compute_v1.types.GetIamPolicyResourcePolicyRequest, dict]): The request object. A request message for - ResourcePolicies.GetIamPolicy. See the method - description for details. + ResourcePolicies.GetIamPolicy. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -996,8 +996,8 @@ def insert_unary( Args: request (Union[google.cloud.compute_v1.types.InsertResourcePolicyRequest, dict]): The request object. A request message for - ResourcePolicies.Insert. See the method description for - details. + ResourcePolicies.Insert. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1092,8 +1092,8 @@ def insert( Args: request (Union[google.cloud.compute_v1.types.InsertResourcePolicyRequest, dict]): The request object. A request message for - ResourcePolicies.Insert. See the method description for - details. + ResourcePolicies.Insert. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1214,8 +1214,8 @@ def list( Args: request (Union[google.cloud.compute_v1.types.ListResourcePoliciesRequest, dict]): The request object. A request message for - ResourcePolicies.List. See the method description for - details. + ResourcePolicies.List. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1319,8 +1319,8 @@ def set_iam_policy( Args: request (Union[google.cloud.compute_v1.types.SetIamPolicyResourcePolicyRequest, dict]): The request object. A request message for - ResourcePolicies.SetIamPolicy. See the method - description for details. + ResourcePolicies.SetIamPolicy. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1475,8 +1475,8 @@ def test_iam_permissions( Args: request (Union[google.cloud.compute_v1.types.TestIamPermissionsResourcePolicyRequest, dict]): The request object. A request message for - ResourcePolicies.TestIamPermissions. See the method - description for details. + ResourcePolicies.TestIamPermissions. See + the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field diff --git a/google/cloud/compute_v1/services/resource_policies/transports/rest.py b/google/cloud/compute_v1/services/resource_policies/transports/rest.py index 615f65920..f3e8119ac 100644 --- a/google/cloud/compute_v1/services/resource_policies/transports/rest.py +++ b/google/cloud/compute_v1/services/resource_policies/transports/rest.py @@ -444,7 +444,6 @@ def __call__( The request object. A request message for ResourcePolicies.AggregatedList. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -531,7 +530,6 @@ def __call__( The request object. A request message for ResourcePolicies.Delete. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -633,7 +631,6 @@ def __call__( The request object. A request message for ResourcePolicies.Get. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -726,7 +723,6 @@ def __call__( The request object. A request message for ResourcePolicies.GetIamPolicy. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -854,7 +850,6 @@ def __call__( The request object. A request message for ResourcePolicies.Insert. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -965,7 +960,6 @@ def __call__( The request object. A request message for ResourcePolicies.List. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1052,7 +1046,6 @@ def __call__( The request object. A request message for ResourcePolicies.SetIamPolicy. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1189,7 +1182,6 @@ def __call__( The request object. A request message for ResourcePolicies.TestIamPermissions. See the method description for details. - 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/google/cloud/compute_v1/services/routers/client.py b/google/cloud/compute_v1/services/routers/client.py index eb084d1aa..e5882f00a 100644 --- a/google/cloud/compute_v1/services/routers/client.py +++ b/google/cloud/compute_v1/services/routers/client.py @@ -435,8 +435,8 @@ def aggregated_list( Args: request (Union[google.cloud.compute_v1.types.AggregatedListRoutersRequest, dict]): The request object. A request message for - Routers.AggregatedList. See the method description for - details. + Routers.AggregatedList. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -522,8 +522,8 @@ def delete_unary( Args: request (Union[google.cloud.compute_v1.types.DeleteRouterRequest, dict]): - The request object. A request message for - Routers.Delete. See the method description for details. + The request object. A request message for Routers.Delete. + See the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -620,8 +620,8 @@ def delete( Args: request (Union[google.cloud.compute_v1.types.DeleteRouterRequest, dict]): - The request object. A request message for - Routers.Delete. See the method description for details. + The request object. A request message for Routers.Delete. + See the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -844,8 +844,8 @@ def get_nat_mapping_info( Args: request (Union[google.cloud.compute_v1.types.GetNatMappingInfoRoutersRequest, dict]): The request object. A request message for - Routers.GetNatMappingInfo. See the method description - for details. + Routers.GetNatMappingInfo. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -957,8 +957,8 @@ def get_router_status( Args: request (Union[google.cloud.compute_v1.types.GetRouterStatusRouterRequest, dict]): The request object. A request message for - Routers.GetRouterStatus. See the method description for - details. + Routers.GetRouterStatus. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1052,8 +1052,8 @@ def insert_unary( Args: request (Union[google.cloud.compute_v1.types.InsertRouterRequest, dict]): - The request object. A request message for - Routers.Insert. See the method description for details. + The request object. A request message for Routers.Insert. + See the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1148,8 +1148,8 @@ def insert( Args: request (Union[google.cloud.compute_v1.types.InsertRouterRequest, dict]): - The request object. A request message for - Routers.Insert. See the method description for details. + The request object. A request message for Routers.Insert. + See the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1610,7 +1610,8 @@ def preview( Args: request (Union[google.cloud.compute_v1.types.PreviewRouterRequest, dict]): The request object. A request message for - Routers.Preview. See the method description for details. + Routers.Preview. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1716,8 +1717,8 @@ def update_unary( Args: request (Union[google.cloud.compute_v1.types.UpdateRouterRequest, dict]): - The request object. A request message for - Routers.Update. See the method description for details. + The request object. A request message for Routers.Update. + See the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1827,8 +1828,8 @@ def update( Args: request (Union[google.cloud.compute_v1.types.UpdateRouterRequest, dict]): - The request object. A request message for - Routers.Update. See the method description for details. + The request object. A request message for Routers.Update. + See the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field diff --git a/google/cloud/compute_v1/services/routers/transports/rest.py b/google/cloud/compute_v1/services/routers/transports/rest.py index 06c170188..2fc86a39c 100644 --- a/google/cloud/compute_v1/services/routers/transports/rest.py +++ b/google/cloud/compute_v1/services/routers/transports/rest.py @@ -486,7 +486,6 @@ def __call__( The request object. A request message for Routers.AggregatedList. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -572,7 +571,6 @@ def __call__( request (~.compute.DeleteRouterRequest): The request object. A request message for Routers.Delete. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -673,7 +671,6 @@ def __call__( request (~.compute.GetRouterRequest): The request object. A request message for Routers.Get. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -763,7 +760,6 @@ def __call__( The request object. A request message for Routers.GetNatMappingInfo. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -854,7 +850,6 @@ def __call__( The request object. A request message for Routers.GetRouterStatus. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -942,7 +937,6 @@ def __call__( request (~.compute.InsertRouterRequest): The request object. A request message for Routers.Insert. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1052,7 +1046,6 @@ def __call__( request (~.compute.ListRoutersRequest): The request object. A request message for Routers.List. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1138,7 +1131,6 @@ def __call__( request (~.compute.PatchRouterRequest): The request object. A request message for Routers.Patch. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1249,7 +1241,6 @@ def __call__( The request object. A request message for Routers.Preview. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1344,7 +1335,6 @@ def __call__( request (~.compute.UpdateRouterRequest): The request object. A request message for Routers.Update. See the method description for details. - 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/google/cloud/compute_v1/services/routes/client.py b/google/cloud/compute_v1/services/routes/client.py index 0d506aeba..22d314363 100644 --- a/google/cloud/compute_v1/services/routes/client.py +++ b/google/cloud/compute_v1/services/routes/client.py @@ -633,8 +633,8 @@ def get( Args: request (Union[google.cloud.compute_v1.types.GetRouteRequest, dict]): - The request object. A request message for Routes.Get. - See the method description for details. + The request object. A request message for Routes.Get. See + the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field diff --git a/google/cloud/compute_v1/services/routes/transports/rest.py b/google/cloud/compute_v1/services/routes/transports/rest.py index 1cca34a25..847a5d074 100644 --- a/google/cloud/compute_v1/services/routes/transports/rest.py +++ b/google/cloud/compute_v1/services/routes/transports/rest.py @@ -309,7 +309,6 @@ def __call__( request (~.compute.DeleteRouteRequest): The request object. A request message for Routes.Delete. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -410,7 +409,6 @@ def __call__( request (~.compute.GetRouteRequest): The request object. A request message for Routes.Get. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -502,7 +500,6 @@ def __call__( request (~.compute.InsertRouteRequest): The request object. A request message for Routes.Insert. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -612,7 +609,6 @@ def __call__( request (~.compute.ListRoutesRequest): The request object. A request message for Routes.List. See the method description for details. - 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/google/cloud/compute_v1/services/security_policies/client.py b/google/cloud/compute_v1/services/security_policies/client.py index bc0c71c0a..d961902fe 100644 --- a/google/cloud/compute_v1/services/security_policies/client.py +++ b/google/cloud/compute_v1/services/security_policies/client.py @@ -439,8 +439,8 @@ def add_rule_unary( Args: request (Union[google.cloud.compute_v1.types.AddRuleSecurityPolicyRequest, dict]): The request object. A request message for - SecurityPolicies.AddRule. See the method description for - details. + SecurityPolicies.AddRule. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -539,8 +539,8 @@ def add_rule( Args: request (Union[google.cloud.compute_v1.types.AddRuleSecurityPolicyRequest, dict]): The request object. A request message for - SecurityPolicies.AddRule. See the method description for - details. + SecurityPolicies.AddRule. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -664,8 +664,8 @@ def aggregated_list( Args: request (Union[google.cloud.compute_v1.types.AggregatedListSecurityPoliciesRequest, dict]): The request object. A request message for - SecurityPolicies.AggregatedList. See the method - description for details. + SecurityPolicies.AggregatedList. See the + method description for details. project (str): Name of the project scoping this request. @@ -752,8 +752,8 @@ def delete_unary( Args: request (Union[google.cloud.compute_v1.types.DeleteSecurityPolicyRequest, dict]): The request object. A request message for - SecurityPolicies.Delete. See the method description for - details. + SecurityPolicies.Delete. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -842,8 +842,8 @@ def delete( Args: request (Union[google.cloud.compute_v1.types.DeleteSecurityPolicyRequest, dict]): The request object. A request message for - SecurityPolicies.Delete. See the method description for - details. + SecurityPolicies.Delete. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -957,8 +957,8 @@ def get( Args: request (Union[google.cloud.compute_v1.types.GetSecurityPolicyRequest, dict]): The request object. A request message for - SecurityPolicies.Get. See the method description for - details. + SecurityPolicies.Get. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1049,8 +1049,8 @@ def get_rule( Args: request (Union[google.cloud.compute_v1.types.GetRuleSecurityPolicyRequest, dict]): The request object. A request message for - SecurityPolicies.GetRule. See the method description for - details. + SecurityPolicies.GetRule. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1142,8 +1142,8 @@ def insert_unary( Args: request (Union[google.cloud.compute_v1.types.InsertSecurityPolicyRequest, dict]): The request object. A request message for - SecurityPolicies.Insert. See the method description for - details. + SecurityPolicies.Insert. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1226,8 +1226,8 @@ def insert( Args: request (Union[google.cloud.compute_v1.types.InsertSecurityPolicyRequest, dict]): The request object. A request message for - SecurityPolicies.Insert. See the method description for - details. + SecurityPolicies.Insert. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1333,8 +1333,8 @@ def list( Args: request (Union[google.cloud.compute_v1.types.ListSecurityPoliciesRequest, dict]): The request object. A request message for - SecurityPolicies.List. See the method description for - details. + SecurityPolicies.List. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1421,8 +1421,8 @@ def list_preconfigured_expression_sets( Args: request (Union[google.cloud.compute_v1.types.ListPreconfiguredExpressionSetsSecurityPoliciesRequest, dict]): The request object. A request message for - SecurityPolicies.ListPreconfiguredExpressionSets. See - the method description for details. + SecurityPolicies.ListPreconfiguredExpressionSets. + See the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1507,8 +1507,8 @@ def patch_unary( Args: request (Union[google.cloud.compute_v1.types.PatchSecurityPolicyRequest, dict]): The request object. A request message for - SecurityPolicies.Patch. See the method description for - details. + SecurityPolicies.Patch. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1610,8 +1610,8 @@ def patch( Args: request (Union[google.cloud.compute_v1.types.PatchSecurityPolicyRequest, dict]): The request object. A request message for - SecurityPolicies.Patch. See the method description for - details. + SecurityPolicies.Patch. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1732,8 +1732,8 @@ def patch_rule_unary( Args: request (Union[google.cloud.compute_v1.types.PatchRuleSecurityPolicyRequest, dict]): The request object. A request message for - SecurityPolicies.PatchRule. See the method description - for details. + SecurityPolicies.PatchRule. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1832,8 +1832,8 @@ def patch_rule( Args: request (Union[google.cloud.compute_v1.types.PatchRuleSecurityPolicyRequest, dict]): The request object. A request message for - SecurityPolicies.PatchRule. See the method description - for details. + SecurityPolicies.PatchRule. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1955,8 +1955,8 @@ def remove_rule_unary( Args: request (Union[google.cloud.compute_v1.types.RemoveRuleSecurityPolicyRequest, dict]): The request object. A request message for - SecurityPolicies.RemoveRule. See the method description - for details. + SecurityPolicies.RemoveRule. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -2045,8 +2045,8 @@ def remove_rule( Args: request (Union[google.cloud.compute_v1.types.RemoveRuleSecurityPolicyRequest, dict]): The request object. A request message for - SecurityPolicies.RemoveRule. See the method description - for details. + SecurityPolicies.RemoveRule. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -2163,8 +2163,8 @@ def set_labels_unary( Args: request (Union[google.cloud.compute_v1.types.SetLabelsSecurityPolicyRequest, dict]): The request object. A request message for - SecurityPolicies.SetLabels. See the method description - for details. + SecurityPolicies.SetLabels. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -2268,8 +2268,8 @@ def set_labels( Args: request (Union[google.cloud.compute_v1.types.SetLabelsSecurityPolicyRequest, dict]): The request object. A request message for - SecurityPolicies.SetLabels. See the method description - for details. + SecurityPolicies.SetLabels. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field diff --git a/google/cloud/compute_v1/services/security_policies/transports/rest.py b/google/cloud/compute_v1/services/security_policies/transports/rest.py index a17edeb02..c94c4defb 100644 --- a/google/cloud/compute_v1/services/security_policies/transports/rest.py +++ b/google/cloud/compute_v1/services/security_policies/transports/rest.py @@ -563,7 +563,6 @@ def __call__( The request object. A request message for SecurityPolicies.AddRule. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -674,7 +673,6 @@ def __call__( The request object. A request message for SecurityPolicies.AggregatedList. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -761,7 +759,6 @@ def __call__( The request object. A request message for SecurityPolicies.Delete. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -863,7 +860,6 @@ def __call__( The request object. A request message for SecurityPolicies.Get. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -956,7 +952,6 @@ def __call__( The request object. A request message for SecurityPolicies.GetRule. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1047,7 +1042,6 @@ def __call__( The request object. A request message for SecurityPolicies.Insert. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1158,7 +1152,6 @@ def __call__( The request object. A request message for SecurityPolicies.List. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1246,7 +1239,6 @@ def __call__( The request object. A request message for SecurityPolicies.ListPreconfiguredExpressionSets. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1344,7 +1336,6 @@ def __call__( The request object. A request message for SecurityPolicies.Patch. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1455,7 +1446,6 @@ def __call__( The request object. A request message for SecurityPolicies.PatchRule. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1566,7 +1556,6 @@ def __call__( The request object. A request message for SecurityPolicies.RemoveRule. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1668,7 +1657,6 @@ def __call__( The request object. A request message for SecurityPolicies.SetLabels. See the method description for details. - 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/google/cloud/compute_v1/services/service_attachments/client.py b/google/cloud/compute_v1/services/service_attachments/client.py index b43c7ed03..df98175ac 100644 --- a/google/cloud/compute_v1/services/service_attachments/client.py +++ b/google/cloud/compute_v1/services/service_attachments/client.py @@ -441,8 +441,8 @@ def aggregated_list( Args: request (Union[google.cloud.compute_v1.types.AggregatedListServiceAttachmentsRequest, dict]): The request object. A request message for - ServiceAttachments.AggregatedList. See the method - description for details. + ServiceAttachments.AggregatedList. See + the method description for details. project (str): Name of the project scoping this request. @@ -533,8 +533,8 @@ def delete_unary( Args: request (Union[google.cloud.compute_v1.types.DeleteServiceAttachmentRequest, dict]): The request object. A request message for - ServiceAttachments.Delete. See the method description - for details. + ServiceAttachments.Delete. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -633,8 +633,8 @@ def delete( Args: request (Union[google.cloud.compute_v1.types.DeleteServiceAttachmentRequest, dict]): The request object. A request message for - ServiceAttachments.Delete. See the method description - for details. + ServiceAttachments.Delete. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -758,8 +758,8 @@ def get( Args: request (Union[google.cloud.compute_v1.types.GetServiceAttachmentRequest, dict]): The request object. A request message for - ServiceAttachments.Get. See the method description for - details. + ServiceAttachments.Get. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -867,8 +867,8 @@ def get_iam_policy( Args: request (Union[google.cloud.compute_v1.types.GetIamPolicyServiceAttachmentRequest, dict]): The request object. A request message for - ServiceAttachments.GetIamPolicy. See the method - description for details. + ServiceAttachments.GetIamPolicy. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1008,8 +1008,8 @@ def insert_unary( Args: request (Union[google.cloud.compute_v1.types.InsertServiceAttachmentRequest, dict]): The request object. A request message for - ServiceAttachments.Insert. See the method description - for details. + ServiceAttachments.Insert. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1106,8 +1106,8 @@ def insert( Args: request (Union[google.cloud.compute_v1.types.InsertServiceAttachmentRequest, dict]): The request object. A request message for - ServiceAttachments.Insert. See the method description - for details. + ServiceAttachments.Insert. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1227,8 +1227,8 @@ def list( Args: request (Union[google.cloud.compute_v1.types.ListServiceAttachmentsRequest, dict]): The request object. A request message for - ServiceAttachments.List. See the method description for - details. + ServiceAttachments.List. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1330,8 +1330,8 @@ def patch_unary( Args: request (Union[google.cloud.compute_v1.types.PatchServiceAttachmentRequest, dict]): The request object. A request message for - ServiceAttachments.Patch. See the method description for - details. + ServiceAttachments.Patch. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1446,8 +1446,8 @@ def patch( Args: request (Union[google.cloud.compute_v1.types.PatchServiceAttachmentRequest, dict]): The request object. A request message for - ServiceAttachments.Patch. See the method description for - details. + ServiceAttachments.Patch. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1589,8 +1589,8 @@ def set_iam_policy( Args: request (Union[google.cloud.compute_v1.types.SetIamPolicyServiceAttachmentRequest, dict]): The request object. A request message for - ServiceAttachments.SetIamPolicy. See the method - description for details. + ServiceAttachments.SetIamPolicy. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1745,8 +1745,8 @@ def test_iam_permissions( Args: request (Union[google.cloud.compute_v1.types.TestIamPermissionsServiceAttachmentRequest, dict]): The request object. A request message for - ServiceAttachments.TestIamPermissions. See the method - description for details. + ServiceAttachments.TestIamPermissions. + See the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field diff --git a/google/cloud/compute_v1/services/service_attachments/transports/rest.py b/google/cloud/compute_v1/services/service_attachments/transports/rest.py index 5aa628977..3ce16852d 100644 --- a/google/cloud/compute_v1/services/service_attachments/transports/rest.py +++ b/google/cloud/compute_v1/services/service_attachments/transports/rest.py @@ -475,7 +475,6 @@ def __call__( The request object. A request message for ServiceAttachments.AggregatedList. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -564,7 +563,6 @@ def __call__( The request object. A request message for ServiceAttachments.Delete. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -666,7 +664,6 @@ def __call__( The request object. A request message for ServiceAttachments.Get. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -762,7 +759,6 @@ def __call__( The request object. A request message for ServiceAttachments.GetIamPolicy. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -890,7 +886,6 @@ def __call__( The request object. A request message for ServiceAttachments.Insert. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1001,7 +996,6 @@ def __call__( The request object. A request message for ServiceAttachments.List. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1088,7 +1082,6 @@ def __call__( The request object. A request message for ServiceAttachments.Patch. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1199,7 +1192,6 @@ def __call__( The request object. A request message for ServiceAttachments.SetIamPolicy. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1336,7 +1328,6 @@ def __call__( The request object. A request message for ServiceAttachments.TestIamPermissions. See the method description for details. - 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/google/cloud/compute_v1/services/snapshots/client.py b/google/cloud/compute_v1/services/snapshots/client.py index 05571a12f..9248f3661 100644 --- a/google/cloud/compute_v1/services/snapshots/client.py +++ b/google/cloud/compute_v1/services/snapshots/client.py @@ -442,8 +442,8 @@ def delete_unary( Args: request (Union[google.cloud.compute_v1.types.DeleteSnapshotRequest, dict]): The request object. A request message for - Snapshots.Delete. See the method description for - details. + Snapshots.Delete. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -538,8 +538,8 @@ def delete( Args: request (Union[google.cloud.compute_v1.types.DeleteSnapshotRequest, dict]): The request object. A request message for - Snapshots.Delete. See the method description for - details. + Snapshots.Delete. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -745,8 +745,8 @@ def get_iam_policy( Args: request (Union[google.cloud.compute_v1.types.GetIamPolicySnapshotRequest, dict]): The request object. A request message for - Snapshots.GetIamPolicy. See the method description for - details. + Snapshots.GetIamPolicy. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -878,8 +878,8 @@ def insert_unary( Args: request (Union[google.cloud.compute_v1.types.InsertSnapshotRequest, dict]): The request object. A request message for - Snapshots.Insert. See the method description for - details. + Snapshots.Insert. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -966,8 +966,8 @@ def insert( Args: request (Union[google.cloud.compute_v1.types.InsertSnapshotRequest, dict]): The request object. A request message for - Snapshots.Insert. See the method description for - details. + Snapshots.Insert. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1072,8 +1072,8 @@ def list( Args: request (Union[google.cloud.compute_v1.types.ListSnapshotsRequest, dict]): - The request object. A request message for - Snapshots.List. See the method description for details. + The request object. A request message for Snapshots.List. + See the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1164,8 +1164,8 @@ def set_iam_policy( Args: request (Union[google.cloud.compute_v1.types.SetIamPolicySnapshotRequest, dict]): The request object. A request message for - Snapshots.SetIamPolicy. See the method description for - details. + Snapshots.SetIamPolicy. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1307,8 +1307,8 @@ def set_labels_unary( Args: request (Union[google.cloud.compute_v1.types.SetLabelsSnapshotRequest, dict]): The request object. A request message for - Snapshots.SetLabels. See the method description for - details. + Snapshots.SetLabels. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1412,8 +1412,8 @@ def set_labels( Args: request (Union[google.cloud.compute_v1.types.SetLabelsSnapshotRequest, dict]): The request object. A request message for - Snapshots.SetLabels. See the method description for - details. + Snapshots.SetLabels. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1543,8 +1543,8 @@ def test_iam_permissions( Args: request (Union[google.cloud.compute_v1.types.TestIamPermissionsSnapshotRequest, dict]): The request object. A request message for - Snapshots.TestIamPermissions. See the method description - for details. + Snapshots.TestIamPermissions. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field diff --git a/google/cloud/compute_v1/services/snapshots/transports/rest.py b/google/cloud/compute_v1/services/snapshots/transports/rest.py index f220459be..a2356f036 100644 --- a/google/cloud/compute_v1/services/snapshots/transports/rest.py +++ b/google/cloud/compute_v1/services/snapshots/transports/rest.py @@ -432,7 +432,6 @@ def __call__( The request object. A request message for Snapshots.Delete. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -533,7 +532,6 @@ def __call__( request (~.compute.GetSnapshotRequest): The request object. A request message for Snapshots.Get. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -625,7 +623,6 @@ def __call__( The request object. A request message for Snapshots.GetIamPolicy. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -753,7 +750,6 @@ def __call__( The request object. A request message for Snapshots.Insert. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -863,7 +859,6 @@ def __call__( request (~.compute.ListSnapshotsRequest): The request object. A request message for Snapshots.List. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -952,7 +947,6 @@ def __call__( The request object. A request message for Snapshots.SetIamPolicy. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1089,7 +1083,6 @@ def __call__( The request object. A request message for Snapshots.SetLabels. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1200,7 +1193,6 @@ def __call__( The request object. A request message for Snapshots.TestIamPermissions. See the method description for details. - 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/google/cloud/compute_v1/services/ssl_certificates/client.py b/google/cloud/compute_v1/services/ssl_certificates/client.py index 6cef0b86d..8bc10d0a0 100644 --- a/google/cloud/compute_v1/services/ssl_certificates/client.py +++ b/google/cloud/compute_v1/services/ssl_certificates/client.py @@ -440,8 +440,8 @@ def aggregated_list( Args: request (Union[google.cloud.compute_v1.types.AggregatedListSslCertificatesRequest, dict]): The request object. A request message for - SslCertificates.AggregatedList. See the method - description for details. + SslCertificates.AggregatedList. See the + method description for details. project (str): Name of the project scoping this request. @@ -528,8 +528,8 @@ def delete_unary( Args: request (Union[google.cloud.compute_v1.types.DeleteSslCertificateRequest, dict]): The request object. A request message for - SslCertificates.Delete. See the method description for - details. + SslCertificates.Delete. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -618,8 +618,8 @@ def delete( Args: request (Union[google.cloud.compute_v1.types.DeleteSslCertificateRequest, dict]): The request object. A request message for - SslCertificates.Delete. See the method description for - details. + SslCertificates.Delete. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -732,8 +732,8 @@ def get( Args: request (Union[google.cloud.compute_v1.types.GetSslCertificateRequest, dict]): The request object. A request message for - SslCertificates.Get. See the method description for - details. + SslCertificates.Get. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -837,8 +837,8 @@ def insert_unary( Args: request (Union[google.cloud.compute_v1.types.InsertSslCertificateRequest, dict]): The request object. A request message for - SslCertificates.Insert. See the method description for - details. + SslCertificates.Insert. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -921,8 +921,8 @@ def insert( Args: request (Union[google.cloud.compute_v1.types.InsertSslCertificateRequest, dict]): The request object. A request message for - SslCertificates.Insert. See the method description for - details. + SslCertificates.Insert. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1028,8 +1028,8 @@ def list( Args: request (Union[google.cloud.compute_v1.types.ListSslCertificatesRequest, dict]): The request object. A request message for - SslCertificates.List. See the method description for - details. + SslCertificates.List. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field diff --git a/google/cloud/compute_v1/services/ssl_certificates/transports/rest.py b/google/cloud/compute_v1/services/ssl_certificates/transports/rest.py index 6f895f697..66ef8b608 100644 --- a/google/cloud/compute_v1/services/ssl_certificates/transports/rest.py +++ b/google/cloud/compute_v1/services/ssl_certificates/transports/rest.py @@ -351,7 +351,6 @@ def __call__( The request object. A request message for SslCertificates.AggregatedList. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -438,7 +437,6 @@ def __call__( The request object. A request message for SslCertificates.Delete. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -540,7 +538,6 @@ def __call__( The request object. A request message for SslCertificates.Get. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -643,7 +640,6 @@ def __call__( The request object. A request message for SslCertificates.Insert. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -754,7 +750,6 @@ def __call__( The request object. A request message for SslCertificates.List. See the method description for details. - 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/google/cloud/compute_v1/services/ssl_policies/client.py b/google/cloud/compute_v1/services/ssl_policies/client.py index f20169a1b..bda9410dc 100644 --- a/google/cloud/compute_v1/services/ssl_policies/client.py +++ b/google/cloud/compute_v1/services/ssl_policies/client.py @@ -436,8 +436,8 @@ def aggregated_list( Args: request (Union[google.cloud.compute_v1.types.AggregatedListSslPoliciesRequest, dict]): The request object. A request message for - SslPolicies.AggregatedList. See the method description - for details. + SslPolicies.AggregatedList. See the + method description for details. project (str): Name of the project scoping this request. @@ -526,8 +526,8 @@ def delete_unary( Args: request (Union[google.cloud.compute_v1.types.DeleteSslPolicyRequest, dict]): The request object. A request message for - SslPolicies.Delete. See the method description for - details. + SslPolicies.Delete. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -619,8 +619,8 @@ def delete( Args: request (Union[google.cloud.compute_v1.types.DeleteSslPolicyRequest, dict]): The request object. A request message for - SslPolicies.Delete. See the method description for - details. + SslPolicies.Delete. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -735,7 +735,8 @@ def get( Args: request (Union[google.cloud.compute_v1.types.GetSslPolicyRequest, dict]): The request object. A request message for - SslPolicies.Get. See the method description for details. + SslPolicies.Get. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -829,8 +830,8 @@ def insert_unary( Args: request (Union[google.cloud.compute_v1.types.InsertSslPolicyRequest, dict]): The request object. A request message for - SslPolicies.Insert. See the method description for - details. + SslPolicies.Insert. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -912,8 +913,8 @@ def insert( Args: request (Union[google.cloud.compute_v1.types.InsertSslPolicyRequest, dict]): The request object. A request message for - SslPolicies.Insert. See the method description for - details. + SslPolicies.Insert. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1019,8 +1020,8 @@ def list( Args: request (Union[google.cloud.compute_v1.types.ListSslPoliciesRequest, dict]): The request object. A request message for - SslPolicies.List. See the method description for - details. + SslPolicies.List. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1107,8 +1108,8 @@ def list_available_features( Args: request (Union[google.cloud.compute_v1.types.ListAvailableFeaturesSslPoliciesRequest, dict]): The request object. A request message for - SslPolicies.ListAvailableFeatures. See the method - description for details. + SslPolicies.ListAvailableFeatures. See + the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1183,8 +1184,8 @@ def patch_unary( Args: request (Union[google.cloud.compute_v1.types.PatchSslPolicyRequest, dict]): The request object. A request message for - SslPolicies.Patch. See the method description for - details. + SslPolicies.Patch. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1283,8 +1284,8 @@ def patch( Args: request (Union[google.cloud.compute_v1.types.PatchSslPolicyRequest, dict]): The request object. A request message for - SslPolicies.Patch. See the method description for - details. + SslPolicies.Patch. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field diff --git a/google/cloud/compute_v1/services/ssl_policies/transports/rest.py b/google/cloud/compute_v1/services/ssl_policies/transports/rest.py index d29764ab7..d84ec9885 100644 --- a/google/cloud/compute_v1/services/ssl_policies/transports/rest.py +++ b/google/cloud/compute_v1/services/ssl_policies/transports/rest.py @@ -409,7 +409,6 @@ def __call__( The request object. A request message for SslPolicies.AggregatedList. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -496,7 +495,6 @@ def __call__( The request object. A request message for SslPolicies.Delete. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -598,7 +596,6 @@ def __call__( The request object. A request message for SslPolicies.Get. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -691,7 +688,6 @@ def __call__( The request object. A request message for SslPolicies.Insert. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -802,7 +798,6 @@ def __call__( The request object. A request message for SslPolicies.List. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -889,7 +884,6 @@ def __call__( The request object. A request message for SslPolicies.ListAvailableFeatures. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -978,7 +972,6 @@ def __call__( The request object. A request message for SslPolicies.Patch. See the method description for details. - 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/google/cloud/compute_v1/services/subnetworks/client.py b/google/cloud/compute_v1/services/subnetworks/client.py index e1ce42e34..fc9addc90 100644 --- a/google/cloud/compute_v1/services/subnetworks/client.py +++ b/google/cloud/compute_v1/services/subnetworks/client.py @@ -435,8 +435,8 @@ def aggregated_list( Args: request (Union[google.cloud.compute_v1.types.AggregatedListSubnetworksRequest, dict]): The request object. A request message for - Subnetworks.AggregatedList. See the method description - for details. + Subnetworks.AggregatedList. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -522,8 +522,8 @@ def delete_unary( Args: request (Union[google.cloud.compute_v1.types.DeleteSubnetworkRequest, dict]): The request object. A request message for - Subnetworks.Delete. See the method description for - details. + Subnetworks.Delete. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -623,8 +623,8 @@ def delete( Args: request (Union[google.cloud.compute_v1.types.DeleteSubnetworkRequest, dict]): The request object. A request message for - Subnetworks.Delete. See the method description for - details. + Subnetworks.Delete. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -755,8 +755,8 @@ def expand_ip_cidr_range_unary( Args: request (Union[google.cloud.compute_v1.types.ExpandIpCidrRangeSubnetworkRequest, dict]): The request object. A request message for - Subnetworks.ExpandIpCidrRange. See the method - description for details. + Subnetworks.ExpandIpCidrRange. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -878,8 +878,8 @@ def expand_ip_cidr_range( Args: request (Union[google.cloud.compute_v1.types.ExpandIpCidrRangeSubnetworkRequest, dict]): The request object. A request message for - Subnetworks.ExpandIpCidrRange. See the method - description for details. + Subnetworks.ExpandIpCidrRange. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1020,7 +1020,8 @@ def get( Args: request (Union[google.cloud.compute_v1.types.GetSubnetworkRequest, dict]): The request object. A request message for - Subnetworks.Get. See the method description for details. + Subnetworks.Get. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1126,8 +1127,8 @@ def get_iam_policy( Args: request (Union[google.cloud.compute_v1.types.GetIamPolicySubnetworkRequest, dict]): The request object. A request message for - Subnetworks.GetIamPolicy. See the method description for - details. + Subnetworks.GetIamPolicy. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1266,8 +1267,8 @@ def insert_unary( Args: request (Union[google.cloud.compute_v1.types.InsertSubnetworkRequest, dict]): The request object. A request message for - Subnetworks.Insert. See the method description for - details. + Subnetworks.Insert. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1365,8 +1366,8 @@ def insert( Args: request (Union[google.cloud.compute_v1.types.InsertSubnetworkRequest, dict]): The request object. A request message for - Subnetworks.Insert. See the method description for - details. + Subnetworks.Insert. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1488,8 +1489,8 @@ def list( Args: request (Union[google.cloud.compute_v1.types.ListSubnetworksRequest, dict]): The request object. A request message for - Subnetworks.List. See the method description for - details. + Subnetworks.List. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1590,8 +1591,8 @@ def list_usable( Args: request (Union[google.cloud.compute_v1.types.ListUsableSubnetworksRequest, dict]): The request object. A request message for - Subnetworks.ListUsable. See the method description for - details. + Subnetworks.ListUsable. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1682,8 +1683,8 @@ def patch_unary( Args: request (Union[google.cloud.compute_v1.types.PatchSubnetworkRequest, dict]): The request object. A request message for - Subnetworks.Patch. See the method description for - details. + Subnetworks.Patch. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1795,8 +1796,8 @@ def patch( Args: request (Union[google.cloud.compute_v1.types.PatchSubnetworkRequest, dict]): The request object. A request message for - Subnetworks.Patch. See the method description for - details. + Subnetworks.Patch. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1932,8 +1933,8 @@ def set_iam_policy( Args: request (Union[google.cloud.compute_v1.types.SetIamPolicySubnetworkRequest, dict]): The request object. A request message for - Subnetworks.SetIamPolicy. See the method description for - details. + Subnetworks.SetIamPolicy. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -2089,8 +2090,8 @@ def set_private_ip_google_access_unary( Args: request (Union[google.cloud.compute_v1.types.SetPrivateIpGoogleAccessSubnetworkRequest, dict]): The request object. A request message for - Subnetworks.SetPrivateIpGoogleAccess. See the method - description for details. + Subnetworks.SetPrivateIpGoogleAccess. + See the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -2213,8 +2214,8 @@ def set_private_ip_google_access( Args: request (Union[google.cloud.compute_v1.types.SetPrivateIpGoogleAccessSubnetworkRequest, dict]): The request object. A request message for - Subnetworks.SetPrivateIpGoogleAccess. See the method - description for details. + Subnetworks.SetPrivateIpGoogleAccess. + See the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -2361,8 +2362,8 @@ def test_iam_permissions( Args: request (Union[google.cloud.compute_v1.types.TestIamPermissionsSubnetworkRequest, dict]): The request object. A request message for - Subnetworks.TestIamPermissions. See the method - description for details. + Subnetworks.TestIamPermissions. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field diff --git a/google/cloud/compute_v1/services/subnetworks/transports/rest.py b/google/cloud/compute_v1/services/subnetworks/transports/rest.py index df4e12147..eb236774c 100644 --- a/google/cloud/compute_v1/services/subnetworks/transports/rest.py +++ b/google/cloud/compute_v1/services/subnetworks/transports/rest.py @@ -560,7 +560,6 @@ def __call__( The request object. A request message for Subnetworks.AggregatedList. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -647,7 +646,6 @@ def __call__( The request object. A request message for Subnetworks.Delete. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -749,7 +747,6 @@ def __call__( The request object. A request message for Subnetworks.ExpandIpCidrRange. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -862,7 +859,6 @@ def __call__( The request object. A request message for Subnetworks.Get. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -956,7 +952,6 @@ def __call__( The request object. A request message for Subnetworks.GetIamPolicy. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1084,7 +1079,6 @@ def __call__( The request object. A request message for Subnetworks.Insert. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1195,7 +1189,6 @@ def __call__( The request object. A request message for Subnetworks.List. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1284,7 +1277,6 @@ def __call__( The request object. A request message for Subnetworks.ListUsable. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1371,7 +1363,6 @@ def __call__( The request object. A request message for Subnetworks.Patch. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1482,7 +1473,6 @@ def __call__( The request object. A request message for Subnetworks.SetIamPolicy. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1620,7 +1610,6 @@ def __call__( The request object. A request message for Subnetworks.SetPrivateIpGoogleAccess. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1733,7 +1722,6 @@ def __call__( The request object. A request message for Subnetworks.TestIamPermissions. See the method description for details. - 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/google/cloud/compute_v1/services/target_grpc_proxies/client.py b/google/cloud/compute_v1/services/target_grpc_proxies/client.py index 4ded778e8..0861947ca 100644 --- a/google/cloud/compute_v1/services/target_grpc_proxies/client.py +++ b/google/cloud/compute_v1/services/target_grpc_proxies/client.py @@ -439,8 +439,8 @@ def delete_unary( Args: request (Union[google.cloud.compute_v1.types.DeleteTargetGrpcProxyRequest, dict]): The request object. A request message for - TargetGrpcProxies.Delete. See the method description for - details. + TargetGrpcProxies.Delete. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -530,8 +530,8 @@ def delete( Args: request (Union[google.cloud.compute_v1.types.DeleteTargetGrpcProxyRequest, dict]): The request object. A request message for - TargetGrpcProxies.Delete. See the method description for - details. + TargetGrpcProxies.Delete. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -645,8 +645,8 @@ def get( Args: request (Union[google.cloud.compute_v1.types.GetTargetGrpcProxyRequest, dict]): The request object. A request message for - TargetGrpcProxies.Get. See the method description for - details. + TargetGrpcProxies.Get. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -742,8 +742,8 @@ def insert_unary( Args: request (Union[google.cloud.compute_v1.types.InsertTargetGrpcProxyRequest, dict]): The request object. A request message for - TargetGrpcProxies.Insert. See the method description for - details. + TargetGrpcProxies.Insert. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -827,8 +827,8 @@ def insert( Args: request (Union[google.cloud.compute_v1.types.InsertTargetGrpcProxyRequest, dict]): The request object. A request message for - TargetGrpcProxies.Insert. See the method description for - details. + TargetGrpcProxies.Insert. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -934,8 +934,8 @@ def list( Args: request (Union[google.cloud.compute_v1.types.ListTargetGrpcProxiesRequest, dict]): The request object. A request message for - TargetGrpcProxies.List. See the method description for - details. + TargetGrpcProxies.List. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1024,8 +1024,8 @@ def patch_unary( Args: request (Union[google.cloud.compute_v1.types.PatchTargetGrpcProxyRequest, dict]): The request object. A request message for - TargetGrpcProxies.Patch. See the method description for - details. + TargetGrpcProxies.Patch. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1127,8 +1127,8 @@ def patch( Args: request (Union[google.cloud.compute_v1.types.PatchTargetGrpcProxyRequest, dict]): The request object. A request message for - TargetGrpcProxies.Patch. See the method description for - details. + TargetGrpcProxies.Patch. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field diff --git a/google/cloud/compute_v1/services/target_grpc_proxies/transports/rest.py b/google/cloud/compute_v1/services/target_grpc_proxies/transports/rest.py index 78fb61827..838e4dfc4 100644 --- a/google/cloud/compute_v1/services/target_grpc_proxies/transports/rest.py +++ b/google/cloud/compute_v1/services/target_grpc_proxies/transports/rest.py @@ -349,7 +349,6 @@ def __call__( The request object. A request message for TargetGrpcProxies.Delete. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -451,7 +450,6 @@ def __call__( The request object. A request message for TargetGrpcProxies.Get. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -545,7 +543,6 @@ def __call__( The request object. A request message for TargetGrpcProxies.Insert. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -656,7 +653,6 @@ def __call__( The request object. A request message for TargetGrpcProxies.List. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -743,7 +739,6 @@ def __call__( The request object. A request message for TargetGrpcProxies.Patch. See the method description for details. - 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/google/cloud/compute_v1/services/target_http_proxies/client.py b/google/cloud/compute_v1/services/target_http_proxies/client.py index f5bb45d3b..a3ea8f5fa 100644 --- a/google/cloud/compute_v1/services/target_http_proxies/client.py +++ b/google/cloud/compute_v1/services/target_http_proxies/client.py @@ -440,8 +440,8 @@ def aggregated_list( Args: request (Union[google.cloud.compute_v1.types.AggregatedListTargetHttpProxiesRequest, dict]): The request object. A request message for - TargetHttpProxies.AggregatedList. See the method - description for details. + TargetHttpProxies.AggregatedList. See + the method description for details. project (str): Name of the project scoping this request. @@ -528,8 +528,8 @@ def delete_unary( Args: request (Union[google.cloud.compute_v1.types.DeleteTargetHttpProxyRequest, dict]): The request object. A request message for - TargetHttpProxies.Delete. See the method description for - details. + TargetHttpProxies.Delete. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -618,8 +618,8 @@ def delete( Args: request (Union[google.cloud.compute_v1.types.DeleteTargetHttpProxyRequest, dict]): The request object. A request message for - TargetHttpProxies.Delete. See the method description for - details. + TargetHttpProxies.Delete. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -732,8 +732,8 @@ def get( Args: request (Union[google.cloud.compute_v1.types.GetTargetHttpProxyRequest, dict]): The request object. A request message for - TargetHttpProxies.Get. See the method description for - details. + TargetHttpProxies.Get. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -834,8 +834,8 @@ def insert_unary( Args: request (Union[google.cloud.compute_v1.types.InsertTargetHttpProxyRequest, dict]): The request object. A request message for - TargetHttpProxies.Insert. See the method description for - details. + TargetHttpProxies.Insert. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -918,8 +918,8 @@ def insert( Args: request (Union[google.cloud.compute_v1.types.InsertTargetHttpProxyRequest, dict]): The request object. A request message for - TargetHttpProxies.Insert. See the method description for - details. + TargetHttpProxies.Insert. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1025,8 +1025,8 @@ def list( Args: request (Union[google.cloud.compute_v1.types.ListTargetHttpProxiesRequest, dict]): The request object. A request message for - TargetHttpProxies.List. See the method description for - details. + TargetHttpProxies.List. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1116,8 +1116,8 @@ def patch_unary( Args: request (Union[google.cloud.compute_v1.types.PatchTargetHttpProxyRequest, dict]): The request object. A request message for - TargetHttpProxies.Patch. See the method description for - details. + TargetHttpProxies.Patch. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1219,8 +1219,8 @@ def patch( Args: request (Union[google.cloud.compute_v1.types.PatchTargetHttpProxyRequest, dict]): The request object. A request message for - TargetHttpProxies.Patch. See the method description for - details. + TargetHttpProxies.Patch. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1343,8 +1343,8 @@ def set_url_map_unary( Args: request (Union[google.cloud.compute_v1.types.SetUrlMapTargetHttpProxyRequest, dict]): The request object. A request message for - TargetHttpProxies.SetUrlMap. See the method description - for details. + TargetHttpProxies.SetUrlMap. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1443,8 +1443,8 @@ def set_url_map( Args: request (Union[google.cloud.compute_v1.types.SetUrlMapTargetHttpProxyRequest, dict]): The request object. A request message for - TargetHttpProxies.SetUrlMap. See the method description - for details. + TargetHttpProxies.SetUrlMap. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field diff --git a/google/cloud/compute_v1/services/target_http_proxies/transports/rest.py b/google/cloud/compute_v1/services/target_http_proxies/transports/rest.py index 1d7c7a51b..46743c562 100644 --- a/google/cloud/compute_v1/services/target_http_proxies/transports/rest.py +++ b/google/cloud/compute_v1/services/target_http_proxies/transports/rest.py @@ -411,7 +411,6 @@ def __call__( The request object. A request message for TargetHttpProxies.AggregatedList. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -498,7 +497,6 @@ def __call__( The request object. A request message for TargetHttpProxies.Delete. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -600,7 +598,6 @@ def __call__( The request object. A request message for TargetHttpProxies.Get. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -700,7 +697,6 @@ def __call__( The request object. A request message for TargetHttpProxies.Insert. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -811,7 +807,6 @@ def __call__( The request object. A request message for TargetHttpProxies.List. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -898,7 +893,6 @@ def __call__( The request object. A request message for TargetHttpProxies.Patch. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1009,7 +1003,6 @@ def __call__( The request object. A request message for TargetHttpProxies.SetUrlMap. See the method description for details. - 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/google/cloud/compute_v1/services/target_https_proxies/client.py b/google/cloud/compute_v1/services/target_https_proxies/client.py index 41b675dc0..7116bcbb6 100644 --- a/google/cloud/compute_v1/services/target_https_proxies/client.py +++ b/google/cloud/compute_v1/services/target_https_proxies/client.py @@ -440,8 +440,8 @@ def aggregated_list( Args: request (Union[google.cloud.compute_v1.types.AggregatedListTargetHttpsProxiesRequest, dict]): The request object. A request message for - TargetHttpsProxies.AggregatedList. See the method - description for details. + TargetHttpsProxies.AggregatedList. See + the method description for details. project (str): Name of the project scoping this request. @@ -528,8 +528,8 @@ def delete_unary( Args: request (Union[google.cloud.compute_v1.types.DeleteTargetHttpsProxyRequest, dict]): The request object. A request message for - TargetHttpsProxies.Delete. See the method description - for details. + TargetHttpsProxies.Delete. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -618,8 +618,8 @@ def delete( Args: request (Union[google.cloud.compute_v1.types.DeleteTargetHttpsProxyRequest, dict]): The request object. A request message for - TargetHttpsProxies.Delete. See the method description - for details. + TargetHttpsProxies.Delete. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -732,8 +732,8 @@ def get( Args: request (Union[google.cloud.compute_v1.types.GetTargetHttpsProxyRequest, dict]): The request object. A request message for - TargetHttpsProxies.Get. See the method description for - details. + TargetHttpsProxies.Get. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -833,8 +833,8 @@ def insert_unary( Args: request (Union[google.cloud.compute_v1.types.InsertTargetHttpsProxyRequest, dict]): The request object. A request message for - TargetHttpsProxies.Insert. See the method description - for details. + TargetHttpsProxies.Insert. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -917,8 +917,8 @@ def insert( Args: request (Union[google.cloud.compute_v1.types.InsertTargetHttpsProxyRequest, dict]): The request object. A request message for - TargetHttpsProxies.Insert. See the method description - for details. + TargetHttpsProxies.Insert. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1024,8 +1024,8 @@ def list( Args: request (Union[google.cloud.compute_v1.types.ListTargetHttpsProxiesRequest, dict]): The request object. A request message for - TargetHttpsProxies.List. See the method description for - details. + TargetHttpsProxies.List. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1116,8 +1116,8 @@ def patch_unary( Args: request (Union[google.cloud.compute_v1.types.PatchTargetHttpsProxyRequest, dict]): The request object. A request message for - TargetHttpsProxies.Patch. See the method description for - details. + TargetHttpsProxies.Patch. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1219,8 +1219,8 @@ def patch( Args: request (Union[google.cloud.compute_v1.types.PatchTargetHttpsProxyRequest, dict]): The request object. A request message for - TargetHttpsProxies.Patch. See the method description for - details. + TargetHttpsProxies.Patch. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1347,8 +1347,8 @@ def set_certificate_map_unary( Args: request (Union[google.cloud.compute_v1.types.SetCertificateMapTargetHttpsProxyRequest, dict]): The request object. A request message for - TargetHttpsProxies.SetCertificateMap. See the method - description for details. + TargetHttpsProxies.SetCertificateMap. + See the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1459,8 +1459,8 @@ def set_certificate_map( Args: request (Union[google.cloud.compute_v1.types.SetCertificateMapTargetHttpsProxyRequest, dict]): The request object. A request message for - TargetHttpsProxies.SetCertificateMap. See the method - description for details. + TargetHttpsProxies.SetCertificateMap. + See the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1595,8 +1595,8 @@ def set_quic_override_unary( Args: request (Union[google.cloud.compute_v1.types.SetQuicOverrideTargetHttpsProxyRequest, dict]): The request object. A request message for - TargetHttpsProxies.SetQuicOverride. See the method - description for details. + TargetHttpsProxies.SetQuicOverride. See + the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1706,8 +1706,8 @@ def set_quic_override( Args: request (Union[google.cloud.compute_v1.types.SetQuicOverrideTargetHttpsProxyRequest, dict]): The request object. A request message for - TargetHttpsProxies.SetQuicOverride. See the method - description for details. + TargetHttpsProxies.SetQuicOverride. See + the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1841,8 +1841,8 @@ def set_ssl_certificates_unary( Args: request (Union[google.cloud.compute_v1.types.SetSslCertificatesTargetHttpsProxyRequest, dict]): The request object. A request message for - TargetHttpsProxies.SetSslCertificates. See the method - description for details. + TargetHttpsProxies.SetSslCertificates. + See the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1951,8 +1951,8 @@ def set_ssl_certificates( Args: request (Union[google.cloud.compute_v1.types.SetSslCertificatesTargetHttpsProxyRequest, dict]): The request object. A request message for - TargetHttpsProxies.SetSslCertificates. See the method - description for details. + TargetHttpsProxies.SetSslCertificates. + See the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -2087,8 +2087,8 @@ def set_ssl_policy_unary( Args: request (Union[google.cloud.compute_v1.types.SetSslPolicyTargetHttpsProxyRequest, dict]): The request object. A request message for - TargetHttpsProxies.SetSslPolicy. See the method - description for details. + TargetHttpsProxies.SetSslPolicy. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -2195,8 +2195,8 @@ def set_ssl_policy( Args: request (Union[google.cloud.compute_v1.types.SetSslPolicyTargetHttpsProxyRequest, dict]): The request object. A request message for - TargetHttpsProxies.SetSslPolicy. See the method - description for details. + TargetHttpsProxies.SetSslPolicy. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -2321,8 +2321,8 @@ def set_url_map_unary( Args: request (Union[google.cloud.compute_v1.types.SetUrlMapTargetHttpsProxyRequest, dict]): The request object. A request message for - TargetHttpsProxies.SetUrlMap. See the method description - for details. + TargetHttpsProxies.SetUrlMap. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -2421,8 +2421,8 @@ def set_url_map( Args: request (Union[google.cloud.compute_v1.types.SetUrlMapTargetHttpsProxyRequest, dict]): The request object. A request message for - TargetHttpsProxies.SetUrlMap. See the method description - for details. + TargetHttpsProxies.SetUrlMap. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field diff --git a/google/cloud/compute_v1/services/target_https_proxies/transports/rest.py b/google/cloud/compute_v1/services/target_https_proxies/transports/rest.py index 33bb88dfe..31ab56710 100644 --- a/google/cloud/compute_v1/services/target_https_proxies/transports/rest.py +++ b/google/cloud/compute_v1/services/target_https_proxies/transports/rest.py @@ -537,7 +537,6 @@ def __call__( The request object. A request message for TargetHttpsProxies.AggregatedList. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -624,7 +623,6 @@ def __call__( The request object. A request message for TargetHttpsProxies.Delete. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -726,7 +724,6 @@ def __call__( The request object. A request message for TargetHttpsProxies.Get. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -825,7 +822,6 @@ def __call__( The request object. A request message for TargetHttpsProxies.Insert. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -936,7 +932,6 @@ def __call__( The request object. A request message for TargetHttpsProxies.List. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1025,7 +1020,6 @@ def __call__( The request object. A request message for TargetHttpsProxies.Patch. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1136,7 +1130,6 @@ def __call__( The request object. A request message for TargetHttpsProxies.SetCertificateMap. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1249,7 +1242,6 @@ def __call__( The request object. A request message for TargetHttpsProxies.SetQuicOverride. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1362,7 +1354,6 @@ def __call__( The request object. A request message for TargetHttpsProxies.SetSslCertificates. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1475,7 +1466,6 @@ def __call__( The request object. A request message for TargetHttpsProxies.SetSslPolicy. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1586,7 +1576,6 @@ def __call__( The request object. A request message for TargetHttpsProxies.SetUrlMap. See the method description for details. - 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/google/cloud/compute_v1/services/target_instances/client.py b/google/cloud/compute_v1/services/target_instances/client.py index ede22d086..335e556ab 100644 --- a/google/cloud/compute_v1/services/target_instances/client.py +++ b/google/cloud/compute_v1/services/target_instances/client.py @@ -439,8 +439,8 @@ def aggregated_list( Args: request (Union[google.cloud.compute_v1.types.AggregatedListTargetInstancesRequest, dict]): The request object. A request message for - TargetInstances.AggregatedList. See the method - description for details. + TargetInstances.AggregatedList. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -526,8 +526,8 @@ def delete_unary( Args: request (Union[google.cloud.compute_v1.types.DeleteTargetInstanceRequest, dict]): The request object. A request message for - TargetInstances.Delete. See the method description for - details. + TargetInstances.Delete. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -627,8 +627,8 @@ def delete( Args: request (Union[google.cloud.compute_v1.types.DeleteTargetInstanceRequest, dict]): The request object. A request message for - TargetInstances.Delete. See the method description for - details. + TargetInstances.Delete. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -753,8 +753,8 @@ def get( Args: request (Union[google.cloud.compute_v1.types.GetTargetInstanceRequest, dict]): The request object. A request message for - TargetInstances.Get. See the method description for - details. + TargetInstances.Get. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -861,8 +861,8 @@ def insert_unary( Args: request (Union[google.cloud.compute_v1.types.InsertTargetInstanceRequest, dict]): The request object. A request message for - TargetInstances.Insert. See the method description for - details. + TargetInstances.Insert. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -960,8 +960,8 @@ def insert( Args: request (Union[google.cloud.compute_v1.types.InsertTargetInstanceRequest, dict]): The request object. A request message for - TargetInstances.Insert. See the method description for - details. + TargetInstances.Insert. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1083,8 +1083,8 @@ def list( Args: request (Union[google.cloud.compute_v1.types.ListTargetInstancesRequest, dict]): The request object. A request message for - TargetInstances.List. See the method description for - details. + TargetInstances.List. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field diff --git a/google/cloud/compute_v1/services/target_instances/transports/rest.py b/google/cloud/compute_v1/services/target_instances/transports/rest.py index 6ed53b32f..5a254ce7c 100644 --- a/google/cloud/compute_v1/services/target_instances/transports/rest.py +++ b/google/cloud/compute_v1/services/target_instances/transports/rest.py @@ -351,7 +351,6 @@ def __call__( The request object. A request message for TargetInstances.AggregatedList. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -438,7 +437,6 @@ def __call__( The request object. A request message for TargetInstances.Delete. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -540,7 +538,6 @@ def __call__( The request object. A request message for TargetInstances.Get. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -635,7 +632,6 @@ def __call__( The request object. A request message for TargetInstances.Insert. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -746,7 +742,6 @@ def __call__( The request object. A request message for TargetInstances.List. See the method description for details. - 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/google/cloud/compute_v1/services/target_pools/client.py b/google/cloud/compute_v1/services/target_pools/client.py index 12fb016b6..b0a15f430 100644 --- a/google/cloud/compute_v1/services/target_pools/client.py +++ b/google/cloud/compute_v1/services/target_pools/client.py @@ -440,8 +440,8 @@ def add_health_check_unary( Args: request (Union[google.cloud.compute_v1.types.AddHealthCheckTargetPoolRequest, dict]): The request object. A request message for - TargetPools.AddHealthCheck. See the method description - for details. + TargetPools.AddHealthCheck. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -560,8 +560,8 @@ def add_health_check( Args: request (Union[google.cloud.compute_v1.types.AddHealthCheckTargetPoolRequest, dict]): The request object. A request message for - TargetPools.AddHealthCheck. See the method description - for details. + TargetPools.AddHealthCheck. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -705,8 +705,8 @@ def add_instance_unary( Args: request (Union[google.cloud.compute_v1.types.AddInstanceTargetPoolRequest, dict]): The request object. A request message for - TargetPools.AddInstance. See the method description for - details. + TargetPools.AddInstance. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -820,8 +820,8 @@ def add_instance( Args: request (Union[google.cloud.compute_v1.types.AddInstanceTargetPoolRequest, dict]): The request object. A request message for - TargetPools.AddInstance. See the method description for - details. + TargetPools.AddInstance. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -955,8 +955,8 @@ def aggregated_list( Args: request (Union[google.cloud.compute_v1.types.AggregatedListTargetPoolsRequest, dict]): The request object. A request message for - TargetPools.AggregatedList. See the method description - for details. + TargetPools.AggregatedList. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1042,8 +1042,8 @@ def delete_unary( Args: request (Union[google.cloud.compute_v1.types.DeleteTargetPoolRequest, dict]): The request object. A request message for - TargetPools.Delete. See the method description for - details. + TargetPools.Delete. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1143,8 +1143,8 @@ def delete( Args: request (Union[google.cloud.compute_v1.types.DeleteTargetPoolRequest, dict]): The request object. A request message for - TargetPools.Delete. See the method description for - details. + TargetPools.Delete. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1269,7 +1269,8 @@ def get( Args: request (Union[google.cloud.compute_v1.types.GetTargetPoolRequest, dict]): The request object. A request message for - TargetPools.Get. See the method description for details. + TargetPools.Get. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1378,8 +1379,8 @@ def get_health( Args: request (Union[google.cloud.compute_v1.types.GetHealthTargetPoolRequest, dict]): The request object. A request message for - TargetPools.GetHealth. See the method description for - details. + TargetPools.GetHealth. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1487,8 +1488,8 @@ def insert_unary( Args: request (Union[google.cloud.compute_v1.types.InsertTargetPoolRequest, dict]): The request object. A request message for - TargetPools.Insert. See the method description for - details. + TargetPools.Insert. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1586,8 +1587,8 @@ def insert( Args: request (Union[google.cloud.compute_v1.types.InsertTargetPoolRequest, dict]): The request object. A request message for - TargetPools.Insert. See the method description for - details. + TargetPools.Insert. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1709,8 +1710,8 @@ def list( Args: request (Union[google.cloud.compute_v1.types.ListTargetPoolsRequest, dict]): The request object. A request message for - TargetPools.List. See the method description for - details. + TargetPools.List. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1817,8 +1818,8 @@ def remove_health_check_unary( Args: request (Union[google.cloud.compute_v1.types.RemoveHealthCheckTargetPoolRequest, dict]): The request object. A request message for - TargetPools.RemoveHealthCheck. See the method - description for details. + TargetPools.RemoveHealthCheck. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1937,8 +1938,8 @@ def remove_health_check( Args: request (Union[google.cloud.compute_v1.types.RemoveHealthCheckTargetPoolRequest, dict]): The request object. A request message for - TargetPools.RemoveHealthCheck. See the method - description for details. + TargetPools.RemoveHealthCheck. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -2080,8 +2081,8 @@ def remove_instance_unary( Args: request (Union[google.cloud.compute_v1.types.RemoveInstanceTargetPoolRequest, dict]): The request object. A request message for - TargetPools.RemoveInstance. See the method description - for details. + TargetPools.RemoveInstance. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -2200,8 +2201,8 @@ def remove_instance( Args: request (Union[google.cloud.compute_v1.types.RemoveInstanceTargetPoolRequest, dict]): The request object. A request message for - TargetPools.RemoveInstance. See the method description - for details. + TargetPools.RemoveInstance. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -2343,8 +2344,8 @@ def set_backup_unary( Args: request (Union[google.cloud.compute_v1.types.SetBackupTargetPoolRequest, dict]): The request object. A request message for - TargetPools.SetBackup. See the method description for - details. + TargetPools.SetBackup. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -2454,8 +2455,8 @@ def set_backup( Args: request (Union[google.cloud.compute_v1.types.SetBackupTargetPoolRequest, dict]): The request object. A request message for - TargetPools.SetBackup. See the method description for - details. + TargetPools.SetBackup. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field diff --git a/google/cloud/compute_v1/services/target_pools/transports/rest.py b/google/cloud/compute_v1/services/target_pools/transports/rest.py index f64add30e..50f5f35af 100644 --- a/google/cloud/compute_v1/services/target_pools/transports/rest.py +++ b/google/cloud/compute_v1/services/target_pools/transports/rest.py @@ -525,7 +525,6 @@ def __call__( The request object. A request message for TargetPools.AddHealthCheck. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -638,7 +637,6 @@ def __call__( The request object. A request message for TargetPools.AddInstance. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -749,7 +747,6 @@ def __call__( The request object. A request message for TargetPools.AggregatedList. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -836,7 +833,6 @@ def __call__( The request object. A request message for TargetPools.Delete. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -938,7 +934,6 @@ def __call__( The request object. A request message for TargetPools.Get. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1033,7 +1028,6 @@ def __call__( The request object. A request message for TargetPools.GetHealth. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1129,7 +1123,6 @@ def __call__( The request object. A request message for TargetPools.Insert. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1240,7 +1233,6 @@ def __call__( The request object. A request message for TargetPools.List. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1329,7 +1321,6 @@ def __call__( The request object. A request message for TargetPools.RemoveHealthCheck. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1442,7 +1433,6 @@ def __call__( The request object. A request message for TargetPools.RemoveInstance. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1553,7 +1543,6 @@ def __call__( The request object. A request message for TargetPools.SetBackup. See the method description for details. - 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/google/cloud/compute_v1/services/target_ssl_proxies/client.py b/google/cloud/compute_v1/services/target_ssl_proxies/client.py index c5e3d2b18..b95bc8905 100644 --- a/google/cloud/compute_v1/services/target_ssl_proxies/client.py +++ b/google/cloud/compute_v1/services/target_ssl_proxies/client.py @@ -438,8 +438,8 @@ def delete_unary( Args: request (Union[google.cloud.compute_v1.types.DeleteTargetSslProxyRequest, dict]): The request object. A request message for - TargetSslProxies.Delete. See the method description for - details. + TargetSslProxies.Delete. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -528,8 +528,8 @@ def delete( Args: request (Union[google.cloud.compute_v1.types.DeleteTargetSslProxyRequest, dict]): The request object. A request message for - TargetSslProxies.Delete. See the method description for - details. + TargetSslProxies.Delete. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -642,8 +642,8 @@ def get( Args: request (Union[google.cloud.compute_v1.types.GetTargetSslProxyRequest, dict]): The request object. A request message for - TargetSslProxies.Get. See the method description for - details. + TargetSslProxies.Get. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -739,8 +739,8 @@ def insert_unary( Args: request (Union[google.cloud.compute_v1.types.InsertTargetSslProxyRequest, dict]): The request object. A request message for - TargetSslProxies.Insert. See the method description for - details. + TargetSslProxies.Insert. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -823,8 +823,8 @@ def insert( Args: request (Union[google.cloud.compute_v1.types.InsertTargetSslProxyRequest, dict]): The request object. A request message for - TargetSslProxies.Insert. See the method description for - details. + TargetSslProxies.Insert. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -930,8 +930,8 @@ def list( Args: request (Union[google.cloud.compute_v1.types.ListTargetSslProxiesRequest, dict]): The request object. A request message for - TargetSslProxies.List. See the method description for - details. + TargetSslProxies.List. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1023,8 +1023,8 @@ def set_backend_service_unary( Args: request (Union[google.cloud.compute_v1.types.SetBackendServiceTargetSslProxyRequest, dict]): The request object. A request message for - TargetSslProxies.SetBackendService. See the method - description for details. + TargetSslProxies.SetBackendService. See + the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1134,8 +1134,8 @@ def set_backend_service( Args: request (Union[google.cloud.compute_v1.types.SetBackendServiceTargetSslProxyRequest, dict]): The request object. A request message for - TargetSslProxies.SetBackendService. See the method - description for details. + TargetSslProxies.SetBackendService. See + the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1269,8 +1269,8 @@ def set_certificate_map_unary( Args: request (Union[google.cloud.compute_v1.types.SetCertificateMapTargetSslProxyRequest, dict]): The request object. A request message for - TargetSslProxies.SetCertificateMap. See the method - description for details. + TargetSslProxies.SetCertificateMap. See + the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1381,8 +1381,8 @@ def set_certificate_map( Args: request (Union[google.cloud.compute_v1.types.SetCertificateMapTargetSslProxyRequest, dict]): The request object. A request message for - TargetSslProxies.SetCertificateMap. See the method - description for details. + TargetSslProxies.SetCertificateMap. See + the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1517,8 +1517,8 @@ def set_proxy_header_unary( Args: request (Union[google.cloud.compute_v1.types.SetProxyHeaderTargetSslProxyRequest, dict]): The request object. A request message for - TargetSslProxies.SetProxyHeader. See the method - description for details. + TargetSslProxies.SetProxyHeader. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1627,8 +1627,8 @@ def set_proxy_header( Args: request (Union[google.cloud.compute_v1.types.SetProxyHeaderTargetSslProxyRequest, dict]): The request object. A request message for - TargetSslProxies.SetProxyHeader. See the method - description for details. + TargetSslProxies.SetProxyHeader. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1761,8 +1761,8 @@ def set_ssl_certificates_unary( Args: request (Union[google.cloud.compute_v1.types.SetSslCertificatesTargetSslProxyRequest, dict]): The request object. A request message for - TargetSslProxies.SetSslCertificates. See the method - description for details. + TargetSslProxies.SetSslCertificates. See + the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1872,8 +1872,8 @@ def set_ssl_certificates( Args: request (Union[google.cloud.compute_v1.types.SetSslCertificatesTargetSslProxyRequest, dict]): The request object. A request message for - TargetSslProxies.SetSslCertificates. See the method - description for details. + TargetSslProxies.SetSslCertificates. See + the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -2009,8 +2009,8 @@ def set_ssl_policy_unary( Args: request (Union[google.cloud.compute_v1.types.SetSslPolicyTargetSslProxyRequest, dict]): The request object. A request message for - TargetSslProxies.SetSslPolicy. See the method - description for details. + TargetSslProxies.SetSslPolicy. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -2117,8 +2117,8 @@ def set_ssl_policy( Args: request (Union[google.cloud.compute_v1.types.SetSslPolicyTargetSslProxyRequest, dict]): The request object. A request message for - TargetSslProxies.SetSslPolicy. See the method - description for details. + TargetSslProxies.SetSslPolicy. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field diff --git a/google/cloud/compute_v1/services/target_ssl_proxies/transports/rest.py b/google/cloud/compute_v1/services/target_ssl_proxies/transports/rest.py index 0c46dd208..2a9895cea 100644 --- a/google/cloud/compute_v1/services/target_ssl_proxies/transports/rest.py +++ b/google/cloud/compute_v1/services/target_ssl_proxies/transports/rest.py @@ -477,7 +477,6 @@ def __call__( The request object. A request message for TargetSslProxies.Delete. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -579,7 +578,6 @@ def __call__( The request object. A request message for TargetSslProxies.Get. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -674,7 +672,6 @@ def __call__( The request object. A request message for TargetSslProxies.Insert. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -785,7 +782,6 @@ def __call__( The request object. A request message for TargetSslProxies.List. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -874,7 +870,6 @@ def __call__( The request object. A request message for TargetSslProxies.SetBackendService. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -987,7 +982,6 @@ def __call__( The request object. A request message for TargetSslProxies.SetCertificateMap. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1100,7 +1094,6 @@ def __call__( The request object. A request message for TargetSslProxies.SetProxyHeader. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1213,7 +1206,6 @@ def __call__( The request object. A request message for TargetSslProxies.SetSslCertificates. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1326,7 +1318,6 @@ def __call__( The request object. A request message for TargetSslProxies.SetSslPolicy. See the method description for details. - 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/google/cloud/compute_v1/services/target_tcp_proxies/client.py b/google/cloud/compute_v1/services/target_tcp_proxies/client.py index 00f30f9e4..2d32cff8f 100644 --- a/google/cloud/compute_v1/services/target_tcp_proxies/client.py +++ b/google/cloud/compute_v1/services/target_tcp_proxies/client.py @@ -440,8 +440,8 @@ def aggregated_list( Args: request (Union[google.cloud.compute_v1.types.AggregatedListTargetTcpProxiesRequest, dict]): The request object. A request message for - TargetTcpProxies.AggregatedList. See the method - description for details. + TargetTcpProxies.AggregatedList. See the + method description for details. project (str): Name of the project scoping this request. @@ -528,8 +528,8 @@ def delete_unary( Args: request (Union[google.cloud.compute_v1.types.DeleteTargetTcpProxyRequest, dict]): The request object. A request message for - TargetTcpProxies.Delete. See the method description for - details. + TargetTcpProxies.Delete. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -618,8 +618,8 @@ def delete( Args: request (Union[google.cloud.compute_v1.types.DeleteTargetTcpProxyRequest, dict]): The request object. A request message for - TargetTcpProxies.Delete. See the method description for - details. + TargetTcpProxies.Delete. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -732,8 +732,8 @@ def get( Args: request (Union[google.cloud.compute_v1.types.GetTargetTcpProxyRequest, dict]): The request object. A request message for - TargetTcpProxies.Get. See the method description for - details. + TargetTcpProxies.Get. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -829,8 +829,8 @@ def insert_unary( Args: request (Union[google.cloud.compute_v1.types.InsertTargetTcpProxyRequest, dict]): The request object. A request message for - TargetTcpProxies.Insert. See the method description for - details. + TargetTcpProxies.Insert. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -913,8 +913,8 @@ def insert( Args: request (Union[google.cloud.compute_v1.types.InsertTargetTcpProxyRequest, dict]): The request object. A request message for - TargetTcpProxies.Insert. See the method description for - details. + TargetTcpProxies.Insert. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1020,8 +1020,8 @@ def list( Args: request (Union[google.cloud.compute_v1.types.ListTargetTcpProxiesRequest, dict]): The request object. A request message for - TargetTcpProxies.List. See the method description for - details. + TargetTcpProxies.List. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1113,8 +1113,8 @@ def set_backend_service_unary( Args: request (Union[google.cloud.compute_v1.types.SetBackendServiceTargetTcpProxyRequest, dict]): The request object. A request message for - TargetTcpProxies.SetBackendService. See the method - description for details. + TargetTcpProxies.SetBackendService. See + the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1224,8 +1224,8 @@ def set_backend_service( Args: request (Union[google.cloud.compute_v1.types.SetBackendServiceTargetTcpProxyRequest, dict]): The request object. A request message for - TargetTcpProxies.SetBackendService. See the method - description for details. + TargetTcpProxies.SetBackendService. See + the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1359,8 +1359,8 @@ def set_proxy_header_unary( Args: request (Union[google.cloud.compute_v1.types.SetProxyHeaderTargetTcpProxyRequest, dict]): The request object. A request message for - TargetTcpProxies.SetProxyHeader. See the method - description for details. + TargetTcpProxies.SetProxyHeader. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1469,8 +1469,8 @@ def set_proxy_header( Args: request (Union[google.cloud.compute_v1.types.SetProxyHeaderTargetTcpProxyRequest, dict]): The request object. A request message for - TargetTcpProxies.SetProxyHeader. See the method - description for details. + TargetTcpProxies.SetProxyHeader. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field diff --git a/google/cloud/compute_v1/services/target_tcp_proxies/transports/rest.py b/google/cloud/compute_v1/services/target_tcp_proxies/transports/rest.py index 201d7ba19..fc3644c4c 100644 --- a/google/cloud/compute_v1/services/target_tcp_proxies/transports/rest.py +++ b/google/cloud/compute_v1/services/target_tcp_proxies/transports/rest.py @@ -415,7 +415,6 @@ def __call__( The request object. A request message for TargetTcpProxies.AggregatedList. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -502,7 +501,6 @@ def __call__( The request object. A request message for TargetTcpProxies.Delete. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -604,7 +602,6 @@ def __call__( The request object. A request message for TargetTcpProxies.Get. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -699,7 +696,6 @@ def __call__( The request object. A request message for TargetTcpProxies.Insert. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -810,7 +806,6 @@ def __call__( The request object. A request message for TargetTcpProxies.List. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -899,7 +894,6 @@ def __call__( The request object. A request message for TargetTcpProxies.SetBackendService. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1012,7 +1006,6 @@ def __call__( The request object. A request message for TargetTcpProxies.SetProxyHeader. See the method description for details. - 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/google/cloud/compute_v1/services/target_vpn_gateways/client.py b/google/cloud/compute_v1/services/target_vpn_gateways/client.py index 960c807bb..102c393be 100644 --- a/google/cloud/compute_v1/services/target_vpn_gateways/client.py +++ b/google/cloud/compute_v1/services/target_vpn_gateways/client.py @@ -439,8 +439,8 @@ def aggregated_list( Args: request (Union[google.cloud.compute_v1.types.AggregatedListTargetVpnGatewaysRequest, dict]): The request object. A request message for - TargetVpnGateways.AggregatedList. See the method - description for details. + TargetVpnGateways.AggregatedList. See + the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -526,8 +526,8 @@ def delete_unary( Args: request (Union[google.cloud.compute_v1.types.DeleteTargetVpnGatewayRequest, dict]): The request object. A request message for - TargetVpnGateways.Delete. See the method description for - details. + TargetVpnGateways.Delete. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -625,8 +625,8 @@ def delete( Args: request (Union[google.cloud.compute_v1.types.DeleteTargetVpnGatewayRequest, dict]): The request object. A request message for - TargetVpnGateways.Delete. See the method description for - details. + TargetVpnGateways.Delete. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -749,8 +749,8 @@ def get( Args: request (Union[google.cloud.compute_v1.types.GetTargetVpnGatewayRequest, dict]): The request object. A request message for - TargetVpnGateways.Get. See the method description for - details. + TargetVpnGateways.Get. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -852,8 +852,8 @@ def insert_unary( Args: request (Union[google.cloud.compute_v1.types.InsertTargetVpnGatewayRequest, dict]): The request object. A request message for - TargetVpnGateways.Insert. See the method description for - details. + TargetVpnGateways.Insert. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -949,8 +949,8 @@ def insert( Args: request (Union[google.cloud.compute_v1.types.InsertTargetVpnGatewayRequest, dict]): The request object. A request message for - TargetVpnGateways.Insert. See the method description for - details. + TargetVpnGateways.Insert. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1070,8 +1070,8 @@ def list( Args: request (Union[google.cloud.compute_v1.types.ListTargetVpnGatewaysRequest, dict]): The request object. A request message for - TargetVpnGateways.List. See the method description for - details. + TargetVpnGateways.List. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1175,8 +1175,8 @@ def set_labels_unary( Args: request (Union[google.cloud.compute_v1.types.SetLabelsTargetVpnGatewayRequest, dict]): The request object. A request message for - TargetVpnGateways.SetLabels. See the method description - for details. + TargetVpnGateways.SetLabels. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1289,8 +1289,8 @@ def set_labels( Args: request (Union[google.cloud.compute_v1.types.SetLabelsTargetVpnGatewayRequest, dict]): The request object. A request message for - TargetVpnGateways.SetLabels. See the method description - for details. + TargetVpnGateways.SetLabels. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field diff --git a/google/cloud/compute_v1/services/target_vpn_gateways/transports/rest.py b/google/cloud/compute_v1/services/target_vpn_gateways/transports/rest.py index 4879aa4fd..3a206356e 100644 --- a/google/cloud/compute_v1/services/target_vpn_gateways/transports/rest.py +++ b/google/cloud/compute_v1/services/target_vpn_gateways/transports/rest.py @@ -382,7 +382,6 @@ def __call__( The request object. A request message for TargetVpnGateways.AggregatedList. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -469,7 +468,6 @@ def __call__( The request object. A request message for TargetVpnGateways.Delete. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -571,7 +569,6 @@ def __call__( The request object. A request message for TargetVpnGateways.Get. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -663,7 +660,6 @@ def __call__( The request object. A request message for TargetVpnGateways.Insert. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -774,7 +770,6 @@ def __call__( The request object. A request message for TargetVpnGateways.List. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -863,7 +858,6 @@ def __call__( The request object. A request message for TargetVpnGateways.SetLabels. See the method description for details. - 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/google/cloud/compute_v1/services/url_maps/client.py b/google/cloud/compute_v1/services/url_maps/client.py index 00be935ae..a396aac90 100644 --- a/google/cloud/compute_v1/services/url_maps/client.py +++ b/google/cloud/compute_v1/services/url_maps/client.py @@ -436,8 +436,8 @@ def aggregated_list( Args: request (Union[google.cloud.compute_v1.types.AggregatedListUrlMapsRequest, dict]): The request object. A request message for - UrlMaps.AggregatedList. See the method description for - details. + UrlMaps.AggregatedList. See the method + description for details. project (str): Name of the project scoping this request. @@ -523,8 +523,8 @@ def delete_unary( Args: request (Union[google.cloud.compute_v1.types.DeleteUrlMapRequest, dict]): - The request object. A request message for - UrlMaps.Delete. See the method description for details. + The request object. A request message for UrlMaps.Delete. + See the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -612,8 +612,8 @@ def delete( Args: request (Union[google.cloud.compute_v1.types.DeleteUrlMapRequest, dict]): - The request object. A request message for - UrlMaps.Delete. See the method description for details. + The request object. A request message for UrlMaps.Delete. + See the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -834,8 +834,8 @@ def insert_unary( Args: request (Union[google.cloud.compute_v1.types.InsertUrlMapRequest, dict]): - The request object. A request message for - UrlMaps.Insert. See the method description for details. + The request object. A request message for UrlMaps.Insert. + See the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -917,8 +917,8 @@ def insert( Args: request (Union[google.cloud.compute_v1.types.InsertUrlMapRequest, dict]): - The request object. A request message for - UrlMaps.Insert. See the method description for details. + The request object. A request message for UrlMaps.Insert. + See the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1030,8 +1030,8 @@ def invalidate_cache_unary( Args: request (Union[google.cloud.compute_v1.types.InvalidateCacheUrlMapRequest, dict]): The request object. A request message for - UrlMaps.InvalidateCache. See the method description for - details. + UrlMaps.InvalidateCache. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1135,8 +1135,8 @@ def invalidate_cache( Args: request (Union[google.cloud.compute_v1.types.InvalidateCacheUrlMapRequest, dict]): The request object. A request message for - UrlMaps.InvalidateCache. See the method description for - details. + UrlMaps.InvalidateCache. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1565,8 +1565,8 @@ def update_unary( Args: request (Union[google.cloud.compute_v1.types.UpdateUrlMapRequest, dict]): - The request object. A request message for - UrlMaps.Update. See the method description for details. + The request object. A request message for UrlMaps.Update. + See the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1663,8 +1663,8 @@ def update( Args: request (Union[google.cloud.compute_v1.types.UpdateUrlMapRequest, dict]): - The request object. A request message for - UrlMaps.Update. See the method description for details. + The request object. A request message for UrlMaps.Update. + See the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1789,8 +1789,8 @@ def validate( Args: request (Union[google.cloud.compute_v1.types.ValidateUrlMapRequest, dict]): The request object. A request message for - UrlMaps.Validate. See the method description for - details. + UrlMaps.Validate. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field diff --git a/google/cloud/compute_v1/services/url_maps/transports/rest.py b/google/cloud/compute_v1/services/url_maps/transports/rest.py index 8658be61f..ecac7fc83 100644 --- a/google/cloud/compute_v1/services/url_maps/transports/rest.py +++ b/google/cloud/compute_v1/services/url_maps/transports/rest.py @@ -455,7 +455,6 @@ def __call__( The request object. A request message for UrlMaps.AggregatedList. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -541,7 +540,6 @@ def __call__( request (~.compute.DeleteUrlMapRequest): The request object. A request message for UrlMaps.Delete. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -642,7 +640,6 @@ def __call__( request (~.compute.GetUrlMapRequest): The request object. A request message for UrlMaps.Get. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -749,7 +746,6 @@ def __call__( request (~.compute.InsertUrlMapRequest): The request object. A request message for UrlMaps.Insert. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -860,7 +856,6 @@ def __call__( The request object. A request message for UrlMaps.InvalidateCache. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -972,7 +967,6 @@ def __call__( request (~.compute.ListUrlMapsRequest): The request object. A request message for UrlMaps.List. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1058,7 +1052,6 @@ def __call__( request (~.compute.PatchUrlMapRequest): The request object. A request message for UrlMaps.Patch. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1168,7 +1161,6 @@ def __call__( request (~.compute.UpdateUrlMapRequest): The request object. A request message for UrlMaps.Update. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1279,7 +1271,6 @@ def __call__( The request object. A request message for UrlMaps.Validate. See the method description for details. - 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/google/cloud/compute_v1/services/vpn_gateways/client.py b/google/cloud/compute_v1/services/vpn_gateways/client.py index 5c229e8d5..1763bb47c 100644 --- a/google/cloud/compute_v1/services/vpn_gateways/client.py +++ b/google/cloud/compute_v1/services/vpn_gateways/client.py @@ -435,8 +435,8 @@ def aggregated_list( Args: request (Union[google.cloud.compute_v1.types.AggregatedListVpnGatewaysRequest, dict]): The request object. A request message for - VpnGateways.AggregatedList. See the method description - for details. + VpnGateways.AggregatedList. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -522,8 +522,8 @@ def delete_unary( Args: request (Union[google.cloud.compute_v1.types.DeleteVpnGatewayRequest, dict]): The request object. A request message for - VpnGateways.Delete. See the method description for - details. + VpnGateways.Delete. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -619,8 +619,8 @@ def delete( Args: request (Union[google.cloud.compute_v1.types.DeleteVpnGatewayRequest, dict]): The request object. A request message for - VpnGateways.Delete. See the method description for - details. + VpnGateways.Delete. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -741,7 +741,8 @@ def get( Args: request (Union[google.cloud.compute_v1.types.GetVpnGatewayRequest, dict]): The request object. A request message for - VpnGateways.Get. See the method description for details. + VpnGateways.Get. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -844,8 +845,8 @@ def get_status( Args: request (Union[google.cloud.compute_v1.types.GetStatusVpnGatewayRequest, dict]): The request object. A request message for - VpnGateways.GetStatus. See the method description for - details. + VpnGateways.GetStatus. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -940,8 +941,8 @@ def insert_unary( Args: request (Union[google.cloud.compute_v1.types.InsertVpnGatewayRequest, dict]): The request object. A request message for - VpnGateways.Insert. See the method description for - details. + VpnGateways.Insert. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1037,8 +1038,8 @@ def insert( Args: request (Union[google.cloud.compute_v1.types.InsertVpnGatewayRequest, dict]): The request object. A request message for - VpnGateways.Insert. See the method description for - details. + VpnGateways.Insert. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1158,8 +1159,8 @@ def list( Args: request (Union[google.cloud.compute_v1.types.ListVpnGatewaysRequest, dict]): The request object. A request message for - VpnGateways.List. See the method description for - details. + VpnGateways.List. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1263,8 +1264,8 @@ def set_labels_unary( Args: request (Union[google.cloud.compute_v1.types.SetLabelsVpnGatewayRequest, dict]): The request object. A request message for - VpnGateways.SetLabels. See the method description for - details. + VpnGateways.SetLabels. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1377,8 +1378,8 @@ def set_labels( Args: request (Union[google.cloud.compute_v1.types.SetLabelsVpnGatewayRequest, dict]): The request object. A request message for - VpnGateways.SetLabels. See the method description for - details. + VpnGateways.SetLabels. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1518,8 +1519,8 @@ def test_iam_permissions( Args: request (Union[google.cloud.compute_v1.types.TestIamPermissionsVpnGatewayRequest, dict]): The request object. A request message for - VpnGateways.TestIamPermissions. See the method - description for details. + VpnGateways.TestIamPermissions. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field diff --git a/google/cloud/compute_v1/services/vpn_gateways/transports/rest.py b/google/cloud/compute_v1/services/vpn_gateways/transports/rest.py index 8af35b7f1..a2c7e0aed 100644 --- a/google/cloud/compute_v1/services/vpn_gateways/transports/rest.py +++ b/google/cloud/compute_v1/services/vpn_gateways/transports/rest.py @@ -438,7 +438,6 @@ def __call__( The request object. A request message for VpnGateways.AggregatedList. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -525,7 +524,6 @@ def __call__( The request object. A request message for VpnGateways.Delete. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -627,7 +625,6 @@ def __call__( The request object. A request message for VpnGateways.Get. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -723,7 +720,6 @@ def __call__( The request object. A request message for VpnGateways.GetStatus. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -810,7 +806,6 @@ def __call__( The request object. A request message for VpnGateways.Insert. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -921,7 +916,6 @@ def __call__( The request object. A request message for VpnGateways.List. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1010,7 +1004,6 @@ def __call__( The request object. A request message for VpnGateways.SetLabels. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1121,7 +1114,6 @@ def __call__( The request object. A request message for VpnGateways.TestIamPermissions. See the method description for details. - 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/google/cloud/compute_v1/services/vpn_tunnels/client.py b/google/cloud/compute_v1/services/vpn_tunnels/client.py index d365fd53f..06042f28e 100644 --- a/google/cloud/compute_v1/services/vpn_tunnels/client.py +++ b/google/cloud/compute_v1/services/vpn_tunnels/client.py @@ -435,8 +435,8 @@ def aggregated_list( Args: request (Union[google.cloud.compute_v1.types.AggregatedListVpnTunnelsRequest, dict]): The request object. A request message for - VpnTunnels.AggregatedList. See the method description - for details. + VpnTunnels.AggregatedList. See the + method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -522,8 +522,8 @@ def delete_unary( Args: request (Union[google.cloud.compute_v1.types.DeleteVpnTunnelRequest, dict]): The request object. A request message for - VpnTunnels.Delete. See the method description for - details. + VpnTunnels.Delete. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -621,8 +621,8 @@ def delete( Args: request (Union[google.cloud.compute_v1.types.DeleteVpnTunnelRequest, dict]): The request object. A request message for - VpnTunnels.Delete. See the method description for - details. + VpnTunnels.Delete. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -744,8 +744,8 @@ def get( Args: request (Union[google.cloud.compute_v1.types.GetVpnTunnelRequest, dict]): - The request object. A request message for - VpnTunnels.Get. See the method description for details. + The request object. A request message for VpnTunnels.Get. + See the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -845,8 +845,8 @@ def insert_unary( Args: request (Union[google.cloud.compute_v1.types.InsertVpnTunnelRequest, dict]): The request object. A request message for - VpnTunnels.Insert. See the method description for - details. + VpnTunnels.Insert. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -942,8 +942,8 @@ def insert( Args: request (Union[google.cloud.compute_v1.types.InsertVpnTunnelRequest, dict]): The request object. A request message for - VpnTunnels.Insert. See the method description for - details. + VpnTunnels.Insert. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1063,7 +1063,8 @@ def list( Args: request (Union[google.cloud.compute_v1.types.ListVpnTunnelsRequest, dict]): The request object. A request message for - VpnTunnels.List. See the method description for details. + VpnTunnels.List. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1167,8 +1168,8 @@ def set_labels_unary( Args: request (Union[google.cloud.compute_v1.types.SetLabelsVpnTunnelRequest, dict]): The request object. A request message for - VpnTunnels.SetLabels. See the method description for - details. + VpnTunnels.SetLabels. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -1281,8 +1282,8 @@ def set_labels( Args: request (Union[google.cloud.compute_v1.types.SetLabelsVpnTunnelRequest, dict]): The request object. A request message for - VpnTunnels.SetLabels. See the method description for - details. + VpnTunnels.SetLabels. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field diff --git a/google/cloud/compute_v1/services/vpn_tunnels/transports/rest.py b/google/cloud/compute_v1/services/vpn_tunnels/transports/rest.py index 592453843..172ab1af3 100644 --- a/google/cloud/compute_v1/services/vpn_tunnels/transports/rest.py +++ b/google/cloud/compute_v1/services/vpn_tunnels/transports/rest.py @@ -376,7 +376,6 @@ def __call__( The request object. A request message for VpnTunnels.AggregatedList. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -463,7 +462,6 @@ def __call__( The request object. A request message for VpnTunnels.Delete. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -564,7 +562,6 @@ def __call__( request (~.compute.GetVpnTunnelRequest): The request object. A request message for VpnTunnels.Get. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -654,7 +651,6 @@ def __call__( The request object. A request message for VpnTunnels.Insert. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -765,7 +761,6 @@ def __call__( The request object. A request message for VpnTunnels.List. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -854,7 +849,6 @@ def __call__( The request object. A request message for VpnTunnels.SetLabels. See the method description for details. - 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/google/cloud/compute_v1/services/zone_operations/client.py b/google/cloud/compute_v1/services/zone_operations/client.py index cabacf602..2bd182b96 100644 --- a/google/cloud/compute_v1/services/zone_operations/client.py +++ b/google/cloud/compute_v1/services/zone_operations/client.py @@ -437,8 +437,8 @@ def delete( Args: request (Union[google.cloud.compute_v1.types.DeleteZoneOperationRequest, dict]): The request object. A request message for - ZoneOperations.Delete. See the method description for - details. + ZoneOperations.Delete. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -538,8 +538,8 @@ def get( Args: request (Union[google.cloud.compute_v1.types.GetZoneOperationRequest, dict]): The request object. A request message for - ZoneOperations.Get. See the method description for - details. + ZoneOperations.Get. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -650,8 +650,8 @@ def list( Args: request (Union[google.cloud.compute_v1.types.ListZoneOperationsRequest, dict]): The request object. A request message for - ZoneOperations.List. See the method description for - details. + ZoneOperations.List. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field @@ -762,8 +762,8 @@ def wait( Args: request (Union[google.cloud.compute_v1.types.WaitZoneOperationRequest, dict]): The request object. A request message for - ZoneOperations.Wait. See the method description for - details. + ZoneOperations.Wait. See the method + description for details. project (str): Project ID for this request. This corresponds to the ``project`` field diff --git a/google/cloud/compute_v1/services/zone_operations/transports/rest.py b/google/cloud/compute_v1/services/zone_operations/transports/rest.py index 02c58a971..1060129dd 100644 --- a/google/cloud/compute_v1/services/zone_operations/transports/rest.py +++ b/google/cloud/compute_v1/services/zone_operations/transports/rest.py @@ -320,7 +320,6 @@ def __call__( The request object. A request message for ZoneOperations.Delete. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -410,7 +409,6 @@ def __call__( The request object. A request message for ZoneOperations.Get. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -512,7 +510,6 @@ def __call__( The request object. A request message for ZoneOperations.List. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -601,7 +598,6 @@ def __call__( The request object. A request message for ZoneOperations.Wait. See the method description for details. - 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/google/cloud/compute_v1/services/zones/client.py b/google/cloud/compute_v1/services/zones/client.py index c1e61ddbe..6041f976a 100644 --- a/google/cloud/compute_v1/services/zones/client.py +++ b/google/cloud/compute_v1/services/zones/client.py @@ -523,8 +523,8 @@ def list( Args: request (Union[google.cloud.compute_v1.types.ListZonesRequest, dict]): - The request object. A request message for Zones.List. - See the method description for details. + The request object. A request message for Zones.List. See + the method description for details. project (str): Project ID for this request. This corresponds to the ``project`` field diff --git a/google/cloud/compute_v1/services/zones/transports/rest.py b/google/cloud/compute_v1/services/zones/transports/rest.py index 0811fdf05..1c86c066b 100644 --- a/google/cloud/compute_v1/services/zones/transports/rest.py +++ b/google/cloud/compute_v1/services/zones/transports/rest.py @@ -255,7 +255,6 @@ def __call__( request (~.compute.GetZoneRequest): The request object. A request message for Zones.Get. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -347,7 +346,6 @@ def __call__( request (~.compute.ListZonesRequest): The request object. A request message for Zones.List. See the method description for details. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request.