google-cloud-backupdr-v1beta 0.a → 0.1.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.
Files changed (74) hide show
  1. checksums.yaml +4 -4
  2. data/.yardopts +12 -0
  3. data/AUTHENTICATION.md +122 -0
  4. data/README.md +154 -8
  5. data/lib/google/cloud/backupdr/v1beta/appliedautoprotectionpolicy_pb.rb +30 -0
  6. data/lib/google/cloud/backupdr/v1beta/autoprotectionpolicy_pb.rb +39 -0
  7. data/lib/google/cloud/backupdr/v1beta/autoprotectionpolicybinding_pb.rb +32 -0
  8. data/lib/google/cloud/backupdr/v1beta/backup_dr_protection_summary/client.rb +532 -0
  9. data/lib/google/cloud/backupdr/v1beta/backup_dr_protection_summary/credentials.rb +48 -0
  10. data/lib/google/cloud/backupdr/v1beta/backup_dr_protection_summary/paths.rb +50 -0
  11. data/lib/google/cloud/backupdr/v1beta/backup_dr_protection_summary/rest/client.rb +491 -0
  12. data/lib/google/cloud/backupdr/v1beta/backup_dr_protection_summary/rest/service_stub.rb +142 -0
  13. data/lib/google/cloud/backupdr/v1beta/backup_dr_protection_summary/rest.rb +53 -0
  14. data/lib/google/cloud/backupdr/v1beta/backup_dr_protection_summary.rb +55 -0
  15. data/lib/google/cloud/backupdr/v1beta/backupdr/client.rb +6101 -0
  16. data/lib/google/cloud/backupdr/v1beta/backupdr/credentials.rb +48 -0
  17. data/lib/google/cloud/backupdr/v1beta/backupdr/operations.rb +843 -0
  18. data/lib/google/cloud/backupdr/v1beta/backupdr/paths.rb +372 -0
  19. data/lib/google/cloud/backupdr/v1beta/backupdr/rest/client.rb +5724 -0
  20. data/lib/google/cloud/backupdr/v1beta/backupdr/rest/operations.rb +927 -0
  21. data/lib/google/cloud/backupdr/v1beta/backupdr/rest/service_stub.rb +3086 -0
  22. data/lib/google/cloud/backupdr/v1beta/backupdr/rest.rb +54 -0
  23. data/lib/google/cloud/backupdr/v1beta/backupdr.rb +56 -0
  24. data/lib/google/cloud/backupdr/v1beta/backupdr_pb.rb +55 -0
  25. data/lib/google/cloud/backupdr/v1beta/backupdr_services_pb.rb +145 -0
  26. data/lib/google/cloud/backupdr/v1beta/backupplan_pb.rb +49 -0
  27. data/lib/google/cloud/backupdr/v1beta/backupplanassociation_pb.rb +42 -0
  28. data/lib/google/cloud/backupdr/v1beta/backupvault_alloydb_pb.rb +30 -0
  29. data/lib/google/cloud/backupdr/v1beta/backupvault_ba_pb.rb +24 -0
  30. data/lib/google/cloud/backupdr/v1beta/backupvault_cloudsql_pb.rb +30 -0
  31. data/lib/google/cloud/backupdr/v1beta/backupvault_disk_pb.rb +33 -0
  32. data/lib/google/cloud/backupdr/v1beta/backupvault_gce_pb.rb +66 -0
  33. data/lib/google/cloud/backupdr/v1beta/backupvault_pb.rb +80 -0
  34. data/lib/google/cloud/backupdr/v1beta/bindingmatchingresource_pb.rb +31 -0
  35. data/lib/google/cloud/backupdr/v1beta/bindings_override.rb +108 -0
  36. data/lib/google/cloud/backupdr/v1beta/datasourcereference_pb.rb +35 -0
  37. data/lib/google/cloud/backupdr/v1beta/protection_summary_pb.rb +40 -0
  38. data/lib/google/cloud/backupdr/v1beta/protection_summary_services_pb.rb +45 -0
  39. data/lib/google/cloud/backupdr/v1beta/rest.rb +39 -0
  40. data/lib/google/cloud/backupdr/v1beta/version.rb +8 -3
  41. data/lib/google/cloud/backupdr/v1beta.rb +46 -0
  42. data/lib/google-cloud-backupdr-v1beta.rb +21 -0
  43. data/proto_docs/README.md +4 -0
  44. data/proto_docs/google/api/client.rb +593 -0
  45. data/proto_docs/google/api/field_behavior.rb +85 -0
  46. data/proto_docs/google/api/field_info.rb +88 -0
  47. data/proto_docs/google/api/launch_stage.rb +71 -0
  48. data/proto_docs/google/api/resource.rb +227 -0
  49. data/proto_docs/google/cloud/backupdr/v1beta/appliedautoprotectionpolicy.rb +121 -0
  50. data/proto_docs/google/cloud/backupdr/v1beta/autoprotectionpolicy.rb +277 -0
  51. data/proto_docs/google/cloud/backupdr/v1beta/autoprotectionpolicybinding.rb +180 -0
  52. data/proto_docs/google/cloud/backupdr/v1beta/backupdr.rb +428 -0
  53. data/proto_docs/google/cloud/backupdr/v1beta/backupplan.rb +637 -0
  54. data/proto_docs/google/cloud/backupdr/v1beta/backupplanassociation.rb +423 -0
  55. data/proto_docs/google/cloud/backupdr/v1beta/backupvault.rb +1391 -0
  56. data/proto_docs/google/cloud/backupdr/v1beta/backupvault_alloydb.rb +105 -0
  57. data/proto_docs/google/cloud/backupdr/v1beta/backupvault_ba.rb +47 -0
  58. data/proto_docs/google/cloud/backupdr/v1beta/backupvault_cloudsql.rb +131 -0
  59. data/proto_docs/google/cloud/backupdr/v1beta/backupvault_disk.rb +301 -0
  60. data/proto_docs/google/cloud/backupdr/v1beta/backupvault_gce.rb +1010 -0
  61. data/proto_docs/google/cloud/backupdr/v1beta/bindingmatchingresource.rb +160 -0
  62. data/proto_docs/google/cloud/backupdr/v1beta/datasourcereference.rb +236 -0
  63. data/proto_docs/google/cloud/backupdr/v1beta/protection_summary.rb +309 -0
  64. data/proto_docs/google/longrunning/operations.rb +191 -0
  65. data/proto_docs/google/protobuf/any.rb +145 -0
  66. data/proto_docs/google/protobuf/duration.rb +98 -0
  67. data/proto_docs/google/protobuf/empty.rb +34 -0
  68. data/proto_docs/google/protobuf/field_mask.rb +229 -0
  69. data/proto_docs/google/protobuf/timestamp.rb +128 -0
  70. data/proto_docs/google/protobuf/wrappers.rb +148 -0
  71. data/proto_docs/google/rpc/status.rb +48 -0
  72. data/proto_docs/google/type/dayofweek.rb +49 -0
  73. data/proto_docs/google/type/month.rb +64 -0
  74. metadata +134 -9
