Interface GoldengateBackupScheduleOrBuilder (0.42.0)

public interface GoldengateBackupScheduleOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getBackupScheduledTime()

public abstract Timestamp getBackupScheduledTime()

Output only. The timestamp of when the backup was scheduled.

.google.protobuf.Timestamp backup_scheduled_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Timestamp

The backupScheduledTime.

getBackupScheduledTimeOrBuilder()

public abstract TimestampOrBuilder getBackupScheduledTimeOrBuilder()

Output only. The timestamp of when the backup was scheduled.

.google.protobuf.Timestamp backup_scheduled_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
TimestampOrBuilder

getBucket()

public abstract String getBucket()

Output only. The bucket name.

string bucket = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The bucket.

getBucketBytes()

public abstract ByteString getBucketBytes()

Output only. The bucket name.

string bucket = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for bucket.

getCompartmentId()

public abstract String getCompartmentId()

Output only. The compartment id.

string compartment_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The compartmentId.

getCompartmentIdBytes()

public abstract ByteString getCompartmentIdBytes()

Output only. The compartment id.

string compartment_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for compartmentId.

getFrequencyBackupScheduled()

public abstract GoldengateBackupSchedule.FrequencyBackupScheduled getFrequencyBackupScheduled()

Output only. The frequency backup scheduled.

.google.cloud.oracledatabase.v1.GoldengateBackupSchedule.FrequencyBackupScheduled frequency_backup_scheduled = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
GoldengateBackupSchedule.FrequencyBackupScheduled

The frequencyBackupScheduled.

getFrequencyBackupScheduledValue()

public abstract int getFrequencyBackupScheduledValue()

Output only. The frequency backup scheduled.

.google.cloud.oracledatabase.v1.GoldengateBackupSchedule.FrequencyBackupScheduled frequency_backup_scheduled = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The enum numeric value on the wire for frequencyBackupScheduled.

getMetadataOnly()

public abstract boolean getMetadataOnly()

Output only. If metadata only.

bool metadata_only = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

The metadataOnly.

getNamespace()

public abstract String getNamespace()

Output only. The namespace name.

string namespace = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The namespace.

getNamespaceBytes()

public abstract ByteString getNamespaceBytes()

Output only. The namespace name.

string namespace = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for namespace.

hasBackupScheduledTime()

public abstract boolean hasBackupScheduledTime()

Output only. The timestamp of when the backup was scheduled.

.google.protobuf.Timestamp backup_scheduled_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the backupScheduledTime field is set.