diff --git a/google/cloud/resourcemanager_v3/services/folders/async_client.py b/google/cloud/resourcemanager_v3/services/folders/async_client.py index a315099..20b75cd 100644 --- a/google/cloud/resourcemanager_v3/services/folders/async_client.py +++ b/google/cloud/resourcemanager_v3/services/folders/async_client.py @@ -816,10 +816,10 @@ async def sample_update_folder(): [UpdateFolder][google.cloud.resourcemanager.v3.Folder.UpdateFolder] method. - Only the `display_name` field can be changed. All other - fields will be ignored. Use the + Only the ``display_name`` field can be changed. All + other fields will be ignored. Use the [MoveFolder][google.cloud.resourcemanager.v3.Folders.MoveFolder] - method to change the `parent` field. + method to change the ``parent`` field. folder (:class:`google.cloud.resourcemanager_v3.types.Folder`): Required. The new definition of the Folder. It must include the ``name`` field, which cannot be changed. @@ -1345,8 +1345,7 @@ async def sample_get_iam_policy(): Args: request (Optional[Union[google.iam.v1.iam_policy_pb2.GetIamPolicyRequest, dict]]): - The request object. Request message for `GetIamPolicy` - method. + The request object. Request message for ``GetIamPolicy`` method. resource (:class:`str`): REQUIRED: The resource for which the policy is being requested. See the @@ -1524,8 +1523,7 @@ async def sample_set_iam_policy(): Args: request (Optional[Union[google.iam.v1.iam_policy_pb2.SetIamPolicyRequest, dict]]): - The request object. Request message for `SetIamPolicy` - method. + The request object. Request message for ``SetIamPolicy`` method. resource (:class:`str`): REQUIRED: The resource for which the policy is being specified. See the @@ -1696,8 +1694,7 @@ async def sample_test_iam_permissions(): Args: request (Optional[Union[google.iam.v1.iam_policy_pb2.TestIamPermissionsRequest, dict]]): - The request object. Request message for - `TestIamPermissions` method. + The request object. Request message for ``TestIamPermissions`` method. resource (:class:`str`): REQUIRED: The resource for which the policy detail is being requested. See diff --git a/google/cloud/resourcemanager_v3/services/folders/client.py b/google/cloud/resourcemanager_v3/services/folders/client.py index 75952b4..d86a8e9 100644 --- a/google/cloud/resourcemanager_v3/services/folders/client.py +++ b/google/cloud/resourcemanager_v3/services/folders/client.py @@ -1026,10 +1026,10 @@ def sample_update_folder(): [UpdateFolder][google.cloud.resourcemanager.v3.Folder.UpdateFolder] method. - Only the `display_name` field can be changed. All other - fields will be ignored. Use the + Only the ``display_name`` field can be changed. All + other fields will be ignored. Use the [MoveFolder][google.cloud.resourcemanager.v3.Folders.MoveFolder] - method to change the `parent` field. + method to change the ``parent`` field. folder (google.cloud.resourcemanager_v3.types.Folder): Required. The new definition of the Folder. It must include the ``name`` field, which cannot be changed. @@ -1555,8 +1555,7 @@ def sample_get_iam_policy(): Args: request (Union[google.iam.v1.iam_policy_pb2.GetIamPolicyRequest, dict]): - The request object. Request message for `GetIamPolicy` - method. + The request object. Request message for ``GetIamPolicy`` method. resource (str): REQUIRED: The resource for which the policy is being requested. See the @@ -1722,8 +1721,7 @@ def sample_set_iam_policy(): Args: request (Union[google.iam.v1.iam_policy_pb2.SetIamPolicyRequest, dict]): - The request object. Request message for `SetIamPolicy` - method. + The request object. Request message for ``SetIamPolicy`` method. resource (str): REQUIRED: The resource for which the policy is being specified. See the @@ -1891,8 +1889,7 @@ def sample_test_iam_permissions(): Args: request (Union[google.iam.v1.iam_policy_pb2.TestIamPermissionsRequest, dict]): - The request object. Request message for - `TestIamPermissions` method. + The request object. Request message for ``TestIamPermissions`` method. resource (str): REQUIRED: The resource for which the policy detail is being requested. See diff --git a/google/cloud/resourcemanager_v3/services/folders/transports/rest.py b/google/cloud/resourcemanager_v3/services/folders/transports/rest.py index 145db89..ad3d3b7 100644 --- a/google/cloud/resourcemanager_v3/services/folders/transports/rest.py +++ b/google/cloud/resourcemanager_v3/services/folders/transports/rest.py @@ -1179,7 +1179,6 @@ def __call__( request (~.folders.SearchFoldersRequest): The request object. The request message for searching folders. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1639,7 +1638,6 @@ def __call__( other fields will be ignored. Use the [MoveFolder][google.cloud.resourcemanager.v3.Folders.MoveFolder] method to change the ``parent`` field. - 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/resourcemanager_v3/services/organizations/async_client.py b/google/cloud/resourcemanager_v3/services/organizations/async_client.py index b61b16a..dd47ddb 100644 --- a/google/cloud/resourcemanager_v3/services/organizations/async_client.py +++ b/google/cloud/resourcemanager_v3/services/organizations/async_client.py @@ -258,9 +258,9 @@ async def sample_get_organization(): Args: request (Optional[Union[google.cloud.resourcemanager_v3.types.GetOrganizationRequest, dict]]): - The request object. The request sent to the - `GetOrganization` method. The `name` field is required. - `organization_id` is no longer accepted. + The request object. The request sent to the ``GetOrganization`` method. The + ``name`` field is required. ``organization_id`` is no + longer accepted. name (:class:`str`): Required. The resource name of the Organization to fetch. This is the organization's relative path in the @@ -381,8 +381,7 @@ async def sample_search_organizations(): Args: request (Optional[Union[google.cloud.resourcemanager_v3.types.SearchOrganizationsRequest, dict]]): - The request object. The request sent to the - `SearchOrganizations` method. + The request object. The request sent to the ``SearchOrganizations`` method. query (:class:`str`): Optional. An optional query string used to filter the Organizations to return in the response. Query rules are @@ -517,8 +516,7 @@ async def sample_get_iam_policy(): Args: request (Optional[Union[google.iam.v1.iam_policy_pb2.GetIamPolicyRequest, dict]]): - The request object. Request message for `GetIamPolicy` - method. + The request object. Request message for ``GetIamPolicy`` method. resource (:class:`str`): REQUIRED: The resource for which the policy is being requested. See the @@ -699,8 +697,7 @@ async def sample_set_iam_policy(): Args: request (Optional[Union[google.iam.v1.iam_policy_pb2.SetIamPolicyRequest, dict]]): - The request object. Request message for `SetIamPolicy` - method. + The request object. Request message for ``SetIamPolicy`` method. resource (:class:`str`): REQUIRED: The resource for which the policy is being specified. See the @@ -871,8 +868,7 @@ async def sample_test_iam_permissions(): Args: request (Optional[Union[google.iam.v1.iam_policy_pb2.TestIamPermissionsRequest, dict]]): - The request object. Request message for - `TestIamPermissions` method. + The request object. Request message for ``TestIamPermissions`` method. resource (:class:`str`): REQUIRED: The resource for which the policy detail is being requested. See diff --git a/google/cloud/resourcemanager_v3/services/organizations/client.py b/google/cloud/resourcemanager_v3/services/organizations/client.py index d1369cd..6f7231b 100644 --- a/google/cloud/resourcemanager_v3/services/organizations/client.py +++ b/google/cloud/resourcemanager_v3/services/organizations/client.py @@ -478,9 +478,9 @@ def sample_get_organization(): Args: request (Union[google.cloud.resourcemanager_v3.types.GetOrganizationRequest, dict]): - The request object. The request sent to the - `GetOrganization` method. The `name` field is required. - `organization_id` is no longer accepted. + The request object. The request sent to the ``GetOrganization`` method. The + ``name`` field is required. ``organization_id`` is no + longer accepted. name (str): Required. The resource name of the Organization to fetch. This is the organization's relative path in the @@ -592,8 +592,7 @@ def sample_search_organizations(): Args: request (Union[google.cloud.resourcemanager_v3.types.SearchOrganizationsRequest, dict]): - The request object. The request sent to the - `SearchOrganizations` method. + The request object. The request sent to the ``SearchOrganizations`` method. query (str): Optional. An optional query string used to filter the Organizations to return in the response. Query rules are @@ -728,8 +727,7 @@ def sample_get_iam_policy(): Args: request (Union[google.iam.v1.iam_policy_pb2.GetIamPolicyRequest, dict]): - The request object. Request message for `GetIamPolicy` - method. + The request object. Request message for ``GetIamPolicy`` method. resource (str): REQUIRED: The resource for which the policy is being requested. See the @@ -898,8 +896,7 @@ def sample_set_iam_policy(): Args: request (Union[google.iam.v1.iam_policy_pb2.SetIamPolicyRequest, dict]): - The request object. Request message for `SetIamPolicy` - method. + The request object. Request message for ``SetIamPolicy`` method. resource (str): REQUIRED: The resource for which the policy is being specified. See the @@ -1067,8 +1064,7 @@ def sample_test_iam_permissions(): Args: request (Union[google.iam.v1.iam_policy_pb2.TestIamPermissionsRequest, dict]): - The request object. Request message for - `TestIamPermissions` method. + The request object. Request message for ``TestIamPermissions`` method. resource (str): REQUIRED: The resource for which the policy detail is being requested. See diff --git a/google/cloud/resourcemanager_v3/services/organizations/transports/rest.py b/google/cloud/resourcemanager_v3/services/organizations/transports/rest.py index bbce119..367d390 100644 --- a/google/cloud/resourcemanager_v3/services/organizations/transports/rest.py +++ b/google/cloud/resourcemanager_v3/services/organizations/transports/rest.py @@ -519,7 +519,6 @@ def __call__( The request object. The request sent to the ``GetOrganization`` method. The ``name`` field is required. ``organization_id`` is no longer accepted. - 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/resourcemanager_v3/services/projects/async_client.py b/google/cloud/resourcemanager_v3/services/projects/async_client.py index fb2b070..6290f18 100644 --- a/google/cloud/resourcemanager_v3/services/projects/async_client.py +++ b/google/cloud/resourcemanager_v3/services/projects/async_client.py @@ -809,10 +809,10 @@ async def sample_update_project(): [UpdateProject][google.cloud.resourcemanager.v3.Projects.UpdateProject] method. - Only the `display_name` and `labels` fields can be + Only the ``display_name`` and ``labels`` fields can be change. Use the [MoveProject][google.cloud.resourcemanager.v3.Projects.MoveProject] - method to change the `parent` field. + method to change the ``parent`` field. project (:class:`google.cloud.resourcemanager_v3.types.Project`): Required. The new definition of the project. @@ -1237,8 +1237,7 @@ async def sample_undelete_project(): Args: request (Optional[Union[google.cloud.resourcemanager_v3.types.UndeleteProjectRequest, dict]]): - The request object. The request sent to the - [UndeleteProject] + The request object. The request sent to the [UndeleteProject] [google.cloud.resourcemanager.v3.Projects.UndeleteProject] method. name (:class:`str`): @@ -1357,8 +1356,7 @@ async def sample_get_iam_policy(): Args: request (Optional[Union[google.iam.v1.iam_policy_pb2.GetIamPolicyRequest, dict]]): - The request object. Request message for `GetIamPolicy` - method. + The request object. Request message for ``GetIamPolicy`` method. resource (:class:`str`): REQUIRED: The resource for which the policy is being requested. See the @@ -1583,8 +1581,7 @@ async def sample_set_iam_policy(): Args: request (Optional[Union[google.iam.v1.iam_policy_pb2.SetIamPolicyRequest, dict]]): - The request object. Request message for `SetIamPolicy` - method. + The request object. Request message for ``SetIamPolicy`` method. resource (:class:`str`): REQUIRED: The resource for which the policy is being specified. See the @@ -1752,8 +1749,7 @@ async def sample_test_iam_permissions(): Args: request (Optional[Union[google.iam.v1.iam_policy_pb2.TestIamPermissionsRequest, dict]]): - The request object. Request message for - `TestIamPermissions` method. + The request object. Request message for ``TestIamPermissions`` method. resource (:class:`str`): REQUIRED: The resource for which the policy detail is being requested. See diff --git a/google/cloud/resourcemanager_v3/services/projects/client.py b/google/cloud/resourcemanager_v3/services/projects/client.py index 8c578d0..8d60db5 100644 --- a/google/cloud/resourcemanager_v3/services/projects/client.py +++ b/google/cloud/resourcemanager_v3/services/projects/client.py @@ -1019,10 +1019,10 @@ def sample_update_project(): [UpdateProject][google.cloud.resourcemanager.v3.Projects.UpdateProject] method. - Only the `display_name` and `labels` fields can be + Only the ``display_name`` and ``labels`` fields can be change. Use the [MoveProject][google.cloud.resourcemanager.v3.Projects.MoveProject] - method to change the `parent` field. + method to change the ``parent`` field. project (google.cloud.resourcemanager_v3.types.Project): Required. The new definition of the project. @@ -1447,8 +1447,7 @@ def sample_undelete_project(): Args: request (Union[google.cloud.resourcemanager_v3.types.UndeleteProjectRequest, dict]): - The request object. The request sent to the - [UndeleteProject] + The request object. The request sent to the [UndeleteProject] [google.cloud.resourcemanager.v3.Projects.UndeleteProject] method. name (str): @@ -1567,8 +1566,7 @@ def sample_get_iam_policy(): Args: request (Union[google.iam.v1.iam_policy_pb2.GetIamPolicyRequest, dict]): - The request object. Request message for `GetIamPolicy` - method. + The request object. Request message for ``GetIamPolicy`` method. resource (str): REQUIRED: The resource for which the policy is being requested. See the @@ -1781,8 +1779,7 @@ def sample_set_iam_policy(): Args: request (Union[google.iam.v1.iam_policy_pb2.SetIamPolicyRequest, dict]): - The request object. Request message for `SetIamPolicy` - method. + The request object. Request message for ``SetIamPolicy`` method. resource (str): REQUIRED: The resource for which the policy is being specified. See the @@ -1947,8 +1944,7 @@ def sample_test_iam_permissions(): Args: request (Union[google.iam.v1.iam_policy_pb2.TestIamPermissionsRequest, dict]): - The request object. Request message for - `TestIamPermissions` method. + The request object. Request message for ``TestIamPermissions`` method. resource (str): REQUIRED: The resource for which the policy detail is being requested. See diff --git a/google/cloud/resourcemanager_v3/services/projects/transports/rest.py b/google/cloud/resourcemanager_v3/services/projects/transports/rest.py index 94491f1..44e4d4c 100644 --- a/google/cloud/resourcemanager_v3/services/projects/transports/rest.py +++ b/google/cloud/resourcemanager_v3/services/projects/transports/rest.py @@ -569,7 +569,6 @@ def __call__( The request object. The request sent to the [CreateProject][google.cloud.resourcemanager.v3.Projects.CreateProject] method. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -667,7 +666,6 @@ def __call__( request (~.projects.DeleteProjectRequest): The request object. [DeleteProject][google.cloud.resourcemanager.v3.Projects.DeleteProject] method. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -927,7 +925,6 @@ def __call__( The request object. The request sent to the [GetProject][google.cloud.resourcemanager.v3.Projects.GetProject] method. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1022,7 +1019,6 @@ def __call__( The request object. The request sent to the [ListProjects][google.cloud.resourcemanager.v3.Projects.ListProjects] method. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1122,7 +1118,6 @@ def __call__( The request object. The request sent to [MoveProject][google.cloud.resourcemanager.v3.Projects.MoveProject] method. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1211,7 +1206,6 @@ def __call__( The request object. The request sent to the [SearchProjects][google.cloud.resourcemanager.v3.Projects.SearchProjects] method. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1573,7 +1567,6 @@ def __call__( The request object. The request sent to the [UndeleteProject] [google.cloud.resourcemanager.v3.Projects.UndeleteProject] method. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1679,7 +1672,6 @@ def __call__( change. Use the [MoveProject][google.cloud.resourcemanager.v3.Projects.MoveProject] method to change the ``parent`` field. - 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/resourcemanager_v3/services/tag_bindings/transports/rest.py b/google/cloud/resourcemanager_v3/services/tag_bindings/transports/rest.py index 30d00db..2808039 100644 --- a/google/cloud/resourcemanager_v3/services/tag_bindings/transports/rest.py +++ b/google/cloud/resourcemanager_v3/services/tag_bindings/transports/rest.py @@ -332,7 +332,6 @@ def __call__( request (~.tag_bindings.CreateTagBindingRequest): The request object. The request message to create a TagBinding. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -432,7 +431,6 @@ def __call__( request (~.tag_bindings.DeleteTagBindingRequest): The request object. The request message to delete a TagBinding. - 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__( request (~.tag_bindings.ListTagBindingsRequest): The request object. The request message to list all TagBindings for a parent. - 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/resourcemanager_v3/services/tag_keys/async_client.py b/google/cloud/resourcemanager_v3/services/tag_keys/async_client.py index 0d9f3c8..cce9b16 100644 --- a/google/cloud/resourcemanager_v3/services/tag_keys/async_client.py +++ b/google/cloud/resourcemanager_v3/services/tag_keys/async_client.py @@ -865,8 +865,7 @@ async def sample_get_iam_policy(): Args: request (Optional[Union[google.iam.v1.iam_policy_pb2.GetIamPolicyRequest, dict]]): - The request object. Request message for `GetIamPolicy` - method. + The request object. Request message for ``GetIamPolicy`` method. resource (:class:`str`): REQUIRED: The resource for which the policy is being requested. See the @@ -1044,8 +1043,7 @@ async def sample_set_iam_policy(): Args: request (Optional[Union[google.iam.v1.iam_policy_pb2.SetIamPolicyRequest, dict]]): - The request object. Request message for `SetIamPolicy` - method. + The request object. Request message for ``SetIamPolicy`` method. resource (:class:`str`): REQUIRED: The resource for which the policy is being specified. See the @@ -1216,8 +1214,7 @@ async def sample_test_iam_permissions(): Args: request (Optional[Union[google.iam.v1.iam_policy_pb2.TestIamPermissionsRequest, dict]]): - The request object. Request message for - `TestIamPermissions` method. + The request object. Request message for ``TestIamPermissions`` method. resource (:class:`str`): REQUIRED: The resource for which the policy detail is being requested. See diff --git a/google/cloud/resourcemanager_v3/services/tag_keys/client.py b/google/cloud/resourcemanager_v3/services/tag_keys/client.py index 5548403..34cf9df 100644 --- a/google/cloud/resourcemanager_v3/services/tag_keys/client.py +++ b/google/cloud/resourcemanager_v3/services/tag_keys/client.py @@ -1075,8 +1075,7 @@ def sample_get_iam_policy(): Args: request (Union[google.iam.v1.iam_policy_pb2.GetIamPolicyRequest, dict]): - The request object. Request message for `GetIamPolicy` - method. + The request object. Request message for ``GetIamPolicy`` method. resource (str): REQUIRED: The resource for which the policy is being requested. See the @@ -1242,8 +1241,7 @@ def sample_set_iam_policy(): Args: request (Union[google.iam.v1.iam_policy_pb2.SetIamPolicyRequest, dict]): - The request object. Request message for `SetIamPolicy` - method. + The request object. Request message for ``SetIamPolicy`` method. resource (str): REQUIRED: The resource for which the policy is being specified. See the @@ -1411,8 +1409,7 @@ def sample_test_iam_permissions(): Args: request (Union[google.iam.v1.iam_policy_pb2.TestIamPermissionsRequest, dict]): - The request object. Request message for - `TestIamPermissions` method. + The request object. Request message for ``TestIamPermissions`` method. resource (str): REQUIRED: The resource for which the policy detail is being requested. See diff --git a/google/cloud/resourcemanager_v3/services/tag_keys/transports/rest.py b/google/cloud/resourcemanager_v3/services/tag_keys/transports/rest.py index 1c19d71..f8978cd 100644 --- a/google/cloud/resourcemanager_v3/services/tag_keys/transports/rest.py +++ b/google/cloud/resourcemanager_v3/services/tag_keys/transports/rest.py @@ -471,7 +471,6 @@ def __call__( request (~.tag_keys.CreateTagKeyRequest): The request object. The request message for creating a TagKey. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -569,7 +568,6 @@ def __call__( request (~.tag_keys.DeleteTagKeyRequest): The request object. The request message for deleting a TagKey. - 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__( request (~.tag_keys.GetTagKeyRequest): The request object. The request message for getting a TagKey. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -920,7 +917,6 @@ def __call__( request (~.tag_keys.ListTagKeysRequest): The request object. The request message for listing all TagKeys under a parent resource. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1275,7 +1271,6 @@ def __call__( request (~.tag_keys.UpdateTagKeyRequest): The request object. The request message for updating a TagKey. - 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/resourcemanager_v3/services/tag_values/async_client.py b/google/cloud/resourcemanager_v3/services/tag_values/async_client.py index f0b9185..833f345 100644 --- a/google/cloud/resourcemanager_v3/services/tag_values/async_client.py +++ b/google/cloud/resourcemanager_v3/services/tag_values/async_client.py @@ -865,8 +865,7 @@ async def sample_get_iam_policy(): Args: request (Optional[Union[google.iam.v1.iam_policy_pb2.GetIamPolicyRequest, dict]]): - The request object. Request message for `GetIamPolicy` - method. + The request object. Request message for ``GetIamPolicy`` method. resource (:class:`str`): REQUIRED: The resource for which the policy is being requested. See the @@ -1044,8 +1043,7 @@ async def sample_set_iam_policy(): Args: request (Optional[Union[google.iam.v1.iam_policy_pb2.SetIamPolicyRequest, dict]]): - The request object. Request message for `SetIamPolicy` - method. + The request object. Request message for ``SetIamPolicy`` method. resource (:class:`str`): REQUIRED: The resource for which the policy is being specified. See the @@ -1216,8 +1214,7 @@ async def sample_test_iam_permissions(): Args: request (Optional[Union[google.iam.v1.iam_policy_pb2.TestIamPermissionsRequest, dict]]): - The request object. Request message for - `TestIamPermissions` method. + The request object. Request message for ``TestIamPermissions`` method. resource (:class:`str`): REQUIRED: The resource for which the policy detail is being requested. See diff --git a/google/cloud/resourcemanager_v3/services/tag_values/client.py b/google/cloud/resourcemanager_v3/services/tag_values/client.py index 3247eda..c36de38 100644 --- a/google/cloud/resourcemanager_v3/services/tag_values/client.py +++ b/google/cloud/resourcemanager_v3/services/tag_values/client.py @@ -1073,8 +1073,7 @@ def sample_get_iam_policy(): Args: request (Union[google.iam.v1.iam_policy_pb2.GetIamPolicyRequest, dict]): - The request object. Request message for `GetIamPolicy` - method. + The request object. Request message for ``GetIamPolicy`` method. resource (str): REQUIRED: The resource for which the policy is being requested. See the @@ -1240,8 +1239,7 @@ def sample_set_iam_policy(): Args: request (Union[google.iam.v1.iam_policy_pb2.SetIamPolicyRequest, dict]): - The request object. Request message for `SetIamPolicy` - method. + The request object. Request message for ``SetIamPolicy`` method. resource (str): REQUIRED: The resource for which the policy is being specified. See the @@ -1409,8 +1407,7 @@ def sample_test_iam_permissions(): Args: request (Union[google.iam.v1.iam_policy_pb2.TestIamPermissionsRequest, dict]): - The request object. Request message for - `TestIamPermissions` method. + The request object. Request message for ``TestIamPermissions`` method. resource (str): REQUIRED: The resource for which the policy detail is being requested. See diff --git a/google/cloud/resourcemanager_v3/services/tag_values/transports/rest.py b/google/cloud/resourcemanager_v3/services/tag_values/transports/rest.py index 3bd88e6..8dfe395 100644 --- a/google/cloud/resourcemanager_v3/services/tag_values/transports/rest.py +++ b/google/cloud/resourcemanager_v3/services/tag_values/transports/rest.py @@ -481,7 +481,6 @@ def __call__( request (~.tag_values.CreateTagValueRequest): The request object. The request message for creating a TagValue. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -581,7 +580,6 @@ def __call__( request (~.tag_values.DeleteTagValueRequest): The request object. The request message for deleting a TagValue. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -842,7 +840,6 @@ def __call__( request (~.tag_values.GetTagValueRequest): The request object. The request message for getting a TagValue. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -936,7 +933,6 @@ def __call__( request (~.tag_values.ListTagValuesRequest): The request object. The request message for listing TagValues for the specified TagKey. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1291,7 +1287,6 @@ def __call__( request (~.tag_values.UpdateTagValueRequest): The request object. The request message for updating a TagValue. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request.