google-apis-backupdr_v1 0.35.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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/backupdr_v1/classes.rb +17 -15
- data/lib/google/apis/backupdr_v1/gem_version.rb +2 -2
- data/lib/google/apis/backupdr_v1/service.rb +2 -2
- metadata +2 -2
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
@@ -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
|
@@ -1025,8 +1025,7 @@ module Google
|
|
1025
1025
|
class BackupPlan
|
1026
1026
|
include Google::Apis::Core::Hashable
|
1027
1027
|
|
1028
|
-
# Optional. The backup rules for this `BackupPlan`.
|
1029
|
-
# BackupRule` message if on_demand_retention_limit_days is not set.
|
1028
|
+
# Optional. The backup rules for this `BackupPlan`.
|
1030
1029
|
# Corresponds to the JSON property `backupRules`
|
1031
1030
|
# @return [Array<Google::Apis::BackupdrV1::BackupRule>]
|
1032
1031
|
attr_accessor :backup_rules
|
@@ -1072,9 +1071,9 @@ module Google
|
|
1072
1071
|
# @return [Hash<String,String>]
|
1073
1072
|
attr_accessor :labels
|
1074
1073
|
|
1075
|
-
# Optional.
|
1076
|
-
# stored. It is defined in “days”. This value should be greater than or
|
1077
|
-
# 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.
|
1078
1077
|
# Corresponds to the JSON property `logRetentionDays`
|
1079
1078
|
# @return [Fixnum]
|
1080
1079
|
attr_accessor :log_retention_days
|
@@ -1085,7 +1084,9 @@ module Google
|
|
1085
1084
|
# @return [String]
|
1086
1085
|
attr_accessor :name
|
1087
1086
|
|
1088
|
-
# 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".
|
1089
1090
|
# Corresponds to the JSON property `resourceType`
|
1090
1091
|
# @return [String]
|
1091
1092
|
attr_accessor :resource_type
|
@@ -1199,7 +1200,7 @@ module Google
|
|
1199
1200
|
# @return [String]
|
1200
1201
|
attr_accessor :resource
|
1201
1202
|
|
1202
|
-
# Required. Immutable.
|
1203
|
+
# Required. Immutable. Resource type of workload on which backupplan is applied
|
1203
1204
|
# Corresponds to the JSON property `resourceType`
|
1204
1205
|
# @return [String]
|
1205
1206
|
attr_accessor :resource_type
|
@@ -1615,7 +1616,7 @@ module Google
|
|
1615
1616
|
end
|
1616
1617
|
|
1617
1618
|
# CloudSqlInstanceBackupProperties represents Cloud SQL Instance Backup
|
1618
|
-
# properties.
|
1619
|
+
# properties.
|
1619
1620
|
class CloudSqlInstanceBackupProperties
|
1620
1621
|
include Google::Apis::Core::Hashable
|
1621
1622
|
|
@@ -1657,7 +1658,7 @@ module Google
|
|
1657
1658
|
end
|
1658
1659
|
|
1659
1660
|
# CloudSqlInstanceDataSourceProperties represents the properties of a Cloud SQL
|
1660
|
-
# resource that are stored in the DataSource.
|
1661
|
+
# resource that are stored in the DataSource.
|
1661
1662
|
class CloudSqlInstanceDataSourceProperties
|
1662
1663
|
include Google::Apis::Core::Hashable
|
1663
1664
|
|
@@ -1697,7 +1698,7 @@ module Google
|
|
1697
1698
|
end
|
1698
1699
|
|
1699
1700
|
# CloudSqlInstanceDataSourceReferenceProperties represents the properties of a
|
1700
|
-
# Cloud SQL resource that are stored in the DataSourceReference.
|
1701
|
+
# Cloud SQL resource that are stored in the DataSourceReference.
|
1701
1702
|
class CloudSqlInstanceDataSourceReferenceProperties
|
1702
1703
|
include Google::Apis::Core::Hashable
|
1703
1704
|
|
@@ -2377,7 +2378,7 @@ module Google
|
|
2377
2378
|
include Google::Apis::Core::Hashable
|
2378
2379
|
|
2379
2380
|
# CloudSqlInstanceDataSourceProperties represents the properties of a Cloud SQL
|
2380
|
-
# resource that are stored in the DataSource.
|
2381
|
+
# resource that are stored in the DataSource.
|
2381
2382
|
# Corresponds to the JSON property `cloudSqlInstanceDatasourceProperties`
|
2382
2383
|
# @return [Google::Apis::BackupdrV1::CloudSqlInstanceDataSourceProperties]
|
2383
2384
|
attr_accessor :cloud_sql_instance_datasource_properties
|
@@ -2430,7 +2431,7 @@ module Google
|
|
2430
2431
|
include Google::Apis::Core::Hashable
|
2431
2432
|
|
2432
2433
|
# CloudSqlInstanceDataSourceReferenceProperties represents the properties of a
|
2433
|
-
# Cloud SQL resource that are stored in the DataSourceReference.
|
2434
|
+
# Cloud SQL resource that are stored in the DataSourceReference.
|
2434
2435
|
# Corresponds to the JSON property `cloudSqlInstanceProperties`
|
2435
2436
|
# @return [Google::Apis::BackupdrV1::CloudSqlInstanceDataSourceReferenceProperties]
|
2436
2437
|
attr_accessor :cloud_sql_instance_properties
|
@@ -2686,7 +2687,7 @@ module Google
|
|
2686
2687
|
# @return [Array<String>]
|
2687
2688
|
attr_accessor :licenses
|
2688
2689
|
|
2689
|
-
# Required. Name of the disk
|
2690
|
+
# Required. Name of the disk.
|
2690
2691
|
# Corresponds to the JSON property `name`
|
2691
2692
|
# @return [String]
|
2692
2693
|
attr_accessor :name
|
@@ -5163,7 +5164,8 @@ module Google
|
|
5163
5164
|
# @return [String]
|
5164
5165
|
attr_accessor :request_id
|
5165
5166
|
|
5166
|
-
#
|
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.
|
5167
5169
|
# Corresponds to the JSON property `ruleId`
|
5168
5170
|
# @return [String]
|
5169
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
|
@@ -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:
|