Skip to content

Commit 83979c4

Browse files
feat: Automated regeneration of SecurityCenter client (googleapis#12170)
Auto-created at 2024-09-19 13:16:13 +0000 using the toys pull request generator.
1 parent ddf328d commit 83979c4

File tree

5 files changed

+9
-3
lines changed

5 files changed

+9
-3
lines changed

clients/security_center/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Install this package from [Hex](https://hex.pm) by adding
1111

1212
```elixir
1313
def deps do
14-
[{:google_api_security_center, "~> 0.32"}]
14+
[{:google_api_security_center, "~> 0.33"}]
1515
end
1616
```
1717

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

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

23-
@discovery_revision "20240827"
23+
@discovery_revision "20240916"
2424

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

clients/security_center/lib/google_api/security_center/v1/model/azure_tenant.ex

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,18 @@ defmodule GoogleApi.SecurityCenter.V1.Model.AzureTenant do
2121
2222
## Attributes
2323
24+
* `displayName` (*type:* `String.t`, *default:* `nil`) - The display name of the Azure tenant.
2425
* `id` (*type:* `String.t`, *default:* `nil`) - The ID of the Microsoft Entra tenant, for example, "a11aaa11-aa11-1aa1-11aa-1aaa11a".
2526
"""
2627

2728
use GoogleApi.Gax.ModelBase
2829

2930
@type t :: %__MODULE__{
31+
:displayName => String.t() | nil,
3032
:id => String.t() | nil
3133
}
3234

35+
field(:displayName)
3336
field(:id)
3437
end
3538

clients/security_center/lib/google_api/security_center/v1/model/google_cloud_securitycenter_v2_azure_tenant.ex

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,18 @@ defmodule GoogleApi.SecurityCenter.V1.Model.GoogleCloudSecuritycenterV2AzureTena
2121
2222
## Attributes
2323
24+
* `displayName` (*type:* `String.t`, *default:* `nil`) - The display name of the Azure tenant.
2425
* `id` (*type:* `String.t`, *default:* `nil`) - The ID of the Microsoft Entra tenant, for example, "a11aaa11-aa11-1aa1-11aa-1aaa11a".
2526
"""
2627

2728
use GoogleApi.Gax.ModelBase
2829

2930
@type t :: %__MODULE__{
31+
:displayName => String.t() | nil,
3032
:id => String.t() | nil
3133
}
3234

35+
field(:displayName)
3336
field(:id)
3437
end
3538

clients/security_center/mix.exs

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

21-
@version "0.32.0"
21+
@version "0.33.0"
2222

2323
def project() do
2424
[

0 commit comments

Comments
 (0)