Skip to content

Commit c05b7a2

Browse files
feat: Automated regeneration of backupdr v1 client (googleapis#26540)
Co-authored-by: Yoshi Automation Bot <yoshi-automation@google.com>
1 parent 3528665 commit c05b7a2

5 files changed

Lines changed: 34 additions & 2 deletions

File tree

api_names_out.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56054,6 +56054,7 @@
5605456054
"/backupdr:v1/ComputeInstanceRestoreProperties/tags": tags
5605556055
"/backupdr:v1/ComputeInstanceTargetEnvironment": compute_instance_target_environment
5605656056
"/backupdr:v1/ComputeInstanceTargetEnvironment/project": project
56057+
"/backupdr:v1/ComputeInstanceTargetEnvironment/useProjectServiceAccount": use_project_service_account
5605756058
"/backupdr:v1/ComputeInstanceTargetEnvironment/zone": zone
5605856059
"/backupdr:v1/ConfidentialInstanceConfig": confidential_instance_config
5605956060
"/backupdr:v1/ConfidentialInstanceConfig/enableConfidentialCompute": enable_confidential_compute
@@ -56171,6 +56172,7 @@
5617156172
"/backupdr:v1/DiskRestoreProperties/type": type
5617256173
"/backupdr:v1/DiskTargetEnvironment": disk_target_environment
5617356174
"/backupdr:v1/DiskTargetEnvironment/project": project
56175+
"/backupdr:v1/DiskTargetEnvironment/useProjectServiceAccount": use_project_service_account
5617456176
"/backupdr:v1/DiskTargetEnvironment/zone": zone
5617556177
"/backupdr:v1/DisplayDevice": display_device
5617656178
"/backupdr:v1/DisplayDevice/enableDisplay": enable_display
@@ -56469,6 +56471,7 @@
5646956471
"/backupdr:v1/RegionDiskTargetEnvironment/region": region
5647056472
"/backupdr:v1/RegionDiskTargetEnvironment/replicaZones": replica_zones
5647156473
"/backupdr:v1/RegionDiskTargetEnvironment/replicaZones/replica_zone": replica_zone
56474+
"/backupdr:v1/RegionDiskTargetEnvironment/useProjectServiceAccount": use_project_service_account
5647256475
"/backupdr:v1/RegionalMigDistributionPolicy": regional_mig_distribution_policy
5647356476
"/backupdr:v1/RegionalMigDistributionPolicy/targetShape": target_shape
5647456477
"/backupdr:v1/RegionalMigDistributionPolicy/zones": zones

generated/google-apis-backupdr_v1/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-backupdr_v1
22

3+
### v0.57.0 (2026-05-24)
4+
5+
* Regenerated from discovery document revision 20260517
6+
37
### v0.56.0 (2026-05-17)
48

59
* Regenerated from discovery document revision 20260510

generated/google-apis-backupdr_v1/lib/google/apis/backupdr_v1/classes.rb

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2413,6 +2413,13 @@ class ComputeInstanceTargetEnvironment
24132413
# @return [String]
24142414
attr_accessor :project
24152415

2416+
# Optional. Whether to use the project service account for the Compute Engine
2417+
# instance.
2418+
# Corresponds to the JSON property `useProjectServiceAccount`
2419+
# @return [Boolean]
2420+
attr_accessor :use_project_service_account
2421+
alias_method :use_project_service_account?, :use_project_service_account
2422+
24162423
# Required. The zone of the Compute Engine instance.
24172424
# Corresponds to the JSON property `zone`
24182425
# @return [String]
@@ -2425,6 +2432,7 @@ def initialize(**args)
24252432
# Update properties of this object
24262433
def update!(**args)
24272434
@project = args[:project] if args.key?(:project)
2435+
@use_project_service_account = args[:use_project_service_account] if args.key?(:use_project_service_account)
24282436
@zone = args[:zone] if args.key?(:zone)
24292437
end
24302438
end
@@ -3185,6 +3193,12 @@ class DiskTargetEnvironment
31853193
# @return [String]
31863194
attr_accessor :project
31873195

3196+
# Optional. Whether to use the project service account for the disk.
3197+
# Corresponds to the JSON property `useProjectServiceAccount`
3198+
# @return [Boolean]
3199+
attr_accessor :use_project_service_account
3200+
alias_method :use_project_service_account?, :use_project_service_account
3201+
31883202
# Required. Target zone for the disk.
31893203
# Corresponds to the JSON property `zone`
31903204
# @return [String]
@@ -3197,6 +3211,7 @@ def initialize(**args)
31973211
# Update properties of this object
31983212
def update!(**args)
31993213
@project = args[:project] if args.key?(:project)
3214+
@use_project_service_account = args[:use_project_service_account] if args.key?(:use_project_service_account)
32003215
@zone = args[:zone] if args.key?(:zone)
32013216
end
32023217
end
@@ -5196,6 +5211,12 @@ class RegionDiskTargetEnvironment
51965211
# @return [Array<String>]
51975212
attr_accessor :replica_zones
51985213

5214+
# Optional. Whether to use the project service account for the disk.
5215+
# Corresponds to the JSON property `useProjectServiceAccount`
5216+
# @return [Boolean]
5217+
attr_accessor :use_project_service_account
5218+
alias_method :use_project_service_account?, :use_project_service_account
5219+
51995220
def initialize(**args)
52005221
update!(**args)
52015222
end
@@ -5205,6 +5226,7 @@ def update!(**args)
52055226
@project = args[:project] if args.key?(:project)
52065227
@region = args[:region] if args.key?(:region)
52075228
@replica_zones = args[:replica_zones] if args.key?(:replica_zones)
5229+
@use_project_service_account = args[:use_project_service_account] if args.key?(:use_project_service_account)
52085230
end
52095231
end
52105232

generated/google-apis-backupdr_v1/lib/google/apis/backupdr_v1/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module BackupdrV1
1818
# Version of the google-apis-backupdr_v1 gem
19-
GEM_VERSION = "0.56.0"
19+
GEM_VERSION = "0.57.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.18.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20260510"
25+
REVISION = "20260517"
2626
end
2727
end
2828
end

generated/google-apis-backupdr_v1/lib/google/apis/backupdr_v1/representations.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1407,6 +1407,7 @@ class ComputeInstanceTargetEnvironment
14071407
# @private
14081408
class Representation < Google::Apis::Core::JsonRepresentation
14091409
property :project, as: 'project'
1410+
property :use_project_service_account, as: 'useProjectServiceAccount'
14101411
property :zone, as: 'zone'
14111412
end
14121413
end
@@ -1592,6 +1593,7 @@ class DiskTargetEnvironment
15921593
# @private
15931594
class Representation < Google::Apis::Core::JsonRepresentation
15941595
property :project, as: 'project'
1596+
property :use_project_service_account, as: 'useProjectServiceAccount'
15951597
property :zone, as: 'zone'
15961598
end
15971599
end
@@ -2123,6 +2125,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
21232125
property :project, as: 'project'
21242126
property :region, as: 'region'
21252127
collection :replica_zones, as: 'replicaZones'
2128+
property :use_project_service_account, as: 'useProjectServiceAccount'
21262129
end
21272130
end
21282131

0 commit comments

Comments
 (0)