google-cloud-oracle_database-v1 0.13.0 → 0.14.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 (39) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/lib/google/cloud/oracle_database/v1/oracle_database/client.rb +2672 -184
  4. data/lib/google/cloud/oracle_database/v1/oracle_database/operations.rb +2 -0
  5. data/lib/google/cloud/oracle_database/v1/oracle_database/paths.rb +152 -0
  6. data/lib/google/cloud/oracle_database/v1/oracle_database/rest/client.rb +2444 -117
  7. data/lib/google/cloud/oracle_database/v1/oracle_database/rest/operations.rb +2 -0
  8. data/lib/google/cloud/oracle_database/v1/oracle_database/rest/service_stub.rb +1782 -373
  9. data/lib/google/cloud/oracle_database/v1/version.rb +1 -1
  10. data/lib/google/cloud/oracledatabase/v1/autonomous_database_pb.rb +1 -1
  11. data/lib/google/cloud/oracledatabase/v1/database_pb.rb +1 -1
  12. data/lib/google/cloud/oracledatabase/v1/db_system_pb.rb +1 -1
  13. data/lib/google/cloud/oracledatabase/v1/exadata_infra_pb.rb +2 -1
  14. data/lib/google/cloud/oracledatabase/v1/exascale_db_storage_vault_pb.rb +1 -1
  15. data/lib/google/cloud/oracledatabase/v1/goldengate_connection_assignment_pb.rb +38 -0
  16. data/lib/google/cloud/oracledatabase/v1/goldengate_connection_pb.rb +98 -0
  17. data/lib/google/cloud/oracledatabase/v1/goldengate_connection_type_pb.rb +28 -0
  18. data/lib/google/cloud/oracledatabase/v1/goldengate_deployment_environment_pb.rb +29 -0
  19. data/lib/google/cloud/oracledatabase/v1/goldengate_deployment_pb.rb +54 -0
  20. data/lib/google/cloud/oracledatabase/v1/goldengate_deployment_type_pb.rb +29 -0
  21. data/lib/google/cloud/oracledatabase/v1/goldengate_deployment_version_pb.rb +31 -0
  22. data/lib/google/cloud/oracledatabase/v1/oracledatabase_pb.rb +8 -1
  23. data/lib/google/cloud/oracledatabase/v1/oracledatabase_services_pb.rb +47 -0
  24. data/lib/google/cloud/oracledatabase/v1/vm_cluster_pb.rb +1 -1
  25. data/proto_docs/google/api/client.rb +4 -0
  26. data/proto_docs/google/cloud/oracledatabase/v1/autonomous_database.rb +84 -48
  27. data/proto_docs/google/cloud/oracledatabase/v1/database.rb +27 -1
  28. data/proto_docs/google/cloud/oracledatabase/v1/db_system.rb +6 -1
  29. data/proto_docs/google/cloud/oracledatabase/v1/exascale_db_storage_vault.rb +4 -0
  30. data/proto_docs/google/cloud/oracledatabase/v1/goldengate_connection.rb +2238 -0
  31. data/proto_docs/google/cloud/oracledatabase/v1/goldengate_connection_assignment.rb +300 -0
  32. data/proto_docs/google/cloud/oracledatabase/v1/goldengate_connection_type.rb +186 -0
  33. data/proto_docs/google/cloud/oracledatabase/v1/goldengate_deployment.rb +712 -0
  34. data/proto_docs/google/cloud/oracledatabase/v1/goldengate_deployment_environment.rb +145 -0
  35. data/proto_docs/google/cloud/oracledatabase/v1/goldengate_deployment_type.rb +177 -0
  36. data/proto_docs/google/cloud/oracledatabase/v1/goldengate_deployment_version.rb +175 -0
  37. data/proto_docs/google/cloud/oracledatabase/v1/oracledatabase.rb +20 -2
  38. data/proto_docs/google/cloud/oracledatabase/v1/vm_cluster.rb +4 -4
  39. metadata +17 -3
