google-apis-backupdr_v1 0.55.0 → 0.56.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: c32ca4034846d8d968705c62cb66ed8687d8e7d69ea23389bfc159b3407bd7bf
4
- data.tar.gz: 461782ade82f75693f149eaab3e80203b1eba3a2cb5cc5e5740c9f971d77d557
3
+ metadata.gz: 4db1cde1c8c6fa746cd23f751b718243b25aeecbe0901d8b714aaaf1d17b9c87
4
+ data.tar.gz: c3b89135951ce06ea7284a87d0763d8b5b7a2826f6c4e3e162dcdc32e37ef6f4
5
5
  SHA512:
6
- metadata.gz: 0332b79a11b2942f43ba67b6531d5d33def862535a7de44d3ef7dc7759d966b213318ab3f7e01d2979aa4166e19f3a06d0b9b1bde0d7109de9ef8ee058b87bcd
7
- data.tar.gz: cc8f78782fd74e475e5e0025a5d0971fb058e7bf4de26aa1b119ce41f74c3c3053436e6f24816eea9c8d121f65b2cd27cbcc003cc2a2ef9537d2f3a43b5f0906
6
+ metadata.gz: a3411a19e3fecd35fd8146d8520765e57b05b6e6e15cd35ce826b4ad4be8d4a7a401ac4c2128b7fffec8dad2dcea5f890c108d33f6a6b5bddab24c8c21c34070
7
+ data.tar.gz: 54ce1c29fdf8202d9dbec21eb359aabdd0ed673574486af28a8d88be293353af0f993a429ded48c5a8be56d9025cbeb5a95b077fb9f4c12ddfad39a5f17ca266
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-backupdr_v1
2
2
 
3
+ ### v0.56.0 (2026-05-17)
4
+
5
+ * Regenerated from discovery document revision 20260510
6
+
3
7
  ### v0.55.0 (2026-05-03)
4
8
 
5
9
  * 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
- # --- ComputeInstanceBackupPlanProperties Message ---
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
- # --- DiskBackupPlanProperties Message ---
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
- # --- ComputeInstanceBackupPlanProperties Message ---
2032
+ # Properties for a compute instance backup plan.
2033
2033
  class ComputeInstanceBackupPlanProperties
2034
2034
  include Google::Apis::Core::Hashable
2035
2035
 
@@ -2862,7 +2862,7 @@ module Google
2862
2862
  end
2863
2863
  end
2864
2864
 
2865
- # --- DiskBackupPlanProperties Message ---
2865
+ # Properties for a disk backup plan.
2866
2866
  class DiskBackupPlanProperties
2867
2867
  include Google::Apis::Core::Hashable
2868
2868
 
@@ -4997,6 +4997,72 @@ module Google
4997
4997
  end
4998
4998
  end
4999
4999
 
5000
+ # Represents the metadata of the long-running operation.
5001
+ class OperationMetadata
5002
+ include Google::Apis::Core::Hashable
5003
+
5004
+ # Output only. AdditionalInfo contains additional Info related to backup plan
5005
+ # association resource.
5006
+ # Corresponds to the JSON property `additionalInfo`
5007
+ # @return [Hash<String,String>]
5008
+ attr_accessor :additional_info
5009
+
5010
+ # Output only. API version used to start the operation.
5011
+ # Corresponds to the JSON property `apiVersion`
5012
+ # @return [String]
5013
+ attr_accessor :api_version
5014
+
5015
+ # Output only. The time the operation was created.
5016
+ # Corresponds to the JSON property `createTime`
5017
+ # @return [String]
5018
+ attr_accessor :create_time
5019
+
5020
+ # Output only. The time the operation finished running.
5021
+ # Corresponds to the JSON property `endTime`
5022
+ # @return [String]
5023
+ attr_accessor :end_time
5024
+
5025
+ # Output only. Identifies whether the user has requested cancellation of the
5026
+ # operation. Operations that have successfully been cancelled have google.
5027
+ # longrunning.Operation.error value with a google.rpc.Status.code of 1,
5028
+ # corresponding to 'Code.CANCELLED'.
5029
+ # Corresponds to the JSON property `requestedCancellation`
5030
+ # @return [Boolean]
5031
+ attr_accessor :requested_cancellation
5032
+ alias_method :requested_cancellation?, :requested_cancellation
5033
+
5034
+ # Output only. Human-readable status of the operation, if any.
5035
+ # Corresponds to the JSON property `statusMessage`
5036
+ # @return [String]
5037
+ attr_accessor :status_message
5038
+
5039
+ # Output only. Server-defined resource path for the target of the operation.
5040
+ # Corresponds to the JSON property `target`
5041
+ # @return [String]
5042
+ attr_accessor :target
5043
+
5044
+ # Output only. Name of the verb executed by the operation.
5045
+ # Corresponds to the JSON property `verb`
5046
+ # @return [String]
5047
+ attr_accessor :verb
5048
+
5049
+ def initialize(**args)
5050
+ update!(**args)
5051
+ end
5052
+
5053
+ # Update properties of this object
5054
+ def update!(**args)
5055
+ @additional_info = args[:additional_info] if args.key?(:additional_info)
5056
+ @api_version = args[:api_version] if args.key?(:api_version)
5057
+ @create_time = args[:create_time] if args.key?(:create_time)
5058
+ @end_time = args[:end_time] if args.key?(:end_time)
5059
+ @requested_cancellation = args[:requested_cancellation] if args.key?(:requested_cancellation)
5060
+ @status_message = args[:status_message] if args.key?(:status_message)
5061
+ @target = args[:target] if args.key?(:target)
5062
+ @verb = args[:verb] if args.key?(:verb)
5063
+ end
5064
+ end
5065
+
5000
5066
  # Point in time recovery settings of the backup configuration resource.
