google-apis-backupdr_v1 0.48.0 → 0.49.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ad7a37fb56057a028c15a9fe24b4122553f8e3b078d87bbe01b9241eae8f257a
|
|
4
|
+
data.tar.gz: 399a9f7520e8fbc92d69fb0fc193280b5b03b49a27cd72579aa7c6189eae93bd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6fd8194e8f4d9382e732528a0f63d8fc2976ed5ea649c3d857b5c75ee1a1b2205523fb81eb29dd8a9aab817eee82622f2ebbac4a3f0759a29ca8bcc7bf55a948
|
|
7
|
+
data.tar.gz: b006c9f2dd8ab364ae60c685c7b9353d90e41956475b8f67c0f9e059654d3450434c4fcda51650f02e733f3e681a50f35e46595f39728770be4411d326821112
|
data/CHANGELOG.md
CHANGED
|
@@ -246,6 +246,19 @@ module Google
|
|
|
246
246
|
end
|
|
247
247
|
end
|
|
248
248
|
|
|
249
|
+
# Properties for an AlloyDB cluster backup plan association.
|
|
250
|
+
class AlloyDbClusterBackupPlanAssociationProperties
|
|
251
|
+
include Google::Apis::Core::Hashable
|
|
252
|
+
|
|
253
|
+
def initialize(**args)
|
|
254
|
+
update!(**args)
|
|
255
|
+
end
|
|
256
|
+
|
|
257
|
+
# Update properties of this object
|
|
258
|
+
def update!(**args)
|
|
259
|
+
end
|
|
260
|
+
end
|
|
261
|
+
|
|
249
262
|
# AlloyDBClusterDataSourceProperties represents the properties of a AlloyDB
|
|
250
263
|
# cluster resource that are stored in the DataSource. .
|
|
251
264
|
class AlloyDbClusterDataSourceProperties
|
|
@@ -851,14 +864,14 @@ module Google
|
|
|
851
864
|
# @return [String]
|
|
852
865
|
attr_accessor :backup_config_source_display_name
|
|
853
866
|
|
|
854
|
-
# BackupDrPlanConfig has additional information about Backup and DR'
|
|
855
|
-
# backup configuration.
|
|
867
|
+
# BackupDrPlanConfig has additional information about Google Cloud Backup and DR'
|
|
868
|
+
# s Plan backup configuration.
|
|
856
869
|
# Corresponds to the JSON property `backupDrPlanConfig`
|
|
857
870
|
# @return [Google::Apis::BackupdrV1::BackupDrPlanConfig]
|
|
858
871
|
attr_accessor :backup_dr_plan_config
|
|
859
872
|
|
|
860
|
-
#
|
|
861
|
-
#
|
|
873
|
+
# Provides additional information about Google Cloud Backup and DR's Template
|
|
874
|
+
# backup configuration.
|
|
862
875
|
# Corresponds to the JSON property `backupDrTemplateConfig`
|
|
863
876
|
# @return [Google::Apis::BackupdrV1::BackupDrTemplateConfig]
|
|
864
877
|
attr_accessor :backup_dr_template_config
|
|
@@ -970,8 +983,8 @@ module Google
|
|
|
970
983
|
end
|
|
971
984
|
end
|
|
972
985
|
|
|
973
|
-
# BackupDrPlanConfig has additional information about Backup and DR'
|
|
974
|
-
# backup configuration.
|
|
986
|
+
# BackupDrPlanConfig has additional information about Google Cloud Backup and DR'
|
|
987
|
+
# s Plan backup configuration.
|
|
975
988
|
class BackupDrPlanConfig
|
|
976
989
|
include Google::Apis::Core::Hashable
|
|
977
990
|
|
|
@@ -1016,8 +1029,8 @@ module Google
|
|
|
1016
1029
|
end
|
|
1017
1030
|
end
|
|
1018
1031
|
|
|
1019
|
-
#
|
|
1020
|
-
#
|
|
1032
|
+
# Provides additional information about Google Cloud Backup and DR's Template
|
|
1033
|
+
# backup configuration.
|
|
1021
1034
|
class BackupDrTemplateConfig
|
|
1022
1035
|
include Google::Apis::Core::Hashable
|
|
1023
1036
|
|
|
@@ -1154,9 +1167,9 @@ module Google
|
|
|
1154
1167
|
# @return [String]
|
|
1155
1168
|
attr_accessor :backup_vault
|
|
1156
1169
|
|
|
1157
|
-
# Output only. The Google Cloud
|
|
1158
|
-
#
|
|
1159
|
-
#
|
|
1170
|
+
# Output only. The Google Cloud service account to be used by the BackupVault
|
|
1171
|
+
# for taking backups. Specify the email address of the Backup Vault Service
|
|
1172
|
+
# Account.
|
|
1160
1173
|
# Corresponds to the JSON property `backupVaultServiceAccount`
|
|
1161
1174
|
# @return [String]
|
|
1162
1175
|
attr_accessor :backup_vault_service_account
|
|
@@ -1188,9 +1201,9 @@ module Google
|
|
|
1188
1201
|
# @return [Hash<String,String>]
|
|
1189
1202
|
attr_accessor :labels
|
|
1190
1203
|
|
|
1191
|
-
# Optional. Applicable only for
|
|
1192
|
-
# will be stored. It is defined in “days”. This value should be greater
|
|
1193
|
-
# equal to minimum enforced log retention duration of the backup vault.
|
|
1204
|
+
# Optional. Applicable only for Cloud SQL resource_type. Configures how long
|
|
1205
|
+
# logs will be stored. It is defined in “days”. This value should be greater
|
|
1206
|
+
# than or equal to minimum enforced log retention duration of the backup vault.
|
|
1194
1207
|
# Corresponds to the JSON property `logRetentionDays`
|
|
1195
1208
|
# @return [Fixnum]
|
|
1196
1209
|
attr_accessor :log_retention_days
|
|
@@ -1273,6 +1286,11 @@ module Google
|
|
|
1273
1286
|
class BackupPlanAssociation
|
|
1274
1287
|
include Google::Apis::Core::Hashable
|
|
1275
1288
|
|
|
1289
|
+
# Properties for an AlloyDB cluster backup plan association.
|
|
1290
|
+
# Corresponds to the JSON property `alloydbClusterBackupPlanAssociationProperties`
|
|
1291
|
+
# @return [Google::Apis::BackupdrV1::AlloyDbClusterBackupPlanAssociationProperties]
|
|
1292
|
+
attr_accessor :alloydb_cluster_backup_plan_association_properties
|
|
1293
|
+
|
|
1276
1294
|
# Required. Resource name of backup plan which needs to be applied on workload.
|
|
1277
1295
|
# Format: projects/`project`/locations/`location`/backupPlans/`backupPlanId`
|
|
1278
1296
|
# Corresponds to the JSON property `backupPlan`
|
|
@@ -1309,6 +1327,11 @@ module Google
|
|
|
1309
1327
|
# @return [String]
|
|
1310
1328
|
attr_accessor :data_source
|
|
1311
1329
|
|
|
1330
|
+
# Filestore instance's BPA properties.
|
|
1331
|
+
# Corresponds to the JSON property `filestoreInstanceBackupPlanAssociationProperties`
|
|
1332
|
+
# @return [Google::Apis::BackupdrV1::FilestoreInstanceBackupPlanAssociationProperties]
|
|
1333
|
+
attr_accessor :filestore_instance_backup_plan_association_properties
|
|
1334
|
+
|
|
1312
1335
|
# Output only. Identifier. The resource name of BackupPlanAssociation in below
|
|
1313
1336
|
# format Format : projects/`project`/locations/`location`/backupPlanAssociations/
|
|
1314
1337
|
# `backupPlanAssociationId`
|
|
@@ -1351,12 +1374,14 @@ module Google
|
|
|
1351
1374
|
|
|
1352
1375
|
# Update properties of this object
|
|
1353
1376
|
def update!(**args)
|
|
1377
|
+
@alloydb_cluster_backup_plan_association_properties = args[:alloydb_cluster_backup_plan_association_properties] if args.key?(:alloydb_cluster_backup_plan_association_properties)
|
|
1354
1378
|
@backup_plan = args[:backup_plan] if args.key?(:backup_plan)
|
|
1355
1379
|
@backup_plan_revision_id = args[:backup_plan_revision_id] if args.key?(:backup_plan_revision_id)
|
|
1356
1380
|
@backup_plan_revision_name = args[:backup_plan_revision_name] if args.key?(:backup_plan_revision_name)
|
|
1357
1381
|
@cloud_sql_instance_backup_plan_association_properties = args[:cloud_sql_instance_backup_plan_association_properties] if args.key?(:cloud_sql_instance_backup_plan_association_properties)
|
|
1358
1382
|
@create_time = args[:create_time] if args.key?(:create_time)
|
|
1359
1383
|
@data_source = args[:data_source] if args.key?(:data_source)
|
|
1384
|
+
@filestore_instance_backup_plan_association_properties = args[:filestore_instance_backup_plan_association_properties] if args.key?(:filestore_instance_backup_plan_association_properties)
|
|
1360
1385
|
@name = args[:name] if args.key?(:name)
|
|
1361
1386
|
@resource = args[:resource] if args.key?(:resource)
|
|
1362
1387
|
@resource_type = args[:resource_type] if args.key?(:resource_type)
|
|
@@ -1599,17 +1624,17 @@ module Google
|
|
|
1599
1624
|
class BackupWindow
|
|
1600
1625
|
include Google::Apis::Core::Hashable
|
|
1601
1626
|
|
|
1602
|
-
# Required. The hour of day (1-24) when the window end for
|
|
1603
|
-
# hour of day is 10 that mean backup window end time is 10:00. End hour of
|
|
1604
|
-
# should be greater than start hour of day. 0 <= start_hour_of_day <
|
|
1627
|
+
# Required. The hour of day (1-24) when the window end for example if value of
|
|
1628
|
+
# end hour of day is 10 that mean backup window end time is 10:00. End hour of
|
|
1629
|
+
# day should be greater than start hour of day. 0 <= start_hour_of_day <
|
|
1605
1630
|
# end_hour_of_day <= 24 End hour of day is not include in backup window that
|
|
1606
1631
|
# mean if end_hour_of_day= 10 jobs should start before 10:00.
|
|
1607
1632
|
# Corresponds to the JSON property `endHourOfDay`
|
|
1608
1633
|
# @return [Fixnum]
|
|
1609
1634
|
attr_accessor :end_hour_of_day
|
|
1610
1635
|
|
|
1611
|
-
# Required. The hour of day (0-23) when the window starts for
|
|
1612
|
-
# start hour of day is 6 that mean backup window start at 6:00.
|
|
1636
|
+
# Required. The hour of day (0-23) when the window starts for example if value
|
|
1637
|
+
# of start hour of day is 6 that mean backup window start at 6:00.
|
|
1613
1638
|
# Corresponds to the JSON property `startHourOfDay`
|
|
1614
1639
|
# @return [Fixnum]
|
|
1615
1640
|
attr_accessor :start_hour_of_day
|
|
@@ -2588,7 +2613,7 @@ module Google
|
|
|
2588
2613
|
end
|
|
2589
2614
|
end
|
|
2590
2615
|
|
|
2591
|
-
# The
|
|
2616
|
+
# The Google Cloud resource that the DataSource is associated with.
|
|
2592
2617
|
class DataSourceGcpResourceInfo
|
|
2593
2618
|
include Google::Apis::Core::Hashable
|
|
2594
2619
|
|
|
@@ -2598,18 +2623,20 @@ module Google
|
|
|
2598
2623
|
# @return [Google::Apis::BackupdrV1::CloudSqlInstanceDataSourceReferenceProperties]
|
|
2599
2624
|
attr_accessor :cloud_sql_instance_properties
|
|
2600
2625
|
|
|
2601
|
-
# Output only. The resource name of the
|
|
2602
|
-
# zones/`zone`/instances/`instance`
|
|
2626
|
+
# Output only. The resource name of the Google Cloud resource. Ex: projects/`
|
|
2627
|
+
# project`/zones/`zone`/instances/`instance`
|
|
2603
2628
|
# Corresponds to the JSON property `gcpResourcename`
|
|
2604
2629
|
# @return [String]
|
|
2605
2630
|
attr_accessor :gcp_resourcename
|
|
2606
2631
|
|
|
2607
|
-
# Output only. The location of the
|
|
2632
|
+
# Output only. The location of the Google Cloud resource. Ex: //"global"/"
|
|
2633
|
+
# unspecified"
|
|
2608
2634
|
# Corresponds to the JSON property `location`
|
|
2609
2635
|
# @return [String]
|
|
2610
2636
|
attr_accessor :location
|
|
2611
2637
|
|
|
2612
|
-
# Output only. The type of the
|
|
2638
|
+
# Output only. The type of the Google Cloud resource. Ex: compute.googleapis.com/
|
|
2639
|
+
# Instance
|
|
2613
2640
|
# Corresponds to the JSON property `type`
|
|
2614
2641
|
# @return [String]
|
|
2615
2642
|
attr_accessor :type
|
|
@@ -2657,7 +2684,7 @@ module Google
|
|
|
2657
2684
|
# @return [Fixnum]
|
|
2658
2685
|
attr_accessor :data_source_backup_count
|
|
2659
2686
|
|
|
2660
|
-
# The
|
|
2687
|
+
# The Google Cloud resource that the DataSource is associated with.
|
|
2661
2688
|
# Corresponds to the JSON property `dataSourceGcpResourceInfo`
|
|
2662
2689
|
# @return [Google::Apis::BackupdrV1::DataSourceGcpResourceInfo]
|
|
2663
2690
|
attr_accessor :data_source_gcp_resource_info
|
|
@@ -3317,8 +3344,8 @@ module Google
|
|
|
3317
3344
|
class FetchMsComplianceMetadataResponse
|
|
3318
3345
|
include Google::Apis::Core::Hashable
|
|
3319
3346
|
|
|
3320
|
-
# The ms compliance metadata of the target project, if the project is an
|
|
3321
|
-
#
|
|
3347
|
+
# The ms compliance metadata of the target project, if the project is an Assured
|
|
3348
|
+
# Workloads project, values will be true, otherwise false.
|
|
3322
3349
|
# Corresponds to the JSON property `isAssuredWorkload`
|
|
3323
3350
|
# @return [Boolean]
|
|
3324
3351
|
attr_accessor :is_assured_workload
|
|
@@ -3369,6 +3396,25 @@ module Google
|
|
|
3369
3396
|
end
|
|
3370
3397
|
end
|
|
3371
3398
|
|
|
3399
|
+
# Filestore instance's BPA properties.
|
|
3400
|
+
class FilestoreInstanceBackupPlanAssociationProperties
|
|
3401
|
+
include Google::Apis::Core::Hashable
|
|
3402
|
+
|
|
3403
|
+
# Output only. The time when the instance was created.
|
|
3404
|
+
# Corresponds to the JSON property `instanceCreateTime`
|
|
3405
|
+
# @return [String]
|
|
3406
|
+
attr_accessor :instance_create_time
|
|
3407
|
+
|
|
3408
|
+
def initialize(**args)
|
|
3409
|
+
update!(**args)
|
|
3410
|
+
end
|
|
3411
|
+
|
|
3412
|
+
# Update properties of this object
|
|
3413
|
+
def update!(**args)
|
|
3414
|
+
@instance_create_time = args[:instance_create_time] if args.key?(:instance_create_time)
|
|
3415
|
+
end
|
|
3416
|
+
end
|
|
3417
|
+
|
|
3372
3418
|
# Message for finalizing a Backup.
|
|
3373
3419
|
class FinalizeBackupRequest
|
|
3374
3420
|
include Google::Apis::Core::Hashable
|
|
@@ -3626,7 +3672,7 @@ module Google
|
|
|
3626
3672
|
# request ID so that if you must retry your request, the server will know to
|
|
3627
3673
|
# ignore the request if it has already been completed. The server will guarantee
|
|
3628
3674
|
# that for at least 60 minutes since the first request. For example, consider a
|
|
3629
|
-
# situation where you make an initial request and
|
|
3675
|
+
# situation where you make an initial request and the request times out. If you
|
|
3630
3676
|
# make the request again with the same request ID, the server can check if
|
|
3631
3677
|
# original operation with the same request ID was received, and if so, will
|
|
3632
3678
|
# ignore the second request. This prevents clients from accidentally creating
|
|
@@ -4224,9 +4270,9 @@ module Google
|
|
|
4224
4270
|
attr_accessor :networks
|
|
4225
4271
|
|
|
4226
4272
|
# Output only. The OAuth 2.0 client id is required to make API calls to the
|
|
4227
|
-
#
|
|
4228
|
-
# be provided in the 'aud' field of the OIDC ID Token (see openid
|
|
4229
|
-
# https://openid.net/specs/openid-connect-core-1_0.html#IDToken).
|
|
4273
|
+
# Backup and DR instance API of this ManagementServer. This is the value that
|
|
4274
|
+
# should be provided in the 'aud' field of the OIDC ID Token (see openid
|
|
4275
|
+
# specification https://openid.net/specs/openid-connect-core-1_0.html#IDToken).
|
|
4230
4276
|
# Corresponds to the JSON property `oauth2ClientId`
|
|
4231
4277
|
# @return [String]
|
|
4232
4278
|
attr_accessor :oauth2_client_id
|
|
@@ -5351,7 +5397,7 @@ module Google
|
|
|
5351
5397
|
# Required. The time zone to be used when interpreting the schedule. The value
|
|
5352
5398
|
# of this field must be a time zone name from the IANA tz database. See https://
|
|
5353
5399
|
# en.wikipedia.org/wiki/List_of_tz_database_time_zones for the list of valid
|
|
5354
|
-
# timezone names. For
|
|
5400
|
+
# timezone names. For example, Europe/Paris.
|
|
5355
5401
|
# Corresponds to the JSON property `timeZone`
|
|
5356
5402
|
# @return [String]
|
|
5357
5403
|
attr_accessor :time_zone
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module BackupdrV1
|
|
18
18
|
# Version of the google-apis-backupdr_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.49.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20251227"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -58,6 +58,12 @@ module Google
|
|
|
58
58
|
include Google::Apis::Core::JsonObjectSupport
|
|
59
59
|
end
|
|
60
60
|
|
|
61
|
+
class AlloyDbClusterBackupPlanAssociationProperties
|
|
62
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
63
|
+
|
|
64
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
65
|
+
end
|
|
66
|
+
|
|
61
67
|
class AlloyDbClusterDataSourceProperties
|
|
62
68
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
63
69
|
|
|
@@ -418,6 +424,12 @@ module Google
|
|
|
418
424
|
include Google::Apis::Core::JsonObjectSupport
|
|
419
425
|
end
|
|
420
426
|
|
|
427
|
+
class FilestoreInstanceBackupPlanAssociationProperties
|
|
428
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
429
|
+
|
|
430
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
431
|
+
end
|
|
432
|
+
|
|
421
433
|
class FinalizeBackupRequest
|
|
422
434
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
423
435
|
|
|
@@ -828,6 +840,12 @@ module Google
|
|
|
828
840
|
end
|
|
829
841
|
end
|
|
830
842
|
|
|
843
|
+
class AlloyDbClusterBackupPlanAssociationProperties
|
|
844
|
+
# @private
|
|
845
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
846
|
+
end
|
|
847
|
+
end
|
|
848
|
+
|
|
831
849
|
class AlloyDbClusterDataSourceProperties
|
|
832
850
|
# @private
|
|
833
851
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -1076,6 +1094,8 @@ module Google
|
|
|
1076
1094
|
class BackupPlanAssociation
|
|
1077
1095
|
# @private
|
|
1078
1096
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1097
|
+
property :alloydb_cluster_backup_plan_association_properties, as: 'alloydbClusterBackupPlanAssociationProperties', class: Google::Apis::BackupdrV1::AlloyDbClusterBackupPlanAssociationProperties, decorator: Google::Apis::BackupdrV1::AlloyDbClusterBackupPlanAssociationProperties::Representation
|
|
1098
|
+
|
|
1079
1099
|
property :backup_plan, as: 'backupPlan'
|
|
1080
1100
|
property :backup_plan_revision_id, as: 'backupPlanRevisionId'
|
|
1081
1101
|
property :backup_plan_revision_name, as: 'backupPlanRevisionName'
|
|
@@ -1083,6 +1103,8 @@ module Google
|
|
|
1083
1103
|
|
|
1084
1104
|
property :create_time, as: 'createTime'
|
|
1085
1105
|
property :data_source, as: 'dataSource'
|
|
1106
|
+
property :filestore_instance_backup_plan_association_properties, as: 'filestoreInstanceBackupPlanAssociationProperties', class: Google::Apis::BackupdrV1::FilestoreInstanceBackupPlanAssociationProperties, decorator: Google::Apis::BackupdrV1::FilestoreInstanceBackupPlanAssociationProperties::Representation
|
|
1107
|
+
|
|
1086
1108
|
property :name, as: 'name'
|
|
1087
1109
|
property :resource, as: 'resource'
|
|
1088
1110
|
property :resource_type, as: 'resourceType'
|
|
@@ -1585,6 +1607,13 @@ module Google
|
|
|
1585
1607
|
end
|
|
1586
1608
|
end
|
|
1587
1609
|
|
|
1610
|
+
class FilestoreInstanceBackupPlanAssociationProperties
|
|
1611
|
+
# @private
|
|
1612
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1613
|
+
property :instance_create_time, as: 'instanceCreateTime'
|
|
1614
|
+
end
|
|
1615
|
+
end
|
|
1616
|
+
|
|
1588
1617
|
class FinalizeBackupRequest
|
|
1589
1618
|
# @private
|
|
1590
1619
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -163,8 +163,8 @@ module Google
|
|
|
163
163
|
# Create a BackupPlanAssociation
|
|
164
164
|
# @param [String] parent
|
|
165
165
|
# Required. The backup plan association project and location in the format `
|
|
166
|
-
# projects/`project_id`/locations/`location``. In
|
|
167
|
-
#
|
|
166
|
+
# projects/`project_id`/locations/`location``. In Backup and DR locations map to
|
|
167
|
+
# Google Cloud regions, for example **us-central1**.
|
|
168
168
|
# @param [Google::Apis::BackupdrV1::BackupPlanAssociation] backup_plan_association_object
|
|
169
169
|
# @param [String] backup_plan_association_id
|
|
170
170
|
# Required. The name of the backup plan association to create. The name must be
|
|
@@ -280,7 +280,8 @@ module Google
|
|
|
280
280
|
# FetchBackupPlanAssociationsForResourceType` must match the call that provided
|
|
281
281
|
# the page token.
|
|
282
282
|
# @param [String] resource_type
|
|
283
|
-
# Required. The type of the
|
|
283
|
+
# Required. The type of the Google Cloud resource. Ex: sql.googleapis.com/
|
|
284
|
+
# Instance
|
|
284
285
|
# @param [String] fields
|
|
285
286
|
# Selector specifying which fields to include in a partial response.
|
|
286
287
|
# @param [String] quota_user
|
|
@@ -349,9 +350,9 @@ module Google
|
|
|
349
350
|
# @param [String] parent
|
|
350
351
|
# Required. The project and location for which to retrieve backup Plan
|
|
351
352
|
# Associations information, in the format `projects/`project_id`/locations/`
|
|
352
|
-
# location``. In
|
|
353
|
-
# central1**. To retrieve backup plan associations for all
|
|
354
|
-
# for the ``location`` value.
|
|
353
|
+
# location``. In Backup and DR, locations map to Google Cloud regions, for
|
|
354
|
+
# example **us-central1**. To retrieve backup plan associations for all
|
|
355
|
+
# locations, use "-" for the ``location`` value.
|
|
355
356
|
# @param [String] filter
|
|
356
357
|
# Optional. Filtering results
|
|
357
358
|
# @param [Fixnum] page_size
|
|
@@ -482,8 +483,8 @@ module Google
|
|
|
482
483
|
# Create a BackupPlan
|
|
483
484
|
# @param [String] parent
|
|
484
485
|
# Required. The `BackupPlan` project and location in the format `projects/`
|
|
485
|
-
# project`/locations/`location``. In Cloud
|
|
486
|
-
# for example **us-central1**.
|
|
486
|
+
# project`/locations/`location``. In Google Cloud Backup and DR locations map to
|
|
487
|
+
# Google Cloud regions, for example **us-central1**.
|
|
487
488
|
# @param [Google::Apis::BackupdrV1::BackupPlan] backup_plan_object
|
|
488
489
|
# @param [String] backup_plan_id
|
|
489
490
|
# Required. The name of the `BackupPlan` to create. The name must be unique for
|
|
@@ -609,9 +610,10 @@ module Google
|
|
|
609
610
|
# Lists BackupPlans in a given project and location.
|
|
610
611
|
# @param [String] parent
|
|
611
612
|
# Required. The project and location for which to retrieve `BackupPlans`
|
|
612
|
-
# information. Format: `projects/`project`/locations/`location``. In
|
|
613
|
-
#
|
|
614
|
-
# backup plans for all locations, use "-" for the ``
|
|
613
|
+
# information. Format: `projects/`project`/locations/`location``. In Google
|
|
614
|
+
# Cloud Backup and DR, locations map to Google Cloud regions, for example **us-
|
|
615
|
+
# central1**. To retrieve backup plans for all locations, use "-" for the ``
|
|
616
|
+
# location`` value.
|
|
615
617
|
# @param [String] filter
|
|
616
618
|
# Optional. Field match expression used to filter the results.
|
|
617
619
|
# @param [String] order_by
|
|
@@ -749,8 +751,8 @@ module Google
|
|
|
749
751
|
# @param [String] parent
|
|
750
752
|
# Required. The project and location for which to retrieve `BackupPlanRevisions`
|
|
751
753
|
# information. Format: `projects/`project`/locations/`location`/backupPlans/`
|
|
752
|
-
# backup_plan``. In Cloud
|
|
753
|
-
# central1**.
|
|
754
|
+
# backup_plan``. In Google Cloud Backup and DR, locations map to Google Cloud
|
|
755
|
+
# regions, for example **us-central1**.
|
|
754
756
|
# @param [Fixnum] page_size
|
|
755
757
|
# Optional. The maximum number of `BackupPlans` to return in a single response.
|
|
756
758
|
# If not specified, a default value will be chosen by the service. Note that the
|
|
@@ -1556,7 +1558,8 @@ module Google
|
|
|
1556
1558
|
# When paginating, all other parameters provided to `FetchBackupsForResourceType`
|
|
1557
1559
|
# must match the call that provided the page token.
|
|
1558
1560
|
# @param [String] resource_type
|
|
1559
|
-
# Required. The type of the
|
|
1561
|
+
# Required. The type of the Google Cloud resource. Ex: sqladmin.googleapis.com/
|
|
1562
|
+
# Instance
|
|
1560
1563
|
# @param [String] view
|
|
1561
1564
|
# Optional. This parameter is used to specify the view of the backup. If not
|
|
1562
1565
|
# specified, the default view is BASIC.
|
|
@@ -1797,7 +1800,8 @@ module Google
|
|
|
1797
1800
|
# FetchDataSourceReferencesForResourceType` must match the call that provided
|
|
1798
1801
|
# the page token.
|
|
1799
1802
|
# @param [String] resource_type
|
|
1800
|
-
# Required. The type of the
|
|
1803
|
+
# Required. The type of the Google Cloud resource. Ex: sql.googleapis.com/
|
|
1804
|
+
# Instance
|
|
1801
1805
|
# @param [String] fields
|
|
1802
1806
|
# Selector specifying which fields to include in a partial response.
|
|
1803
1807
|
# @param [String] quota_user
|
|
@@ -2089,9 +2093,9 @@ module Google
|
|
|
2089
2093
|
# @param [String] parent
|
|
2090
2094
|
# Required. The project and location for which to retrieve management servers
|
|
2091
2095
|
# information, in the format 'projects/`project_id`/locations/`location`'. In
|
|
2092
|
-
# Cloud
|
|
2093
|
-
# central1**. To retrieve management servers for all locations, use "-" for
|
|
2094
|
-
# `location`' value.
|
|
2096
|
+
# Google Cloud Backup and DR, locations map to Google Cloud regions, for example
|
|
2097
|
+
# **us-central1**. To retrieve management servers for all locations, use "-" for
|
|
2098
|
+
# the '`location`' value.
|
|
2095
2099
|
# @param [String] filter
|
|
2096
2100
|
# Optional. Filtering results.
|
|
2097
2101
|
# @param [String] order_by
|
|
@@ -2136,8 +2140,8 @@ module Google
|
|
|
2136
2140
|
# @param [String] parent
|
|
2137
2141
|
# Required. The project and location to be used to check CSS metadata for target
|
|
2138
2142
|
# project information, in the format 'projects/`project_id`/locations/`location`'
|
|
2139
|
-
# . In Cloud
|
|
2140
|
-
# central1**.
|
|
2143
|
+
# . In Google Cloud Backup and DR, locations map to Google Cloud regions, for
|
|
2144
|
+
# example **us-central1**.
|
|
2141
2145
|
# @param [Google::Apis::BackupdrV1::FetchMsComplianceMetadataRequest] fetch_ms_compliance_metadata_request_object
|
|
2142
2146
|
# @param [String] fields
|
|
2143
2147
|
# Selector specifying which fields to include in a partial response.
|
|
@@ -2400,8 +2404,9 @@ module Google
|
|
|
2400
2404
|
# Lists ResourceBackupConfigs.
|
|
2401
2405
|
# @param [String] parent
|
|
2402
2406
|
# Required. The project and location for which to retrieve resource backup
|
|
2403
|
-
# configs. Format: 'projects/`project_id`/locations/`location`'. In Cloud
|
|
2404
|
-
# and DR, locations map to Google Cloud regions, for example **us-
|
|
2407
|
+
# configs. Format: 'projects/`project_id`/locations/`location`'. In Google Cloud
|
|
2408
|
+
# Backup and DR, locations map to Google Cloud regions, for example **us-
|
|
2409
|
+
# central1**.
|
|
2405
2410
|
# @param [String] filter
|
|
2406
2411
|
# Optional. Filtering results.
|
|
2407
2412
|
# @param [String] order_by
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-backupdr_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.49.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -57,7 +57,7 @@ licenses:
|
|
|
57
57
|
metadata:
|
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-backupdr_v1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-backupdr_v1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-backupdr_v1/v0.49.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-backupdr_v1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|