@@ -0,0 +1,712 @@
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 Cloud
22
+ module OracleDatabase
23
+ module V1
24
+ # GoldengateDeployment Goldengate Deployment resource model.
25
+ # @!attribute [rw] name
26
+ # @return [::String]
27
+ # Identifier. The name of the GoldengateDeployment resource in the following
28
+ # format:
29
+ # projects/\\{project}/locations/\\{region}/goldengateDeployments/\\{goldengate_deployment}
30
+ # @!attribute [rw] properties
31
+ # @return [::Google::Cloud::OracleDatabase::V1::GoldengateDeploymentProperties]
32
+ # Required. The properties of the GoldengateDeployment.
33
+ # @!attribute [rw] gcp_oracle_zone
34
+ # @return [::String]
35
+ # Optional. The GCP Oracle zone where Oracle GoldengateDeployment is hosted.
36
+ # Example: us-east4-b-r2.
37
+ # If not specified, the system will pick a zone based on availability.
38
+ # @!attribute [rw] labels
39
+ # @return [::Google::Protobuf::Map{::String => ::String}]
40
+ # Optional. The labels or tags associated with the GoldengateDeployment.
41
+ # @!attribute [rw] odb_network
42
+ # @return [::String]
43
+ # Optional. The name of the OdbNetwork associated with the
44
+ # GoldengateDeployment.
45
+ # @!attribute [rw] odb_subnet
46
+ # @return [::String]
47
+ # Required. The name of the OdbSubnet associated with the
48
+ # GoldengateDeployment for IP allocation.
49
+ # @!attribute [r] entitlement_id
50
+ # @return [::String]
51
+ # Output only. The ID of the subscription entitlement associated with the
52
+ # GoldengateDeployment
53
+ # @!attribute [rw] display_name
54
+ # @return [::String]
55
+ # Required. The display name for the GoldengateDeployment.
56
+ # @!attribute [r] create_time
57
+ # @return [::Google::Protobuf::Timestamp]
58
+ # Output only. The date and time that the GoldengateDeployment was created.
59
+ # @!attribute [r] oci_url
60
+ # @return [::String]
61
+ # Output only. HTTPS link to OCI resources exposed to Customer via UI
62
+ # Interface.
63
+ class GoldengateDeployment
64
+ include ::Google::Protobuf::MessageExts
65
+ extend ::Google::Protobuf::MessageExts::ClassMethods
66
+
67
+ # @!attribute [rw] key
68
+ # @return [::String]
69
+ # @!attribute [rw] value
70
+ # @return [::String]
71
+ class LabelsEntry
72
+ include ::Google::Protobuf::MessageExts
73
+ extend ::Google::Protobuf::MessageExts::ClassMethods
74
+ end
75
+ end
76
+
77
+ # Properties of GoldengateDeployment.
78
+ # @!attribute [r] ocid
79
+ # @return [::String]
80
+ # Output only. OCID of the GoldengateDeployment.
81
+ # @!attribute [r] lifecycle_state
82
+ # @return [::Google::Cloud::OracleDatabase::V1::GoldengateDeploymentProperties::GoldengateDeploymentLifecycleState]
83
+ # Output only. State of the GoldengateDeployment.
84
+ # @!attribute [rw] license_model
85
+ # @return [::Google::Cloud::OracleDatabase::V1::GoldengateDeploymentProperties::LicenseModel]
86
+ # Optional. The Oracle license model that applies to a Deployment.
87
+ # @!attribute [rw] environment_type
88
+ # @return [::String]
89
+ # Optional. The environment type of the GoldengateDeployment.
90
+ # @!attribute [rw] cpu_core_count
91
+ # @return [::Integer]
92
+ # Optional. The Minimum number of OCPUs to be made available for this
93
+ # Deployment.
94
+ # @!attribute [rw] is_auto_scaling_enabled
95
+ # @return [::Boolean]
96
+ # Optional. Indicates if auto scaling is enabled for the Deployment's CPU
97
+ # core count.
98
+ # @!attribute [rw] description
99
+ # @return [::String]
100
+ # Optional. The description of the GoldengateDeployment.
101
+ # @!attribute [rw] deployment_type
102
+ # @return [::String]
103
+ # Required. A valid Goldengate Deployment type. For a list of supported
104
+ # types, use the `ListGoldengateDeploymentTypes` operation.
105
+ # @!attribute [rw] ogg_data
106
+ # @return [::Google::Cloud::OracleDatabase::V1::GoldengateOggDeployment]
107
+ # Required. The ogg data of the GoldengateDeployment.
108
+ # @!attribute [rw] maintenance_window
109
+ # @return [::Google::Cloud::OracleDatabase::V1::GoldengateMaintenanceWindow]
110
+ # Optional. The maintenance window of the GoldengateDeployment.
111
+ # @!attribute [rw] maintenance_config
112
+ # @return [::Google::Cloud::OracleDatabase::V1::GoldengateMaintenanceConfig]
113
+ # Optional. The maintenance configuration of the GoldengateDeployment.
114
+ # @!attribute [r] fqdn
115
+ # @return [::String]
116
+ # Output only. The Fully Qualified Domain Name of the GoldengateDeployment.
117
+ # @!attribute [r] lifecycle_sub_state
118
+ # @return [::Google::Cloud::OracleDatabase::V1::GoldengateDeploymentProperties::GoldengateDeploymentLifecycleSubState]
119
+ # Output only. The lifecycle sub-state of the GoldengateDeployment.
120
+ # @!attribute [r] category
121
+ # @return [::Google::Cloud::OracleDatabase::V1::GoldengateDeploymentProperties::GoldengateDeploymentCategory]
122
+ # Output only. The category of the GoldengateDeployment.
123
+ # @!attribute [r] deployment_backup_id
124
+ # @return [::String]
125
+ # Output only. The deployment backup id of the GoldengateDeployment.
126
+ # @!attribute [r] update_time
127
+ # @return [::Google::Protobuf::Timestamp]
128
+ # Output only. The time the GoldengateDeployment was updated.
129
+ # @!attribute [r] lifecycle_details
130
+ # @return [::String]
131
+ # Output only. The lifecycle details of the GoldengateDeployment.
132
+ # @!attribute [r] healthy
133
+ # @return [::Boolean]
134
+ # Output only. Whether the GoldengateDeployment is healthy.
135
+ # @!attribute [r] load_balancer_subnet_id
136
+ # @return [::String]
137
+ # Output only. The load balancer subnet id of the GoldengateDeployment.
138
+ # @!attribute [r] load_balancer_id
139
+ # @return [::String]
140
+ # Output only. The load balancer id of the GoldengateDeployment.
141
+ # @!attribute [r] nsg_ids
142
+ # @return [::Array<::String>]
143
+ # Output only. The nsg ids of the GoldengateDeployment.
144
+ # @!attribute [r] is_public
145
+ # @return [::Boolean]
146
+ # Output only. Whether the GoldengateDeployment is public.
147
+ # @!attribute [r] public_ip_address
148
+ # @return [::String]
149
+ # Output only. The public ip address of the GoldengateDeployment.
150
+ # @!attribute [r] private_ip_address
151
+ # @return [::String]
152
+ # Output only. The private ip address of the GoldengateDeployment.
153
+ # @!attribute [r] deployment_url
154
+ # @return [::String]
155
+ # Output only. The deployment url of the GoldengateDeployment.
156
+ # @!attribute [r] is_latest_version
157
+ # @return [::Boolean]
158
+ # Output only. Whether the GoldengateDeployment is of the latest version.
159
+ # @!attribute [r] upgrade_required_time
160
+ # @return [::Google::Protobuf::Timestamp]
161
+ # Output only. The time upgrade required of the GoldengateDeployment.
162
+ # @!attribute [r] storage_utilization_bytes
163
+ # @return [::Integer]
164
+ # Output only. The storage utilization in bytes of the GoldengateDeployment.
165
+ # @!attribute [r] is_storage_utilization_limit_exceeded
166
+ # @return [::Boolean]
167
+ # Output only. Whether storage utilization limit is exceeded of the
168
+ # GoldengateDeployment.
169
+ # @!attribute [r] deployment_diagnostic_data
170
+ # @return [::Google::Cloud::OracleDatabase::V1::DeploymentDiagnosticData]
171
+ # Output only. The deployment diagnostic data of the GoldengateDeployment.
172
+ # @!attribute [r] backup_schedule
173
+ # @return [::Google::Cloud::OracleDatabase::V1::GoldengateBackupSchedule]
174
+ # Output only. The backup schedule of the GoldengateDeployment.
175
+ # @!attribute [r] next_maintenance_time
176
+ # @return [::Google::Protobuf::Timestamp]
177
+ # Output only. The time of next maintenance of the GoldengateDeployment.
178
+ # @!attribute [r] next_maintenance_action_type
179
+ # @return [::Google::Cloud::OracleDatabase::V1::GoldengateDeploymentProperties::NextMaintenanceActionType]
180
+ # Output only. The next maintenance action type of the GoldengateDeployment.
181
+ # @!attribute [r] next_maintenance_description
182
+ # @return [::String]
183
+ # Output only. The next maintenance description of the GoldengateDeployment.
184
+ # @!attribute [r] ogg_version_support_end_time
185
+ # @return [::Google::Protobuf::Timestamp]
186
+ # Output only. The time ogg version supported until of the
187
+ # GoldengateDeployment.
188
+ # @!attribute [r] ingress_ips
189
+ # @return [::Array<::Google::Cloud::OracleDatabase::V1::IngressIp>]
190
+ # Output only. The ingress ips of the GoldengateDeployment.
191
+ # @!attribute [r] deployment_role
192
+ # @return [::Google::Cloud::OracleDatabase::V1::GoldengateDeploymentProperties::GoldengateDeploymentRoleType]
193
+ # Output only. The deployment role of the GoldengateDeployment.
194
+ # @!attribute [r] last_backup_schedule_time
195
+ # @return [::Google::Protobuf::Timestamp]
196
+ # Output only. The time last backup scheduled of the GoldengateDeployment.
197
+ # @!attribute [r] next_backup_schedule_time
198
+ # @return [::Google::Protobuf::Timestamp]
199
+ # Output only. The time next backup scheduled of the GoldengateDeployment.
200
+ # @!attribute [r] role_change_time
201
+ # @return [::Google::Protobuf::Timestamp]
202
+ # Output only. The time when the role of the GoldengateDeployment was
203
+ # changed.
204
+ # @!attribute [r] locks
205
+ # @return [::Array<::Google::Cloud::OracleDatabase::V1::GoldengateDeploymentLock>]
206
+ # Output only. The locks of the GoldengateDeployment.
207
+ # @!attribute [r] placements
208
+ # @return [::Array<::Google::Cloud::OracleDatabase::V1::GoldengatePlacement>]
209
+ # Output only. The placements of the GoldengateDeployment.
210
+ class GoldengateDeploymentProperties
211
+ include ::Google::Protobuf::MessageExts
212
+ extend ::Google::Protobuf::MessageExts::ClassMethods
213
+
214
+ # The various lifecycle states of the GoldengateDeployment.
215
+ module GoldengateDeploymentLifecycleState
216
+ # Default unspecified value.
217
+ GOLDENGATE_DEPLOYMENT_LIFECYCLE_STATE_UNSPECIFIED = 0
218
+
219
+ # The deployment is being created.
220
+ CREATING = 1
221
+
222
+ # The deployment is being updated.
223
+ UPDATING = 2
224
+
225
+ # The deployment is active.
226
+ ACTIVE = 3
227
+
228
+ # The deployment is inactive.
229
+ INACTIVE = 4
230
+
231
+ # The deployment is being deleted.
232
+ DELETING = 5
233
+
234
+ # The deployment is deleted.
235
+ DELETED = 6
236
+
237
+ # The deployment failed.
238
+ FAILED = 7
239
+
240
+ # The deployment needs attention.
241
+ NEEDS_ATTENTION = 8
242
+
243
+ # The deployment is in progress.
244
+ IN_PROGRESS = 9
245
+
246
+ # The deployment is canceling.
247
+ CANCELLING = 10
248
+
249
+ # The deployment is canceled.
250
+ CANCELLED = 11
251
+
252
+ # The deployment succeeded.
253
+ SUCCEEDED = 12
254
+
255
+ # The deployment is waiting.
256
+ WAITING = 13
257
+ end
258
+
259
+ # The license model of the GoldengateDeployment.
260
+ module LicenseModel
261
+ # The license model is unspecified.
262
+ LICENSE_MODEL_UNSPECIFIED = 0
263
+
264
+ # The license model is included.
265
+ LICENSE_INCLUDED = 1
266
+
267
+ # The license model is bring your own license.
268
+ BRING_YOUR_OWN_LICENSE = 2
269
+ end
270
+
271
+ # The various lifecycle sub-states of the GoldengateDeployment.
272
+ module GoldengateDeploymentLifecycleSubState
273
+ # The lifecycle sub-state is unspecified.
274
+ GOLDENGATE_DEPLOYMENT_LIFECYCLE_SUB_STATE_UNSPECIFIED = 0
275
+
276
+ # The deployment is recovering.
277
+ RECOVERING = 1
278
+
279
+ # The deployment is starting.
280
+ STARTING = 2
281
+
282
+ # The deployment is stopping.
283
+ STOPPING = 3
284
+
285
+ # The deployment is moving.
286
+ MOVING = 4
287
+
288
+ # The deployment is upgrading.
289
+ UPGRADING = 5
290
+
291
+ # The deployment is restoring.
292
+ RESTORING = 6
293
+
294
+ # The deployment is backing up.
295
+ BACKING_UP = 7
296
+
297
+ # The deployment is rolling back.
298
+ ROLLING_BACK = 8
299
+ end
300
+
301
+ # The category of the GoldengateDeployment.
302
+ module GoldengateDeploymentCategory
303
+ # The category is unspecified.
304
+ GOLDENGATE_DEPLOYMENT_CATEGORY_UNSPECIFIED = 0
305
+
306
+ # The deployment is data replication.
307
+ DATA_REPLICATION = 1
308
+
309
+ # The deployment is data transforms.
310
+ DATA_TRANSFORMS = 2
311
+ end
312
+
313
+ # The various next maintenance action types of the GoldengateDeployment.
314
+ module NextMaintenanceActionType
315
+ # The next maintenance action type is unspecified.
316
+ NEXT_MAINTENANCE_ACTION_TYPE_UNSPECIFIED = 0
317
+
318
+ # The next maintenance action type is upgrade.
319
+ UPGRADE = 1
320
+ end
321
+
322
+ # The deployment role type of the GoldengateDeployment.
323
+ module GoldengateDeploymentRoleType
324
+ # The deployment role type is unspecified.
325
+ GOLDENGATE_DEPLOYMENT_ROLE_TYPE_UNSPECIFIED = 0
326
+
327
+ # The deployment role type is primary.
328
+ PRIMARY = 1
329
+
330
+ # The deployment role type is standby.
331
+ STANDBY = 2
332
+ end
333
+ end
334
+
335
+ # The Ogg data of the GoldengateDeployment.
336
+ # @!attribute [rw] admin_password
337
+ # @return [::String]
338
+ # Optional. The Goldengate deployment console password in plain text.
339
+ #
340
+ # Note: The following fields are mutually exclusive: `admin_password`, `admin_password_secret_version`. If a field in that set is populated, all other fields in the set will automatically be cleared.
341
+ # @!attribute [rw] admin_password_secret_version
342
+ # @return [::String]
343
+ # Optional. Input only. The Goldengate deployment console password secret
344
+ # version.
345
+ #
346
+ # Note: The following fields are mutually exclusive: `admin_password_secret_version`, `admin_password`. If a field in that set is populated, all other fields in the set will automatically be cleared.
347
+ # @!attribute [rw] deployment
348
+ # @return [::String]
349
+ # Required. The name given to the Goldengate service deployment. The name
350
+ # must be 1 to 32 characters long, must contain only alphanumeric characters
351
+ # and must start with a letter.
352
+ # @!attribute [rw] admin_username
353
+ # @return [::String]
354
+ # Required. The Goldengate deployment console username.
355
+ # @!attribute [rw] ogg_version
356
+ # @return [::String]
357
+ # Optional. Version of OGG
358
+ # @!attribute [r] certificate
359
+ # @return [::String]
360
+ # Output only. The certificate of the GoldengateDeployment.
361
+ # @!attribute [r] credential_store
362
+ # @return [::Google::Cloud::OracleDatabase::V1::GoldengateOggDeployment::CredentialStore]
363
+ # Output only. The credential store of the GoldengateDeployment.
364
+ # @!attribute [r] identity_domain_id
365
+ # @return [::String]
366
+ # Output only. The identity domain id of the GoldengateDeployment.
367
+ # @!attribute [r] password_secret_id
368
+ # @return [::String]
369
+ # Output only. The password secret id of the GoldengateDeployment.
370
+ # @!attribute [r] group_roles_mapping
371
+ # @return [::Google::Cloud::OracleDatabase::V1::GoldengateGroupToRolesMapping]
372
+ # Output only. The group to roles mapping of the GoldengateDeployment.
373
+ class GoldengateOggDeployment
374
+ include ::Google::Protobuf::MessageExts
375
+ extend ::Google::Protobuf::MessageExts::ClassMethods
376
+
377
+ # The credential store of the GoldengateDeployment.
378
+ module CredentialStore
379
+ # The credential store is unspecified.
380
+ CREDENTIAL_STORE_UNSPECIFIED = 0
381
+
382
+ # The credential store is Goldengate.
383
+ GOLDENGATE = 1
384
+
385
+ # The credential store is IAM.
386
+ IAM = 2
387
+ end
388
+ end
389
+
390
+ # The maintenance window of the GoldengateDeployment.
391
+ # @!attribute [rw] day
392
+ # @return [::Google::Type::DayOfWeek]
393
+ # Required. Days of the week.
394
+ # @!attribute [rw] start_hour
395
+ # @return [::Integer]
396
+ # Required. Start hour for maintenance period. Hour is in UTC.
397
+ class GoldengateMaintenanceWindow
398
+ include ::Google::Protobuf::MessageExts
399
+ extend ::Google::Protobuf::MessageExts::ClassMethods
400
+ end
401
+
402
+ # The maintenance configuration of the GoldengateDeployment.
403
+ # @!attribute [rw] is_interim_release_auto_upgrade_enabled
404
+ # @return [::Boolean]
405
+ # Optional. By default auto upgrade for interim releases are not enabled. If
406
+ # auto-upgrade is enabled for interim release, you have to specify
407
+ # interim_release_upgrade_period_days too.
408
+ # @!attribute [rw] interim_release_upgrade_period_days
409
+ # @return [::Integer]
410
+ # Optional. Defines auto upgrade period for interim releases. This period
411
+ # must be shorter or equal to bundle release upgrade period.
412
+ # @!attribute [rw] bundle_release_upgrade_period_days
413
+ # @return [::Integer]
414
+ # Optional. Defines auto upgrade period for bundle releases. Manually
415
+ # configured period cannot be longer than service defined period for bundle
416
+ # releases. This period must be shorter or equal to major release upgrade
417
+ # period. Not passing this field during create will equate to using the
418
+ # service default.
419
+ # @!attribute [rw] major_release_upgrade_period_days
420
+ # @return [::Integer]
421
+ # Optional. Defines auto upgrade period for major releases. Manually
422
+ # configured period cannot be longer than service defined period for major
423
+ # releases. Not passing this field during create will equate to using the
424
+ # service default.
425
+ # @!attribute [rw] security_patch_upgrade_period_days
426
+ # @return [::Integer]
427
+ # Optional. Defines auto upgrade period for releases with security fix.
428
+ # Manually configured period cannot be longer than service defined period for
429
+ # security releases. Not passing this field during create will equate to
430
+ # using the service default.
431
+ class GoldengateMaintenanceConfig
432
+ include ::Google::Protobuf::MessageExts
433
+ extend ::Google::Protobuf::MessageExts::ClassMethods
434
+ end
435
+
436
+ # The deployment diagnostic data.
437
+ # @!attribute [r] namespace
438
+ # @return [::String]
439
+ # Output only. The namespace name.
440
+ # @!attribute [r] bucket
441
+ # @return [::String]
442
+ # Output only. The bucket name.
443
+ # @!attribute [r] object
444
+ # @return [::String]
445
+ # Output only. The object name.
446
+ # @!attribute [r] diagnostic_state
447
+ # @return [::Google::Cloud::OracleDatabase::V1::DeploymentDiagnosticData::DiagnosticState]
448
+ # Output only. The diagnostic state.
449
+ # @!attribute [r] diagnostic_start_time
450
+ # @return [::Google::Protobuf::Timestamp]
451
+ # Output only. The time diagnostic start.
452
+ # @!attribute [r] diagnostic_end_time
453
+ # @return [::Google::Protobuf::Timestamp]
454
+ # Output only. The time diagnostic end.
455
+ class DeploymentDiagnosticData
456
+ include ::Google::Protobuf::MessageExts
457
+ extend ::Google::Protobuf::MessageExts::ClassMethods
458
+
459
+ # The possible states of the diagnostic data.
460
+ module DiagnosticState
461
+ # The diagnostic state is unspecified.
462
+ DIAGNOSTIC_STATE_UNSPECIFIED = 0
463
+
464
+ # The diagnostic is in progress.
465
+ IN_PROGRESS = 1
466
+
467
+ # The diagnostic completed successfully.
468
+ SUCCEEDED = 2
469
+
470
+ # The diagnostic failed.
471
+ FAILED = 3
472
+ end
473
+ end
474
+
475
+ # The backup schedule of the GoldengateDeployment.
476
+ # @!attribute [r] bucket
477
+ # @return [::String]
478
+ # Output only. The bucket name.
479
+ # @!attribute [r] compartment_id
480
+ # @return [::String]
481
+ # Output only. The compartment id.
482
+ # @!attribute [r] frequency_backup_scheduled
483
+ # @return [::Google::Cloud::OracleDatabase::V1::GoldengateBackupSchedule::FrequencyBackupScheduled]
484
+ # Output only. The frequency backup scheduled.
485
+ # @!attribute [r] metadata_only
486
+ # @return [::Boolean]
487
+ # Output only. If metadata only.
488
+ # @!attribute [r] namespace
489
+ # @return [::String]
490
+ # Output only. The namespace name.
491
+ # @!attribute [r] backup_scheduled_time
492
+ # @return [::Google::Protobuf::Timestamp]
493
+ # Output only. The timestamp of when the backup was scheduled.
494
+ class GoldengateBackupSchedule
495
+ include ::Google::Protobuf::MessageExts
496
+ extend ::Google::Protobuf::MessageExts::ClassMethods
497
+
498
+ # Enum for frequency backup scheduled.
499
+ module FrequencyBackupScheduled
500
+ # The frequency backup scheduled is unspecified.
501
+ FREQUENCY_BACKUP_SCHEDULED_UNSPECIFIED = 0
502
+
503
+ # The frequency backup scheduled is daily.
504
+ DAILY = 1
505
+
506
+ # The frequency backup scheduled is weekly.
507
+ WEEKLY = 2
508
+
509
+ # The frequency backup scheduled is monthly.
510
+ MONTHLY = 3
511
+ end
512
+ end
513
+
514
+ # The ingress IPs of the GoldengateDeployment.
515
+ # @!attribute [r] ingress_ip_address
516
+ # @return [::String]
517
+ # Output only. The ingress IP.
518
+ class IngressIp
519
+ include ::Google::Protobuf::MessageExts
520
+ extend ::Google::Protobuf::MessageExts::ClassMethods
521
+ end
522
+
523
+ # The lock of the GoldengateDeployment.
524
+ # @!attribute [r] type
525
+ # @return [::Google::Cloud::OracleDatabase::V1::GoldengateDeploymentLock::LockType]
526
+ # Output only. The type of lock.
527
+ # @!attribute [r] compartment_id
528
+ # @return [::String]
529
+ # Output only. The compartment id.
530
+ # @!attribute [r] related_resource_id
531
+ # @return [::String]
532
+ # Output only. The related resource id.
533
+ # @!attribute [r] message
534
+ # @return [::String]
535
+ # Output only. The message.
536
+ # @!attribute [r] create_time
537
+ # @return [::Google::Protobuf::Timestamp]
538
+ # Output only. The time created.
539
+ class GoldengateDeploymentLock
540
+ include ::Google::Protobuf::MessageExts
541
+ extend ::Google::Protobuf::MessageExts::ClassMethods
542
+
543
+ # The type of lock.
544
+ module LockType
545
+ # The lock type is unspecified.
546
+ LOCK_TYPE_UNSPECIFIED = 0
547
+
548
+ # The lock type is full.
549
+ FULL = 1
550
+
551
+ # The lock type is delete.
552
+ DELETE = 2
553
+ end
554
+ end
555
+
556
+ # The placement of the GoldengateDeployment.
557
+ # @!attribute [r] availability_domain
558
+ # @return [::String]
559
+ # Output only. The availability domain.
560
+ # @!attribute [r] fault_domain
561
+ # @return [::String]
562
+ # Output only. The fault domain.
563
+ class GoldengatePlacement
564
+ include ::Google::Protobuf::MessageExts
565
+ extend ::Google::Protobuf::MessageExts::ClassMethods
566
+ end
567
+
568
+ # The group to roles mapping of the GoldengateDeployment.
569
+ # @!attribute [r] security_group_id
570
+ # @return [::String]
571
+ # Output only. The security group id.
572
+ # @!attribute [r] administrator_group_id
573
+ # @return [::String]
574
+ # Output only. The administrator group id.
575
+ # @!attribute [r] operator_group_id
576
+ # @return [::String]
577
+ # Output only. The operator group id.
578
+ # @!attribute [r] user_group_id
579
+ # @return [::String]
580
+ # Output only. The user group id.
581
+ class GoldengateGroupToRolesMapping
582
+ include ::Google::Protobuf::MessageExts
583
+ extend ::Google::Protobuf::MessageExts::ClassMethods
584
+ end
585
+
586
+ # The request for `GoldengateDeployment.Create`.
587
+ # @!attribute [rw] parent
588
+ # @return [::String]
589
+ # Required. The value for parent of the GoldengateDeployment in the following
590
+ # format: projects/\\{project}/locations/\\{location}.
591
+ # @!attribute [rw] goldengate_deployment_id
592
+ # @return [::String]
593
+ # Required. The ID of the GoldengateDeployment to create. This value is
594
+ # restricted to (^[a-z]([a-z0-9-]\\{0,61}[a-z0-9])?$) and must be a maximum of
595
+ # 63 characters in length. The value must start with a letter and end with a
596
+ # letter or a number.
597
+ # @!attribute [rw] goldengate_deployment
598
+ # @return [::Google::Cloud::OracleDatabase::V1::GoldengateDeployment]
599
+ # Required. The resource being created.
600
+ # @!attribute [rw] request_id
601
+ # @return [::String]
602
+ # Optional. An optional request ID to identify requests. Specify a unique
603
+ # request ID so that if you must retry your request, the server will know to
604
+ # ignore the request if it has already been completed. The server will
605
+ # guarantee that for at least 60 minutes since the first request.
606
+ #
607
+ # For example, consider a situation where you make an initial request and the
608
+ # request times out. If you make the request again with the same request
609
+ # ID, the server can check if original operation with the same request ID
610
+ # was received, and if so, will ignore the second request. This prevents
611
+ # clients from accidentally creating duplicate commitments.
612
+ #
613
+ # The request ID must be a valid UUID with the exception that zero UUID is
614
+ # not supported (00000000-0000-0000-0000-000000000000).
615
+ class CreateGoldengateDeploymentRequest
616
+ include ::Google::Protobuf::MessageExts
617
+ extend ::Google::Protobuf::MessageExts::ClassMethods
618
+ end
619
+
620
+ # The request for `GoldengateDeployment.Delete`.
621
+ # @!attribute [rw] name
622
+ # @return [::String]
623
+ # Required. The name of the GoldengateDeployment in the following format:
624
+ # projects/\\{project}/locations/\\{location}/goldengateDeployments/\\{goldengate_deployment}.
625
+ # @!attribute [rw] request_id
626
+ # @return [::String]
627
+ # Optional. An optional ID to identify the request. This value is used to
628
+ # identify duplicate requests. If you make a request with the same request ID
629
+ # and the original request is still in progress or completed, the server
630
+ # ignores the second request. This prevents clients from
631
+ # accidentally creating duplicate commitments.
632
+ #
633
+ # The request ID must be a valid UUID with the exception that zero UUID is
634
+ # not supported (00000000-0000-0000-0000-000000000000).
635
+ class DeleteGoldengateDeploymentRequest
636
+ include ::Google::Protobuf::MessageExts
637
+ extend ::Google::Protobuf::MessageExts::ClassMethods
638
+ end
639
+
640
+ # The request for `GoldengateDeployment.Get`.
641
+ # @!attribute [rw] name
642
+ # @return [::String]
643
+ # Required. The name of the GoldengateDeployment in the following format:
644
+ # projects/\\{project}/locations/\\{location}/goldengateDeployments/\\{goldengate_deployment}.
645
+ class GetGoldengateDeploymentRequest
646
+ include ::Google::Protobuf::MessageExts
647
+ extend ::Google::Protobuf::MessageExts::ClassMethods
648
+ end
649
+
650
+ # The request for `GoldengateDeployment.List`.
651
+ # @!attribute [rw] parent
652
+ # @return [::String]
653
+ # Required. The parent value for GoldengateDeployments in the following
654
+ # format: projects/\\{project}/locations/\\{location}.
655
+ # @!attribute [rw] page_size
656
+ # @return [::Integer]
657
+ # Optional. The maximum number of items to return.
658
+ # If unspecified, at most 50 GoldengateDeployments will be returned.
659
+ # The maximum value is 1000; values above 1000 will be coerced to 1000.
660
+ # @!attribute [rw] page_token
661
+ # @return [::String]
662
+ # Optional. A page token, received from a previous ListGoldengateDeployments
663
+ # call. Provide this to retrieve the subsequent page.
664
+ # @!attribute [rw] filter
665
+ # @return [::String]
666
+ # Optional. An expression for filtering the results of the request.
667
+ # @!attribute [rw] order_by
668
+ # @return [::String]
669
+ # Optional. An expression for ordering the results of the request.
670
+ class ListGoldengateDeploymentsRequest
671
+ include ::Google::Protobuf::MessageExts
672
+ extend ::Google::Protobuf::MessageExts::ClassMethods
673
+ end
674
+
675
+ # The response for `GoldengateDeployment.List`.
676
+ # @!attribute [rw] goldengate_deployments
677
+ # @return [::Array<::Google::Cloud::OracleDatabase::V1::GoldengateDeployment>]
678
+ # The list of GoldengateDeployments.
679
+ # @!attribute [rw] next_page_token
680
+ # @return [::String]
681
+ # A token identifying a page of results the server should return.
682
+ # @!attribute [rw] unreachable
683
+ # @return [::Array<::String>]
684
+ # Optional. Locations that could not be reached.
685
+ class ListGoldengateDeploymentsResponse
686
+ include ::Google::Protobuf::MessageExts
687
+ extend ::Google::Protobuf::MessageExts::ClassMethods
688
+ end
689
+
690
+ # The request for `GoldengateDeployment.Stop`.
691
+ # @!attribute [rw] name
692
+ # @return [::String]
693
+ # Required. The name of the Goldengate Deployment in the following format:
694
+ # projects/\\{project}/locations/\\{location}/goldengateDeployments/\\{goldengate_deployment}.
695
+ class StopGoldengateDeploymentRequest
696
+ include ::Google::Protobuf::MessageExts
697
+ extend ::Google::Protobuf::MessageExts::ClassMethods
698
+ end
699
+
700
+ # The request for `GoldengateDeployment.Start`.
701
+ # @!attribute [rw] name
702
+ # @return [::String]
703
+ # Required. The name of the Goldengate Deployment in the following format:
704
+ # projects/\\{project}/locations/\\{location}/goldengateDeployments/\\{goldengate_deployment}.
705
+ class StartGoldengateDeploymentRequest
706
+ include ::Google::Protobuf::MessageExts
707
+ extend ::Google::Protobuf::MessageExts::ClassMethods
708
+ end
709
+ end
710
+ end
711
+ end
712
+ end