google-apis-backupdr_v1 0.22.0 → 0.24.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: 1924c4299bc8573f9fa95e06c28ef5db7d8c64f10805c1cd283e66ea004921e5
|
4
|
+
data.tar.gz: 9913e501bf33de62c886938292f5723f92187e6c133b05e59ecfb6f8b9347b1f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 50f6f0160a89bfd17b318ecb7dd592d5fd228ad7fd837c4e49358c3fd7d4d83fba6beac3aee4c30a73da3087261f53eb074c5e940ddf53cc54da56fb05e4ca1c
|
7
|
+
data.tar.gz: dac903ebe221bfe9a33e3f48dde2867abf17f120e0a1433f67a49a1bafc6570741f122dff6befb4916cbad5760a4248646b023a32b128079dc6d54f8f2ce7499
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,14 @@
|
|
1
1
|
# Release history for google-apis-backupdr_v1
|
2
2
|
|
3
|
+
### v0.24.0 (2025-02-26)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250205
|
6
|
+
* Regenerated using generator version 0.16.0
|
7
|
+
|
8
|
+
### v0.23.0 (2024-12-15)
|
9
|
+
|
10
|
+
* Regenerated from discovery document revision 20241204
|
11
|
+
|
3
12
|
### v0.22.0 (2024-11-17)
|
4
13
|
|
5
14
|
* Regenerated from discovery document revision 20241106
|
@@ -523,6 +523,18 @@ module Google
|
|
523
523
|
# @return [Fixnum]
|
524
524
|
attr_accessor :resource_size_bytes
|
525
525
|
|
526
|
+
# Optional. Output only. Reserved for future use.
|
527
|
+
# Corresponds to the JSON property `satisfiesPzi`
|
528
|
+
# @return [Boolean]
|
529
|
+
attr_accessor :satisfies_pzi
|
530
|
+
alias_method :satisfies_pzi?, :satisfies_pzi
|
531
|
+
|
532
|
+
# Optional. Output only. Reserved for future use.
|
533
|
+
# Corresponds to the JSON property `satisfiesPzs`
|
534
|
+
# @return [Boolean]
|
535
|
+
attr_accessor :satisfies_pzs
|
536
|
+
alias_method :satisfies_pzs?, :satisfies_pzs
|
537
|
+
|
526
538
|
# Output only. The list of BackupLocks taken by the service to prevent the
|
527
539
|
# deletion of the backup.
|
528
540
|
# Corresponds to the JSON property `serviceLocks`
|
@@ -559,6 +571,8 @@ module Google
|
|
559
571
|
@labels = args[:labels] if args.key?(:labels)
|
560
572
|
@name = args[:name] if args.key?(:name)
|
561
573
|
@resource_size_bytes = args[:resource_size_bytes] if args.key?(:resource_size_bytes)
|
574
|
+
@satisfies_pzi = args[:satisfies_pzi] if args.key?(:satisfies_pzi)
|
575
|
+
@satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
|
562
576
|
@service_locks = args[:service_locks] if args.key?(:service_locks)
|
563
577
|
@state = args[:state] if args.key?(:state)
|
564
578
|
@update_time = args[:update_time] if args.key?(:update_time)
|
@@ -713,6 +727,98 @@ module Google
|
|
713
727
|
end
|
714
728
|
end
|
715
729
|
|
730
|
+
# BackupConfigDetails has information about how the resource is configured for
|
731
|
+
# backups and about the most recent backup taken for this configuration.
|
732
|
+
class BackupConfigDetails
|
733
|
+
include Google::Apis::Core::Hashable
|
734
|
+
|
735
|
+
# Output only. The [full resource name](https://cloud.google.com/asset-inventory/
|
736
|
+
# docs/resource-name-format) of the resource that is applicable for the backup
|
737
|
+
# configuration. Example: "//compute.googleapis.com/projects/`project`/zones/`
|
738
|
+
# zone`/instances/`instance`"
|
739
|
+
# Corresponds to the JSON property `applicableResource`
|
740
|
+
# @return [String]
|
741
|
+
attr_accessor :applicable_resource
|
742
|
+
|
743
|
+
# Output only. The full resource name of the backup config source resource. For
|
744
|
+
# example, "//backupdr.googleapis.com/v1/projects/`project`/locations/`region`/
|
745
|
+
# backupPlans/`backupplanId`" or "//compute.googleapis.com/projects/`project`/
|
746
|
+
# locations/`region`/resourcePolicies/`resourcePolicyId`".
|
747
|
+
# Corresponds to the JSON property `backupConfigSource`
|
748
|
+
# @return [String]
|
749
|
+
attr_accessor :backup_config_source
|
750
|
+
|
751
|
+
# Output only. The display name of the backup config source resource.
|
752
|
+
# Corresponds to the JSON property `backupConfigSourceDisplayName`
|
753
|
+
# @return [String]
|
754
|
+
attr_accessor :backup_config_source_display_name
|
755
|
+
|
756
|
+
# BackupDrPlanConfig has additional information about Backup and DR's Plan
|
757
|
+
# backup configuration.
|
758
|
+
# Corresponds to the JSON property `backupDrPlanConfig`
|
759
|
+
# @return [Google::Apis::BackupdrV1::BackupDrPlanConfig]
|
760
|
+
attr_accessor :backup_dr_plan_config
|
761
|
+
|
762
|
+
# BackupDrTemplateConfig has additional information about Backup and DR's
|
763
|
+
# Template backup configuration.
|
764
|
+
# Corresponds to the JSON property `backupDrTemplateConfig`
|
765
|
+
# @return [Google::Apis::BackupdrV1::BackupDrTemplateConfig]
|
766
|
+
attr_accessor :backup_dr_template_config
|
767
|
+
|
768
|
+
# The locations where the backups are to be stored.
|
769
|
+
# Corresponds to the JSON property `backupLocations`
|
770
|
+
# @return [Array<Google::Apis::BackupdrV1::BackupLocation>]
|
771
|
+
attr_accessor :backup_locations
|
772
|
+
|
773
|
+
# Output only. The [full resource name](https://cloud.google.com/asset-inventory/
|
774
|
+
# docs/resource-name-format) of the backup vault that will store the backups
|
775
|
+
# generated through this backup configuration. Example: "//backupdr.googleapis.
|
776
|
+
# com/v1/projects/`project`/locations/`region`/backupVaults/`backupvaultId`"
|
777
|
+
# Corresponds to the JSON property `backupVault`
|
778
|
+
# @return [String]
|
779
|
+
attr_accessor :backup_vault
|
780
|
+
|
781
|
+
# Output only. Timestamp of the latest successful backup created via this backup
|
782
|
+
# configuration.
|
783
|
+
# Corresponds to the JSON property `latestSuccessfulBackupTime`
|
784
|
+
# @return [String]
|
785
|
+
attr_accessor :latest_successful_backup_time
|
786
|
+
|
787
|
+
# Point in time recovery settings of the backup configuration resource.
|
788
|
+
# Corresponds to the JSON property `pitrSettings`
|
789
|
+
# @return [Google::Apis::BackupdrV1::PitrSettings]
|
790
|
+
attr_accessor :pitr_settings
|
791
|
+
|
792
|
+
# Output only. The state of the backup config resource.
|
793
|
+
# Corresponds to the JSON property `state`
|
794
|
+
# @return [String]
|
795
|
+
attr_accessor :state
|
796
|
+
|
797
|
+
# Output only. The type of the backup config resource.
|
798
|
+
# Corresponds to the JSON property `type`
|
799
|
+
# @return [String]
|
800
|
+
attr_accessor :type
|
801
|
+
|
802
|
+
def initialize(**args)
|
803
|
+
update!(**args)
|
804
|
+
end
|
805
|
+
|
806
|
+
# Update properties of this object
|
807
|
+
def update!(**args)
|
808
|
+
@applicable_resource = args[:applicable_resource] if args.key?(:applicable_resource)
|
809
|
+
@backup_config_source = args[:backup_config_source] if args.key?(:backup_config_source)
|
810
|
+
@backup_config_source_display_name = args[:backup_config_source_display_name] if args.key?(:backup_config_source_display_name)
|
811
|
+
@backup_dr_plan_config = args[:backup_dr_plan_config] if args.key?(:backup_dr_plan_config)
|
812
|
+
@backup_dr_template_config = args[:backup_dr_template_config] if args.key?(:backup_dr_template_config)
|
813
|
+
@backup_locations = args[:backup_locations] if args.key?(:backup_locations)
|
814
|
+
@backup_vault = args[:backup_vault] if args.key?(:backup_vault)
|
815
|
+
@latest_successful_backup_time = args[:latest_successful_backup_time] if args.key?(:latest_successful_backup_time)
|
816
|
+
@pitr_settings = args[:pitr_settings] if args.key?(:pitr_settings)
|
817
|
+
@state = args[:state] if args.key?(:state)
|
818
|
+
@type = args[:type] if args.key?(:type)
|
819
|
+
end
|
820
|
+
end
|
821
|
+
|
716
822
|
# BackupConfigInfo has information about how the resource is configured for
|
717
823
|
# Backup and about the most recent backup to this vault.
|
718
824
|
class BackupConfigInfo
|
@@ -766,6 +872,105 @@ module Google
|
|
766
872
|
end
|
767
873
|
end
|
768
874
|
|
875
|
+
# BackupDrPlanConfig has additional information about Backup and DR's Plan
|
876
|
+
# backup configuration.
|
877
|
+
class BackupDrPlanConfig
|
878
|
+
include Google::Apis::Core::Hashable
|
879
|
+
|
880
|
+
# Backup rules of the backup plan resource.
|
881
|
+
# Corresponds to the JSON property `backupDrPlanRules`
|
882
|
+
# @return [Array<Google::Apis::BackupdrV1::BackupDrPlanRule>]
|
883
|
+
attr_accessor :backup_dr_plan_rules
|
884
|
+
|
885
|
+
def initialize(**args)
|
886
|
+
update!(**args)
|
887
|
+
end
|
888
|
+
|
889
|
+
# Update properties of this object
|
890
|
+
def update!(**args)
|
891
|
+
@backup_dr_plan_rules = args[:backup_dr_plan_rules] if args.key?(:backup_dr_plan_rules)
|
892
|
+
end
|
893
|
+
end
|
894
|
+
|
895
|
+
# BackupDrPlanRule has rule specific information of the backup plan resource.
|
896
|
+
class BackupDrPlanRule
|
897
|
+
include Google::Apis::Core::Hashable
|
898
|
+
|
899
|
+
# Output only. Timestamp of the latest successful backup created via this backup
|
900
|
+
# rule.
|
901
|
+
# Corresponds to the JSON property `lastSuccessfulBackupTime`
|
902
|
+
# @return [String]
|
903
|
+
attr_accessor :last_successful_backup_time
|
904
|
+
|
905
|
+
# Output only. Unique Id of the backup rule.
|
906
|
+
# Corresponds to the JSON property `ruleId`
|
907
|
+
# @return [String]
|
908
|
+
attr_accessor :rule_id
|
909
|
+
|
910
|
+
def initialize(**args)
|
911
|
+
update!(**args)
|
912
|
+
end
|
913
|
+
|
914
|
+
# Update properties of this object
|
915
|
+
def update!(**args)
|
916
|
+
@last_successful_backup_time = args[:last_successful_backup_time] if args.key?(:last_successful_backup_time)
|
917
|
+
@rule_id = args[:rule_id] if args.key?(:rule_id)
|
918
|
+
end
|
919
|
+
end
|
920
|
+
|
921
|
+
# BackupDrTemplateConfig has additional information about Backup and DR's
|
922
|
+
# Template backup configuration.
|
923
|
+
class BackupDrTemplateConfig
|
924
|
+
include Google::Apis::Core::Hashable
|
925
|
+
|
926
|
+
# Output only. The URI of the BackupDr template resource for the first party
|
927
|
+
# identity users.
|
928
|
+
# Corresponds to the JSON property `firstPartyManagementUri`
|
929
|
+
# @return [String]
|
930
|
+
attr_accessor :first_party_management_uri
|
931
|
+
|
932
|
+
# Output only. The URI of the BackupDr template resource for the third party
|
933
|
+
# identity users.
|
934
|
+
# Corresponds to the JSON property `thirdPartyManagementUri`
|
935
|
+
# @return [String]
|
936
|
+
attr_accessor :third_party_management_uri
|
937
|
+
|
938
|
+
def initialize(**args)
|
939
|
+
update!(**args)
|
940
|
+
end
|
941
|
+
|
942
|
+
# Update properties of this object
|
943
|
+
def update!(**args)
|
944
|
+
@first_party_management_uri = args[:first_party_management_uri] if args.key?(:first_party_management_uri)
|
945
|
+
@third_party_management_uri = args[:third_party_management_uri] if args.key?(:third_party_management_uri)
|
946
|
+
end
|
947
|
+
end
|
948
|
+
|
949
|
+
# BackupLocation represents a cloud location where a backup can be stored.
|
950
|
+
class BackupLocation
|
951
|
+
include Google::Apis::Core::Hashable
|
952
|
+
|
953
|
+
# Output only. The id of the cloud location. Example: "us-central1"
|
954
|
+
# Corresponds to the JSON property `locationId`
|
955
|
+
# @return [String]
|
956
|
+
attr_accessor :location_id
|
957
|
+
|
958
|
+
# Output only. The type of the location.
|
959
|
+
# Corresponds to the JSON property `type`
|
960
|
+
# @return [String]
|
961
|
+
attr_accessor :type
|
962
|
+
|
963
|
+
def initialize(**args)
|
964
|
+
update!(**args)
|
965
|
+
end
|
966
|
+
|
967
|
+
# Update properties of this object
|
968
|
+
def update!(**args)
|
969
|
+
@location_id = args[:location_id] if args.key?(:location_id)
|
970
|
+
@type = args[:type] if args.key?(:type)
|
971
|
+
end
|
972
|
+
end
|
973
|
+
|
769
974
|
# BackupLock represents a single lock on a Backup resource. An unexpired lock on
|
770
975
|
# a Backup prevents the Backup from being deleted.
|
771
976
|
class BackupLock
|
@@ -860,9 +1065,7 @@ module Google
|
|
860
1065
|
# @return [String]
|
861
1066
|
attr_accessor :name
|
862
1067
|
|
863
|
-
# Required.
|
864
|
-
# Examples include, "compute.googleapis.com/Instance", "sqladmin.googleapis.com/
|
865
|
-
# Instance" and "storage.googleapis.com/Bucket".
|
1068
|
+
# Required.
|
866
1069
|
# Corresponds to the JSON property `resourceType`
|
867
1070
|
# @return [String]
|
868
1071
|
attr_accessor :resource_type
|
@@ -913,9 +1116,9 @@ module Google
|
|
913
1116
|
# @return [String]
|
914
1117
|
attr_accessor :create_time
|
915
1118
|
|
916
|
-
# Output only.
|
917
|
-
#
|
918
|
-
#
|
1119
|
+
# Output only. Resource name of data source which will be used as storage
|
1120
|
+
# location for backups taken. Format : projects/`project`/locations/`location`/
|
1121
|
+
# backupVaults/`backupvault`/dataSources/`datasource`
|
919
1122
|
# Corresponds to the JSON property `dataSource`
|
920
1123
|
# @return [String]
|
921
1124
|
attr_accessor :data_source
|
@@ -932,7 +1135,7 @@ module Google
|
|
932
1135
|
# @return [String]
|
933
1136
|
attr_accessor :resource
|
934
1137
|
|
935
|
-
#
|
1138
|
+
# Required. Immutable.
|
936
1139
|
# Corresponds to the JSON property `resourceType`
|
937
1140
|
# @return [String]
|
938
1141
|
attr_accessor :resource_type
|
@@ -980,7 +1183,7 @@ module Google
|
|
980
1183
|
# is 90 for hourly backups. Minimum value is 1 and maximum value is 90 for daily
|
981
1184
|
# backups. Minimum value is 7 and maximum value is 186 for weekly backups.
|
982
1185
|
# Minimum value is 30 and maximum value is 732 for monthly backups. Minimum
|
983
|
-
# value is
|
1186
|
+
# value is 365 and maximum value is 36159 for yearly backups.
|
984
1187
|
# Corresponds to the JSON property `backupRetentionDays`
|
985
1188
|
# @return [Fixnum]
|
986
1189
|
attr_accessor :backup_retention_days
|
@@ -1017,8 +1220,8 @@ module Google
|
|
1017
1220
|
include Google::Apis::Core::Hashable
|
1018
1221
|
|
1019
1222
|
# Optional. Note: This field is added for future use case and will not be
|
1020
|
-
# supported in the current release.
|
1021
|
-
#
|
1223
|
+
# supported in the current release. Access restriction for the backup vault.
|
1224
|
+
# Default value is WITHIN_ORGANIZATION if not provided during creation.
|
1022
1225
|
# Corresponds to the JSON property `accessRestriction`
|
1023
1226
|
# @return [String]
|
1024
1227
|
attr_accessor :access_restriction
|
@@ -1099,8 +1302,7 @@ module Google
|
|
1099
1302
|
# @return [Fixnum]
|
1100
1303
|
attr_accessor :total_stored_bytes
|
1101
1304
|
|
1102
|
-
# Output only.
|
1103
|
-
# deletion.
|
1305
|
+
# Output only. Immutable after resource creation until resource deletion.
|
1104
1306
|
# Corresponds to the JSON property `uid`
|
1105
1307
|
# @return [String]
|
1106
1308
|
attr_accessor :uid
|
@@ -2323,6 +2525,42 @@ module Google
|
|
2323
2525
|
end
|
2324
2526
|
end
|
2325
2527
|
|
2528
|
+
# Request message for initializing the service.
|
2529
|
+
class InitializeServiceRequest
|
2530
|
+
include Google::Apis::Core::Hashable
|
2531
|
+
|
2532
|
+
# Optional. An optional request ID to identify requests. Specify a unique
|
2533
|
+
# request ID so that if you must retry your request, the server will know to
|
2534
|
+
# ignore the request if it has already been completed. The server will guarantee
|
2535
|
+
# that for at least 60 minutes since the first request. For example, consider a
|
2536
|
+
# situation where you make an initial request and t he request times out. If you
|
2537
|
+
# make the request again with the same request ID, the server can check if
|
2538
|
+
# original operation with the same request ID was received, and if so, will
|
2539
|
+
# ignore the second request. This prevents clients from accidentally creating
|
2540
|
+
# duplicate commitments. The request ID must be a valid UUID with the exception
|
2541
|
+
# that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
|
2542
|
+
# Corresponds to the JSON property `requestId`
|
2543
|
+
# @return [String]
|
2544
|
+
attr_accessor :request_id
|
2545
|
+
|
2546
|
+
# Required. The resource type to which the default service config will be
|
2547
|
+
# applied. Examples include, "compute.googleapis.com/Instance" and "storage.
|
2548
|
+
# googleapis.com/Bucket".
|
2549
|
+
# Corresponds to the JSON property `resourceType`
|
2550
|
+
# @return [String]
|
2551
|
+
attr_accessor :resource_type
|
2552
|
+
|
2553
|
+
def initialize(**args)
|
2554
|
+
update!(**args)
|
2555
|
+
end
|
2556
|
+
|
2557
|
+
# Update properties of this object
|
2558
|
+
def update!(**args)
|
2559
|
+
@request_id = args[:request_id] if args.key?(:request_id)
|
2560
|
+
@resource_type = args[:resource_type] if args.key?(:resource_type)
|
2561
|
+
end
|
2562
|
+
end
|
2563
|
+
|
2326
2564
|
# request message for InitiateBackup.
|
2327
2565
|
class InitiateBackupRequest
|
2328
2566
|
include Google::Apis::Core::Hashable
|
@@ -2671,6 +2909,31 @@ module Google
|
|
2671
2909
|
end
|
2672
2910
|
end
|
2673
2911
|
|
2912
|
+
# Response for ListResourceBackupConfigs.
|
2913
|
+
class ListResourceBackupConfigsResponse
|
2914
|
+
include Google::Apis::Core::Hashable
|
2915
|
+
|
2916
|
+
# A token identifying a page of results the server should return.
|
2917
|
+
# Corresponds to the JSON property `nextPageToken`
|
2918
|
+
# @return [String]
|
2919
|
+
attr_accessor :next_page_token
|
2920
|
+
|
2921
|
+
# The list of ResourceBackupConfigs for the specified scope.
|
2922
|
+
# Corresponds to the JSON property `resourceBackupConfigs`
|
2923
|
+
# @return [Array<Google::Apis::BackupdrV1::ResourceBackupConfig>]
|
2924
|
+
attr_accessor :resource_backup_configs
|
2925
|
+
|
2926
|
+
def initialize(**args)
|
2927
|
+
update!(**args)
|
2928
|
+
end
|
2929
|
+
|
2930
|
+
# Update properties of this object
|
2931
|
+
def update!(**args)
|
2932
|
+
@next_page_token = args[:next_page_token] if args.key?(:next_page_token)
|
2933
|
+
@resource_backup_configs = args[:resource_backup_configs] if args.key?(:resource_backup_configs)
|
2934
|
+
end
|
2935
|
+
end
|
2936
|
+
|
2674
2937
|
# A resource that represents a Google Cloud location.
|
2675
2938
|
class Location
|
2676
2939
|
include Google::Apis::Core::Hashable
|
@@ -3166,9 +3429,9 @@ module Google
|
|
3166
3429
|
attr_accessor :end_time
|
3167
3430
|
|
3168
3431
|
# Output only. Identifies whether the user has requested cancellation of the
|
3169
|
-
# operation. Operations that have successfully been cancelled have
|
3170
|
-
# error value with a google.rpc.Status.code of 1,
|
3171
|
-
# CANCELLED'.
|
3432
|
+
# operation. Operations that have successfully been cancelled have google.
|
3433
|
+
# longrunning.Operation.error value with a google.rpc.Status.code of 1,
|
3434
|
+
# corresponding to 'Code.CANCELLED'.
|
3172
3435
|
# Corresponds to the JSON property `requestedCancellation`
|
3173
3436
|
# @return [Boolean]
|
3174
3437
|
attr_accessor :requested_cancellation
|
@@ -3206,6 +3469,25 @@ module Google
|
|
3206
3469
|
end
|
3207
3470
|
end
|
3208
3471
|
|
3472
|
+
# Point in time recovery settings of the backup configuration resource.
|
3473
|
+
class PitrSettings
|
3474
|
+
include Google::Apis::Core::Hashable
|
3475
|
+
|
3476
|
+
# Output only. Number of days to retain the backup.
|
3477
|
+
# Corresponds to the JSON property `retentionDays`
|
3478
|
+
# @return [Fixnum]
|
3479
|
+
attr_accessor :retention_days
|
3480
|
+
|
3481
|
+
def initialize(**args)
|
3482
|
+
update!(**args)
|
3483
|
+
end
|
3484
|
+
|
3485
|
+
# Update properties of this object
|
3486
|
+
def update!(**args)
|
3487
|
+
@retention_days = args[:retention_days] if args.key?(:retention_days)
|
3488
|
+
end
|
3489
|
+
end
|
3490
|
+
|
3209
3491
|
# An Identity and Access Management (IAM) policy, which specifies access
|
3210
3492
|
# controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
|
3211
3493
|
# A `binding` binds one or more `members`, or principals, to a single `role`.
|
@@ -3329,6 +3611,86 @@ module Google
|
|
3329
3611
|
end
|
3330
3612
|
end
|
3331
3613
|
|
3614
|
+
# ResourceBackupConfig represents a resource along with its backup
|
3615
|
+
# configurations.
|
3616
|
+
class ResourceBackupConfig
|
3617
|
+
include Google::Apis::Core::Hashable
|
3618
|
+
|
3619
|
+
# Backup configurations applying to the target resource, including those
|
3620
|
+
# targeting its related/child resources. For example, backup configuration
|
3621
|
+
# applicable to Compute Engine disks will be populated in this field for a
|
3622
|
+
# Compute Engine VM which has the disk associated.
|
3623
|
+
# Corresponds to the JSON property `backupConfigsDetails`
|
3624
|
+
# @return [Array<Google::Apis::BackupdrV1::BackupConfigDetails>]
|
3625
|
+
attr_accessor :backup_configs_details
|
3626
|
+
|
3627
|
+
# Output only. Whether the target resource is configured for backup. This is
|
3628
|
+
# true if the backup_configs_details is not empty.
|
3629
|
+
# Corresponds to the JSON property `backupConfigured`
|
3630
|
+
# @return [Boolean]
|
3631
|
+
attr_accessor :backup_configured
|
3632
|
+
alias_method :backup_configured?, :backup_configured
|
3633
|
+
|
3634
|
+
# Identifier. The resource name of the ResourceBackupConfig. Format: projects/`
|
3635
|
+
# project`/locations/`location`/resourceBackupConfigs/`uid`
|
3636
|
+
# Corresponds to the JSON property `name`
|
3637
|
+
# @return [String]
|
3638
|
+
attr_accessor :name
|
3639
|
+
|
3640
|
+
# Output only. The [full resource name](https://cloud.google.com/asset-inventory/
|
3641
|
+
# docs/resource-name-format) of the cloud resource that this configuration
|
3642
|
+
# applies to. Supported resource types are ResourceBackupConfig.ResourceType.
|
3643
|
+
# Corresponds to the JSON property `targetResource`
|
3644
|
+
# @return [String]
|
3645
|
+
attr_accessor :target_resource
|
3646
|
+
|
3647
|
+
# Output only. The human friendly name of the target resource.
|
3648
|
+
# Corresponds to the JSON property `targetResourceDisplayName`
|
3649
|
+
# @return [String]
|
3650
|
+
attr_accessor :target_resource_display_name
|
3651
|
+
|
3652
|
+
# Labels associated with the target resource.
|
3653
|
+
# Corresponds to the JSON property `targetResourceLabels`
|
3654
|
+
# @return [Hash<String,String>]
|
3655
|
+
attr_accessor :target_resource_labels
|
3656
|
+
|
3657
|
+
# Output only. The type of the target resource.
|
3658
|
+
# Corresponds to the JSON property `targetResourceType`
|
3659
|
+
# @return [String]
|
3660
|
+
attr_accessor :target_resource_type
|
3661
|
+
|
3662
|
+
# Output only. The unique identifier of the resource backup config.
|
3663
|
+
# Corresponds to the JSON property `uid`
|
3664
|
+
# @return [String]
|
3665
|
+
attr_accessor :uid
|
3666
|
+
|
3667
|
+
# Output only. Whether the target resource is protected by a backup vault. This
|
3668
|
+
# is true if the backup_configs_details is not empty and any of the
|
3669
|
+
# ResourceBackupConfig.backup_configs_details has a backup configuration with
|
3670
|
+
# BackupConfigDetails.backup_vault set. set.
|
3671
|
+
# Corresponds to the JSON property `vaulted`
|
3672
|
+
# @return [Boolean]
|
3673
|
+
attr_accessor :vaulted
|
3674
|
+
alias_method :vaulted?, :vaulted
|
3675
|
+
|
3676
|
+
def initialize(**args)
|
3677
|
+
update!(**args)
|
3678
|
+
end
|
3679
|
+
|
3680
|
+
# Update properties of this object
|
3681
|
+
def update!(**args)
|
3682
|
+
@backup_configs_details = args[:backup_configs_details] if args.key?(:backup_configs_details)
|
3683
|
+
@backup_configured = args[:backup_configured] if args.key?(:backup_configured)
|
3684
|
+
@name = args[:name] if args.key?(:name)
|
3685
|
+
@target_resource = args[:target_resource] if args.key?(:target_resource)
|
3686
|
+
@target_resource_display_name = args[:target_resource_display_name] if args.key?(:target_resource_display_name)
|
3687
|
+
@target_resource_labels = args[:target_resource_labels] if args.key?(:target_resource_labels)
|
3688
|
+
@target_resource_type = args[:target_resource_type] if args.key?(:target_resource_type)
|
3689
|
+
@uid = args[:uid] if args.key?(:uid)
|
3690
|
+
@vaulted = args[:vaulted] if args.key?(:vaulted)
|
3691
|
+
end
|
3692
|
+
end
|
3693
|
+
|
3332
3694
|
# Request message for restoring from a Backup.
|
3333
3695
|
class RestoreBackupRequest
|
3334
3696
|
include Google::Apis::Core::Hashable
|
@@ -3415,7 +3777,7 @@ module Google
|
|
3415
3777
|
# @return [String]
|
3416
3778
|
attr_accessor :last_successful_backup_consistency_time
|
3417
3779
|
|
3418
|
-
# Output only.
|
3780
|
+
# Output only. Backup Rule id fetched from backup plan.
|
3419
3781
|
# Corresponds to the JSON property `ruleId`
|
3420
3782
|
# @return [String]
|
3421
3783
|
attr_accessor :rule_id
|
@@ -3713,7 +4075,7 @@ module Google
|
|
3713
4075
|
# means jobs will run every 2 hours from start time till end time defined. This
|
3714
4076
|
# is required for `recurrence_type`, `HOURLY` and is not applicable otherwise. A
|
3715
4077
|
# validation error will occur if a value is supplied and `recurrence_type` is
|
3716
|
-
# not `HOURLY`. Value of hourly frequency should be between
|
4078
|
+
# not `HOURLY`. Value of hourly frequency should be between 4 and 23. Reason for
|
3717
4079
|
# limit : We found that there is bandwidth limitation of 3GB/S for GMI while
|
3718
4080
|
# taking a backup and 5GB/S while doing a restore. Given the amount of parallel
|
3719
4081
|
# backups and restore we are targeting, this will potentially take the backup
|
@@ -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.24.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.16.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250205"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -100,12 +100,42 @@ module Google
|
|
100
100
|
include Google::Apis::Core::JsonObjectSupport
|
101
101
|
end
|
102
102
|
|
103
|
+
class BackupConfigDetails
|
104
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
105
|
+
|
106
|
+
include Google::Apis::Core::JsonObjectSupport
|
107
|
+
end
|
108
|
+
|
103
109
|
class BackupConfigInfo
|
104
110
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
105
111
|
|
106
112
|
include Google::Apis::Core::JsonObjectSupport
|
107
113
|
end
|
108
114
|
|
115
|
+
class BackupDrPlanConfig
|
116
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
117
|
+
|
118
|
+
include Google::Apis::Core::JsonObjectSupport
|
119
|
+
end
|
120
|
+
|
121
|
+
class BackupDrPlanRule
|
122
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
123
|
+
|
124
|
+
include Google::Apis::Core::JsonObjectSupport
|
125
|
+
end
|
126
|
+
|
127
|
+
class BackupDrTemplateConfig
|
128
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
129
|
+
|
130
|
+
include Google::Apis::Core::JsonObjectSupport
|
131
|
+
end
|
132
|
+
|
133
|
+
class BackupLocation
|
134
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
135
|
+
|
136
|
+
include Google::Apis::Core::JsonObjectSupport
|
137
|
+
end
|
138
|
+
|
109
139
|
class BackupLock
|
110
140
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
111
141
|
|
@@ -286,6 +316,12 @@ module Google
|
|
286
316
|
include Google::Apis::Core::JsonObjectSupport
|
287
317
|
end
|
288
318
|
|
319
|
+
class InitializeServiceRequest
|
320
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
321
|
+
|
322
|
+
include Google::Apis::Core::JsonObjectSupport
|
323
|
+
end
|
324
|
+
|
289
325
|
class InitiateBackupRequest
|
290
326
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
291
327
|
|
@@ -352,6 +388,12 @@ module Google
|
|
352
388
|
include Google::Apis::Core::JsonObjectSupport
|
353
389
|
end
|
354
390
|
|
391
|
+
class ListResourceBackupConfigsResponse
|
392
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
393
|
+
|
394
|
+
include Google::Apis::Core::JsonObjectSupport
|
395
|
+
end
|
396
|
+
|
355
397
|
class Location
|
356
398
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
357
399
|
|
@@ -412,6 +454,12 @@ module Google
|
|
412
454
|
include Google::Apis::Core::JsonObjectSupport
|
413
455
|
end
|
414
456
|
|
457
|
+
class PitrSettings
|
458
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
459
|
+
|
460
|
+
include Google::Apis::Core::JsonObjectSupport
|
461
|
+
end
|
462
|
+
|
415
463
|
class Policy
|
416
464
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
417
465
|
|
@@ -424,6 +472,12 @@ module Google
|
|
424
472
|
include Google::Apis::Core::JsonObjectSupport
|
425
473
|
end
|
426
474
|
|
475
|
+
class ResourceBackupConfig
|
476
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
477
|
+
|
478
|
+
include Google::Apis::Core::JsonObjectSupport
|
479
|
+
end
|
480
|
+
|
427
481
|
class RestoreBackupRequest
|
428
482
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
429
483
|
|
@@ -664,6 +718,8 @@ module Google
|
|
664
718
|
hash :labels, as: 'labels'
|
665
719
|
property :name, as: 'name'
|
666
720
|
property :resource_size_bytes, :numeric_string => true, as: 'resourceSizeBytes'
|
721
|
+
property :satisfies_pzi, as: 'satisfiesPzi'
|
722
|
+
property :satisfies_pzs, as: 'satisfiesPzs'
|
667
723
|
collection :service_locks, as: 'serviceLocks', class: Google::Apis::BackupdrV1::BackupLock, decorator: Google::Apis::BackupdrV1::BackupLock::Representation
|
668
724
|
|
669
725
|
property :state, as: 'state'
|
@@ -706,6 +762,27 @@ module Google
|
|
706
762
|
end
|
707
763
|
end
|
708
764
|
|
765
|
+
class BackupConfigDetails
|
766
|
+
# @private
|
767
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
768
|
+
property :applicable_resource, as: 'applicableResource'
|
769
|
+
property :backup_config_source, as: 'backupConfigSource'
|
770
|
+
property :backup_config_source_display_name, as: 'backupConfigSourceDisplayName'
|
771
|
+
property :backup_dr_plan_config, as: 'backupDrPlanConfig', class: Google::Apis::BackupdrV1::BackupDrPlanConfig, decorator: Google::Apis::BackupdrV1::BackupDrPlanConfig::Representation
|
772
|
+
|
773
|
+
property :backup_dr_template_config, as: 'backupDrTemplateConfig', class: Google::Apis::BackupdrV1::BackupDrTemplateConfig, decorator: Google::Apis::BackupdrV1::BackupDrTemplateConfig::Representation
|
774
|
+
|
775
|
+
collection :backup_locations, as: 'backupLocations', class: Google::Apis::BackupdrV1::BackupLocation, decorator: Google::Apis::BackupdrV1::BackupLocation::Representation
|
776
|
+
|
777
|
+
property :backup_vault, as: 'backupVault'
|
778
|
+
property :latest_successful_backup_time, as: 'latestSuccessfulBackupTime'
|
779
|
+
property :pitr_settings, as: 'pitrSettings', class: Google::Apis::BackupdrV1::PitrSettings, decorator: Google::Apis::BackupdrV1::PitrSettings::Representation
|
780
|
+
|
781
|
+
property :state, as: 'state'
|
782
|
+
property :type, as: 'type'
|
783
|
+
end
|
784
|
+
end
|
785
|
+
|
709
786
|
class BackupConfigInfo
|
710
787
|
# @private
|
711
788
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -720,6 +797,38 @@ module Google
|
|
720
797
|
end
|
721
798
|
end
|
722
799
|
|
800
|
+
class BackupDrPlanConfig
|
801
|
+
# @private
|
802
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
803
|
+
collection :backup_dr_plan_rules, as: 'backupDrPlanRules', class: Google::Apis::BackupdrV1::BackupDrPlanRule, decorator: Google::Apis::BackupdrV1::BackupDrPlanRule::Representation
|
804
|
+
|
805
|
+
end
|
806
|
+
end
|
807
|
+
|
808
|
+
class BackupDrPlanRule
|
809
|
+
# @private
|
810
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
811
|
+
property :last_successful_backup_time, as: 'lastSuccessfulBackupTime'
|
812
|
+
property :rule_id, as: 'ruleId'
|
813
|
+
end
|
814
|
+
end
|
815
|
+
|
816
|
+
class BackupDrTemplateConfig
|
817
|
+
# @private
|
818
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
819
|
+
property :first_party_management_uri, as: 'firstPartyManagementUri'
|
820
|
+
property :third_party_management_uri, as: 'thirdPartyManagementUri'
|
821
|
+
end
|
822
|
+
end
|
823
|
+
|
824
|
+
class BackupLocation
|
825
|
+
# @private
|
826
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
827
|
+
property :location_id, as: 'locationId'
|
828
|
+
property :type, as: 'type'
|
829
|
+
end
|
830
|
+
end
|
831
|
+
|
723
832
|
class BackupLock
|
724
833
|
# @private
|
725
834
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1087,6 +1196,14 @@ module Google
|
|
1087
1196
|
end
|
1088
1197
|
end
|
1089
1198
|
|
1199
|
+
class InitializeServiceRequest
|
1200
|
+
# @private
|
1201
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1202
|
+
property :request_id, as: 'requestId'
|
1203
|
+
property :resource_type, as: 'resourceType'
|
1204
|
+
end
|
1205
|
+
end
|
1206
|
+
|
1090
1207
|
class InitiateBackupRequest
|
1091
1208
|
# @private
|
1092
1209
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1189,6 +1306,15 @@ module Google
|
|
1189
1306
|
end
|
1190
1307
|
end
|
1191
1308
|
|
1309
|
+
class ListResourceBackupConfigsResponse
|
1310
|
+
# @private
|
1311
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1312
|
+
property :next_page_token, as: 'nextPageToken'
|
1313
|
+
collection :resource_backup_configs, as: 'resourceBackupConfigs', class: Google::Apis::BackupdrV1::ResourceBackupConfig, decorator: Google::Apis::BackupdrV1::ResourceBackupConfig::Representation
|
1314
|
+
|
1315
|
+
end
|
1316
|
+
end
|
1317
|
+
|
1192
1318
|
class Location
|
1193
1319
|
# @private
|
1194
1320
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1315,6 +1441,13 @@ module Google
|
|
1315
1441
|
end
|
1316
1442
|
end
|
1317
1443
|
|
1444
|
+
class PitrSettings
|
1445
|
+
# @private
|
1446
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1447
|
+
property :retention_days, as: 'retentionDays'
|
1448
|
+
end
|
1449
|
+
end
|
1450
|
+
|
1318
1451
|
class Policy
|
1319
1452
|
# @private
|
1320
1453
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1334,6 +1467,22 @@ module Google
|
|
1334
1467
|
end
|
1335
1468
|
end
|
1336
1469
|
|
1470
|
+
class ResourceBackupConfig
|
1471
|
+
# @private
|
1472
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1473
|
+
collection :backup_configs_details, as: 'backupConfigsDetails', class: Google::Apis::BackupdrV1::BackupConfigDetails, decorator: Google::Apis::BackupdrV1::BackupConfigDetails::Representation
|
1474
|
+
|
1475
|
+
property :backup_configured, as: 'backupConfigured'
|
1476
|
+
property :name, as: 'name'
|
1477
|
+
property :target_resource, as: 'targetResource'
|
1478
|
+
property :target_resource_display_name, as: 'targetResourceDisplayName'
|
1479
|
+
hash :target_resource_labels, as: 'targetResourceLabels'
|
1480
|
+
property :target_resource_type, as: 'targetResourceType'
|
1481
|
+
property :uid, as: 'uid'
|
1482
|
+
property :vaulted, as: 'vaulted'
|
1483
|
+
end
|
1484
|
+
end
|
1485
|
+
|
1337
1486
|
class RestoreBackupRequest
|
1338
1487
|
# @private
|
1339
1488
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1717,8 +1717,8 @@ module Google
|
|
1717
1717
|
# Clients can use Operations.GetOperation or other methods to check whether the
|
1718
1718
|
# cancellation succeeded or whether the operation completed despite cancellation.
|
1719
1719
|
# On successful cancellation, the operation is not deleted; instead, it becomes
|
1720
|
-
# an operation with an Operation.error value with a google.rpc.Status.code of 1
|
1721
|
-
# corresponding to `Code.CANCELLED`.
|
1720
|
+
# an operation with an Operation.error value with a google.rpc.Status.code of `1`
|
1721
|
+
# , corresponding to `Code.CANCELLED`.
|
1722
1722
|
# @param [String] name
|
1723
1723
|
# The name of the operation resource to be cancelled.
|
1724
1724
|
# @param [Google::Apis::BackupdrV1::CancelOperationRequest] cancel_operation_request_object
|
@@ -1854,6 +1854,85 @@ module Google
|
|
1854
1854
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
1855
1855
|
execute_or_queue_command(command, &block)
|
1856
1856
|
end
|
1857
|
+
|
1858
|
+
# Lists ResourceBackupConfigs.
|
1859
|
+
# @param [String] parent
|
1860
|
+
# Required. The project and location for which to retrieve resource backup
|
1861
|
+
# configs. Format: 'projects/`project_id`/locations/`location`'. In Cloud Backup
|
1862
|
+
# and DR, locations map to Google Cloud regions, for example **us-central1**.
|
1863
|
+
# @param [String] filter
|
1864
|
+
# Optional. Filtering results.
|
1865
|
+
# @param [String] order_by
|
1866
|
+
# Optional. Hint for how to order the results.
|
1867
|
+
# @param [Fixnum] page_size
|
1868
|
+
# Optional. Requested page size. Server may return fewer items than requested.
|
1869
|
+
# If unspecified, server will pick an appropriate default.
|
1870
|
+
# @param [String] page_token
|
1871
|
+
# Optional. A token identifying a page of results the server should return.
|
1872
|
+
# @param [String] fields
|
1873
|
+
# Selector specifying which fields to include in a partial response.
|
1874
|
+
# @param [String] quota_user
|
1875
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
1876
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
1877
|
+
# @param [Google::Apis::RequestOptions] options
|
1878
|
+
# Request-specific options
|
1879
|
+
#
|
1880
|
+
# @yield [result, err] Result & error if block supplied
|
1881
|
+
# @yieldparam result [Google::Apis::BackupdrV1::ListResourceBackupConfigsResponse] parsed result object
|
1882
|
+
# @yieldparam err [StandardError] error object if request failed
|
1883
|
+
#
|
1884
|
+
# @return [Google::Apis::BackupdrV1::ListResourceBackupConfigsResponse]
|
1885
|
+
#
|
1886
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
1887
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
1888
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
1889
|
+
def list_project_location_resource_backup_configs(parent, filter: nil, order_by: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
1890
|
+
command = make_simple_command(:get, 'v1/{+parent}/resourceBackupConfigs', options)
|
1891
|
+
command.response_representation = Google::Apis::BackupdrV1::ListResourceBackupConfigsResponse::Representation
|
1892
|
+
command.response_class = Google::Apis::BackupdrV1::ListResourceBackupConfigsResponse
|
1893
|
+
command.params['parent'] = parent unless parent.nil?
|
1894
|
+
command.query['filter'] = filter unless filter.nil?
|
1895
|
+
command.query['orderBy'] = order_by unless order_by.nil?
|
1896
|
+
command.query['pageSize'] = page_size unless page_size.nil?
|
1897
|
+
command.query['pageToken'] = page_token unless page_token.nil?
|
1898
|
+
command.query['fields'] = fields unless fields.nil?
|
1899
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
1900
|
+
execute_or_queue_command(command, &block)
|
1901
|
+
end
|
1902
|
+
|
1903
|
+
# Initializes the service related config for a project.
|
1904
|
+
# @param [String] name
|
1905
|
+
# Required. The resource name of the serviceConfig used to initialize the
|
1906
|
+
# service. Format: `projects/`project_id`/locations/`location`/serviceConfig`.
|
1907
|
+
# @param [Google::Apis::BackupdrV1::InitializeServiceRequest] initialize_service_request_object
|
1908
|
+
# @param [String] fields
|
1909
|
+
# Selector specifying which fields to include in a partial response.
|
1910
|
+
# @param [String] quota_user
|
1911
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
1912
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
1913
|
+
# @param [Google::Apis::RequestOptions] options
|
1914
|
+
# Request-specific options
|
1915
|
+
#
|
1916
|
+
# @yield [result, err] Result & error if block supplied
|
1917
|
+
# @yieldparam result [Google::Apis::BackupdrV1::Operation] parsed result object
|
1918
|
+
# @yieldparam err [StandardError] error object if request failed
|
1919
|
+
#
|
1920
|
+
# @return [Google::Apis::BackupdrV1::Operation]
|
1921
|
+
#
|
1922
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
1923
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
1924
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
1925
|
+
def initialize_service_config_service(name, initialize_service_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
|
1926
|
+
command = make_simple_command(:post, 'v1/{+name}:initialize', options)
|
1927
|
+
command.request_representation = Google::Apis::BackupdrV1::InitializeServiceRequest::Representation
|
1928
|
+
command.request_object = initialize_service_request_object
|
1929
|
+
command.response_representation = Google::Apis::BackupdrV1::Operation::Representation
|
1930
|
+
command.response_class = Google::Apis::BackupdrV1::Operation
|
1931
|
+
command.params['name'] = name unless name.nil?
|
1932
|
+
command.query['fields'] = fields unless fields.nil?
|
1933
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
1934
|
+
execute_or_queue_command(command, &block)
|
1935
|
+
end
|
1857
1936
|
|
1858
1937
|
protected
|
1859
1938
|
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
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.24.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 2025-03-02 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: google-apis-core
|
@@ -58,9 +57,8 @@ licenses:
|
|
58
57
|
metadata:
|
59
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
59
|
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.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-backupdr_v1/v0.24.0
|
62
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-backupdr_v1
|
63
|
-
post_install_message:
|
64
62
|
rdoc_options: []
|
65
63
|
require_paths:
|
66
64
|
- lib
|
@@ -75,8 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
75
73
|
- !ruby/object:Gem::Version
|
76
74
|
version: '0'
|
77
75
|
requirements: []
|
78
|
-
rubygems_version: 3.5
|
79
|
-
signing_key:
|
76
|
+
rubygems_version: 3.6.5
|
80
77
|
specification_version: 4
|
81
78
|
summary: Simple REST client for Backup and DR Service API V1
|
82
79
|
test_files: []
|