Skip to content

Commit 06d6ed6

Browse files
feat: Automated regeneration of WorkloadManager client (googleapis#12878)
Auto-created at 2025-01-26 13:14:56 +0000 using the toys pull request generator.
1 parent 2801658 commit 06d6ed6

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-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 "20250101"
23+
@discovery_revision "20250120"
2424

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

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ defmodule GoogleApi.WorkloadManager.V1.Model.SapDiscovery do
2727
* `projectNumber` (*type:* `String.t`, *default:* `nil`) - Optional. The GCP project number that this SapSystem belongs to.
2828
* `systemId` (*type:* `String.t`, *default:* `nil`) - Output only. A combination of database SID, database instance URI and tenant DB name to make a unique identifier per-system.
2929
* `updateTime` (*type:* `DateTime.t`, *default:* `nil`) - Required. Unix timestamp this system has been updated last.
30+
* `useDrReconciliation` (*type:* `boolean()`, *default:* `nil`) - Optional. Whether to use DR reconciliation or not.
3031
* `workloadProperties` (*type:* `GoogleApi.WorkloadManager.V1.Model.SapDiscoveryWorkloadProperties.t`, *default:* `nil`) - Optional. The properties of the workload.
3132
"""
3233

@@ -39,6 +40,7 @@ defmodule GoogleApi.WorkloadManager.V1.Model.SapDiscovery do
3940
:projectNumber => String.t() | nil,
4041
:systemId => String.t() | nil,
4142
:updateTime => DateTime.t() | nil,
43+
:useDrReconciliation => boolean() | nil,
4244
:workloadProperties =>
4345
GoogleApi.WorkloadManager.V1.Model.SapDiscoveryWorkloadProperties.t() | nil
4446
}
@@ -49,6 +51,7 @@ defmodule GoogleApi.WorkloadManager.V1.Model.SapDiscovery do
4951
field(:projectNumber)
5052
field(:systemId)
5153
field(:updateTime, as: DateTime)
54+
field(:useDrReconciliation)
5255

5356
field(:workloadProperties, as: GoogleApi.WorkloadManager.V1.Model.SapDiscoveryWorkloadProperties)
5457
end

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ defmodule GoogleApi.WorkloadManager.V1.Model.SapDiscoveryComponentDatabaseProper
2525
* `databaseType` (*type:* `String.t`, *default:* `nil`) - Required. Type of the database. HANA, DB2, etc.
2626
* `databaseVersion` (*type:* `String.t`, *default:* `nil`) - Optional. The version of the database software running in the system.
2727
* `instanceNumber` (*type:* `String.t`, *default:* `nil`) - Optional. Instance number of the SAP instance.
28+
* `landscapeId` (*type:* `String.t`, *default:* `nil`) - Optional. Landscape ID from the HANA nameserver.
2829
* `primaryInstanceUri` (*type:* `String.t`, *default:* `nil`) - Required. URI of the recognized primary instance of the database.
2930
* `sharedNfsUri` (*type:* `String.t`, *default:* `nil`) - Optional. URI of the recognized shared NFS of the database. May be empty if the database has only a single node.
3031
"""
@@ -36,6 +37,7 @@ defmodule GoogleApi.WorkloadManager.V1.Model.SapDiscoveryComponentDatabaseProper
3637
:databaseType => String.t() | nil,
3738
:databaseVersion => String.t() | nil,
3839
:instanceNumber => String.t() | nil,
40+
:landscapeId => String.t() | nil,
3941
:primaryInstanceUri => String.t() | nil,
4042
:sharedNfsUri => String.t() | nil
4143
}
@@ -44,6 +46,7 @@ defmodule GoogleApi.WorkloadManager.V1.Model.SapDiscoveryComponentDatabaseProper
4446
field(:databaseType)
4547
field(:databaseVersion)
4648
field(:instanceNumber)
49+
field(:landscapeId)
4750
field(:primaryInstanceUri)
4851
field(:sharedNfsUri)
4952
end

0 commit comments

Comments
 (0)