Class GoldengateBackupSchedule (0.42.0)

public final class GoldengateBackupSchedule extends GeneratedMessage implements GoldengateBackupScheduleOrBuilder

The backup schedule of the GoldengateDeployment.

Protobuf type google.cloud.oracledatabase.v1.GoldengateBackupSchedule

Static Fields

BACKUP_SCHEDULED_TIME_FIELD_NUMBER

public static final int BACKUP_SCHEDULED_TIME_FIELD_NUMBER
Field Value
Type Description
int

BUCKET_FIELD_NUMBER

public static final int BUCKET_FIELD_NUMBER
Field Value
Type Description
int

COMPARTMENT_ID_FIELD_NUMBER

public static final int COMPARTMENT_ID_FIELD_NUMBER
Field Value
Type Description
int

FREQUENCY_BACKUP_SCHEDULED_FIELD_NUMBER

public static final int FREQUENCY_BACKUP_SCHEDULED_FIELD_NUMBER
Field Value
Type Description
int

METADATA_ONLY_FIELD_NUMBER

public static final int METADATA_ONLY_FIELD_NUMBER
Field Value
Type Description
int

NAMESPACE_FIELD_NUMBER

public static final int NAMESPACE_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static GoldengateBackupSchedule getDefaultInstance()
Returns
Type Description
GoldengateBackupSchedule

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static GoldengateBackupSchedule.Builder newBuilder()
Returns
Type Description
GoldengateBackupSchedule.Builder

newBuilder(GoldengateBackupSchedule prototype)

public static GoldengateBackupSchedule.Builder newBuilder(GoldengateBackupSchedule prototype)
Parameter
Name Description
prototype GoldengateBackupSchedule
Returns
Type Description
GoldengateBackupSchedule.Builder

parseDelimitedFrom(InputStream input)

public static GoldengateBackupSchedule parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
GoldengateBackupSchedule
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static GoldengateBackupSchedule parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GoldengateBackupSchedule
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static GoldengateBackupSchedule parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
GoldengateBackupSchedule
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static GoldengateBackupSchedule parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GoldengateBackupSchedule
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static GoldengateBackupSchedule parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
GoldengateBackupSchedule
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static GoldengateBackupSchedule parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GoldengateBackupSchedule
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static GoldengateBackupSchedule parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
GoldengateBackupSchedule
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static GoldengateBackupSchedule parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GoldengateBackupSchedule
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static GoldengateBackupSchedule parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
GoldengateBackupSchedule
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static GoldengateBackupSchedule parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GoldengateBackupSchedule
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static GoldengateBackupSchedule parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
GoldengateBackupSchedule
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static GoldengateBackupSchedule parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GoldengateBackupSchedule
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<GoldengateBackupSchedule> parser()
Returns
Type Description
Parser<GoldengateBackupSchedule>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getBackupScheduledTime()

public 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 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 String getBucket()

Output only. The bucket name.

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

Returns
Type Description
String

The bucket.

getBucketBytes()

public 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 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 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.

getDefaultInstanceForType()

public GoldengateBackupSchedule getDefaultInstanceForType()
Returns
Type Description
GoldengateBackupSchedule

getFrequencyBackupScheduled()

public 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 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 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 String getNamespace()

Output only. The namespace name.

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

Returns
Type Description
String

The namespace.

getNamespaceBytes()

public ByteString getNamespaceBytes()

Output only. The namespace name.

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

Returns
Type Description
ByteString

The bytes for namespace.

getParserForType()

public Parser<GoldengateBackupSchedule> getParserForType()
Returns
Type Description
Parser<GoldengateBackupSchedule>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hasBackupScheduledTime()

public 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.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public GoldengateBackupSchedule.Builder newBuilderForType()
Returns
Type Description
GoldengateBackupSchedule.Builder

newBuilderForType(AbstractMessage.BuilderParent parent)

protected GoldengateBackupSchedule.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
GoldengateBackupSchedule.Builder
Overrides

toBuilder()

public GoldengateBackupSchedule.Builder toBuilder()
Returns
Type Description
GoldengateBackupSchedule.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException