google-apis-backupdr_v1 0.55.0 → 0.57.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 +8 -0
- data/lib/google/apis/backupdr_v1/classes.rb +100 -11
- data/lib/google/apis/backupdr_v1/gem_version.rb +2 -2
- data/lib/google/apis/backupdr_v1/representations.rb +23 -0
- 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: 54aac27bc8e5c83f909278b2603e4189e984b438c7bf93e6a41c66ef98157fe6
|
|
4
|
+
data.tar.gz: ffd78427dc4d0033661b00dd7725df5cf7e9f1725bbe534c6e4167f161430aa0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 69226a00e6c323e95d7de469e7d63b183dcbad06da7b9a5095c7554882d60e59249c626d211f63d6b6ada444dbab57ffce90f02b542354d0811076454562bc0d
|
|
7
|
+
data.tar.gz: db7b7edebf0900c330603496d5af2cbbde718544b3ca0bb24c6fd70cdcaf966eee24439b16e44e5088783c7d4bebca5ef8b01d2514984504cc9a17b860ec5f21
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Release history for google-apis-backupdr_v1
|
|
2
2
|
|
|
3
|
+
### v0.57.0 (2026-05-24)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20260517
|
|
6
|
+
|
|
7
|
+
### v0.56.0 (2026-05-17)
|
|
8
|
+
|
|
9
|
+
* Regenerated from discovery document revision 20260510
|
|
10
|
+
|
|
3
11
|
### v0.55.0 (2026-05-03)
|
|
4
12
|
|
|
5
13
|
* Regenerated from discovery document revision 20260423
|
|
@@ -1254,7 +1254,7 @@ module Google
|
|
|
1254
1254
|
# @return [String]
|
|
1255
1255
|
attr_accessor :backup_vault_service_account
|
|
1256
1256
|
|
|
1257
|
-
#
|
|
1257
|
+
# Properties for a compute instance backup plan.
|
|
1258
1258
|
# Corresponds to the JSON property `computeInstanceBackupPlanProperties`
|
|
1259
1259
|
# @return [Google::Apis::BackupdrV1::ComputeInstanceBackupPlanProperties]
|
|
1260
1260
|
attr_accessor :compute_instance_backup_plan_properties
|
|
@@ -1273,7 +1273,7 @@ module Google
|
|
|
1273
1273
|
# @return [String]
|
|
1274
1274
|
attr_accessor :description
|
|
1275
1275
|
|
|
1276
|
-
#
|
|
1276
|
+
# Properties for a disk backup plan.
|
|
1277
1277
|
# Corresponds to the JSON property `diskBackupPlanProperties`
|
|
1278
1278
|
# @return [Google::Apis::BackupdrV1::DiskBackupPlanProperties]
|
|
1279
1279
|
attr_accessor :disk_backup_plan_properties
|
|
@@ -2029,7 +2029,7 @@ module Google
|
|
|
2029
2029
|
end
|
|
2030
2030
|
end
|
|
2031
2031
|
|
|
2032
|
-
#
|
|
2032
|
+
# Properties for a compute instance backup plan.
|
|
2033
2033
|
class ComputeInstanceBackupPlanProperties
|
|
2034
2034
|
include Google::Apis::Core::Hashable
|
|
2035
2035
|
|
|
@@ -2413,6 +2413,13 @@ module Google
|
|
|
2413
2413
|
# @return [String]
|
|
2414
2414
|
attr_accessor :project
|
|
2415
2415
|
|
|
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
|
+
|
|
2416
2423
|
# Required. The zone of the Compute Engine instance.
|
|
2417
2424
|
# Corresponds to the JSON property `zone`
|
|
2418
2425
|
# @return [String]
|
|
@@ -2425,6 +2432,7 @@ module Google
|
|
|
2425
2432
|
# Update properties of this object
|
|
2426
2433
|
def update!(**args)
|
|
2427
2434
|
@project = args[:project] if args.key?(:project)
|
|
2435
|
+
@use_project_service_account = args[:use_project_service_account] if args.key?(:use_project_service_account)
|
|
2428
2436
|
@zone = args[:zone] if args.key?(:zone)
|
|
2429
2437
|
end
|
|
2430
2438
|
end
|
|
@@ -2862,7 +2870,7 @@ module Google
|
|
|
2862
2870
|
end
|
|
2863
2871
|
end
|
|
2864
2872
|
|
|
2865
|
-
#
|
|
2873
|
+
# Properties for a disk backup plan.
|
|
2866
2874
|
class DiskBackupPlanProperties
|
|
2867
2875
|
include Google::Apis::Core::Hashable
|
|
2868
2876
|
|
|
@@ -3185,6 +3193,12 @@ module Google
|
|
|
3185
3193
|
# @return [String]
|
|
3186
3194
|
attr_accessor :project
|
|
3187
3195
|
|
|
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
|
+
|
|
3188
3202
|
# Required. Target zone for the disk.
|
|
3189
3203
|
# Corresponds to the JSON property `zone`
|
|
3190
3204
|
# @return [String]
|
|
@@ -3197,6 +3211,7 @@ module Google
|
|
|
3197
3211
|
# Update properties of this object
|
|
3198
3212
|
def update!(**args)
|
|
3199
3213
|
@project = args[:project] if args.key?(:project)
|
|
3214
|
+
@use_project_service_account = args[:use_project_service_account] if args.key?(:use_project_service_account)
|
|
3200
3215
|
@zone = args[:zone] if args.key?(:zone)
|
|
3201
3216
|
end
|
|
3202
3217
|
end
|
|
@@ -4997,6 +5012,72 @@ module Google
|
|
|
4997
5012
|
end
|
|
4998
5013
|
end
|
|
4999
5014
|
|
|
5015
|
+
# Represents the metadata of the long-running operation.
|
|
5016
|
+
class OperationMetadata
|
|
5017
|
+
include Google::Apis::Core::Hashable
|
|
5018
|
+
|
|
5019
|
+
# Output only. AdditionalInfo contains additional Info related to backup plan
|
|
5020
|
+
# association resource.
|
|
5021
|
+
# Corresponds to the JSON property `additionalInfo`
|
|
5022
|
+
# @return [Hash<String,String>]
|
|
5023
|
+
attr_accessor :additional_info
|
|
5024
|
+
|
|
5025
|
+
# Output only. API version used to start the operation.
|
|
5026
|
+
# Corresponds to the JSON property `apiVersion`
|
|
5027
|
+
# @return [String]
|
|
5028
|
+
attr_accessor :api_version
|
|
5029
|
+
|
|
5030
|
+
# Output only. The time the operation was created.
|
|
5031
|
+
# Corresponds to the JSON property `createTime`
|
|
5032
|
+
# @return [String]
|
|
5033
|
+
attr_accessor :create_time
|
|
5034
|
+
|
|
5035
|
+
# Output only. The time the operation finished running.
|
|
5036
|
+
# Corresponds to the JSON property `endTime`
|
|
5037
|
+
# @return [String]
|
|
5038
|
+
attr_accessor :end_time
|
|
5039
|
+
|
|
5040
|
+
# Output only. Identifies whether the user has requested cancellation of the
|
|
5041
|
+
# operation. Operations that have successfully been cancelled have google.
|
|
5042
|
+
# longrunning.Operation.error value with a google.rpc.Status.code of 1,
|
|
5043
|
+
# corresponding to 'Code.CANCELLED'.
|
|
5044
|
+
# Corresponds to the JSON property `requestedCancellation`
|
|
5045
|
+
# @return [Boolean]
|
|
5046
|
+
attr_accessor :requested_cancellation
|
|
5047
|
+
alias_method :requested_cancellation?, :requested_cancellation
|
|
5048
|
+
|
|
5049
|
+
# Output only. Human-readable status of the operation, if any.
|
|
5050
|
+
# Corresponds to the JSON property `statusMessage`
|
|
5051
|
+
# @return [String]
|
|
5052
|
+
attr_accessor :status_message
|
|
5053
|
+
|
|
5054
|
+
# Output only. Server-defined resource path for the target of the operation.
|
|
5055
|
+
# Corresponds to the JSON property `target`
|
|
5056
|
+
# @return [String]
|
|
5057
|
+
attr_accessor :target
|
|
5058
|
+
|
|
5059
|
+
# Output only. Name of the verb executed by the operation.
|
|
5060
|
+
# Corresponds to the JSON property `verb`
|
|
5061
|
+
# @return [String]
|
|
5062
|
+
attr_accessor :verb
|
|
5063
|
+
|
|
5064
|
+
def initialize(**args)
|
|
5065
|
+
update!(**args)
|
|
5066
|
+
end
|
|
5067
|
+
|
|
5068
|
+
# Update properties of this object
|
|
5069
|
+
def update!(**args)
|
|
5070
|
+
@additional_info = args[:additional_info] if args.key?(:additional_info)
|
|
5071
|
+
@api_version = args[:api_version] if args.key?(:api_version)
|
|
5072
|
+
@create_time = args[:create_time] if args.key?(:create_time)
|
|
5073
|
+
@end_time = args[:end_time] if args.key?(:end_time)
|
|
5074
|
+
@requested_cancellation = args[:requested_cancellation] if args.key?(:requested_cancellation)
|
|
5075
|
+
@status_message = args[:status_message] if args.key?(:status_message)
|
|
5076
|
+
@target = args[:target] if args.key?(:target)
|
|
5077
|
+
@verb = args[:verb] if args.key?(:verb)
|
|
5078
|
+
end
|
|
5079
|
+
end
|
|
5080
|
+
|
|
5000
5081
|
# Point in time recovery settings of the backup configuration resource.
|
|
5001
5082
|
class PitrSettings
|
|
5002
5083
|
include Google::Apis::Core::Hashable
|
|
@@ -5130,6 +5211,12 @@ module Google
|
|
|
5130
5211
|
# @return [Array<String>]
|
|
5131
5212
|
attr_accessor :replica_zones
|
|
5132
5213
|
|
|
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
|
+
|
|
5133
5220
|
def initialize(**args)
|
|
5134
5221
|
update!(**args)
|
|
5135
5222
|
end
|
|
@@ -5139,6 +5226,7 @@ module Google
|
|
|
5139
5226
|
@project = args[:project] if args.key?(:project)
|
|
5140
5227
|
@region = args[:region] if args.key?(:region)
|
|
5141
5228
|
@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)
|
|
5142
5230
|
end
|
|
5143
5231
|
end
|
|
5144
5232
|
|
|
@@ -5660,15 +5748,16 @@ module Google
|
|
|
5660
5748
|
# @return [Array<String>]
|
|
5661
5749
|
attr_accessor :days_of_week
|
|
5662
5750
|
|
|
5663
|
-
# Optional. Specifies frequency for hourly backups. A hourly frequency of
|
|
5664
|
-
# means jobs will run every
|
|
5751
|
+
# Optional. Specifies frequency for hourly backups. A hourly frequency of 1
|
|
5752
|
+
# means jobs will run every 1 hour from start time till end time defined. This
|
|
5665
5753
|
# is required for `recurrence_type`, `HOURLY` and is not applicable otherwise. A
|
|
5666
5754
|
# validation error will occur if a value is supplied and `recurrence_type` is
|
|
5667
|
-
# not `HOURLY`.
|
|
5668
|
-
#
|
|
5669
|
-
#
|
|
5670
|
-
#
|
|
5671
|
-
#
|
|
5755
|
+
# not `HOURLY`. The supported values for each resource type are as follows: * `
|
|
5756
|
+
# compute.googleapis.com/Instance`: 4-23 * `compute.googleapis.com/Disk`: 1-23 *
|
|
5757
|
+
# `sqladmin.googleapis.com/Instance`: 6-23 * `alloydb.googleapis.com/Cluster`: 1-
|
|
5758
|
+
# 23 * `file.googleapis.com/Instance`: 1-23 Refer to link https://cloud.google.
|
|
5759
|
+
# com/backup-disaster-recovery/docs/concepts/cloud_best_practices for more
|
|
5760
|
+
# details.
|
|
5672
5761
|
# Corresponds to the JSON property `hourlyFrequency`
|
|
5673
5762
|
# @return [Fixnum]
|
|
5674
5763
|
attr_accessor :hourly_frequency
|
|
@@ -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.57.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 = "20260517"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -670,6 +670,12 @@ module Google
|
|
|
670
670
|
include Google::Apis::Core::JsonObjectSupport
|
|
671
671
|
end
|
|
672
672
|
|
|
673
|
+
class OperationMetadata
|
|
674
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
675
|
+
|
|
676
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
677
|
+
end
|
|
678
|
+
|
|
673
679
|
class PitrSettings
|
|
674
680
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
675
681
|
|
|
@@ -1401,6 +1407,7 @@ module Google
|
|
|
1401
1407
|
# @private
|
|
1402
1408
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1403
1409
|
property :project, as: 'project'
|
|
1410
|
+
property :use_project_service_account, as: 'useProjectServiceAccount'
|
|
1404
1411
|
property :zone, as: 'zone'
|
|
1405
1412
|
end
|
|
1406
1413
|
end
|
|
@@ -1586,6 +1593,7 @@ module Google
|
|
|
1586
1593
|
# @private
|
|
1587
1594
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1588
1595
|
property :project, as: 'project'
|
|
1596
|
+
property :use_project_service_account, as: 'useProjectServiceAccount'
|
|
1589
1597
|
property :zone, as: 'zone'
|
|
1590
1598
|
end
|
|
1591
1599
|
end
|
|
@@ -2078,6 +2086,20 @@ module Google
|
|
|
2078
2086
|
end
|
|
2079
2087
|
end
|
|
2080
2088
|
|
|
2089
|
+
class OperationMetadata
|
|
2090
|
+
# @private
|
|
2091
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2092
|
+
hash :additional_info, as: 'additionalInfo'
|
|
2093
|
+
property :api_version, as: 'apiVersion'
|
|
2094
|
+
property :create_time, as: 'createTime'
|
|
2095
|
+
property :end_time, as: 'endTime'
|
|
2096
|
+
property :requested_cancellation, as: 'requestedCancellation'
|
|
2097
|
+
property :status_message, as: 'statusMessage'
|
|
2098
|
+
property :target, as: 'target'
|
|
2099
|
+
property :verb, as: 'verb'
|
|
2100
|
+
end
|
|
2101
|
+
end
|
|
2102
|
+
|
|
2081
2103
|
class PitrSettings
|
|
2082
2104
|
# @private
|
|
2083
2105
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -2103,6 +2125,7 @@ module Google
|
|
|
2103
2125
|
property :project, as: 'project'
|
|
2104
2126
|
property :region, as: 'region'
|
|
2105
2127
|
collection :replica_zones, as: 'replicaZones'
|
|
2128
|
+
property :use_project_service_account, as: 'useProjectServiceAccount'
|
|
2106
2129
|
end
|
|
2107
2130
|
end
|
|
2108
2131
|
|
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.57.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.57.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:
|