Reference documentation and code samples for the Google Cloud Oracle Database V1 Client class GoldengateBackupSchedule.
The backup schedule of the GoldengateDeployment.
Generated from protobuf message google.cloud.oracledatabase.v1.GoldengateBackupSchedule
Namespace
Google \ Cloud \ OracleDatabase \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ bucket |
string
Output only. The bucket name. |
↳ compartment_id |
string
Output only. The compartment id. |
↳ frequency_backup_scheduled |
int
Output only. The frequency backup scheduled. |
↳ metadata_only |
bool
Output only. If metadata only. |
↳ namespace |
string
Output only. The namespace name. |
↳ backup_scheduled_time |
Google\Protobuf\Timestamp
Output only. The timestamp of when the backup was scheduled. |
getBucket
Output only. The bucket name.
| Returns | |
|---|---|
| Type | Description |
string |
|
setBucket
Output only. The bucket name.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getCompartmentId
Output only. The compartment id.
| Returns | |
|---|---|
| Type | Description |
string |
|
setCompartmentId
Output only. The compartment id.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getFrequencyBackupScheduled
Output only. The frequency backup scheduled.
| Returns | |
|---|---|
| Type | Description |
int |
Enum of type FrequencyBackupScheduled. |
setFrequencyBackupScheduled
Output only. The frequency backup scheduled.
| Parameter | |
|---|---|
| Name | Description |
var |
int
Enum of type FrequencyBackupScheduled. |
| Returns | |
|---|---|
| Type | Description |
$this |
|
getMetadataOnly
Output only. If metadata only.
| Returns | |
|---|---|
| Type | Description |
bool |
|
setMetadataOnly
Output only. If metadata only.
| Parameter | |
|---|---|
| Name | Description |
var |
bool
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getNamespace
Output only. The namespace name.
| Returns | |
|---|---|
| Type | Description |
string |
|
setNamespace
Output only. The namespace name.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getBackupScheduledTime
Output only. The timestamp of when the backup was scheduled.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Timestamp|null |
|
hasBackupScheduledTime
clearBackupScheduledTime
setBackupScheduledTime
Output only. The timestamp of when the backup was scheduled.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Protobuf\Timestamp
|
| Returns | |
|---|---|
| Type | Description |
$this |
|