@@ -0,0 +1,54 @@
1
+ # frozen_string_literal: true
2
+
3
+ # Copyright 2026 Google LLC
4
+ #
5
+ # Licensed under the Apache License, Version 2.0 (the "License");
6
+ # you may not use this file except in compliance with the License.
7
+ # You may obtain a copy of the License at
8
+ #
9
+ # https://www.apache.org/licenses/LICENSE-2.0
10
+ #
11
+ # Unless required by applicable law or agreed to in writing, software
12
+ # distributed under the License is distributed on an "AS IS" BASIS,
13
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
+ # See the License for the specific language governing permissions and
15
+ # limitations under the License.
16
+
17
+ # Auto-generated by gapic-generator-ruby. DO NOT EDIT!
18
+
19
+ require "gapic/rest"
20
+ require "gapic/config"
21
+ require "gapic/config/method"
22
+
23
+ require "google/cloud/backupdr/v1beta/version"
24
+ require "google/cloud/backupdr/v1beta/bindings_override"
25
+
26
+ require "google/cloud/backupdr/v1beta/backupdr/credentials"
27
+ require "google/cloud/backupdr/v1beta/backupdr/paths"
28
+ require "google/cloud/backupdr/v1beta/backupdr/rest/operations"
29
+ require "google/cloud/backupdr/v1beta/backupdr/rest/client"
30
+
31
+ module Google
32
+ module Cloud
33
+ module BackupDR
34
+ module V1beta
35
+ ##
36
+ # The BackupDR Service
37
+ #
38
+ # To load this service and instantiate a REST client:
39
+ #
40
+ # require "google/cloud/backupdr/v1beta/backupdr/rest"
41
+ # client = ::Google::Cloud::BackupDR::V1beta::BackupDR::Rest::Client.new
42
+ #
43
+ module BackupDR
44
+ # Client for the REST transport
45
+ module Rest
46
+ end
47
+ end
48
+ end
49
+ end
50
+ end
51
+ end
52
+
53
+ helper_path = ::File.join __dir__, "rest", "helpers.rb"
54
+ require "google/cloud/backupdr/v1beta/backupdr/rest/helpers" if ::File.file? helper_path
@@ -0,0 +1,56 @@
1
+ # frozen_string_literal: true
2
+
3
+ # Copyright 2026 Google LLC
4
+ #
5
+ # Licensed under the Apache License, Version 2.0 (the "License");
6
+ # you may not use this file except in compliance with the License.
7
+ # You may obtain a copy of the License at
8
+ #
9
+ # https://www.apache.org/licenses/LICENSE-2.0
10
+ #
11
+ # Unless required by applicable law or agreed to in writing, software
12
+ # distributed under the License is distributed on an "AS IS" BASIS,
13
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
+ # See the License for the specific language governing permissions and
15
+ # limitations under the License.
16
+
17
+ # Auto-generated by gapic-generator-ruby. DO NOT EDIT!
18
+
19
+ require "gapic/common"
20
+ require "gapic/config"
21
+ require "gapic/config/method"
22
+
23
+ require "google/cloud/backupdr/v1beta/version"
24
+
25
+ require "google/cloud/backupdr/v1beta/backupdr/credentials"
26
+ require "google/cloud/backupdr/v1beta/backupdr/paths"
27
+ require "google/cloud/backupdr/v1beta/backupdr/operations"
28
+ require "google/cloud/backupdr/v1beta/backupdr/client"
29
+ require "google/cloud/backupdr/v1beta/backupdr/rest"
30
+
31
+ module Google
32
+ module Cloud
33
+ module BackupDR
34
+ module V1beta
35
+ ##
36
+ # The BackupDR Service
37
+ #
38
+ # @example Load this service and instantiate a gRPC client
39
+ #
40
+ # require "google/cloud/backupdr/v1beta/backupdr"
41
+ # client = ::Google::Cloud::BackupDR::V1beta::BackupDR::Client.new
42
+ #
43
+ # @example Load this service and instantiate a REST client
44
+ #
45
+ # require "google/cloud/backupdr/v1beta/backupdr/rest"
46
+ # client = ::Google::Cloud::BackupDR::V1beta::BackupDR::Rest::Client.new
47
+ #
48
+ module BackupDR
49
+ end
50
+ end
51
+ end
52
+ end
53
+ end
54
+
55
+ helper_path = ::File.join __dir__, "backupdr", "helpers.rb"
56
+ require "google/cloud/backupdr/v1beta/backupdr/helpers" if ::File.file? helper_path
@@ -0,0 +1,55 @@
1
+ # frozen_string_literal: true
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # source: google/cloud/backupdr/v1beta/backupdr.proto
4
+
5
+ require 'google/protobuf'
6
+
7
+ require 'google/api/annotations_pb'
8
+ require 'google/api/client_pb'
9
+ require 'google/api/field_behavior_pb'
10
+ require 'google/api/field_info_pb'
11
+ require 'google/api/resource_pb'
12
+ require 'google/cloud/backupdr/v1beta/appliedautoprotectionpolicy_pb'
13
+ require 'google/cloud/backupdr/v1beta/autoprotectionpolicy_pb'
14
+ require 'google/cloud/backupdr/v1beta/autoprotectionpolicybinding_pb'
15
+ require 'google/cloud/backupdr/v1beta/backupplan_pb'
16
+ require 'google/cloud/backupdr/v1beta/backupplanassociation_pb'
17
+ require 'google/cloud/backupdr/v1beta/backupvault_pb'
18
+ require 'google/cloud/backupdr/v1beta/backupvault_cloudsql_pb'
19
+ require 'google/cloud/backupdr/v1beta/bindingmatchingresource_pb'
20
+ require 'google/cloud/backupdr/v1beta/datasourcereference_pb'
21
+ require 'google/longrunning/operations_pb'
22
+ require 'google/protobuf/empty_pb'
23
+ require 'google/protobuf/timestamp_pb'
24
+ require 'google/protobuf/wrappers_pb'
25
+
26
+
27
+ descriptor_data = "\n+google/cloud/backupdr/v1beta/backupdr.proto\x12\x1cgoogle.cloud.backupdr.v1beta\x1a\x1cgoogle/api/annotations.proto\x1a\x17google/api/client.proto\x1a\x1fgoogle/api/field_behavior.proto\x1a\x1bgoogle/api/field_info.proto\x1a\x19google/api/resource.proto\x1a>google/cloud/backupdr/v1beta/appliedautoprotectionpolicy.proto\x1a\x37google/cloud/backupdr/v1beta/autoprotectionpolicy.proto\x1a>google/cloud/backupdr/v1beta/autoprotectionpolicybinding.proto\x1a-google/cloud/backupdr/v1beta/backupplan.proto\x1a\x38google/cloud/backupdr/v1beta/backupplanassociation.proto\x1a.google/cloud/backupdr/v1beta/backupvault.proto\x1a\x37google/cloud/backupdr/v1beta/backupvault_cloudsql.proto\x1a:google/cloud/backupdr/v1beta/bindingmatchingresource.proto\x1a\x36google/cloud/backupdr/v1beta/datasourcereference.proto\x1a#google/longrunning/operations.proto\x1a\x1bgoogle/protobuf/empty.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1egoogle/protobuf/wrappers.proto\"\xc2\x01\n\rNetworkConfig\x12\x14\n\x07network\x18\x01 \x01(\tB\x03\xe0\x41\x01\x12R\n\x0cpeering_mode\x18\x02 \x01(\x0e\x32\x37.google.cloud.backupdr.v1beta.NetworkConfig.PeeringModeB\x03\xe0\x41\x01\"G\n\x0bPeeringMode\x12\x1c\n\x18PEERING_MODE_UNSPECIFIED\x10\x00\x12\x1a\n\x16PRIVATE_SERVICE_ACCESS\x10\x01\"6\n\rManagementURI\x12\x13\n\x06web_ui\x18\x01 \x01(\tB\x03\xe0\x41\x03\x12\x10\n\x03\x61pi\x18\x02 \x01(\tB\x03\xe0\x41\x03\"w\n#WorkforceIdentityBasedManagementURI\x12\'\n\x1a\x66irst_party_management_uri\x18\x01 \x01(\tB\x03\xe0\x41\x03\x12\'\n\x1athird_party_management_uri\x18\x02 \x01(\tB\x03\xe0\x41\x03\"|\n$WorkforceIdentityBasedOAuth2ClientID\x12)\n\x1c\x66irst_party_oauth2_client_id\x18\x01 \x01(\tB\x03\xe0\x41\x03\x12)\n\x1cthird_party_oauth2_client_id\x18\x02 \x01(\tB\x03\xe0\x41\x03\"\xed\n\n\x10ManagementServer\x12\x14\n\x04name\x18\x01 \x01(\tB\x06\xe0\x41\x03\xe0\x41\x08\x12\x18\n\x0b\x64\x65scription\x18\t \x01(\tB\x03\xe0\x41\x01\x12O\n\x06labels\x18\x04 \x03(\x0b\x32:.google.cloud.backupdr.v1beta.ManagementServer.LabelsEntryB\x03\xe0\x41\x01\x12\x34\n\x0b\x63reate_time\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x34\n\x0bupdate_time\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12N\n\x04type\x18\x0e \x01(\x0e\x32;.google.cloud.backupdr.v1beta.ManagementServer.InstanceTypeB\x03\xe0\x41\x01\x12H\n\x0emanagement_uri\x18\x0b \x01(\x0b\x32+.google.cloud.backupdr.v1beta.ManagementURIB\x03\xe0\x41\x03\x12w\n\'workforce_identity_based_management_uri\x18\x10 \x01(\x0b\x32\x41.google.cloud.backupdr.v1beta.WorkforceIdentityBasedManagementURIB\x03\xe0\x41\x03\x12P\n\x05state\x18\x07 \x01(\x0e\x32<.google.cloud.backupdr.v1beta.ManagementServer.InstanceStateB\x03\xe0\x41\x03\x12\x42\n\x08networks\x18\x08 \x03(\x0b\x32+.google.cloud.backupdr.v1beta.NetworkConfigB\x03\xe0\x41\x01\x12\x11\n\x04\x65tag\x18\r \x01(\tB\x03\xe0\x41\x01\x12\x1d\n\x10oauth2_client_id\x18\x0f \x01(\tB\x03\xe0\x41\x03\x12z\n)workforce_identity_based_oauth2_client_id\x18\x11 \x01(\x0b\x32\x42.google.cloud.backupdr.v1beta.WorkforceIdentityBasedOAuth2ClientIDB\x03\xe0\x41\x03\x12\x19\n\x0c\x62\x61_proxy_uri\x18\x12 \x03(\tB\x03\xe0\x41\x03\x12\x36\n\rsatisfies_pzs\x18\x13 \x01(\x0b\x32\x1a.google.protobuf.BoolValueB\x03\xe0\x41\x03\x12\x1a\n\rsatisfies_pzi\x18\x14 \x01(\x08\x42\x03\xe0\x41\x03\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"A\n\x0cInstanceType\x12\x1d\n\x19INSTANCE_TYPE_UNSPECIFIED\x10\x00\x12\x12\n\x0e\x42\x41\x43KUP_RESTORE\x10\x01\"\x8f\x01\n\rInstanceState\x12\x1e\n\x1aINSTANCE_STATE_UNSPECIFIED\x10\x00\x12\x0c\n\x08\x43REATING\x10\x01\x12\t\n\x05READY\x10\x02\x12\x0c\n\x08UPDATING\x10\x03\x12\x0c\n\x08\x44\x45LETING\x10\x04\x12\r\n\tREPAIRING\x10\x05\x12\x0f\n\x0bMAINTENANCE\x10\x06\x12\t\n\x05\x45RROR\x10\x07:\xa1\x01\xea\x41\x9d\x01\n(backupdr.googleapis.com/ManagementServer\x12Lprojects/{project}/locations/{location}/managementServers/{managementserver}*\x11managementServers2\x10managementServer\"\xdf\x01\n\x1cListManagementServersRequest\x12@\n\x06parent\x18\x01 \x01(\tB0\xe0\x41\x02\xfa\x41*\x12(backupdr.googleapis.com/ManagementServer\x12\x16\n\tpage_size\x18\x02 \x01(\x05\x42\x03\xe0\x41\x01\x12\x17\n\npage_token\x18\x03 \x01(\tB\x03\xe0\x41\x01\x12\x18\n\x06\x66ilter\x18\x04 \x01(\tB\x03\xe0\x41\x01H\x00\x88\x01\x01\x12\x1a\n\x08order_by\x18\x05 \x01(\tB\x03\xe0\x41\x01H\x01\x88\x01\x01\x42\t\n\x07_filterB\x0b\n\t_order_by\"\x99\x01\n\x1dListManagementServersResponse\x12J\n\x12management_servers\x18\x01 \x03(\x0b\x32..google.cloud.backupdr.v1beta.ManagementServer\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\x12\x13\n\x0bunreachable\x18\x03 \x03(\t\"\\\n\x1aGetManagementServerRequest\x12>\n\x04name\x18\x01 \x01(\tB0\xe0\x41\x02\xfa\x41*\n(backupdr.googleapis.com/ManagementServer\"\xed\x01\n\x1d\x43reateManagementServerRequest\x12@\n\x06parent\x18\x01 \x01(\tB0\xe0\x41\x02\xfa\x41*\x12(backupdr.googleapis.com/ManagementServer\x12!\n\x14management_server_id\x18\x02 \x01(\tB\x03\xe0\x41\x02\x12N\n\x11management_server\x18\x03 \x01(\x0b\x32..google.cloud.backupdr.v1beta.ManagementServerB\x03\xe0\x41\x02\x12\x17\n\nrequest_id\x18\x04 \x01(\tB\x03\xe0\x41\x01\"x\n\x1d\x44\x65leteManagementServerRequest\x12>\n\x04name\x18\x01 \x01(\tB0\xe0\x41\x02\xfa\x41*\n(backupdr.googleapis.com/ManagementServer\x12\x17\n\nrequest_id\x18\x02 \x01(\tB\x03\xe0\x41\x01\"\xbf\x02\n\x18InitializeServiceRequest\x12{\n(cloud_sql_instance_initialization_config\x18\x04 \x01(\x0b\x32\x42.google.cloud.backupdr.v1beta.CloudSqlInstanceInitializationConfigB\x03\xe0\x41\x01H\x00\x12\x11\n\x04name\x18\x01 \x01(\tB\x03\xe0\x41\x02\x12\x1a\n\rresource_type\x18\x02 \x01(\tB\x03\xe0\x41\x02\x12\x1f\n\nrequest_id\x18\x03 \x01(\tB\x0b\xe0\x41\x01\xe2\x8c\xcf\xd7\x08\x02\x08\x01\x12!\n\x14\x62\x61\x63kup_plan_location\x18\x06 \x01(\tB\x03\xe0\x41\x01\x12\x1a\n\rvalidate_only\x18\x07 \x01(\x08\x42\x03\xe0\x41\x01\x42\x17\n\x15initialization_config\"P\n\x19InitializeServiceResponse\x12\x19\n\x11\x62\x61\x63kup_vault_name\x18\x01 \x01(\t\x12\x18\n\x10\x62\x61\x63kup_plan_name\x18\x02 \x01(\t\"\x9a\x03\n\x11OperationMetadata\x12\x34\n\x0b\x63reate_time\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x31\n\x08\x65nd_time\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x13\n\x06target\x18\x03 \x01(\tB\x03\xe0\x41\x03\x12\x11\n\x04verb\x18\x04 \x01(\tB\x03\xe0\x41\x03\x12\x1b\n\x0estatus_message\x18\x05 \x01(\tB\x03\xe0\x41\x03\x12#\n\x16requested_cancellation\x18\x06 \x01(\x08\x42\x03\xe0\x41\x03\x12\x18\n\x0b\x61pi_version\x18\x07 \x01(\tB\x03\xe0\x41\x03\x12\x61\n\x0f\x61\x64\x64itional_info\x18\x08 \x03(\x0b\x32\x43.google.cloud.backupdr.v1beta.OperationMetadata.AdditionalInfoEntryB\x03\xe0\x41\x03\x1a\x35\n\x13\x41\x64\x64itionalInfoEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x32\xc9\x61\n\x08\x42\x61\x63kupDR\x12\xdc\x01\n\x15ListManagementServers\x12:.google.cloud.backupdr.v1beta.ListManagementServersRequest\x1a;.google.cloud.backupdr.v1beta.ListManagementServersResponse\"J\xda\x41\x06parent\x82\xd3\xe4\x93\x02;\x12\x39/v1beta/{parent=projects/*/locations/*}/managementServers\x12\xc9\x01\n\x13GetManagementServer\x12\x38.google.cloud.backupdr.v1beta.GetManagementServerRequest\x1a..google.cloud.backupdr.v1beta.ManagementServer\"H\xda\x41\x04name\x82\xd3\xe4\x93\x02;\x12\x39/v1beta/{name=projects/*/locations/*/managementServers/*}\x12\xa3\x02\n\x16\x43reateManagementServer\x12;.google.cloud.backupdr.v1beta.CreateManagementServerRequest\x1a\x1d.google.longrunning.Operation\"\xac\x01\xca\x41%\n\x10ManagementServer\x12\x11OperationMetadata\xda\x41-parent,management_server,management_server_id\x82\xd3\xe4\x93\x02N\"9/v1beta/{parent=projects/*/locations/*}/managementServers:\x11management_server\x12\xeb\x01\n\x16\x44\x65leteManagementServer\x12;.google.cloud.backupdr.v1beta.DeleteManagementServerRequest\x1a\x1d.google.longrunning.Operation\"u\xca\x41*\n\x15google.protobuf.Empty\x12\x11OperationMetadata\xda\x41\x04name\x82\xd3\xe4\x93\x02;*9/v1beta/{name=projects/*/locations/*/managementServers/*}\x12\x80\x02\n\x11\x43reateBackupVault\x12\x36.google.cloud.backupdr.v1beta.CreateBackupVaultRequest\x1a\x1d.google.longrunning.Operation\"\x93\x01\xca\x41 \n\x0b\x42\x61\x63kupVault\x12\x11OperationMetadata\xda\x41#parent,backup_vault,backup_vault_id\x82\xd3\xe4\x93\x02\x44\"4/v1beta/{parent=projects/*/locations/*}/backupVaults:\x0c\x62\x61\x63kup_vault\x12\xc8\x01\n\x10ListBackupVaults\x12\x35.google.cloud.backupdr.v1beta.ListBackupVaultsRequest\x1a\x36.google.cloud.backupdr.v1beta.ListBackupVaultsResponse\"E\xda\x41\x06parent\x82\xd3\xe4\x93\x02\x36\x12\x34/v1beta/{parent=projects/*/locations/*}/backupVaults\x12\xe9\x01\n\x17\x46\x65tchUsableBackupVaults\x12<.google.cloud.backupdr.v1beta.FetchUsableBackupVaultsRequest\x1a=.google.cloud.backupdr.v1beta.FetchUsableBackupVaultsResponse\"Q\xda\x41\x06parent\x82\xd3\xe4\x93\x02\x42\x12@/v1beta/{parent=projects/*/locations/*}/backupVaults:fetchUsable\x12\xb5\x01\n\x0eGetBackupVault\x12\x33.google.cloud.backupdr.v1beta.GetBackupVaultRequest\x1a).google.cloud.backupdr.v1beta.BackupVault\"C\xda\x41\x04name\x82\xd3\xe4\x93\x02\x36\x12\x34/v1beta/{name=projects/*/locations/*/backupVaults/*}\x12\x82\x02\n\x11UpdateBackupVault\x12\x36.google.cloud.backupdr.v1beta.UpdateBackupVaultRequest\x1a\x1d.google.longrunning.Operation\"\x95\x01\xca\x41 \n\x0b\x42\x61\x63kupVault\x12\x11OperationMetadata\xda\x41\x18\x62\x61\x63kup_vault,update_mask\x82\xd3\xe4\x93\x02Q2A/v1beta/{backup_vault.name=projects/*/locations/*/backupVaults/*}:\x0c\x62\x61\x63kup_vault\x12\xdc\x01\n\x11\x44\x65leteBackupVault\x12\x36.google.cloud.backupdr.v1beta.DeleteBackupVaultRequest\x1a\x1d.google.longrunning.Operation\"p\xca\x41*\n\x15google.protobuf.Empty\x12\x11OperationMetadata\xda\x41\x04name\x82\xd3\xe4\x93\x02\x36*4/v1beta/{name=projects/*/locations/*/backupVaults/*}\x12\xd3\x01\n\x0fListDataSources\x12\x34.google.cloud.backupdr.v1beta.ListDataSourcesRequest\x1a\x35.google.cloud.backupdr.v1beta.ListDataSourcesResponse\"S\xda\x41\x06parent\x82\xd3\xe4\x93\x02\x44\x12\x42/v1beta/{parent=projects/*/locations/*/backupVaults/*}/dataSources\x12\xc0\x01\n\rGetDataSource\x12\x32.google.cloud.backupdr.v1beta.GetDataSourceRequest\x1a(.google.cloud.backupdr.v1beta.DataSource\"Q\xda\x41\x04name\x82\xd3\xe4\x93\x02\x44\x12\x42/v1beta/{name=projects/*/locations/*/backupVaults/*/dataSources/*}\x12\x8a\x02\n\x10UpdateDataSource\x12\x35.google.cloud.backupdr.v1beta.UpdateDataSourceRequest\x1a\x1d.google.longrunning.Operation\"\x9f\x01\xca\x41\x1f\n\nDataSource\x12\x11OperationMetadata\xda\x41\x17\x64\x61ta_source,update_mask\x82\xd3\xe4\x93\x02]2N/v1beta/{data_source.name=projects/*/locations/*/backupVaults/*/dataSources/*}:\x0b\x64\x61ta_source\x12\xd1\x01\n\x0bListBackups\x12\x30.google.cloud.backupdr.v1beta.ListBackupsRequest\x1a\x31.google.cloud.backupdr.v1beta.ListBackupsResponse\"]\xda\x41\x06parent\x82\xd3\xe4\x93\x02N\x12L/v1beta/{parent=projects/*/locations/*/backupVaults/*/dataSources/*}/backups\x12\xa5\x02\n\x1b\x46\x65tchBackupsForResourceType\x12@.google.cloud.backupdr.v1beta.FetchBackupsForResourceTypeRequest\x1a\x41.google.cloud.backupdr.v1beta.FetchBackupsForResourceTypeResponse\"\x80\x01\xda\x41\x14parent,resource_type\x82\xd3\xe4\x93\x02\x63\x12\x61/v1beta/{parent=projects/*/locations/*/backupVaults/*/dataSources/*}/backups:fetchForResourceType\x12\xbe\x01\n\tGetBackup\x12..google.cloud.backupdr.v1beta.GetBackupRequest\x1a$.google.cloud.backupdr.v1beta.Backup\"[\xda\x41\x04name\x82\xd3\xe4\x93\x02N\x12L/v1beta/{name=projects/*/locations/*/backupVaults/*/dataSources/*/backups/*}\x12\xf9\x01\n\x0cUpdateBackup\x12\x31.google.cloud.backupdr.v1beta.UpdateBackupRequest\x1a\x1d.google.longrunning.Operation\"\x96\x01\xca\x41\x1b\n\x06\x42\x61\x63kup\x12\x11OperationMetadata\xda\x41\x12\x62\x61\x63kup,update_mask\x82\xd3\xe4\x93\x02]2S/v1beta/{backup.name=projects/*/locations/*/backupVaults/*/dataSources/*/backups/*}:\x06\x62\x61\x63kup\x12\xdb\x01\n\x0c\x44\x65leteBackup\x12\x31.google.cloud.backupdr.v1beta.DeleteBackupRequest\x1a\x1d.google.longrunning.Operation\"y\xca\x41\x1b\n\x06\x42\x61\x63kup\x12\x11OperationMetadata\xda\x41\x04name\x82\xd3\xe4\x93\x02N*L/v1beta/{name=projects/*/locations/*/backupVaults/*/dataSources/*/backups/*}\x12\xf8\x01\n\rRestoreBackup\x12\x32.google.cloud.backupdr.v1beta.RestoreBackupRequest\x1a\x1d.google.longrunning.Operation\"\x93\x01\xca\x41*\n\x15RestoreBackupResponse\x12\x11OperationMetadata\xda\x41\x04name\x82\xd3\xe4\x93\x02Y\"T/v1beta/{name=projects/*/locations/*/backupVaults/*/dataSources/*/backups/*}:restore:\x01*\x12\xf9\x01\n\x10\x43reateBackupPlan\x12\x35.google.cloud.backupdr.v1beta.CreateBackupPlanRequest\x1a\x1d.google.longrunning.Operation\"\x8e\x01\xca\x41\x1f\n\nBackupPlan\x12\x11OperationMetadata\xda\x41!parent,backup_plan,backup_plan_id\x82\xd3\xe4\x93\x02\x42\"3/v1beta/{parent=projects/*/locations/*}/backupPlans:\x0b\x62\x61\x63kup_plan\x12\xfb\x01\n\x10UpdateBackupPlan\x12\x35.google.cloud.backupdr.v1beta.UpdateBackupPlanRequest\x1a\x1d.google.longrunning.Operation\"\x90\x01\xca\x41\x1f\n\nBackupPlan\x12\x11OperationMetadata\xda\x41\x17\x62\x61\x63kup_plan,update_mask\x82\xd3\xe4\x93\x02N2?/v1beta/{backup_plan.name=projects/*/locations/*/backupPlans/*}:\x0b\x62\x61\x63kup_plan\x12\xb1\x01\n\rGetBackupPlan\x12\x32.google.cloud.backupdr.v1beta.GetBackupPlanRequest\x1a(.google.cloud.backupdr.v1beta.BackupPlan\"B\xda\x41\x04name\x82\xd3\xe4\x93\x02\x35\x12\x33/v1beta/{name=projects/*/locations/*/backupPlans/*}\x12\xc4\x01\n\x0fListBackupPlans\x12\x34.google.cloud.backupdr.v1beta.ListBackupPlansRequest\x1a\x35.google.cloud.backupdr.v1beta.ListBackupPlansResponse\"D\xda\x41\x06parent\x82\xd3\xe4\x93\x02\x35\x12\x33/v1beta/{parent=projects/*/locations/*}/backupPlans\x12\xd9\x01\n\x10\x44\x65leteBackupPlan\x12\x35.google.cloud.backupdr.v1beta.DeleteBackupPlanRequest\x1a\x1d.google.longrunning.Operation\"o\xca\x41*\n\x15google.protobuf.Empty\x12\x11OperationMetadata\xda\x41\x04name\x82\xd3\xe4\x93\x02\x35*3/v1beta/{name=projects/*/locations/*/backupPlans/*}\x12\xd5\x01\n\x15GetBackupPlanRevision\x12:.google.cloud.backupdr.v1beta.GetBackupPlanRevisionRequest\x1a\x30.google.cloud.backupdr.v1beta.BackupPlanRevision\"N\xda\x41\x04name\x82\xd3\xe4\x93\x02\x41\x12?/v1beta/{name=projects/*/locations/*/backupPlans/*/revisions/*}\x12\xe8\x01\n\x17ListBackupPlanRevisions\x12<.google.cloud.backupdr.v1beta.ListBackupPlanRevisionsRequest\x1a=.google.cloud.backupdr.v1beta.ListBackupPlanRevisionsResponse\"P\xda\x41\x06parent\x82\xd3\xe4\x93\x02\x41\x12?/v1beta/{parent=projects/*/locations/*/backupPlans/*}/revisions\x12\xc9\x02\n\x1b\x43reateBackupPlanAssociation\x12@.google.cloud.backupdr.v1beta.CreateBackupPlanAssociationRequest\x1a\x1d.google.longrunning.Operation\"\xc8\x01\xca\x41*\n\x15\x42\x61\x63kupPlanAssociation\x12\x11OperationMetadata\xda\x41\x39parent,backup_plan_association,backup_plan_association_id\x82\xd3\xe4\x93\x02Y\">/v1beta/{parent=projects/*/locations/*}/backupPlanAssociations:\x17\x62\x61\x63kup_plan_association\x12\xcb\x02\n\x1bUpdateBackupPlanAssociation\x12@.google.cloud.backupdr.v1beta.UpdateBackupPlanAssociationRequest\x1a\x1d.google.longrunning.Operation\"\xca\x01\xca\x41*\n\x15\x42\x61\x63kupPlanAssociation\x12\x11OperationMetadata\xda\x41#backup_plan_association,update_mask\x82\xd3\xe4\x93\x02q2V/v1beta/{backup_plan_association.name=projects/*/locations/*/backupPlanAssociations/*}:\x17\x62\x61\x63kup_plan_association\x12\xdd\x01\n\x18GetBackupPlanAssociation\x12=.google.cloud.backupdr.v1beta.GetBackupPlanAssociationRequest\x1a\x33.google.cloud.backupdr.v1beta.BackupPlanAssociation\"M\xda\x41\x04name\x82\xd3\xe4\x93\x02@\x12>/v1beta/{name=projects/*/locations/*/backupPlanAssociations/*}\x12\xf0\x01\n\x1aListBackupPlanAssociations\x12?.google.cloud.backupdr.v1beta.ListBackupPlanAssociationsRequest\x1a@.google.cloud.backupdr.v1beta.ListBackupPlanAssociationsResponse\"O\xda\x41\x06parent\x82\xd3\xe4\x93\x02@\x12>/v1beta/{parent=projects/*/locations/*}/backupPlanAssociations\x12\xc3\x02\n*FetchBackupPlanAssociationsForResourceType\x12O.google.cloud.backupdr.v1beta.FetchBackupPlanAssociationsForResourceTypeRequest\x1aP.google.cloud.backupdr.v1beta.FetchBackupPlanAssociationsForResourceTypeResponse\"r\xda\x41\x14parent,resource_type\x82\xd3\xe4\x93\x02U\x12S/v1beta/{parent=projects/*/locations/*}/backupPlanAssociations:fetchForResourceType\x12\xfa\x01\n\x1b\x44\x65leteBackupPlanAssociation\x12@.google.cloud.backupdr.v1beta.DeleteBackupPlanAssociationRequest\x1a\x1d.google.longrunning.Operation\"z\xca\x41*\n\x15google.protobuf.Empty\x12\x11OperationMetadata\xda\x41\x04name\x82\xd3\xe4\x93\x02@*>/v1beta/{name=projects/*/locations/*/backupPlanAssociations/*}\x12\xf8\x01\n\rTriggerBackup\x12\x32.google.cloud.backupdr.v1beta.TriggerBackupRequest\x1a\x1d.google.longrunning.Operation\"\x93\x01\xca\x41*\n\x15\x42\x61\x63kupPlanAssociation\x12\x11OperationMetadata\xda\x41\x0cname,rule_id\x82\xd3\xe4\x93\x02Q\"L/v1beta/{name=projects/*/locations/*/backupPlanAssociations/*}:triggerBackup:\x01*\x12\xd5\x01\n\x16GetDataSourceReference\x12;.google.cloud.backupdr.v1beta.GetDataSourceReferenceRequest\x1a\x31.google.cloud.backupdr.v1beta.DataSourceReference\"K\xda\x41\x04name\x82\xd3\xe4\x93\x02>\x12</v1beta/{name=projects/*/locations/*/dataSourceReferences/*}\x12\xe8\x01\n\x18ListDataSourceReferences\x12=.google.cloud.backupdr.v1beta.ListDataSourceReferencesRequest\x1a>.google.cloud.backupdr.v1beta.ListDataSourceReferencesResponse\"M\xda\x41\x06parent\x82\xd3\xe4\x93\x02>\x12</v1beta/{parent=projects/*/locations/*}/dataSourceReferences\x12\xbb\x02\n(FetchDataSourceReferencesForResourceType\x12M.google.cloud.backupdr.v1beta.FetchDataSourceReferencesForResourceTypeRequest\x1aN.google.cloud.backupdr.v1beta.FetchDataSourceReferencesForResourceTypeResponse\"p\xda\x41\x14parent,resource_type\x82\xd3\xe4\x93\x02S\x12Q/v1beta/{parent=projects/*/locations/*}/dataSourceReferences:fetchForResourceType\x12\xe6\x01\n\x11InitializeService\x12\x36.google.cloud.backupdr.v1beta.InitializeServiceRequest\x1a\x1d.google.longrunning.Operation\"z\xca\x41.\n\x19InitializeServiceResponse\x12\x11OperationMetadata\x82\xd3\xe4\x93\x02\x43\">/v1beta/{name=projects/*/locations/*/serviceConfig}:initialize:\x01*\x12\xc3\x02\n\x1a\x43reateAutoProtectionPolicy\x12?.google.cloud.backupdr.v1beta.CreateAutoProtectionPolicyRequest\x1a\x1d.google.longrunning.Operation\"\xc4\x01\xca\x41)\n\x14\x41utoProtectionPolicy\x12\x11OperationMetadata\xda\x41\x37parent,auto_protection_policy,auto_protection_policy_id\x82\xd3\xe4\x93\x02X\">/v1beta/{parent=projects/*/locations/*}/autoProtectionPolicies:\x16\x61uto_protection_policy\x12\xf0\x01\n\x1aListAutoProtectionPolicies\x12?.google.cloud.backupdr.v1beta.ListAutoProtectionPoliciesRequest\x1a@.google.cloud.backupdr.v1beta.ListAutoProtectionPoliciesResponse\"O\xda\x41\x06parent\x82\xd3\xe4\x93\x02@\x12>/v1beta/{parent=projects/*/locations/*}/autoProtectionPolicies\x12\xda\x01\n\x17GetAutoProtectionPolicy\x12<.google.cloud.backupdr.v1beta.GetAutoProtectionPolicyRequest\x1a\x32.google.cloud.backupdr.v1beta.AutoProtectionPolicy\"M\xda\x41\x04name\x82\xd3\xe4\x93\x02@\x12>/v1beta/{name=projects/*/locations/*/autoProtectionPolicies/*}\x12\xc5\x02\n\x1aUpdateAutoProtectionPolicy\x12?.google.cloud.backupdr.v1beta.UpdateAutoProtectionPolicyRequest\x1a\x1d.google.longrunning.Operation\"\xc6\x01\xca\x41)\n\x14\x41utoProtectionPolicy\x12\x11OperationMetadata\xda\x41\"auto_protection_policy,update_mask\x82\xd3\xe4\x93\x02o2U/v1beta/{auto_protection_policy.name=projects/*/locations/*/autoProtectionPolicies/*}:\x16\x61uto_protection_policy\x12\xf8\x01\n\x1a\x44\x65leteAutoProtectionPolicy\x12?.google.cloud.backupdr.v1beta.DeleteAutoProtectionPolicyRequest\x1a\x1d.google.longrunning.Operation\"z\xca\x41*\n\x15google.protobuf.Empty\x12\x11OperationMetadata\xda\x41\x04name\x82\xd3\xe4\x93\x02@*>/v1beta/{name=projects/*/locations/*/autoProtectionPolicies/*}\x12\xfb\x02\n!CreateAutoProtectionPolicyBinding\x12\x46.google.cloud.backupdr.v1beta.CreateAutoProtectionPolicyBindingRequest\x1a\x1d.google.longrunning.Operation\"\xee\x01\xca\x41\x30\n\x1b\x41utoProtectionPolicyBinding\x12\x11OperationMetadata\xda\x41Gparent,auto_protection_policy_binding,auto_protection_policy_binding_id\x82\xd3\xe4\x93\x02k\"I/v1beta/{parent=projects/*/locations/*/autoProtectionPolicies/*}/bindings:\x1e\x61uto_protection_policy_binding\x12\xfa\x01\n\x1eGetAutoProtectionPolicyBinding\x12\x43.google.cloud.backupdr.v1beta.GetAutoProtectionPolicyBindingRequest\x1a\x39.google.cloud.backupdr.v1beta.AutoProtectionPolicyBinding\"X\xda\x41\x04name\x82\xd3\xe4\x93\x02K\x12I/v1beta/{name=projects/*/locations/*/autoProtectionPolicies/*/bindings/*}\x12\x8d\x02\n ListAutoProtectionPolicyBindings\x12\x45.google.cloud.backupdr.v1beta.ListAutoProtectionPolicyBindingsRequest\x1a\x46.google.cloud.backupdr.v1beta.ListAutoProtectionPolicyBindingsResponse\"Z\xda\x41\x06parent\x82\xd3\xe4\x93\x02K\x12I/v1beta/{parent=projects/*/locations/*/autoProtectionPolicies/*}/bindings\x12\x8c\x02\n!ListAppliedAutoProtectionPolicies\x12\x46.google.cloud.backupdr.v1beta.ListAppliedAutoProtectionPoliciesRequest\x1aG.google.cloud.backupdr.v1beta.ListAppliedAutoProtectionPoliciesResponse\"V\xda\x41\x06parent\x82\xd3\xe4\x93\x02G\x12\x45/v1beta/{parent=projects/*/locations/*}/appliedAutoProtectionPolicies\x12\xba\x02\n)InitiateDeleteAutoProtectionPolicyBinding\x12N.google.cloud.backupdr.v1beta.InitiateDeleteAutoProtectionPolicyBindingRequest\x1a\x1d.google.longrunning.Operation\"\x9d\x01\xca\x41\x30\n\x1b\x41utoProtectionPolicyBinding\x12\x11OperationMetadata\xda\x41\x04name\x82\xd3\xe4\x93\x02]\"X/v1beta/{name=projects/*/locations/*/autoProtectionPolicies/*/bindings/*}:initiateDelete:\x01*\x12\x82\x02\n\x1aGetBindingMatchingResource\x12?.google.cloud.backupdr.v1beta.GetBindingMatchingResourceRequest\x1a\x35.google.cloud.backupdr.v1beta.BindingMatchingResource\"l\xda\x41\x04name\x82\xd3\xe4\x93\x02_\x12]/v1beta/{name=projects/*/locations/*/autoProtectionPolicies/*/bindings/*/matchingResources/*}\x12\x95\x02\n\x1cListBindingMatchingResources\x12\x41.google.cloud.backupdr.v1beta.ListBindingMatchingResourcesRequest\x1a\x42.google.cloud.backupdr.v1beta.ListBindingMatchingResourcesResponse\"n\xda\x41\x06parent\x82\xd3\xe4\x93\x02_\x12]/v1beta/{parent=projects/*/locations/*/autoProtectionPolicies/*/bindings/*}/matchingResources\x1az\xca\x41\x17\x62\x61\x63kupdr.googleapis.com\xd2\x41]https://www.googleapis.com/auth/cloud-backupdr,https://www.googleapis.com/auth/cloud-platformB\xd1\x01\n com.google.cloud.backupdr.v1betaB\rBackupDRProtoP\x01Z<cloud.google.com/go/backupdr/apiv1beta/backupdrpb;backupdrpb\xaa\x02\x1cGoogle.Cloud.BackupDR.V1Beta\xca\x02\x1cGoogle\\Cloud\\BackupDR\\V1beta\xea\x02\x1fGoogle::Cloud::BackupDR::V1betab\x06proto3"
28
+
29
+ pool = ::Google::Protobuf::DescriptorPool.generated_pool
30
+ pool.add_serialized_file(descriptor_data)
31
+
32
+ module Google
33
+ module Cloud
34
+ module BackupDR
35
+ module V1beta
36
+ NetworkConfig = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.backupdr.v1beta.NetworkConfig").msgclass
37
+ NetworkConfig::PeeringMode = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.backupdr.v1beta.NetworkConfig.PeeringMode").enummodule
38
+ ManagementURI = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.backupdr.v1beta.ManagementURI").msgclass
39
+ WorkforceIdentityBasedManagementURI = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.backupdr.v1beta.WorkforceIdentityBasedManagementURI").msgclass
40
+ WorkforceIdentityBasedOAuth2ClientID = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.backupdr.v1beta.WorkforceIdentityBasedOAuth2ClientID").msgclass
41
+ ManagementServer = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.backupdr.v1beta.ManagementServer").msgclass
42
+ ManagementServer::InstanceType = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.backupdr.v1beta.ManagementServer.InstanceType").enummodule
43
+ ManagementServer::InstanceState = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.backupdr.v1beta.ManagementServer.InstanceState").enummodule
44
+ ListManagementServersRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.backupdr.v1beta.ListManagementServersRequest").msgclass
45
+ ListManagementServersResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.backupdr.v1beta.ListManagementServersResponse").msgclass
46
+ GetManagementServerRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.backupdr.v1beta.GetManagementServerRequest").msgclass
47
+ CreateManagementServerRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.backupdr.v1beta.CreateManagementServerRequest").msgclass
48
+ DeleteManagementServerRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.backupdr.v1beta.DeleteManagementServerRequest").msgclass
49
+ InitializeServiceRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.backupdr.v1beta.InitializeServiceRequest").msgclass
50
+ InitializeServiceResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.backupdr.v1beta.InitializeServiceResponse").msgclass
51
+ OperationMetadata = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.backupdr.v1beta.OperationMetadata").msgclass
52
+ end
53
+ end
54
+ end
55
+ end
@@ -0,0 +1,145 @@
1
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
2
+ # Source: google/cloud/backupdr/v1beta/backupdr.proto for package 'Google.Cloud.BackupDR.V1beta'
3
+ # Original file comments:
4
+ # Copyright 2026 Google LLC
5
+ #
6
+ # Licensed under the Apache License, Version 2.0 (the "License");
7
+ # you may not use this file except in compliance with the License.
8
+ # You may obtain a copy of the License at
9
+ #
10
+ # http://www.apache.org/licenses/LICENSE-2.0
11
+ #
12
+ # Unless required by applicable law or agreed to in writing, software
13
+ # distributed under the License is distributed on an "AS IS" BASIS,
14
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15
+ # See the License for the specific language governing permissions and
16
+ # limitations under the License.
17
+ #
18
+
19
+ require 'grpc'
20
+ require 'google/cloud/backupdr/v1beta/backupdr_pb'
21
+
22
+ module Google
23
+ module Cloud
24
+ module BackupDR
25
+ module V1beta
26
+ module BackupDR
27
+ # The BackupDR Service
28
+ class Service
29
+
30
+ include ::GRPC::GenericService
31
+
32
+ self.marshal_class_method = :encode
33
+ self.unmarshal_class_method = :decode
34
+ self.service_name = 'google.cloud.backupdr.v1beta.BackupDR'
35
+
36
+ # Lists ManagementServers in a given project and location.
37
+ rpc :ListManagementServers, ::Google::Cloud::BackupDR::V1beta::ListManagementServersRequest, ::Google::Cloud::BackupDR::V1beta::ListManagementServersResponse
38
+ # Gets details of a single ManagementServer.
39
+ rpc :GetManagementServer, ::Google::Cloud::BackupDR::V1beta::GetManagementServerRequest, ::Google::Cloud::BackupDR::V1beta::ManagementServer
40
+ # Creates a new ManagementServer in a given project and location.
41
+ rpc :CreateManagementServer, ::Google::Cloud::BackupDR::V1beta::CreateManagementServerRequest, ::Google::Longrunning::Operation
42
+ # Deletes a single ManagementServer.
43
+ rpc :DeleteManagementServer, ::Google::Cloud::BackupDR::V1beta::DeleteManagementServerRequest, ::Google::Longrunning::Operation
44
+ # Creates a new BackupVault in a given project and location.
45
+ rpc :CreateBackupVault, ::Google::Cloud::BackupDR::V1beta::CreateBackupVaultRequest, ::Google::Longrunning::Operation
46
+ # Lists BackupVaults in a given project and location.
47
+ rpc :ListBackupVaults, ::Google::Cloud::BackupDR::V1beta::ListBackupVaultsRequest, ::Google::Cloud::BackupDR::V1beta::ListBackupVaultsResponse
48
+ # FetchUsableBackupVaults lists usable BackupVaults in a given project and
49
+ # location. Usable BackupVault are the ones that user has
50
+ # backupdr.backupVaults.get permission.
51
+ rpc :FetchUsableBackupVaults, ::Google::Cloud::BackupDR::V1beta::FetchUsableBackupVaultsRequest, ::Google::Cloud::BackupDR::V1beta::FetchUsableBackupVaultsResponse
52
+ # Gets details of a BackupVault.
53
+ rpc :GetBackupVault, ::Google::Cloud::BackupDR::V1beta::GetBackupVaultRequest, ::Google::Cloud::BackupDR::V1beta::BackupVault
54
+ # Updates the settings of a BackupVault.
55
+ rpc :UpdateBackupVault, ::Google::Cloud::BackupDR::V1beta::UpdateBackupVaultRequest, ::Google::Longrunning::Operation
56
+ # Deletes a BackupVault.
57
+ rpc :DeleteBackupVault, ::Google::Cloud::BackupDR::V1beta::DeleteBackupVaultRequest, ::Google::Longrunning::Operation
58
+ # Lists DataSources in a given project and location.
59
+ rpc :ListDataSources, ::Google::Cloud::BackupDR::V1beta::ListDataSourcesRequest, ::Google::Cloud::BackupDR::V1beta::ListDataSourcesResponse
60
+ # Gets details of a DataSource.
61
+ rpc :GetDataSource, ::Google::Cloud::BackupDR::V1beta::GetDataSourceRequest, ::Google::Cloud::BackupDR::V1beta::DataSource
62
+ # Updates the settings of a DataSource.
63
+ rpc :UpdateDataSource, ::Google::Cloud::BackupDR::V1beta::UpdateDataSourceRequest, ::Google::Longrunning::Operation
64
+ # Lists Backups in a given project and location.
65
+ rpc :ListBackups, ::Google::Cloud::BackupDR::V1beta::ListBackupsRequest, ::Google::Cloud::BackupDR::V1beta::ListBackupsResponse
66
+ # Fetch Backups for a given resource type.
67
+ rpc :FetchBackupsForResourceType, ::Google::Cloud::BackupDR::V1beta::FetchBackupsForResourceTypeRequest, ::Google::Cloud::BackupDR::V1beta::FetchBackupsForResourceTypeResponse
68
+ # Gets details of a Backup.
69
+ rpc :GetBackup, ::Google::Cloud::BackupDR::V1beta::GetBackupRequest, ::Google::Cloud::BackupDR::V1beta::Backup
70
+ # Updates the settings of a Backup.
71
+ rpc :UpdateBackup, ::Google::Cloud::BackupDR::V1beta::UpdateBackupRequest, ::Google::Longrunning::Operation
72
+ # Deletes a Backup.
73
+ rpc :DeleteBackup, ::Google::Cloud::BackupDR::V1beta::DeleteBackupRequest, ::Google::Longrunning::Operation
74
+ # Restore from a Backup
75
+ rpc :RestoreBackup, ::Google::Cloud::BackupDR::V1beta::RestoreBackupRequest, ::Google::Longrunning::Operation
76
+ # Create a BackupPlan
77
+ rpc :CreateBackupPlan, ::Google::Cloud::BackupDR::V1beta::CreateBackupPlanRequest, ::Google::Longrunning::Operation
78
+ # Update a BackupPlan.
79
+ rpc :UpdateBackupPlan, ::Google::Cloud::BackupDR::V1beta::UpdateBackupPlanRequest, ::Google::Longrunning::Operation
80
+ # Gets details of a single BackupPlan.
81
+ rpc :GetBackupPlan, ::Google::Cloud::BackupDR::V1beta::GetBackupPlanRequest, ::Google::Cloud::BackupDR::V1beta::BackupPlan
82
+ # Lists BackupPlans in a given project and location.
83
+ rpc :ListBackupPlans, ::Google::Cloud::BackupDR::V1beta::ListBackupPlansRequest, ::Google::Cloud::BackupDR::V1beta::ListBackupPlansResponse
84
+ # Deletes a single BackupPlan.
85
+ rpc :DeleteBackupPlan, ::Google::Cloud::BackupDR::V1beta::DeleteBackupPlanRequest, ::Google::Longrunning::Operation
86
+ # Gets details of a single BackupPlanRevision.
87
+ rpc :GetBackupPlanRevision, ::Google::Cloud::BackupDR::V1beta::GetBackupPlanRevisionRequest, ::Google::Cloud::BackupDR::V1beta::BackupPlanRevision
88
+ # Lists BackupPlanRevisions in a given project and location.
89
+ rpc :ListBackupPlanRevisions, ::Google::Cloud::BackupDR::V1beta::ListBackupPlanRevisionsRequest, ::Google::Cloud::BackupDR::V1beta::ListBackupPlanRevisionsResponse
90
+ # Create a BackupPlanAssociation
91
+ rpc :CreateBackupPlanAssociation, ::Google::Cloud::BackupDR::V1beta::CreateBackupPlanAssociationRequest, ::Google::Longrunning::Operation
92
+ # Update a BackupPlanAssociation.
93
+ rpc :UpdateBackupPlanAssociation, ::Google::Cloud::BackupDR::V1beta::UpdateBackupPlanAssociationRequest, ::Google::Longrunning::Operation
94
+ # Gets details of a single BackupPlanAssociation.
95
+ rpc :GetBackupPlanAssociation, ::Google::Cloud::BackupDR::V1beta::GetBackupPlanAssociationRequest, ::Google::Cloud::BackupDR::V1beta::BackupPlanAssociation
96
+ # Lists BackupPlanAssociations in a given project and location.
97
+ rpc :ListBackupPlanAssociations, ::Google::Cloud::BackupDR::V1beta::ListBackupPlanAssociationsRequest, ::Google::Cloud::BackupDR::V1beta::ListBackupPlanAssociationsResponse
98
+ # List BackupPlanAssociations for a given resource type.
99
+ rpc :FetchBackupPlanAssociationsForResourceType, ::Google::Cloud::BackupDR::V1beta::FetchBackupPlanAssociationsForResourceTypeRequest, ::Google::Cloud::BackupDR::V1beta::FetchBackupPlanAssociationsForResourceTypeResponse
100
+ # Deletes a single BackupPlanAssociation.
101
+ rpc :DeleteBackupPlanAssociation, ::Google::Cloud::BackupDR::V1beta::DeleteBackupPlanAssociationRequest, ::Google::Longrunning::Operation
102
+ # Triggers a new Backup.
103
+ rpc :TriggerBackup, ::Google::Cloud::BackupDR::V1beta::TriggerBackupRequest, ::Google::Longrunning::Operation
104
+ # Gets details of a single DataSourceReference.
105
+ rpc :GetDataSourceReference, ::Google::Cloud::BackupDR::V1beta::GetDataSourceReferenceRequest, ::Google::Cloud::BackupDR::V1beta::DataSourceReference
106
+ # Lists DataSourceReferences for a given project and location.
107
+ rpc :ListDataSourceReferences, ::Google::Cloud::BackupDR::V1beta::ListDataSourceReferencesRequest, ::Google::Cloud::BackupDR::V1beta::ListDataSourceReferencesResponse
108
+ # Fetch DataSourceReferences for a given project, location and resource type.
109
+ rpc :FetchDataSourceReferencesForResourceType, ::Google::Cloud::BackupDR::V1beta::FetchDataSourceReferencesForResourceTypeRequest, ::Google::Cloud::BackupDR::V1beta::FetchDataSourceReferencesForResourceTypeResponse
110
+ # Initializes the service related config for a project.
111
+ rpc :InitializeService, ::Google::Cloud::BackupDR::V1beta::InitializeServiceRequest, ::Google::Longrunning::Operation
112
+ # Creates a new AutoProtectionPolicy in a given project and location.
113
+ rpc :CreateAutoProtectionPolicy, ::Google::Cloud::BackupDR::V1beta::CreateAutoProtectionPolicyRequest, ::Google::Longrunning::Operation
114
+ # Lists AutoProtectionPolicies for a given project and location.
115
+ rpc :ListAutoProtectionPolicies, ::Google::Cloud::BackupDR::V1beta::ListAutoProtectionPoliciesRequest, ::Google::Cloud::BackupDR::V1beta::ListAutoProtectionPoliciesResponse
116
+ # Gets details of a single AutoProtectionPolicy.
117
+ rpc :GetAutoProtectionPolicy, ::Google::Cloud::BackupDR::V1beta::GetAutoProtectionPolicyRequest, ::Google::Cloud::BackupDR::V1beta::AutoProtectionPolicy
118
+ # Updates the parameters of a single AutoProtectionPolicy.
119
+ rpc :UpdateAutoProtectionPolicy, ::Google::Cloud::BackupDR::V1beta::UpdateAutoProtectionPolicyRequest, ::Google::Longrunning::Operation
120
+ # Deletes a single AutoProtectionPolicy.
121
+ rpc :DeleteAutoProtectionPolicy, ::Google::Cloud::BackupDR::V1beta::DeleteAutoProtectionPolicyRequest, ::Google::Longrunning::Operation
122
+ # Creates a new AutoProtectionPolicyBinding in a given project and
123
+ # location.
124
+ rpc :CreateAutoProtectionPolicyBinding, ::Google::Cloud::BackupDR::V1beta::CreateAutoProtectionPolicyBindingRequest, ::Google::Longrunning::Operation
125
+ # Returns the auto protection policy binding read from the CCFE tables.
126
+ rpc :GetAutoProtectionPolicyBinding, ::Google::Cloud::BackupDR::V1beta::GetAutoProtectionPolicyBindingRequest, ::Google::Cloud::BackupDR::V1beta::AutoProtectionPolicyBinding
127
+ # Returns the auto protection policy bindings read from the CCFE tables.
128
+ rpc :ListAutoProtectionPolicyBindings, ::Google::Cloud::BackupDR::V1beta::ListAutoProtectionPolicyBindingsRequest, ::Google::Cloud::BackupDR::V1beta::ListAutoProtectionPolicyBindingsResponse
129
+ # Lists AppliedAutoProtectionPolicies in a given project and location.
130
+ rpc :ListAppliedAutoProtectionPolicies, ::Google::Cloud::BackupDR::V1beta::ListAppliedAutoProtectionPoliciesRequest, ::Google::Cloud::BackupDR::V1beta::ListAppliedAutoProtectionPoliciesResponse
131
+ # InitiateDeleteAutoProtectionPolicyBinding initiates delete for
132
+ # AutoProtectionPolicy Binding
133
+ rpc :InitiateDeleteAutoProtectionPolicyBinding, ::Google::Cloud::BackupDR::V1beta::InitiateDeleteAutoProtectionPolicyBindingRequest, ::Google::Longrunning::Operation
134
+ # Gets details of a single Binding Matching Resource.
135
+ rpc :GetBindingMatchingResource, ::Google::Cloud::BackupDR::V1beta::GetBindingMatchingResourceRequest, ::Google::Cloud::BackupDR::V1beta::BindingMatchingResource
136
+ # Lists Binding Matching Resources for a given AutoProtectionPolicyBinding.
137
+ rpc :ListBindingMatchingResources, ::Google::Cloud::BackupDR::V1beta::ListBindingMatchingResourcesRequest, ::Google::Cloud::BackupDR::V1beta::ListBindingMatchingResourcesResponse
138
+ end
139
+
140
+ Stub = Service.rpc_stub_class
141
+ end
142
+ end
143
+ end
144
+ end
145
+ end
@@ -0,0 +1,49 @@
1
+ # frozen_string_literal: true
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # source: google/cloud/backupdr/v1beta/backupplan.proto
4
+
5
+ require 'google/protobuf'
6
+
7
+ require 'google/api/field_behavior_pb'
8
+ require 'google/api/field_info_pb'
9
+ require 'google/api/resource_pb'
10
+ require 'google/protobuf/field_mask_pb'
11
+ require 'google/protobuf/timestamp_pb'
12
+ require 'google/type/dayofweek_pb'
13
+ require 'google/type/month_pb'
14
+
15
+
16
+ descriptor_data = "\n-google/cloud/backupdr/v1beta/backupplan.proto\x12\x1cgoogle.cloud.backupdr.v1beta\x1a\x1fgoogle/api/field_behavior.proto\x1a\x1bgoogle/api/field_info.proto\x1a\x19google/api/resource.proto\x1a google/protobuf/field_mask.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1bgoogle/type/dayofweek.proto\x1a\x17google/type/month.proto\"\xd9\t\n\nBackupPlan\x12\x62\n\x1b\x64isk_backup_plan_properties\x18\x13 \x01(\x0b\x32\x36.google.cloud.backupdr.v1beta.DiskBackupPlanPropertiesB\x03\xe0\x41\x01H\x00\x12y\n\'compute_instance_backup_plan_properties\x18\x14 \x01(\x0b\x32\x41.google.cloud.backupdr.v1beta.ComputeInstanceBackupPlanPropertiesB\x03\xe0\x41\x01H\x00\x12\x14\n\x04name\x18\x01 \x01(\tB\x06\xe0\x41\x03\xe0\x41\x08\x12\x18\n\x0b\x64\x65scription\x18\x02 \x01(\tB\x03\xe0\x41\x01\x12I\n\x06labels\x18\x03 \x03(\x0b\x32\x34.google.cloud.backupdr.v1beta.BackupPlan.LabelsEntryB\x03\xe0\x41\x01\x12\x34\n\x0b\x63reate_time\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x34\n\x0bupdate_time\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x43\n\x0c\x62\x61\x63kup_rules\x18\x06 \x03(\x0b\x32(.google.cloud.backupdr.v1beta.BackupRuleB\x03\xe0\x41\x01\x12\x30\n#max_custom_on_demand_retention_days\x18\x12 \x01(\x05\x42\x03\xe0\x41\x01\x12\x42\n\x05state\x18\x07 \x01(\x0e\x32..google.cloud.backupdr.v1beta.BackupPlan.StateB\x03\xe0\x41\x03\x12\x1a\n\rresource_type\x18\x08 \x01(\tB\x03\xe0\x41\x02\x12\x11\n\x04\x65tag\x18\t \x01(\tB\x03\xe0\x41\x01\x12\x41\n\x0c\x62\x61\x63kup_vault\x18\n \x01(\tB+\xe0\x41\x02\xfa\x41%\n#backupdr.googleapis.com/BackupVault\x12)\n\x1c\x62\x61\x63kup_vault_service_account\x18\x0b \x01(\tB\x03\xe0\x41\x03\x12\x1f\n\x12log_retention_days\x18\x0c \x01(\x03\x42\x03\xe0\x41\x01\x12%\n\x18supported_resource_types\x18\r \x03(\tB\x03\xe0\x41\x03\x12\x18\n\x0brevision_id\x18\x0e \x01(\tB\x03\xe0\x41\x03\x12\x1a\n\rrevision_name\x18\x0f \x01(\tB\x03\xe0\x41\x03\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"b\n\x05State\x12\x15\n\x11STATE_UNSPECIFIED\x10\x00\x12\x0c\n\x08\x43REATING\x10\x01\x12\n\n\x06\x41\x43TIVE\x10\x02\x12\x0c\n\x08\x44\x45LETING\x10\x03\x12\x0c\n\x08INACTIVE\x10\x04\x12\x0c\n\x08UPDATING\x10\x05:\x84\x01\xea\x41\x80\x01\n\"backupdr.googleapis.com/BackupPlan\x12\x41projects/{project}/locations/{location}/backupPlans/{backup_plan}*\x0b\x62\x61\x63kupPlans2\nbackupPlanB\x15\n\x13resource_properties\"\xb4\x01\n\nBackupRule\x12P\n\x11standard_schedule\x18\x05 \x01(\x0b\x32..google.cloud.backupdr.v1beta.StandardScheduleB\x03\xe0\x41\x01H\x00\x12\x17\n\x07rule_id\x18\x01 \x01(\tB\x06\xe0\x41\x02\xe0\x41\x05\x12\"\n\x15\x62\x61\x63kup_retention_days\x18\x04 \x01(\x05\x42\x03\xe0\x41\x02\x42\x17\n\x15\x62\x61\x63kup_schedule_oneof\"\xa3\x04\n\x10StandardSchedule\x12[\n\x0frecurrence_type\x18\x01 \x01(\x0e\x32=.google.cloud.backupdr.v1beta.StandardSchedule.RecurrenceTypeB\x03\xe0\x41\x02\x12\x1d\n\x10hourly_frequency\x18\x02 \x01(\x05\x42\x03\xe0\x41\x01\x12\x31\n\x0c\x64\x61ys_of_week\x18\x03 \x03(\x0e\x32\x16.google.type.DayOfWeekB\x03\xe0\x41\x01\x12\x1a\n\rdays_of_month\x18\x04 \x03(\x05\x42\x03\xe0\x41\x01\x12L\n\x11week_day_of_month\x18\x05 \x01(\x0b\x32,.google.cloud.backupdr.v1beta.WeekDayOfMonthB\x03\xe0\x41\x01\x12\'\n\x06months\x18\x06 \x03(\x0e\x32\x12.google.type.MonthB\x03\xe0\x41\x01\x12\x46\n\rbackup_window\x18\x07 \x01(\x0b\x32*.google.cloud.backupdr.v1beta.BackupWindowB\x03\xe0\x41\x02\x12\x16\n\ttime_zone\x18\x08 \x01(\tB\x03\xe0\x41\x02\"m\n\x0eRecurrenceType\x12\x1f\n\x1bRECURRENCE_TYPE_UNSPECIFIED\x10\x00\x12\n\n\x06HOURLY\x10\x01\x12\t\n\x05\x44\x41ILY\x10\x02\x12\n\n\x06WEEKLY\x10\x03\x12\x0b\n\x07MONTHLY\x10\x04\x12\n\n\x06YEARLY\x10\x05\"L\n\x0c\x42\x61\x63kupWindow\x12\x1e\n\x11start_hour_of_day\x18\x01 \x01(\x05\x42\x03\xe0\x41\x02\x12\x1c\n\x0f\x65nd_hour_of_day\x18\x02 \x01(\x05\x42\x03\xe0\x41\x02\"\xfe\x01\n\x0eWeekDayOfMonth\x12T\n\rweek_of_month\x18\x01 \x01(\x0e\x32\x38.google.cloud.backupdr.v1beta.WeekDayOfMonth.WeekOfMonthB\x03\xe0\x41\x02\x12\x30\n\x0b\x64\x61y_of_week\x18\x02 \x01(\x0e\x32\x16.google.type.DayOfWeekB\x03\xe0\x41\x02\"d\n\x0bWeekOfMonth\x12\x1d\n\x19WEEK_OF_MONTH_UNSPECIFIED\x10\x00\x12\t\n\x05\x46IRST\x10\x01\x12\n\n\x06SECOND\x10\x02\x12\t\n\x05THIRD\x10\x03\x12\n\n\x06\x46OURTH\x10\x04\x12\x08\n\x04LAST\x10\x05\"\xd7\x01\n\x17\x43reateBackupPlanRequest\x12:\n\x06parent\x18\x01 \x01(\tB*\xe0\x41\x02\xfa\x41$\x12\"backupdr.googleapis.com/BackupPlan\x12\x1b\n\x0e\x62\x61\x63kup_plan_id\x18\x02 \x01(\tB\x03\xe0\x41\x02\x12\x42\n\x0b\x62\x61\x63kup_plan\x18\x03 \x01(\x0b\x32(.google.cloud.backupdr.v1beta.BackupPlanB\x03\xe0\x41\x02\x12\x1f\n\nrequest_id\x18\x04 \x01(\tB\x0b\xe0\x41\x01\xe2\x8c\xcf\xd7\x08\x02\x08\x01\"\xb1\x01\n\x16ListBackupPlansRequest\x12:\n\x06parent\x18\x01 \x01(\tB*\xe0\x41\x02\xfa\x41$\x12\"backupdr.googleapis.com/BackupPlan\x12\x16\n\tpage_size\x18\x02 \x01(\x05\x42\x03\xe0\x41\x01\x12\x17\n\npage_token\x18\x03 \x01(\tB\x03\xe0\x41\x01\x12\x13\n\x06\x66ilter\x18\x04 \x01(\tB\x03\xe0\x41\x01\x12\x15\n\x08order_by\x18\x05 \x01(\tB\x03\xe0\x41\x01\"\x87\x01\n\x17ListBackupPlansResponse\x12>\n\x0c\x62\x61\x63kup_plans\x18\x01 \x03(\x0b\x32(.google.cloud.backupdr.v1beta.BackupPlan\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\x12\x13\n\x0bunreachable\x18\x03 \x03(\t\"P\n\x14GetBackupPlanRequest\x12\x38\n\x04name\x18\x01 \x01(\tB*\xe0\x41\x02\xfa\x41$\n\"backupdr.googleapis.com/BackupPlan\"t\n\x17\x44\x65leteBackupPlanRequest\x12\x38\n\x04name\x18\x01 \x01(\tB*\xe0\x41\x02\xfa\x41$\n\"backupdr.googleapis.com/BackupPlan\x12\x1f\n\nrequest_id\x18\x02 \x01(\tB\x0b\xe0\x41\x01\xe2\x8c\xcf\xd7\x08\x02\x08\x01\"\xb4\x01\n\x17UpdateBackupPlanRequest\x12\x42\n\x0b\x62\x61\x63kup_plan\x18\x01 \x01(\x0b\x32(.google.cloud.backupdr.v1beta.BackupPlanB\x03\xe0\x41\x02\x12\x34\n\x0bupdate_mask\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.FieldMaskB\x03\xe0\x41\x02\x12\x1f\n\nrequest_id\x18\x03 \x01(\tB\x0b\xe0\x41\x01\xe2\x8c\xcf\xd7\x08\x02\x08\x01\"\x98\x04\n\x12\x42\x61\x63kupPlanRevision\x12\x14\n\x04name\x18\x01 \x01(\tB\x06\xe0\x41\x03\xe0\x41\x08\x12\x18\n\x0brevision_id\x18\x02 \x01(\tB\x03\xe0\x41\x03\x12J\n\x05state\x18\x03 \x01(\x0e\x32\x36.google.cloud.backupdr.v1beta.BackupPlanRevision.StateB\x03\xe0\x41\x03\x12\x46\n\x14\x62\x61\x63kup_plan_snapshot\x18\x04 \x01(\x0b\x32(.google.cloud.backupdr.v1beta.BackupPlan\x12\x34\n\x0b\x63reate_time\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\"T\n\x05State\x12\x15\n\x11STATE_UNSPECIFIED\x10\x00\x12\x0c\n\x08\x43REATING\x10\x01\x12\n\n\x06\x41\x43TIVE\x10\x02\x12\x0c\n\x08\x44\x45LETING\x10\x03\x12\x0c\n\x08INACTIVE\x10\x04:\xb1\x01\xea\x41\xad\x01\n*backupdr.googleapis.com/BackupPlanRevision\x12Vprojects/{project}/locations/{location}/backupPlans/{backup_plan}/revisions/{revision}*\x13\x62\x61\x63kupPlanRevisions2\x12\x62\x61\x63kupPlanRevision\"`\n\x1cGetBackupPlanRevisionRequest\x12@\n\x04name\x18\x01 \x01(\tB2\xe0\x41\x02\xfa\x41,\n*backupdr.googleapis.com/BackupPlanRevision\"\x95\x01\n\x1eListBackupPlanRevisionsRequest\x12\x42\n\x06parent\x18\x01 \x01(\tB2\xe0\x41\x02\xfa\x41,\x12*backupdr.googleapis.com/BackupPlanRevision\x12\x16\n\tpage_size\x18\x02 \x01(\x05\x42\x03\xe0\x41\x01\x12\x17\n\npage_token\x18\x03 \x01(\tB\x03\xe0\x41\x01\"\xa0\x01\n\x1fListBackupPlanRevisionsResponse\x12O\n\x15\x62\x61\x63kup_plan_revisions\x18\x01 \x03(\x0b\x32\x30.google.cloud.backupdr.v1beta.BackupPlanRevision\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\x12\x13\n\x0bunreachable\x18\x03 \x03(\t\"4\n\x18\x44iskBackupPlanProperties\x12\x18\n\x0bguest_flush\x18\x01 \x01(\x08\x42\x03\xe0\x41\x01\"?\n#ComputeInstanceBackupPlanProperties\x12\x18\n\x0bguest_flush\x18\x01 \x01(\x08\x42\x03\xe0\x41\x01\x42\xd3\x01\n com.google.cloud.backupdr.v1betaB\x0f\x42\x61\x63kupPlanProtoP\x01Z<cloud.google.com/go/backupdr/apiv1beta/backupdrpb;backupdrpb\xaa\x02\x1cGoogle.Cloud.BackupDR.V1Beta\xca\x02\x1cGoogle\\Cloud\\BackupDR\\V1beta\xea\x02\x1fGoogle::Cloud::BackupDR::V1betab\x06proto3"
17
+
18
+ pool = ::Google::Protobuf::DescriptorPool.generated_pool
19
+ pool.add_serialized_file(descriptor_data)
20
+
21
+ module Google
22
+ module Cloud
23
+ module BackupDR
24
+ module V1beta
25
+ BackupPlan = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.backupdr.v1beta.BackupPlan").msgclass
26
+ BackupPlan::State = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.backupdr.v1beta.BackupPlan.State").enummodule
27
+ BackupRule = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.backupdr.v1beta.BackupRule").msgclass
28
+ StandardSchedule = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.backupdr.v1beta.StandardSchedule").msgclass
29
+ StandardSchedule::RecurrenceType = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.backupdr.v1beta.StandardSchedule.RecurrenceType").enummodule
30
+ BackupWindow = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.backupdr.v1beta.BackupWindow").msgclass
31
+ WeekDayOfMonth = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.backupdr.v1beta.WeekDayOfMonth").msgclass
32
+ WeekDayOfMonth::WeekOfMonth = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.backupdr.v1beta.WeekDayOfMonth.WeekOfMonth").enummodule
33
+ CreateBackupPlanRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.backupdr.v1beta.CreateBackupPlanRequest").msgclass
34
+ ListBackupPlansRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.backupdr.v1beta.ListBackupPlansRequest").msgclass
35
+ ListBackupPlansResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.backupdr.v1beta.ListBackupPlansResponse").msgclass
36
+ GetBackupPlanRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.backupdr.v1beta.GetBackupPlanRequest").msgclass
37
+ DeleteBackupPlanRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.backupdr.v1beta.DeleteBackupPlanRequest").msgclass
38
+ UpdateBackupPlanRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.backupdr.v1beta.UpdateBackupPlanRequest").msgclass
39
+ BackupPlanRevision = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.backupdr.v1beta.BackupPlanRevision").msgclass
40
+ BackupPlanRevision::State = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.backupdr.v1beta.BackupPlanRevision.State").enummodule
41
+ GetBackupPlanRevisionRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.backupdr.v1beta.GetBackupPlanRevisionRequest").msgclass
42
+ ListBackupPlanRevisionsRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.backupdr.v1beta.ListBackupPlanRevisionsRequest").msgclass
43
+ ListBackupPlanRevisionsResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.backupdr.v1beta.ListBackupPlanRevisionsResponse").msgclass
44
+ DiskBackupPlanProperties = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.backupdr.v1beta.DiskBackupPlanProperties").msgclass
45
+ ComputeInstanceBackupPlanProperties = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.backupdr.v1beta.ComputeInstanceBackupPlanProperties").msgclass
46
+ end
47
+ end
48
+ end
49
+ end
@@ -0,0 +1,42 @@
1
+ # frozen_string_literal: true
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # source: google/cloud/backupdr/v1beta/backupplanassociation.proto
4
+
5
+ require 'google/protobuf'
6
+
7
+ require 'google/api/field_behavior_pb'
8
+ require 'google/api/field_info_pb'
9
+ require 'google/api/resource_pb'
10
+ require 'google/cloud/backupdr/v1beta/backupvault_alloydb_pb'
11
+ require 'google/cloud/backupdr/v1beta/backupvault_cloudsql_pb'
12
+ require 'google/protobuf/field_mask_pb'
13
+ require 'google/protobuf/timestamp_pb'
14
+ require 'google/rpc/status_pb'
15
+
16
+
17
+ descriptor_data = "\n8google/cloud/backupdr/v1beta/backupplanassociation.proto\x12\x1cgoogle.cloud.backupdr.v1beta\x1a\x1fgoogle/api/field_behavior.proto\x1a\x1bgoogle/api/field_info.proto\x1a\x19google/api/resource.proto\x1a\x36google/cloud/backupdr/v1beta/backupvault_alloydb.proto\x1a\x37google/cloud/backupdr/v1beta/backupvault_cloudsql.proto\x1a google/protobuf/field_mask.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x17google/rpc/status.proto\"\xea\t\n\x15\x42\x61\x63kupPlanAssociation\x12\x93\x01\n5cloud_sql_instance_backup_plan_association_properties\x18\n \x01(\x0b\x32M.google.cloud.backupdr.v1beta.CloudSqlInstanceBackupPlanAssociationPropertiesB\x03\xe0\x41\x03H\x00\x12\x8e\x01\n2alloydb_cluster_backup_plan_association_properties\x18\x0f \x01(\x0b\x32K.google.cloud.backupdr.v1beta.AlloyDBClusterBackupPlanAssociationPropertiesB\x03\xe0\x41\x03H\x00\x12\x14\n\x04name\x18\x01 \x01(\tB\x06\xe0\x41\x08\xe0\x41\x03\x12\x1d\n\rresource_type\x18\x02 \x01(\tB\x06\xe0\x41\x05\xe0\x41\x02\x12\x18\n\x08resource\x18\x03 \x01(\tB\x06\xe0\x41\x05\xe0\x41\x02\x12?\n\x0b\x62\x61\x63kup_plan\x18\x04 \x01(\tB*\xe0\x41\x02\xfa\x41$\n\"backupdr.googleapis.com/BackupPlan\x12\x34\n\x0b\x63reate_time\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x34\n\x0bupdate_time\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12M\n\x05state\x18\x07 \x01(\x0e\x32\x39.google.cloud.backupdr.v1beta.BackupPlanAssociation.StateB\x03\xe0\x41\x03\x12L\n\x11rules_config_info\x18\x08 \x03(\x0b\x32,.google.cloud.backupdr.v1beta.RuleConfigInfoB\x03\xe0\x41\x03\x12\x18\n\x0b\x64\x61ta_source\x18\t \x01(\tB\x03\xe0\x41\x03\x12$\n\x17\x62\x61\x63kup_plan_revision_id\x18\x0b \x01(\tB\x03\xe0\x41\x03\x12&\n\x19\x62\x61\x63kup_plan_revision_name\x18\x0c \x01(\tB\x03\xe0\x41\x03\x12\x63\n\x1e\x61uto_protection_policy_binding\x18\x10 \x01(\tB;\xe0\x41\x03\xfa\x41\x35\n3backupdr.googleapis.com/AutoProtectionPolicyBinding\"n\n\x05State\x12\x15\n\x11STATE_UNSPECIFIED\x10\x00\x12\x0c\n\x08\x43REATING\x10\x01\x12\n\n\x06\x41\x43TIVE\x10\x02\x12\x0c\n\x08\x44\x45LETING\x10\x03\x12\x0c\n\x08INACTIVE\x10\x04\x12\x0c\n\x08UPDATING\x10\x05\x12\n\n\x06PAUSED\x10\x06:\xbc\x01\xea\x41\xb8\x01\n-backupdr.googleapis.com/BackupPlanAssociation\x12Xprojects/{project}/locations/{location}/backupPlanAssociations/{backup_plan_association}*\x16\x62\x61\x63kupPlanAssociations2\x15\x62\x61\x63kupPlanAssociationB\x15\n\x13resource_properties\"\x8d\x03\n\x0eRuleConfigInfo\x12\x14\n\x07rule_id\x18\x01 \x01(\tB\x03\xe0\x41\x03\x12\\\n\x11last_backup_state\x18\x03 \x01(\x0e\x32<.google.cloud.backupdr.v1beta.RuleConfigInfo.LastBackupStateB\x03\xe0\x41\x03\x12\x32\n\x11last_backup_error\x18\x04 \x01(\x0b\x32\x12.google.rpc.StatusB\x03\xe0\x41\x03\x12P\n\'last_successful_backup_consistency_time\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\"\x80\x01\n\x0fLastBackupState\x12!\n\x1dLAST_BACKUP_STATE_UNSPECIFIED\x10\x00\x12\x18\n\x14\x46IRST_BACKUP_PENDING\x10\x01\x12\x15\n\x11PERMISSION_DENIED\x10\x02\x12\r\n\tSUCCEEDED\x10\x03\x12\n\n\x06\x46\x41ILED\x10\x04\"\x90\x02\n\"CreateBackupPlanAssociationRequest\x12\x45\n\x06parent\x18\x01 \x01(\tB5\xe0\x41\x02\xfa\x41/\x12-backupdr.googleapis.com/BackupPlanAssociation\x12\'\n\x1a\x62\x61\x63kup_plan_association_id\x18\x02 \x01(\tB\x03\xe0\x41\x02\x12Y\n\x17\x62\x61\x63kup_plan_association\x18\x03 \x01(\x0b\x32\x33.google.cloud.backupdr.v1beta.BackupPlanAssociationB\x03\xe0\x41\x02\x12\x1f\n\nrequest_id\x18\x04 \x01(\tB\x0b\xe0\x41\x01\xe2\x8c\xcf\xd7\x08\x02\x08\x01\"\xb0\x01\n!ListBackupPlanAssociationsRequest\x12\x45\n\x06parent\x18\x01 \x01(\tB5\xe0\x41\x02\xfa\x41/\x12-backupdr.googleapis.com/BackupPlanAssociation\x12\x16\n\tpage_size\x18\x02 \x01(\x05\x42\x03\xe0\x41\x01\x12\x17\n\npage_token\x18\x03 \x01(\tB\x03\xe0\x41\x01\x12\x13\n\x06\x66ilter\x18\x04 \x01(\tB\x03\xe0\x41\x01\"\xa9\x01\n\"ListBackupPlanAssociationsResponse\x12U\n\x18\x62\x61\x63kup_plan_associations\x18\x01 \x03(\x0b\x32\x33.google.cloud.backupdr.v1beta.BackupPlanAssociation\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\x12\x13\n\x0bunreachable\x18\x03 \x03(\t\"\xf3\x01\n1FetchBackupPlanAssociationsForResourceTypeRequest\x12\x45\n\x06parent\x18\x01 \x01(\tB5\xe0\x41\x02\xfa\x41/\x12-backupdr.googleapis.com/BackupPlanAssociation\x12\x1a\n\rresource_type\x18\x02 \x01(\tB\x03\xe0\x41\x02\x12\x16\n\tpage_size\x18\x03 \x01(\x05\x42\x03\xe0\x41\x01\x12\x17\n\npage_token\x18\x04 \x01(\tB\x03\xe0\x41\x01\x12\x13\n\x06\x66ilter\x18\x05 \x01(\tB\x03\xe0\x41\x01\x12\x15\n\x08order_by\x18\x06 \x01(\tB\x03\xe0\x41\x01\"\xae\x01\n2FetchBackupPlanAssociationsForResourceTypeResponse\x12Z\n\x18\x62\x61\x63kup_plan_associations\x18\x01 \x03(\x0b\x32\x33.google.cloud.backupdr.v1beta.BackupPlanAssociationB\x03\xe0\x41\x03\x12\x1c\n\x0fnext_page_token\x18\x02 \x01(\tB\x03\xe0\x41\x03\"f\n\x1fGetBackupPlanAssociationRequest\x12\x43\n\x04name\x18\x01 \x01(\tB5\xe0\x41\x02\xfa\x41/\n-backupdr.googleapis.com/BackupPlanAssociation\"\xef\x01\n\"DeleteBackupPlanAssociationRequest\x12\x43\n\x04name\x18\x01 \x01(\tB5\xe0\x41\x02\xfa\x41/\n-backupdr.googleapis.com/BackupPlanAssociation\x12\x1f\n\nrequest_id\x18\x02 \x01(\tB\x0b\xe0\x41\x01\xe2\x8c\xcf\xd7\x08\x02\x08\x01\x12\x63\n\x1e\x61uto_protection_policy_binding\x18\x03 \x01(\tB;\xe0\x41\x01\xfa\x41\x35\n3backupdr.googleapis.com/AutoProtectionPolicyBinding\"\xd6\x01\n\"UpdateBackupPlanAssociationRequest\x12Y\n\x17\x62\x61\x63kup_plan_association\x18\x01 \x01(\x0b\x32\x33.google.cloud.backupdr.v1beta.BackupPlanAssociationB\x03\xe0\x41\x02\x12\x34\n\x0bupdate_mask\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.FieldMaskB\x03\xe0\x41\x02\x12\x1f\n\nrequest_id\x18\x03 \x01(\tB\x0b\xe0\x41\x01\xe2\x8c\xcf\xd7\x08\x02\x08\x01\"\xba\x02\n\x14TriggerBackupRequest\x12\x43\n\x04name\x18\x01 \x01(\tB5\xe0\x41\x02\xfa\x41/\n-backupdr.googleapis.com/BackupPlanAssociation\x12\x14\n\x07rule_id\x18\x02 \x01(\tB\x03\xe0\x41\x01\x12\x1f\n\nrequest_id\x18\x03 \x01(\tB\x0b\xe0\x41\x01\xe2\x8c\xcf\xd7\x08\x02\x08\x01\x12\"\n\x15\x63ustom_retention_days\x18\x06 \x01(\x05\x42\x03\xe0\x41\x01\x12S\n\x06labels\x18\x07 \x03(\x0b\x32>.google.cloud.backupdr.v1beta.TriggerBackupRequest.LabelsEntryB\x03\xe0\x41\x01\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x42\xde\x01\n com.google.cloud.backupdr.v1betaB\x1a\x42\x61\x63kupPlanAssociationProtoP\x01Z<cloud.google.com/go/backupdr/apiv1beta/backupdrpb;backupdrpb\xaa\x02\x1cGoogle.Cloud.BackupDR.V1Beta\xca\x02\x1cGoogle\\Cloud\\BackupDR\\V1beta\xea\x02\x1fGoogle::Cloud::BackupDR::V1betab\x06proto3"
18
+
19
+ pool = ::Google::Protobuf::DescriptorPool.generated_pool
20
+ pool.add_serialized_file(descriptor_data)
21
+
22
+ module Google
23
+ module Cloud
24
+ module BackupDR
25
+ module V1beta
26
+ BackupPlanAssociation = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.backupdr.v1beta.BackupPlanAssociation").msgclass
27
+ BackupPlanAssociation::State = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.backupdr.v1beta.BackupPlanAssociation.State").enummodule
28
+ RuleConfigInfo = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.backupdr.v1beta.RuleConfigInfo").msgclass
29
+ RuleConfigInfo::LastBackupState = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.backupdr.v1beta.RuleConfigInfo.LastBackupState").enummodule
30
+ CreateBackupPlanAssociationRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.backupdr.v1beta.CreateBackupPlanAssociationRequest").msgclass
31
+ ListBackupPlanAssociationsRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.backupdr.v1beta.ListBackupPlanAssociationsRequest").msgclass
32
+ ListBackupPlanAssociationsResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.backupdr.v1beta.ListBackupPlanAssociationsResponse").msgclass
33
+ FetchBackupPlanAssociationsForResourceTypeRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.backupdr.v1beta.FetchBackupPlanAssociationsForResourceTypeRequest").msgclass
34
+ FetchBackupPlanAssociationsForResourceTypeResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.backupdr.v1beta.FetchBackupPlanAssociationsForResourceTypeResponse").msgclass
35
+ GetBackupPlanAssociationRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.backupdr.v1beta.GetBackupPlanAssociationRequest").msgclass
36
+ DeleteBackupPlanAssociationRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.backupdr.v1beta.DeleteBackupPlanAssociationRequest").msgclass
37
+ UpdateBackupPlanAssociationRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.backupdr.v1beta.UpdateBackupPlanAssociationRequest").msgclass
38
+ TriggerBackupRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.backupdr.v1beta.TriggerBackupRequest").msgclass
39
+ end
40
+ end
41
+ end
42
+ end
@@ -0,0 +1,30 @@
1
+ # frozen_string_literal: true
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # source: google/cloud/backupdr/v1beta/backupvault_alloydb.proto
4
+
5
+ require 'google/protobuf'
6
+
7
+ require 'google/api/field_behavior_pb'
8
+ require 'google/api/field_info_pb'
9
+ require 'google/api/resource_pb'
10
+ require 'google/protobuf/timestamp_pb'
11
+
12
+
13
+ descriptor_data = "\n6google/cloud/backupdr/v1beta/backupvault_alloydb.proto\x12\x1cgoogle.cloud.backupdr.v1beta\x1a\x1fgoogle/api/field_behavior.proto\x1a\x1bgoogle/api/field_info.proto\x1a\x19google/api/resource.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"\xc0\x01\n\"AlloyDBClusterDataSourceProperties\x12\x34\n\x04name\x18\x01 \x01(\tB&\xe0\x41\x03\xfa\x41 \n\x1e\x61lloydb.googleapis.com/Cluster\x12J\n\x0cpitr_windows\x18\x02 \x03(\x0b\x32/.google.cloud.backupdr.v1beta.AlloyDbPitrWindowB\x03\xe0\x41\x03\x12\x18\n\x0b\x63luster_uid\x18\x03 \x01(\tB\x03\xe0\x41\x03\"c\n+AlloyDBClusterDataSourceReferenceProperties\x12\x34\n\x04name\x18\x01 \x01(\tB&\xe0\x41\x03\xfa\x41 \n\x1e\x61lloydb.googleapis.com/Cluster\"\x9c\x01\n\x11\x41lloyDbPitrWindow\x12\x33\n\nstart_time\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x31\n\x08\x65nd_time\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x1f\n\x12log_retention_days\x18\x03 \x01(\x03\x42\x03\xe0\x41\x03\"\x9b\x01\n\x1e\x41lloyDbClusterBackupProperties\x12\x18\n\x0b\x64\x65scription\x18\x01 \x01(\tH\x00\x88\x01\x01\x12\x19\n\x0cstored_bytes\x18\x02 \x01(\x03\x42\x03\xe0\x41\x03\x12\x15\n\x08\x63hain_id\x18\x03 \x01(\tB\x03\xe0\x41\x03\x12\x1d\n\x10\x64\x61tabase_version\x18\x04 \x01(\tB\x03\xe0\x41\x03\x42\x0e\n\x0c_description\"Q\n-AlloyDBClusterBackupPlanAssociationProperties\x12 \n\x0b\x63luster_uid\x18\x01 \x01(\tB\x0b\xe0\x41\x03\xe2\x8c\xcf\xd7\x08\x02\x08\x01\x42\xcd\x02\n com.google.cloud.backupdr.v1betaB\x17\x42\x61\x63kupvaultAlloyDBProtoP\x01Z<cloud.google.com/go/backupdr/apiv1beta/backupdrpb;backupdrpb\xaa\x02\x1cGoogle.Cloud.BackupDR.V1Beta\xca\x02\x1cGoogle\\Cloud\\BackupDR\\V1beta\xea\x02\x1fGoogle::Cloud::BackupDR::V1beta\xea\x41o\n\x1e\x61lloydb.googleapis.com/Cluster\x12:projects/{project}/locations/{location}/clusters/{cluster}*\x08\x63lusters2\x07\x63lusterb\x06proto3"
14
+
15
+ pool = ::Google::Protobuf::DescriptorPool.generated_pool
16
+ pool.add_serialized_file(descriptor_data)
17
+
18
+ module Google
19
+ module Cloud
20
+ module BackupDR
21
+ module V1beta
22
+ AlloyDBClusterDataSourceProperties = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.backupdr.v1beta.AlloyDBClusterDataSourceProperties").msgclass
23
+ AlloyDBClusterDataSourceReferenceProperties = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.backupdr.v1beta.AlloyDBClusterDataSourceReferenceProperties").msgclass
24
+ AlloyDbPitrWindow = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.backupdr.v1beta.AlloyDbPitrWindow").msgclass
25
+ AlloyDbClusterBackupProperties = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.backupdr.v1beta.AlloyDbClusterBackupProperties").msgclass
26
+ AlloyDBClusterBackupPlanAssociationProperties = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.backupdr.v1beta.AlloyDBClusterBackupPlanAssociationProperties").msgclass
27
+ end
28
+ end
29
+ end
30
+ end
@@ -0,0 +1,24 @@
1
+ # frozen_string_literal: true
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # source: google/cloud/backupdr/v1beta/backupvault_ba.proto
4
+
5
+ require 'google/protobuf'
6
+
7
+ require 'google/api/field_behavior_pb'
8
+ require 'google/protobuf/timestamp_pb'
9
+
10
+
11
+ descriptor_data = "\n1google/cloud/backupdr/v1beta/backupvault_ba.proto\x12\x1cgoogle.cloud.backupdr.v1beta\x1a\x1fgoogle/api/field_behavior.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"\xed\x02\n\x1f\x42\x61\x63kupApplianceBackupProperties\x12\x1f\n\rgeneration_id\x18\x01 \x01(\x05\x42\x03\xe0\x41\x03H\x00\x88\x01\x01\x12;\n\rfinalize_time\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03H\x01\x88\x01\x01\x12G\n\x19recovery_range_start_time\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x01H\x02\x88\x01\x01\x12\x45\n\x17recovery_range_end_time\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x01H\x03\x88\x01\x01\x42\x10\n\x0e_generation_idB\x10\n\x0e_finalize_timeB\x1c\n\x1a_recovery_range_start_timeB\x1a\n\x18_recovery_range_end_timeB\xd6\x01\n com.google.cloud.backupdr.v1betaB\x12\x42\x61\x63kupvaultBaProtoP\x01Z<cloud.google.com/go/backupdr/apiv1beta/backupdrpb;backupdrpb\xaa\x02\x1cGoogle.Cloud.BackupDR.V1Beta\xca\x02\x1cGoogle\\Cloud\\BackupDR\\V1beta\xea\x02\x1fGoogle::Cloud::BackupDR::V1betab\x06proto3"
12
+
13
+ pool = ::Google::Protobuf::DescriptorPool.generated_pool
14
+ pool.add_serialized_file(descriptor_data)
15
+
16
+ module Google
17
+ module Cloud
18
+ module BackupDR
19
+ module V1beta
20
+ BackupApplianceBackupProperties = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.backupdr.v1beta.BackupApplianceBackupProperties").msgclass
21
+ end
22
+ end
23
+ end
24
+ end
@@ -0,0 +1,30 @@
1
+ # frozen_string_literal: true
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # source: google/cloud/backupdr/v1beta/backupvault_cloudsql.proto
4
+
5
+ require 'google/protobuf'
6
+
7
+ require 'google/api/field_behavior_pb'
8
+ require 'google/api/resource_pb'
9
+ require 'google/protobuf/timestamp_pb'
10
+
11
+
12
+ descriptor_data = "\n7google/cloud/backupdr/v1beta/backupvault_cloudsql.proto\x12\x1cgoogle.cloud.backupdr.v1beta\x1a\x1fgoogle/api/field_behavior.proto\x1a\x19google/api/resource.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"\xe2\x01\n$CloudSqlInstanceDataSourceProperties\x12\x36\n\x04name\x18\x01 \x01(\tB(\xe0\x41\x03\xfa\x41\"\n sqladmin.googleapis.com/Instance\x12\'\n\x1a\x64\x61tabase_installed_version\x18\x02 \x01(\tB\x03\xe0\x41\x03\x12=\n\x14instance_create_time\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x1a\n\rinstance_tier\x18\x05 \x01(\tB\x03\xe0\x41\x03\"\xc3\x02\n CloudSqlInstanceBackupProperties\x12\'\n\x1a\x64\x61tabase_installed_version\x18\x02 \x01(\tB\x03\xe0\x41\x03\x12\x19\n\x0c\x66inal_backup\x18\x03 \x01(\x08\x42\x03\xe0\x41\x03\x12\x41\n\x0fsource_instance\x18\x04 \x01(\tB(\xe0\x41\x03\xfa\x41\"\n sqladmin.googleapis.com/Instance\x12=\n\x14instance_create_time\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x1a\n\rinstance_tier\x18\x06 \x01(\tB\x03\xe0\x41\x03\x12=\n\x14instance_delete_time\x18\x08 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\"\xeb\x01\n-CloudSqlInstanceDataSourceReferenceProperties\x12\x36\n\x04name\x18\x01 \x01(\tB(\xe0\x41\x03\xfa\x41\"\n sqladmin.googleapis.com/Instance\x12\'\n\x1a\x64\x61tabase_installed_version\x18\x02 \x01(\tB\x03\xe0\x41\x03\x12=\n\x14instance_create_time\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x1a\n\rinstance_tier\x18\x05 \x01(\tB\x03\xe0\x41\x03\"\xd1\x01\n$CloudSqlInstanceInitializationConfig\x12`\n\x07\x65\x64ition\x18\x01 \x01(\x0e\x32J.google.cloud.backupdr.v1beta.CloudSqlInstanceInitializationConfig.EditionB\x03\xe0\x41\x02\"G\n\x07\x45\x64ition\x12\x17\n\x13\x45\x44ITION_UNSPECIFIED\x10\x00\x12\x0e\n\nENTERPRISE\x10\x01\x12\x13\n\x0f\x45NTERPRISE_PLUS\x10\x02\"p\n/CloudSqlInstanceBackupPlanAssociationProperties\x12=\n\x14instance_create_time\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x42\xaa\x02\n com.google.cloud.backupdr.v1betaB\x18\x42\x61\x63kupvaultCloudSqlProtoP\x01Z<cloud.google.com/go/backupdr/apiv1beta/backupdrpb;backupdrpb\xaa\x02\x1cGoogle.Cloud.BackupDR.V1Beta\xca\x02\x1cGoogle\\Cloud\\BackupDR\\V1beta\xea\x02\x1fGoogle::Cloud::BackupDR::V1beta\xea\x41K\n sqladmin.googleapis.com/Instance\x12\'projects/{project}/instances/{instance}b\x06proto3"
13
+
14
+ pool = ::Google::Protobuf::DescriptorPool.generated_pool
15
+ pool.add_serialized_file(descriptor_data)
16
+
17
+ module Google
18
+ module Cloud
19
+ module BackupDR
20
+ module V1beta
21
+ CloudSqlInstanceDataSourceProperties = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.backupdr.v1beta.CloudSqlInstanceDataSourceProperties").msgclass
22
+ CloudSqlInstanceBackupProperties = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.backupdr.v1beta.CloudSqlInstanceBackupProperties").msgclass
23
+ CloudSqlInstanceDataSourceReferenceProperties = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.backupdr.v1beta.CloudSqlInstanceDataSourceReferenceProperties").msgclass
24
+ CloudSqlInstanceInitializationConfig = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.backupdr.v1beta.CloudSqlInstanceInitializationConfig").msgclass
25
+ CloudSqlInstanceInitializationConfig::Edition = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.backupdr.v1beta.CloudSqlInstanceInitializationConfig.Edition").enummodule
26
+ CloudSqlInstanceBackupPlanAssociationProperties = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.backupdr.v1beta.CloudSqlInstanceBackupPlanAssociationProperties").msgclass
27
+ end
28
+ end
29
+ end
30
+ end