Class GoldengateMaintenanceConfig (0.42.0)

public final class GoldengateMaintenanceConfig extends GeneratedMessage implements GoldengateMaintenanceConfigOrBuilder

The maintenance configuration of the GoldengateDeployment.

Protobuf type google.cloud.oracledatabase.v1.GoldengateMaintenanceConfig

Static Fields

BUNDLE_RELEASE_UPGRADE_PERIOD_DAYS_FIELD_NUMBER

public static final int BUNDLE_RELEASE_UPGRADE_PERIOD_DAYS_FIELD_NUMBER
Field Value
Type Description
int

INTERIM_RELEASE_UPGRADE_PERIOD_DAYS_FIELD_NUMBER

public static final int INTERIM_RELEASE_UPGRADE_PERIOD_DAYS_FIELD_NUMBER
Field Value
Type Description
int

IS_INTERIM_RELEASE_AUTO_UPGRADE_ENABLED_FIELD_NUMBER

public static final int IS_INTERIM_RELEASE_AUTO_UPGRADE_ENABLED_FIELD_NUMBER
Field Value
Type Description
int

MAJOR_RELEASE_UPGRADE_PERIOD_DAYS_FIELD_NUMBER

public static final int MAJOR_RELEASE_UPGRADE_PERIOD_DAYS_FIELD_NUMBER
Field Value
Type Description
int

SECURITY_PATCH_UPGRADE_PERIOD_DAYS_FIELD_NUMBER

public static final int SECURITY_PATCH_UPGRADE_PERIOD_DAYS_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static GoldengateMaintenanceConfig getDefaultInstance()
Returns
Type Description
GoldengateMaintenanceConfig

getDescriptor()

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

newBuilder()

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

newBuilder(GoldengateMaintenanceConfig prototype)

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

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getBundleReleaseUpgradePeriodDays()

public int getBundleReleaseUpgradePeriodDays()

Optional. Defines auto upgrade period for bundle releases. Manually configured period cannot be longer than service defined period for bundle releases. This period must be shorter or equal to major release upgrade period. Not passing this field during create will equate to using the service default.

int32 bundle_release_upgrade_period_days = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

The bundleReleaseUpgradePeriodDays.

getDefaultInstanceForType()

public GoldengateMaintenanceConfig getDefaultInstanceForType()
Returns
Type Description
GoldengateMaintenanceConfig

getInterimReleaseUpgradePeriodDays()

public int getInterimReleaseUpgradePeriodDays()

Optional. Defines auto upgrade period for interim releases. This period must be shorter or equal to bundle release upgrade period.

int32 interim_release_upgrade_period_days = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

The interimReleaseUpgradePeriodDays.

getIsInterimReleaseAutoUpgradeEnabled()

public boolean getIsInterimReleaseAutoUpgradeEnabled()

Optional. By default auto upgrade for interim releases are not enabled. If auto-upgrade is enabled for interim release, you have to specify interim_release_upgrade_period_days too.

bool is_interim_release_auto_upgrade_enabled = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

The isInterimReleaseAutoUpgradeEnabled.

getMajorReleaseUpgradePeriodDays()

public int getMajorReleaseUpgradePeriodDays()

Optional. Defines auto upgrade period for major releases. Manually configured period cannot be longer than service defined period for major releases. Not passing this field during create will equate to using the service default.

int32 major_release_upgrade_period_days = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

The majorReleaseUpgradePeriodDays.

getParserForType()

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

getSecurityPatchUpgradePeriodDays()

public int getSecurityPatchUpgradePeriodDays()

Optional. Defines auto upgrade period for releases with security fix. Manually configured period cannot be longer than service defined period for security releases. Not passing this field during create will equate to using the service default.

int32 security_patch_upgrade_period_days = 5 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

The securityPatchUpgradePeriodDays.

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

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 GoldengateMaintenanceConfig.Builder newBuilderForType()
Returns
Type Description
GoldengateMaintenanceConfig.Builder

newBuilderForType(AbstractMessage.BuilderParent parent)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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