Skip to content

Commit fcdb1ea

Browse files
feat: Automated regeneration of CloudResourceManager client (googleapis#12948)
Auto-created at 2025-02-11 13:11:12 +0000 using the toys pull request generator.
1 parent 44d3741 commit fcdb1ea

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

clients/cloud_resource_manager/lib/google_api/cloud_resource_manager/v3/api/projects.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ defmodule GoogleApi.CloudResourceManager.V3.Api.Projects do
8585
end
8686

8787
@doc """
88-
Marks the project identified by the specified `name` (for example, `projects/415104041262`) for deletion. This method will only affect the project if it has a lifecycle state of ACTIVE. This method changes the Project's lifecycle state from ACTIVE to DELETE_REQUESTED. The deletion starts at an unspecified time, at which point the Project is no longer accessible. Until the deletion completes, you can check the lifecycle state checked by retrieving the project with GetProject, and the project remains visible to ListProjects. However, you cannot update the project. After the deletion completes, the project is not retrievable by the GetProject, ListProjects, and SearchProjects methods. This method behaves idempotently, such that deleting a `DELETE_REQUESTED` project will not cause an error, but also won't do anything. The caller must have `resourcemanager.projects.delete` permissions for this project.
88+
Marks the project identified by the specified `name` (for example, `projects/415104041262`) for deletion. This method will only affect the project if it has a lifecycle state of ACTIVE. This method changes the Project's lifecycle state from ACTIVE to DELETE_REQUESTED. The deletion starts at an unspecified time, at which point the Project is no longer accessible. Until the deletion completes, you can check the lifecycle state checked by retrieving the project with GetProject, and the project remains visible to ListProjects. However, you cannot update the project. After the deletion completes, the project is not retrievable by the GetProject, ListProjects, and SearchProjects methods. The caller must have `resourcemanager.projects.delete` permissions for this project.
8989
9090
## Parameters
9191

clients/cloud_resource_manager/lib/google_api/cloud_resource_manager/v3/metadata.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ defmodule GoogleApi.CloudResourceManager.V3 do
2020
API client metadata for GoogleApi.CloudResourceManager.V3.
2121
"""
2222

23-
@discovery_revision "20240310"
23+
@discovery_revision "20250206"
2424

2525
def discovery_revision(), do: @discovery_revision
2626
end

clients/cloud_resource_manager/mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
defmodule GoogleApi.CloudResourceManager.Mixfile do
1919
use Mix.Project
2020

21-
@version "0.44.0"
21+
@version "0.44.1"
2222

2323
def project() do
2424
[

0 commit comments

Comments
 (0)