google-apis-backupdr_v1 0.13.0 → 0.15.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 948d765c22be8d2fc85dc517b537cf4776d9c0321a3780116ff1fa4fa6add8a3
|
4
|
+
data.tar.gz: 8a97d0a9f069b633d6c0b8cc18cbf22dc257ebdfe3529ff64e4f528111229b1a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 158ecdaf73a17288863a4d715f54e71cc289c16d9a5a3464610187ada38f8f6359b1688f8a6b07ba10ba9f9d62ac13ccc988a5e343d5c6b29727dbbf40c7af55
|
7
|
+
data.tar.gz: 372877f4408dd7879b7f4577d98f03addd539dee452fc3ce90f95f2bda9ab5d2a174adfa085ba7e5a1c8d28a3c45c768e9fd5caf1a73b862cf763742f506f0ee
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-backupdr_v1
|
2
2
|
|
3
|
+
### v0.15.0 (2024-08-25)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20240815
|
6
|
+
|
7
|
+
### v0.14.0 (2024-08-18)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20240808
|
10
|
+
|
3
11
|
### v0.13.0 (2024-08-11)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20240731
|
@@ -1026,22 +1026,6 @@ module Google
|
|
1026
1026
|
# @return [Fixnum]
|
1027
1027
|
attr_accessor :backup_retention_days
|
1028
1028
|
|
1029
|
-
# Optional. TODO b/341576760: Remove deprecated BV and Datasource field form BP
|
1030
|
-
# and BPA once UI removed all dependencies on them Required. Resource name of
|
1031
|
-
# backup vault which will be used as storage location for backups. Format:
|
1032
|
-
# projects/`project`/locations/`location`/backupVaults/`backupvault`
|
1033
|
-
# Corresponds to the JSON property `backupVault`
|
1034
|
-
# @return [String]
|
1035
|
-
attr_accessor :backup_vault
|
1036
|
-
|
1037
|
-
# Output only. TODO b/341576760: Remove deprecated BV and Datasource field form
|
1038
|
-
# BP and BPA once UI removed all dependencies on them Output only. The Google
|
1039
|
-
# Cloud Platform Service Account to be used by the BackupVault for taking
|
1040
|
-
# backups. Specify the email address of the Backup Vault Service Account.
|
1041
|
-
# Corresponds to the JSON property `backupVaultServiceAccount`
|
1042
|
-
# @return [String]
|
1043
|
-
attr_accessor :backup_vault_service_account
|
1044
|
-
|
1045
1029
|
# Required. Immutable. The unique id of this `BackupRule`. The `rule_id` is
|
1046
1030
|
# unique per `BackupPlan`.The `rule_id` must start with a lowercase letter
|
1047
1031
|
# followed by up to 62 lowercase letters, numbers, or hyphens. Pattern, /a-z`,62`
|
@@ -1064,8 +1048,6 @@ module Google
|
|
1064
1048
|
# Update properties of this object
|
1065
1049
|
def update!(**args)
|
1066
1050
|
@backup_retention_days = args[:backup_retention_days] if args.key?(:backup_retention_days)
|
1067
|
-
@backup_vault = args[:backup_vault] if args.key?(:backup_vault)
|
1068
|
-
@backup_vault_service_account = args[:backup_vault_service_account] if args.key?(:backup_vault_service_account)
|
1069
1051
|
@rule_id = args[:rule_id] if args.key?(:rule_id)
|
1070
1052
|
@standard_schedule = args[:standard_schedule] if args.key?(:standard_schedule)
|
1071
1053
|
end
|
@@ -1114,12 +1096,6 @@ module Google
|
|
1114
1096
|
# @return [String]
|
1115
1097
|
attr_accessor :effective_time
|
1116
1098
|
|
1117
|
-
# Required. The default retention period for each backup in the backup vault (
|
1118
|
-
# Deprecated).
|
1119
|
-
# Corresponds to the JSON property `enforcedRetentionDuration`
|
1120
|
-
# @return [String]
|
1121
|
-
attr_accessor :enforced_retention_duration
|
1122
|
-
|
1123
1099
|
# Optional. Server specified ETag for the backup vault resource to prevent
|
1124
1100
|
# simultaneous updates from overwiting each other.
|
1125
1101
|
# Corresponds to the JSON property `etag`
|
@@ -1178,7 +1154,6 @@ module Google
|
|
1178
1154
|
@deletable = args[:deletable] if args.key?(:deletable)
|
1179
1155
|
@description = args[:description] if args.key?(:description)
|
1180
1156
|
@effective_time = args[:effective_time] if args.key?(:effective_time)
|
1181
|
-
@enforced_retention_duration = args[:enforced_retention_duration] if args.key?(:enforced_retention_duration)
|
1182
1157
|
@etag = args[:etag] if args.key?(:etag)
|
1183
1158
|
@labels = args[:labels] if args.key?(:labels)
|
1184
1159
|
@name = args[:name] if args.key?(:name)
|
@@ -3703,15 +3678,6 @@ module Google
|
|
3703
3678
|
class RuleConfigInfo
|
3704
3679
|
include Google::Apis::Core::Hashable
|
3705
3680
|
|
3706
|
-
# Output only. TODO b/341576760: Remove deprecated BV and Datasource field form
|
3707
|
-
# BP and BPA once UI removed all dependencies on them Output Only. Resource name
|
3708
|
-
# of data source which will be used as storage location for backups taken by
|
3709
|
-
# specified rule. Format : projects/`project`/locations/`location`/backupVaults/`
|
3710
|
-
# backupvault`/dataSources/`datasource`
|
3711
|
-
# Corresponds to the JSON property `dataSource`
|
3712
|
-
# @return [String]
|
3713
|
-
attr_accessor :data_source
|
3714
|
-
|
3715
3681
|
# The `Status` type defines a logical error model that is suitable for different
|
3716
3682
|
# programming environments, including REST APIs and RPC APIs. It is used by [
|
3717
3683
|
# gRPC](https://github.com/grpc). Each `Status` message contains three pieces of
|
@@ -3744,7 +3710,6 @@ module Google
|
|
3744
3710
|
|
3745
3711
|
# Update properties of this object
|
3746
3712
|
def update!(**args)
|
3747
|
-
@data_source = args[:data_source] if args.key?(:data_source)
|
3748
3713
|
@last_backup_error = args[:last_backup_error] if args.key?(:last_backup_error)
|
3749
3714
|
@last_backup_state = args[:last_backup_state] if args.key?(:last_backup_state)
|
3750
3715
|
@last_successful_backup_consistency_time = args[:last_successful_backup_consistency_time] if args.key?(:last_successful_backup_consistency_time)
|
@@ -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.15.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.15.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240815"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -850,8 +850,6 @@ module Google
|
|
850
850
|
# @private
|
851
851
|
class Representation < Google::Apis::Core::JsonRepresentation
|
852
852
|
property :backup_retention_days, as: 'backupRetentionDays'
|
853
|
-
property :backup_vault, as: 'backupVault'
|
854
|
-
property :backup_vault_service_account, as: 'backupVaultServiceAccount'
|
855
853
|
property :rule_id, as: 'ruleId'
|
856
854
|
property :standard_schedule, as: 'standardSchedule', class: Google::Apis::BackupdrV1::StandardSchedule, decorator: Google::Apis::BackupdrV1::StandardSchedule::Representation
|
857
855
|
|
@@ -868,7 +866,6 @@ module Google
|
|
868
866
|
property :deletable, as: 'deletable'
|
869
867
|
property :description, as: 'description'
|
870
868
|
property :effective_time, as: 'effectiveTime'
|
871
|
-
property :enforced_retention_duration, as: 'enforcedRetentionDuration'
|
872
869
|
property :etag, as: 'etag'
|
873
870
|
hash :labels, as: 'labels'
|
874
871
|
property :name, as: 'name'
|
@@ -1525,7 +1522,6 @@ module Google
|
|
1525
1522
|
class RuleConfigInfo
|
1526
1523
|
# @private
|
1527
1524
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1528
|
-
property :data_source, as: 'dataSource'
|
1529
1525
|
property :last_backup_error, as: 'lastBackupError', class: Google::Apis::BackupdrV1::Status, decorator: Google::Apis::BackupdrV1::Status::Representation
|
1530
1526
|
|
1531
1527
|
property :last_backup_state, as: 'lastBackupState'
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
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.15.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-08-
|
11
|
+
date: 2024-08-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -58,7 +58,7 @@ licenses:
|
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-backupdr_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-backupdr_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-backupdr_v1/v0.15.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-backupdr_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|