google-apis-backupdr_v1 0.34.0 → 0.36.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: 8fe94f6975c5cb4b5f0af2280e1a309ef8f1618d331765da79d2f27b4a120621
|
4
|
+
data.tar.gz: 53e6ad6109a1cc5ec2c9dbb4bbfd04b24f8f6b47c70c0f7543b8d7d71bf186f9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 577cc87c08acf06e941893ce78a5eae1cea8227c364fbd7cc823ab5d5a640d0f9058b74d0d3ad7fdffc95d8a76c19f8543ef073248862007b8f5d33bcada7b8d
|
7
|
+
data.tar.gz: 5ed0cce55af9f71fe8a618db6fce66e7dbb5b0d26fb7eec3716e36ac9862b8958a65d248a282aed5290515032f71f24e78f4acf4d57fdbbbd28efa1432c7d1b3
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-backupdr_v1
|
2
2
|
|
3
|
+
### v0.36.0 (2025-08-03)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250723
|
6
|
+
|
7
|
+
### v0.35.0 (2025-07-27)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20250720
|
10
|
+
|
3
11
|
### v0.34.0 (2025-07-20)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20250711
|
@@ -463,7 +463,7 @@ module Google
|
|
463
463
|
attr_accessor :backup_type
|
464
464
|
|
465
465
|
# CloudSqlInstanceBackupProperties represents Cloud SQL Instance Backup
|
466
|
-
# properties.
|
466
|
+
# properties.
|
467
467
|
# Corresponds to the JSON property `cloudSqlInstanceBackupProperties`
|
468
468
|
# @return [Google::Apis::BackupdrV1::CloudSqlInstanceBackupProperties]
|
469
469
|
attr_accessor :cloud_sql_instance_backup_properties
|
@@ -871,12 +871,6 @@ module Google
|
|
871
871
|
# @return [String]
|
872
872
|
attr_accessor :last_successful_backup_consistency_time
|
873
873
|
|
874
|
-
# Output only. If the last log backup were successful, this field has the
|
875
|
-
# consistency date.
|
876
|
-
# Corresponds to the JSON property `lastSuccessfulLogBackupConsistencyTime`
|
877
|
-
# @return [String]
|
878
|
-
attr_accessor :last_successful_log_backup_consistency_time
|
879
|
-
|
880
874
|
def initialize(**args)
|
881
875
|
update!(**args)
|
882
876
|
end
|
@@ -888,7 +882,6 @@ module Google
|
|
888
882
|
@last_backup_error = args[:last_backup_error] if args.key?(:last_backup_error)
|
889
883
|
@last_backup_state = args[:last_backup_state] if args.key?(:last_backup_state)
|
890
884
|
@last_successful_backup_consistency_time = args[:last_successful_backup_consistency_time] if args.key?(:last_successful_backup_consistency_time)
|
891
|
-
@last_successful_log_backup_consistency_time = args[:last_successful_log_backup_consistency_time] if args.key?(:last_successful_log_backup_consistency_time)
|
892
885
|
end
|
893
886
|
end
|
894
887
|
|
@@ -1032,8 +1025,7 @@ module Google
|
|
1032
1025
|
class BackupPlan
|
1033
1026
|
include Google::Apis::Core::Hashable
|
1034
1027
|
|
1035
|
-
#
|
1036
|
-
# BackupRule` message.
|
1028
|
+
# Optional. The backup rules for this `BackupPlan`.
|
1037
1029
|
# Corresponds to the JSON property `backupRules`
|
1038
1030
|
# @return [Array<Google::Apis::BackupdrV1::BackupRule>]
|
1039
1031
|
attr_accessor :backup_rules
|
@@ -1079,9 +1071,9 @@ module Google
|
|
1079
1071
|
# @return [Hash<String,String>]
|
1080
1072
|
attr_accessor :labels
|
1081
1073
|
|
1082
|
-
# Optional.
|
1083
|
-
# stored. It is defined in “days”. This value should be greater than or
|
1084
|
-
# minimum enforced log retention duration of the backup vault.
|
1074
|
+
# Optional. Applicable only for CloudSQL resource_type. Configures how long logs
|
1075
|
+
# will be stored. It is defined in “days”. This value should be greater than or
|
1076
|
+
# equal to minimum enforced log retention duration of the backup vault.
|
1085
1077
|
# Corresponds to the JSON property `logRetentionDays`
|
1086
1078
|
# @return [Fixnum]
|
1087
1079
|
attr_accessor :log_retention_days
|
@@ -1092,7 +1084,9 @@ module Google
|
|
1092
1084
|
# @return [String]
|
1093
1085
|
attr_accessor :name
|
1094
1086
|
|
1095
|
-
# Required.
|
1087
|
+
# Required. The resource type to which the `BackupPlan` will be applied.
|
1088
|
+
# Examples include, "compute.googleapis.com/Instance", "sqladmin.googleapis.com/
|
1089
|
+
# Instance", "alloydb.googleapis.com/Cluster", "compute.googleapis.com/Disk".
|
1096
1090
|
# Corresponds to the JSON property `resourceType`
|
1097
1091
|
# @return [String]
|
1098
1092
|
attr_accessor :resource_type
|
@@ -1206,7 +1200,7 @@ module Google
|
|
1206
1200
|
# @return [String]
|
1207
1201
|
attr_accessor :resource
|
1208
1202
|
|
1209
|
-
# Required. Immutable.
|
1203
|
+
# Required. Immutable. Resource type of workload on which backupplan is applied
|
1210
1204
|
# Corresponds to the JSON property `resourceType`
|
1211
1205
|
# @return [String]
|
1212
1206
|
attr_accessor :resource_type
|
@@ -1622,7 +1616,7 @@ module Google
|
|
1622
1616
|
end
|
1623
1617
|
|
1624
1618
|
# CloudSqlInstanceBackupProperties represents Cloud SQL Instance Backup
|
1625
|
-
# properties.
|
1619
|
+
# properties.
|
1626
1620
|
class CloudSqlInstanceBackupProperties
|
1627
1621
|
include Google::Apis::Core::Hashable
|
1628
1622
|
|
@@ -1664,7 +1658,7 @@ module Google
|
|
1664
1658
|
end
|
1665
1659
|
|
1666
1660
|
# CloudSqlInstanceDataSourceProperties represents the properties of a Cloud SQL
|
1667
|
-
# resource that are stored in the DataSource.
|
1661
|
+
# resource that are stored in the DataSource.
|
1668
1662
|
class CloudSqlInstanceDataSourceProperties
|
1669
1663
|
include Google::Apis::Core::Hashable
|
1670
1664
|
|
@@ -1704,7 +1698,7 @@ module Google
|
|
1704
1698
|
end
|
1705
1699
|
|
1706
1700
|
# CloudSqlInstanceDataSourceReferenceProperties represents the properties of a
|
1707
|
-
# Cloud SQL resource that are stored in the DataSourceReference.
|
1701
|
+
# Cloud SQL resource that are stored in the DataSourceReference.
|
1708
1702
|
class CloudSqlInstanceDataSourceReferenceProperties
|
1709
1703
|
include Google::Apis::Core::Hashable
|
1710
1704
|
|
@@ -2384,7 +2378,7 @@ module Google
|
|
2384
2378
|
include Google::Apis::Core::Hashable
|
2385
2379
|
|
2386
2380
|
# CloudSqlInstanceDataSourceProperties represents the properties of a Cloud SQL
|
2387
|
-
# resource that are stored in the DataSource.
|
2381
|
+
# resource that are stored in the DataSource.
|
2388
2382
|
# Corresponds to the JSON property `cloudSqlInstanceDatasourceProperties`
|
2389
2383
|
# @return [Google::Apis::BackupdrV1::CloudSqlInstanceDataSourceProperties]
|
2390
2384
|
attr_accessor :cloud_sql_instance_datasource_properties
|
@@ -2437,7 +2431,7 @@ module Google
|
|
2437
2431
|
include Google::Apis::Core::Hashable
|
2438
2432
|
|
2439
2433
|
# CloudSqlInstanceDataSourceReferenceProperties represents the properties of a
|
2440
|
-
# Cloud SQL resource that are stored in the DataSourceReference.
|
2434
|
+
# Cloud SQL resource that are stored in the DataSourceReference.
|
2441
2435
|
# Corresponds to the JSON property `cloudSqlInstanceProperties`
|
2442
2436
|
# @return [Google::Apis::BackupdrV1::CloudSqlInstanceDataSourceReferenceProperties]
|
2443
2437
|
attr_accessor :cloud_sql_instance_properties
|
@@ -2693,7 +2687,7 @@ module Google
|
|
2693
2687
|
# @return [Array<String>]
|
2694
2688
|
attr_accessor :licenses
|
2695
2689
|
|
2696
|
-
# Required. Name of the disk
|
2690
|
+
# Required. Name of the disk.
|
2697
2691
|
# Corresponds to the JSON property `name`
|
2698
2692
|
# @return [String]
|
2699
2693
|
attr_accessor :name
|
@@ -5170,7 +5164,8 @@ module Google
|
|
5170
5164
|
# @return [String]
|
5171
5165
|
attr_accessor :request_id
|
5172
5166
|
|
5173
|
-
#
|
5167
|
+
# Optional. backup rule_id for which a backup needs to be triggered. If not
|
5168
|
+
# specified, on-demand backup with custom retention will be triggered.
|
5174
5169
|
# Corresponds to the JSON property `ruleId`
|
5175
5170
|
# @return [String]
|
5176
5171
|
attr_accessor :rule_id
|
@@ -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.36.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 = "20250723"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -912,7 +912,6 @@ module Google
|
|
912
912
|
|
913
913
|
property :last_backup_state, as: 'lastBackupState'
|
914
914
|
property :last_successful_backup_consistency_time, as: 'lastSuccessfulBackupConsistencyTime'
|
915
|
-
property :last_successful_log_backup_consistency_time, as: 'lastSuccessfulLogBackupConsistencyTime'
|
916
915
|
end
|
917
916
|
end
|
918
917
|
|
@@ -357,7 +357,7 @@ module Google
|
|
357
357
|
execute_or_queue_command(command, &block)
|
358
358
|
end
|
359
359
|
|
360
|
-
# Update a BackupPlanAssociation
|
360
|
+
# Update a BackupPlanAssociation.
|
361
361
|
# @param [String] name
|
362
362
|
# Output only. Identifier. The resource name of BackupPlanAssociation in below
|
363
363
|
# format Format : projects/`project`/locations/`location`/backupPlanAssociations/
|
@@ -626,7 +626,7 @@ module Google
|
|
626
626
|
execute_or_queue_command(command, &block)
|
627
627
|
end
|
628
628
|
|
629
|
-
# Update a BackupPlan
|
629
|
+
# Update a BackupPlan.
|
630
630
|
# @param [String] name
|
631
631
|
# Output only. Identifier. The resource name of the `BackupPlan`. Format: `
|
632
632
|
# projects/`project`/locations/`location`/backupPlans/`backup_plan``
|
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.36.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.36.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:
|