Skip to content

Commit bf1b6f6

Browse files
feat: Automated regeneration of CloudResourceManager client (googleapis#13086)
Auto-created at 2025-03-05 13:11:51 +0000 using the toys pull request generator.
1 parent 0e1b121 commit bf1b6f6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

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

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

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

clients/cloud_resource_manager/lib/google_api/cloud_resource_manager/v1/model/search_organizations_request.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ defmodule GoogleApi.CloudResourceManager.V1.Model.SearchOrganizationsRequest do
2121
2222
## Attributes
2323
24-
* `filter` (*type:* `String.t`, *default:* `nil`) - An optional query string used to filter the Organizations to return in the response. Filter rules are case-insensitive. Organizations may be filtered by `owner.directoryCustomerId` or by `domain`, where the domain is a G Suite domain, for example: * Filter `owner.directorycustomerid:123456789` returns Organization resources with `owner.directory_customer_id` equal to `123456789`. * Filter `domain:google.com` returns Organization resources corresponding to the domain `google.com`. This field is optional.
24+
* `filter` (*type:* `String.t`, *default:* `nil`) - An optional query string used to filter the Organizations to return in the response. Filter rules are case-insensitive. Organizations may be filtered by `owner.directoryCustomerId` or by `domain`, where the domain is a verified G Suite domain, for example: * Filter `owner.directorycustomerid:123456789` returns Organization resources with `owner.directory_customer_id` equal to `123456789`. * Filter `domain:google.com` returns Organization resources corresponding to the domain `google.com`. This field is optional.
2525
* `pageSize` (*type:* `integer()`, *default:* `nil`) - The maximum number of Organizations to return in the response. The server can return fewer organizations than requested. If unspecified, server picks an appropriate default.
2626
* `pageToken` (*type:* `String.t`, *default:* `nil`) - A pagination token returned from a previous call to `SearchOrganizations` that indicates from where listing should continue. This field is optional.
2727
"""

0 commit comments

Comments
 (0)