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.
- checksums.yaml +4 -4
- data/.yardopts +12 -0
- data/AUTHENTICATION.md +122 -0
- data/README.md +154 -8
- data/lib/google/cloud/backupdr/v1beta/appliedautoprotectionpolicy_pb.rb +30 -0
- data/lib/google/cloud/backupdr/v1beta/autoprotectionpolicy_pb.rb +39 -0
- data/lib/google/cloud/backupdr/v1beta/autoprotectionpolicybinding_pb.rb +32 -0
- data/lib/google/cloud/backupdr/v1beta/backup_dr_protection_summary/client.rb +532 -0
- data/lib/google/cloud/backupdr/v1beta/backup_dr_protection_summary/credentials.rb +48 -0
- data/lib/google/cloud/backupdr/v1beta/backup_dr_protection_summary/paths.rb +50 -0
- data/lib/google/cloud/backupdr/v1beta/backup_dr_protection_summary/rest/client.rb +491 -0
- data/lib/google/cloud/backupdr/v1beta/backup_dr_protection_summary/rest/service_stub.rb +142 -0
- data/lib/google/cloud/backupdr/v1beta/backup_dr_protection_summary/rest.rb +53 -0
- data/lib/google/cloud/backupdr/v1beta/backup_dr_protection_summary.rb +55 -0
- data/lib/google/cloud/backupdr/v1beta/backupdr/client.rb +6101 -0
- data/lib/google/cloud/backupdr/v1beta/backupdr/credentials.rb +48 -0
- data/lib/google/cloud/backupdr/v1beta/backupdr/operations.rb +843 -0
- data/lib/google/cloud/backupdr/v1beta/backupdr/paths.rb +372 -0
- data/lib/google/cloud/backupdr/v1beta/backupdr/rest/client.rb +5724 -0
- data/lib/google/cloud/backupdr/v1beta/backupdr/rest/operations.rb +927 -0
- data/lib/google/cloud/backupdr/v1beta/backupdr/rest/service_stub.rb +3086 -0
- data/lib/google/cloud/backupdr/v1beta/backupdr/rest.rb +54 -0
- data/lib/google/cloud/backupdr/v1beta/backupdr.rb +56 -0
- data/lib/google/cloud/backupdr/v1beta/backupdr_pb.rb +55 -0
- data/lib/google/cloud/backupdr/v1beta/backupdr_services_pb.rb +145 -0
- data/lib/google/cloud/backupdr/v1beta/backupplan_pb.rb +49 -0
- data/lib/google/cloud/backupdr/v1beta/backupplanassociation_pb.rb +42 -0
- data/lib/google/cloud/backupdr/v1beta/backupvault_alloydb_pb.rb +30 -0
- data/lib/google/cloud/backupdr/v1beta/backupvault_ba_pb.rb +24 -0
- data/lib/google/cloud/backupdr/v1beta/backupvault_cloudsql_pb.rb +30 -0
- data/lib/google/cloud/backupdr/v1beta/backupvault_disk_pb.rb +33 -0
- data/lib/google/cloud/backupdr/v1beta/backupvault_gce_pb.rb +66 -0
- data/lib/google/cloud/backupdr/v1beta/backupvault_pb.rb +80 -0
- data/lib/google/cloud/backupdr/v1beta/bindingmatchingresource_pb.rb +31 -0
- data/lib/google/cloud/backupdr/v1beta/bindings_override.rb +108 -0
- data/lib/google/cloud/backupdr/v1beta/datasourcereference_pb.rb +35 -0
- data/lib/google/cloud/backupdr/v1beta/protection_summary_pb.rb +40 -0
- data/lib/google/cloud/backupdr/v1beta/protection_summary_services_pb.rb +45 -0
- data/lib/google/cloud/backupdr/v1beta/rest.rb +39 -0
- data/lib/google/cloud/backupdr/v1beta/version.rb +8 -3
- data/lib/google/cloud/backupdr/v1beta.rb +46 -0
- data/lib/google-cloud-backupdr-v1beta.rb +21 -0
- data/proto_docs/README.md +4 -0
- data/proto_docs/google/api/client.rb +593 -0
- data/proto_docs/google/api/field_behavior.rb +85 -0
- data/proto_docs/google/api/field_info.rb +88 -0
- data/proto_docs/google/api/launch_stage.rb +71 -0
- data/proto_docs/google/api/resource.rb +227 -0
- data/proto_docs/google/cloud/backupdr/v1beta/appliedautoprotectionpolicy.rb +121 -0
- data/proto_docs/google/cloud/backupdr/v1beta/autoprotectionpolicy.rb +277 -0
- data/proto_docs/google/cloud/backupdr/v1beta/autoprotectionpolicybinding.rb +180 -0
- data/proto_docs/google/cloud/backupdr/v1beta/backupdr.rb +428 -0
- data/proto_docs/google/cloud/backupdr/v1beta/backupplan.rb +637 -0
- data/proto_docs/google/cloud/backupdr/v1beta/backupplanassociation.rb +423 -0
- data/proto_docs/google/cloud/backupdr/v1beta/backupvault.rb +1391 -0
- data/proto_docs/google/cloud/backupdr/v1beta/backupvault_alloydb.rb +105 -0
- data/proto_docs/google/cloud/backupdr/v1beta/backupvault_ba.rb +47 -0
- data/proto_docs/google/cloud/backupdr/v1beta/backupvault_cloudsql.rb +131 -0
- data/proto_docs/google/cloud/backupdr/v1beta/backupvault_disk.rb +301 -0
- data/proto_docs/google/cloud/backupdr/v1beta/backupvault_gce.rb +1010 -0
- data/proto_docs/google/cloud/backupdr/v1beta/bindingmatchingresource.rb +160 -0
- data/proto_docs/google/cloud/backupdr/v1beta/datasourcereference.rb +236 -0
- data/proto_docs/google/cloud/backupdr/v1beta/protection_summary.rb +309 -0
- data/proto_docs/google/longrunning/operations.rb +191 -0
- data/proto_docs/google/protobuf/any.rb +145 -0
- data/proto_docs/google/protobuf/duration.rb +98 -0
- data/proto_docs/google/protobuf/empty.rb +34 -0
- data/proto_docs/google/protobuf/field_mask.rb +229 -0
- data/proto_docs/google/protobuf/timestamp.rb +128 -0
- data/proto_docs/google/protobuf/wrappers.rb +148 -0
- data/proto_docs/google/rpc/status.rb +48 -0
- data/proto_docs/google/type/dayofweek.rb +49 -0
- data/proto_docs/google/type/month.rb +64 -0
- metadata +134 -9
|
@@ -0,0 +1,49 @@
|
|
|
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
|
+
|
|
20
|
+
module Google
|
|
21
|
+
module Type
|
|
22
|
+
# Represents a day of the week.
|
|
23
|
+
module DayOfWeek
|
|
24
|
+
# The day of the week is unspecified.
|
|
25
|
+
DAY_OF_WEEK_UNSPECIFIED = 0
|
|
26
|
+
|
|
27
|
+
# Monday
|
|
28
|
+
MONDAY = 1
|
|
29
|
+
|
|
30
|
+
# Tuesday
|
|
31
|
+
TUESDAY = 2
|
|
32
|
+
|
|
33
|
+
# Wednesday
|
|
34
|
+
WEDNESDAY = 3
|
|
35
|
+
|
|
36
|
+
# Thursday
|
|
37
|
+
THURSDAY = 4
|
|
38
|
+
|
|
39
|
+
# Friday
|
|
40
|
+
FRIDAY = 5
|
|
41
|
+
|
|
42
|
+
# Saturday
|
|
43
|
+
SATURDAY = 6
|
|
44
|
+
|
|
45
|
+
# Sunday
|
|
46
|
+
SUNDAY = 7
|
|
47
|
+
end
|
|
48
|
+
end
|
|
49
|
+
end
|
|
@@ -0,0 +1,64 @@
|
|
|
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
|
+
|
|
20
|
+
module Google
|
|
21
|
+
module Type
|
|
22
|
+
# Represents a month in the Gregorian calendar.
|
|
23
|
+
module Month
|
|
24
|
+
# The unspecified month.
|
|
25
|
+
MONTH_UNSPECIFIED = 0
|
|
26
|
+
|
|
27
|
+
# The month of January.
|
|
28
|
+
JANUARY = 1
|
|
29
|
+
|
|
30
|
+
# The month of February.
|
|
31
|
+
FEBRUARY = 2
|
|
32
|
+
|
|
33
|
+
# The month of March.
|
|
34
|
+
MARCH = 3
|
|
35
|
+
|
|
36
|
+
# The month of April.
|
|
37
|
+
APRIL = 4
|
|
38
|
+
|
|
39
|
+
# The month of May.
|
|
40
|
+
MAY = 5
|
|
41
|
+
|
|
42
|
+
# The month of June.
|
|
43
|
+
JUNE = 6
|
|
44
|
+
|
|
45
|
+
# The month of July.
|
|
46
|
+
JULY = 7
|
|
47
|
+
|
|
48
|
+
# The month of August.
|
|
49
|
+
AUGUST = 8
|
|
50
|
+
|
|
51
|
+
# The month of September.
|
|
52
|
+
SEPTEMBER = 9
|
|
53
|
+
|
|
54
|
+
# The month of October.
|
|
55
|
+
OCTOBER = 10
|
|
56
|
+
|
|
57
|
+
# The month of November.
|
|
58
|
+
NOVEMBER = 11
|
|
59
|
+
|
|
60
|
+
# The month of December.
|
|
61
|
+
DECEMBER = 12
|
|
62
|
+
end
|
|
63
|
+
end
|
|
64
|
+
end
|
metadata
CHANGED
|
@@ -1,27 +1,152 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-backupdr-v1beta
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.1.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
8
8
|
bindir: bin
|
|
9
9
|
cert_chain: []
|
|
10
10
|
date: 1980-01-02 00:00:00.000000000 Z
|
|
11
|
-
dependencies:
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
11
|
+
dependencies:
|
|
12
|
+
- !ruby/object:Gem::Dependency
|
|
13
|
+
name: gapic-common
|
|
14
|
+
requirement: !ruby/object:Gem::Requirement
|
|
15
|
+
requirements:
|
|
16
|
+
- - "~>"
|
|
17
|
+
- !ruby/object:Gem::Version
|
|
18
|
+
version: '1.3'
|
|
19
|
+
type: :runtime
|
|
20
|
+
prerelease: false
|
|
21
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
22
|
+
requirements:
|
|
23
|
+
- - "~>"
|
|
24
|
+
- !ruby/object:Gem::Version
|
|
25
|
+
version: '1.3'
|
|
26
|
+
- !ruby/object:Gem::Dependency
|
|
27
|
+
name: google-cloud-errors
|
|
28
|
+
requirement: !ruby/object:Gem::Requirement
|
|
29
|
+
requirements:
|
|
30
|
+
- - "~>"
|
|
31
|
+
- !ruby/object:Gem::Version
|
|
32
|
+
version: '1.0'
|
|
33
|
+
type: :runtime
|
|
34
|
+
prerelease: false
|
|
35
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
36
|
+
requirements:
|
|
37
|
+
- - "~>"
|
|
38
|
+
- !ruby/object:Gem::Version
|
|
39
|
+
version: '1.0'
|
|
40
|
+
- !ruby/object:Gem::Dependency
|
|
41
|
+
name: google-cloud-location
|
|
42
|
+
requirement: !ruby/object:Gem::Requirement
|
|
43
|
+
requirements:
|
|
44
|
+
- - "~>"
|
|
45
|
+
- !ruby/object:Gem::Version
|
|
46
|
+
version: '1.0'
|
|
47
|
+
type: :runtime
|
|
48
|
+
prerelease: false
|
|
49
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
50
|
+
requirements:
|
|
51
|
+
- - "~>"
|
|
52
|
+
- !ruby/object:Gem::Version
|
|
53
|
+
version: '1.0'
|
|
54
|
+
- !ruby/object:Gem::Dependency
|
|
55
|
+
name: google-iam-v1
|
|
56
|
+
requirement: !ruby/object:Gem::Requirement
|
|
57
|
+
requirements:
|
|
58
|
+
- - "~>"
|
|
59
|
+
- !ruby/object:Gem::Version
|
|
60
|
+
version: '1.3'
|
|
61
|
+
type: :runtime
|
|
62
|
+
prerelease: false
|
|
63
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
64
|
+
requirements:
|
|
65
|
+
- - "~>"
|
|
66
|
+
- !ruby/object:Gem::Version
|
|
67
|
+
version: '1.3'
|
|
68
|
+
description: google-cloud-backupdr-v1beta is the official client library for the Backup
|
|
69
|
+
and DR Service V1BETA API. Note that google-cloud-backupdr-v1beta is a version-specific
|
|
70
|
+
client library. For most uses, we recommend installing the main client library google-cloud-backupdr
|
|
71
|
+
instead. See the readme for more details.
|
|
17
72
|
email: googleapis-packages@google.com
|
|
18
73
|
executables: []
|
|
19
74
|
extensions: []
|
|
20
75
|
extra_rdoc_files: []
|
|
21
76
|
files:
|
|
77
|
+
- ".yardopts"
|
|
78
|
+
- AUTHENTICATION.md
|
|
22
79
|
- LICENSE.md
|
|
23
80
|
- README.md
|
|
81
|
+
- lib/google-cloud-backupdr-v1beta.rb
|
|
82
|
+
- lib/google/cloud/backupdr/v1beta.rb
|
|
83
|
+
- lib/google/cloud/backupdr/v1beta/appliedautoprotectionpolicy_pb.rb
|
|
84
|
+
- lib/google/cloud/backupdr/v1beta/autoprotectionpolicy_pb.rb
|
|
85
|
+
- lib/google/cloud/backupdr/v1beta/autoprotectionpolicybinding_pb.rb
|
|
86
|
+
- lib/google/cloud/backupdr/v1beta/backup_dr_protection_summary.rb
|
|
87
|
+
- lib/google/cloud/backupdr/v1beta/backup_dr_protection_summary/client.rb
|
|
88
|
+
- lib/google/cloud/backupdr/v1beta/backup_dr_protection_summary/credentials.rb
|
|
89
|
+
- lib/google/cloud/backupdr/v1beta/backup_dr_protection_summary/paths.rb
|
|
90
|
+
- lib/google/cloud/backupdr/v1beta/backup_dr_protection_summary/rest.rb
|
|
91
|
+
- lib/google/cloud/backupdr/v1beta/backup_dr_protection_summary/rest/client.rb
|
|
92
|
+
- lib/google/cloud/backupdr/v1beta/backup_dr_protection_summary/rest/service_stub.rb
|
|
93
|
+
- lib/google/cloud/backupdr/v1beta/backupdr.rb
|
|
94
|
+
- lib/google/cloud/backupdr/v1beta/backupdr/client.rb
|
|
95
|
+
- lib/google/cloud/backupdr/v1beta/backupdr/credentials.rb
|
|
96
|
+
- lib/google/cloud/backupdr/v1beta/backupdr/operations.rb
|
|
97
|
+
- lib/google/cloud/backupdr/v1beta/backupdr/paths.rb
|
|
98
|
+
- lib/google/cloud/backupdr/v1beta/backupdr/rest.rb
|
|
99
|
+
- lib/google/cloud/backupdr/v1beta/backupdr/rest/client.rb
|
|
100
|
+
- lib/google/cloud/backupdr/v1beta/backupdr/rest/operations.rb
|
|
101
|
+
- lib/google/cloud/backupdr/v1beta/backupdr/rest/service_stub.rb
|
|
102
|
+
- lib/google/cloud/backupdr/v1beta/backupdr_pb.rb
|
|
103
|
+
- lib/google/cloud/backupdr/v1beta/backupdr_services_pb.rb
|
|
104
|
+
- lib/google/cloud/backupdr/v1beta/backupplan_pb.rb
|
|
105
|
+
- lib/google/cloud/backupdr/v1beta/backupplanassociation_pb.rb
|
|
106
|
+
- lib/google/cloud/backupdr/v1beta/backupvault_alloydb_pb.rb
|
|
107
|
+
- lib/google/cloud/backupdr/v1beta/backupvault_ba_pb.rb
|
|
108
|
+
- lib/google/cloud/backupdr/v1beta/backupvault_cloudsql_pb.rb
|
|
109
|
+
- lib/google/cloud/backupdr/v1beta/backupvault_disk_pb.rb
|
|
110
|
+
- lib/google/cloud/backupdr/v1beta/backupvault_gce_pb.rb
|
|
111
|
+
- lib/google/cloud/backupdr/v1beta/backupvault_pb.rb
|
|
112
|
+
- lib/google/cloud/backupdr/v1beta/bindingmatchingresource_pb.rb
|
|
113
|
+
- lib/google/cloud/backupdr/v1beta/bindings_override.rb
|
|
114
|
+
- lib/google/cloud/backupdr/v1beta/datasourcereference_pb.rb
|
|
115
|
+
- lib/google/cloud/backupdr/v1beta/protection_summary_pb.rb
|
|
116
|
+
- lib/google/cloud/backupdr/v1beta/protection_summary_services_pb.rb
|
|
117
|
+
- lib/google/cloud/backupdr/v1beta/rest.rb
|
|
24
118
|
- lib/google/cloud/backupdr/v1beta/version.rb
|
|
119
|
+
- proto_docs/README.md
|
|
120
|
+
- proto_docs/google/api/client.rb
|
|
121
|
+
- proto_docs/google/api/field_behavior.rb
|
|
122
|
+
- proto_docs/google/api/field_info.rb
|
|
123
|
+
- proto_docs/google/api/launch_stage.rb
|
|
124
|
+
- proto_docs/google/api/resource.rb
|
|
125
|
+
- proto_docs/google/cloud/backupdr/v1beta/appliedautoprotectionpolicy.rb
|
|
126
|
+
- proto_docs/google/cloud/backupdr/v1beta/autoprotectionpolicy.rb
|
|
127
|
+
- proto_docs/google/cloud/backupdr/v1beta/autoprotectionpolicybinding.rb
|
|
128
|
+
- proto_docs/google/cloud/backupdr/v1beta/backupdr.rb
|
|
129
|
+
- proto_docs/google/cloud/backupdr/v1beta/backupplan.rb
|
|
130
|
+
- proto_docs/google/cloud/backupdr/v1beta/backupplanassociation.rb
|
|
131
|
+
- proto_docs/google/cloud/backupdr/v1beta/backupvault.rb
|
|
132
|
+
- proto_docs/google/cloud/backupdr/v1beta/backupvault_alloydb.rb
|
|
133
|
+
- proto_docs/google/cloud/backupdr/v1beta/backupvault_ba.rb
|
|
134
|
+
- proto_docs/google/cloud/backupdr/v1beta/backupvault_cloudsql.rb
|
|
135
|
+
- proto_docs/google/cloud/backupdr/v1beta/backupvault_disk.rb
|
|
136
|
+
- proto_docs/google/cloud/backupdr/v1beta/backupvault_gce.rb
|
|
137
|
+
- proto_docs/google/cloud/backupdr/v1beta/bindingmatchingresource.rb
|
|
138
|
+
- proto_docs/google/cloud/backupdr/v1beta/datasourcereference.rb
|
|
139
|
+
- proto_docs/google/cloud/backupdr/v1beta/protection_summary.rb
|
|
140
|
+
- proto_docs/google/longrunning/operations.rb
|
|
141
|
+
- proto_docs/google/protobuf/any.rb
|
|
142
|
+
- proto_docs/google/protobuf/duration.rb
|
|
143
|
+
- proto_docs/google/protobuf/empty.rb
|
|
144
|
+
- proto_docs/google/protobuf/field_mask.rb
|
|
145
|
+
- proto_docs/google/protobuf/timestamp.rb
|
|
146
|
+
- proto_docs/google/protobuf/wrappers.rb
|
|
147
|
+
- proto_docs/google/rpc/status.rb
|
|
148
|
+
- proto_docs/google/type/dayofweek.rb
|
|
149
|
+
- proto_docs/google/type/month.rb
|
|
25
150
|
homepage: https://github.com/googleapis/google-cloud-ruby
|
|
26
151
|
licenses:
|
|
27
152
|
- Apache-2.0
|
|
@@ -33,7 +158,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
33
158
|
requirements:
|
|
34
159
|
- - ">="
|
|
35
160
|
- !ruby/object:Gem::Version
|
|
36
|
-
version: '3.
|
|
161
|
+
version: '3.2'
|
|
37
162
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
38
163
|
requirements:
|
|
39
164
|
- - ">="
|
|
@@ -42,5 +167,5 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
42
167
|
requirements: []
|
|
43
168
|
rubygems_version: 3.6.9
|
|
44
169
|
specification_version: 4
|
|
45
|
-
summary:
|
|
170
|
+
summary: API Client library for the Backup and DR Service V1BETA API
|
|
46
171
|
test_files: []
|