5001
5067
  class PitrSettings
5002
5068
  include Google::Apis::Core::Hashable
@@ -5660,15 +5726,16 @@ module Google
5660
5726
  # @return [Array<String>]
5661
5727
  attr_accessor :days_of_week
5662
5728
 
5663
- # Optional. Specifies frequency for hourly backups. A hourly frequency of 2
5664
- # means jobs will run every 2 hours from start time till end time defined. This
5729
+ # Optional. Specifies frequency for hourly backups. A hourly frequency of 1
5730
+ # means jobs will run every 1 hour from start time till end time defined. This
5665
5731
  # is required for `recurrence_type`, `HOURLY` and is not applicable otherwise. A
5666
5732
  # validation error will occur if a value is supplied and `recurrence_type` is
5667
- # not `HOURLY`. Value of hourly frequency should be between 4 and 23. Reason for
5668
- # limit : We found that there is bandwidth limitation of 3GB/S for GMI while
5669
- # taking a backup and 5GB/S while doing a restore. Given the amount of parallel
5670
- # backups and restore we are targeting, this will potentially take the backup
5671
- # time to mins and hours (in worst case scenario).
5733
+ # not `HOURLY`. The supported values for each resource type are as follows: * `
5734
+ # compute.googleapis.com/Instance`: 4-23 * `compute.googleapis.com/Disk`: 1-23 *
5735
+ # `sqladmin.googleapis.com/Instance`: 6-23 * `alloydb.googleapis.com/Cluster`: 1-
5736
+ # 23 * `file.googleapis.com/Instance`: 1-23 Refer to link https://cloud.google.
5737
+ # com/backup-disaster-recovery/docs/concepts/cloud_best_practices for more
5738
+ # details.
5672
5739
  # Corresponds to the JSON property `hourlyFrequency`
5673
5740
  # @return [Fixnum]
5674
5741
  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.55.0"
19
+ GEM_VERSION = "0.56.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 = "20260423"
25
+ REVISION = "20260510"
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
 
@@ -2078,6 +2084,20 @@ module Google
2078
2084
  end
2079
2085
  end
2080
2086
 
2087
+ class OperationMetadata
2088
+ # @private
2089
+ class Representation < Google::Apis::Core::JsonRepresentation
2090
+ hash :additional_info, as: 'additionalInfo'
2091
+ property :api_version, as: 'apiVersion'
2092
+ property :create_time, as: 'createTime'
2093
+ property :end_time, as: 'endTime'
2094
+ property :requested_cancellation, as: 'requestedCancellation'
2095
+ property :status_message, as: 'statusMessage'
2096
+ property :target, as: 'target'
2097
+ property :verb, as: 'verb'
2098
+ end
2099
+ end
2100
+
2081
2101
  class PitrSettings
2082
2102
  # @private
2083
2103
  class Representation < Google::Apis::Core::JsonRepresentation
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.55.0
4
+ version: 0.56.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.55.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-backupdr_v1/v0.56.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: