Skip to content

Commit afcbccd

Browse files
feat: Automated regeneration of DeploymentManager client (googleapis#13237)
Auto-created at 2025-03-27 13:17:48 +0000 using the toys pull request generator.
1 parent 3dd029e commit afcbccd

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

clients/deployment_manager/lib/google_api/deployment_manager/v2/metadata.ex

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

23-
@discovery_revision "20250102"
23+
@discovery_revision "20250320"
2424

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

clients/deployment_manager/lib/google_api/deployment_manager/v2/model/instances_bulk_insert_operation_metadata.ex

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,14 @@ defmodule GoogleApi.DeploymentManager.V2.Model.InstancesBulkInsertOperationMetad
2121
2222
## Attributes
2323
24+
* `machineType` (*type:* `String.t`, *default:* `nil`) - [Output Only] The machine type of the VMs that were created used internally only by KCP flex bulk insert.
2425
* `perLocationStatus` (*type:* `%{optional(String.t) => GoogleApi.DeploymentManager.V2.Model.BulkInsertOperationStatus.t}`, *default:* `nil`) - Status information per location (location name is key). Example key: zones/us-central1-a
2526
"""
2627

2728
use GoogleApi.Gax.ModelBase
2829

2930
@type t :: %__MODULE__{
31+
:machineType => String.t() | nil,
3032
:perLocationStatus =>
3133
%{
3234
optional(String.t()) =>
@@ -35,6 +37,8 @@ defmodule GoogleApi.DeploymentManager.V2.Model.InstancesBulkInsertOperationMetad
3537
| nil
3638
}
3739

40+
field(:machineType)
41+
3842
field(:perLocationStatus,
3943
as: GoogleApi.DeploymentManager.V2.Model.BulkInsertOperationStatus,
4044
type: :map

0 commit comments

Comments
 (0)