Skip to content

Commit 82a9a89

Browse files
feat: Automated regeneration of ServiceConsumerManagement client (googleapis#12162)
Auto-created at 2024-09-18 13:18:06 +0000 using the toys pull request generator.
1 parent 507eef4 commit 82a9a89

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

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

23-
@discovery_revision "20240905"
23+
@discovery_revision "20240912"
2424

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

clients/service_consumer_management/lib/google_api/service_consumer_management/v1/model/v1_default_identity.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ defmodule GoogleApi.ServiceConsumerManagement.V1.Model.V1DefaultIdentity do
2121
2222
## Attributes
2323
24-
* `email` (*type:* `String.t`, *default:* `nil`) - The email address of the default identity.
24+
* `email` (*type:* `String.t`, *default:* `nil`) - The email address of the default identity. Calling GenerateDefaultIdentity with a deleted or purged default identity should expect [email protected] placeholder email.
2525
* `name` (*type:* `String.t`, *default:* `nil`) - Default identity resource name. An example name would be: `services/serviceconsumermanagement.googleapis.com/projects/123/defaultIdentity`
2626
* `tag` (*type:* `String.t`, *default:* `nil`) - The Default Identity tag. If specified when creating the account, the tag must be present in activation_grants. If not specified when creating the account, the tag is set to the tag specified in activation_grants.
2727
* `uniqueId` (*type:* `String.t`, *default:* `nil`) - The unique and stable id of the default identity.

clients/service_consumer_management/mix.exs

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

21-
@version "0.34.0"
21+
@version "0.34.1"
2222

2323
def project() do
2424
[

0 commit comments

Comments
 (0)