public interface SourceConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAutomaticBackupsReplicationEnabled()
public abstract boolean getAutomaticBackupsReplicationEnabled()Optional. This field specifies if the replication of automatic backups is enabled when creating a Data Guard.
bool automatic_backups_replication_enabled = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
The automaticBackupsReplicationEnabled. |
getAutonomousDatabase()
public abstract String getAutonomousDatabase()Optional. The name of the primary Autonomous Database that is used to create a Peer Autonomous Database from a source.
string autonomous_database = 1 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The autonomousDatabase. |
getAutonomousDatabaseBytes()
public abstract ByteString getAutonomousDatabaseBytes()Optional. The name of the primary Autonomous Database that is used to create a Peer Autonomous Database from a source.
string autonomous_database = 1 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for autonomousDatabase. |