Skip to content

Commit 57c0ae7

Browse files
feat: Automated regeneration of WorkloadManager client (#13245)
Auto-created at 2025-03-27 13:21:41 +0000 using the toys pull request generator.
1 parent 2a7c94d commit 57c0ae7

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

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

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

23-
@discovery_revision "20250310"
23+
@discovery_revision "20250319"
2424

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

clients/workload_manager/lib/google_api/workload_manager/v1/model/sap_discovery_resource_instance_properties_disk_mount.ex

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,20 @@ defmodule GoogleApi.WorkloadManager.V1.Model.SapDiscoveryResourceInstancePropert
2121
2222
## Attributes
2323
24+
* `diskNames` (*type:* `list(String.t)`, *default:* `nil`) - Optional. Names of the disks providing this mount point.
2425
* `mountPoint` (*type:* `String.t`, *default:* `nil`) - Optional. Filesystem mount point.
2526
* `name` (*type:* `String.t`, *default:* `nil`) - Optional. Name of the disk.
2627
"""
2728

2829
use GoogleApi.Gax.ModelBase
2930

3031
@type t :: %__MODULE__{
32+
:diskNames => list(String.t()) | nil,
3133
:mountPoint => String.t() | nil,
3234
:name => String.t() | nil
3335
}
3436

37+
field(:diskNames, type: :list)
3538
field(:mountPoint)
3639
field(:name)
3740
end

0 commit comments

Comments
 (0)