Class GoldengateMaintenanceWindow (0.42.0)

public final class GoldengateMaintenanceWindow extends GeneratedMessage implements GoldengateMaintenanceWindowOrBuilder

The maintenance window of the GoldengateDeployment.

Protobuf type google.cloud.oracledatabase.v1.GoldengateMaintenanceWindow

Static Fields

DAY_FIELD_NUMBER

public static final int DAY_FIELD_NUMBER
Field Value
Type Description
int

START_HOUR_FIELD_NUMBER

public static final int START_HOUR_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static GoldengateMaintenanceWindow getDefaultInstance()
Returns
Type Description
GoldengateMaintenanceWindow

getDescriptor()

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

newBuilder()

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

newBuilder(GoldengateMaintenanceWindow prototype)

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

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getDay()

public DayOfWeek getDay()

Required. Days of the week.

.google.type.DayOfWeek day = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
com.google.type.DayOfWeek

The day.

getDayValue()

public int getDayValue()

Required. Days of the week.

.google.type.DayOfWeek day = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
int

The enum numeric value on the wire for day.

getDefaultInstanceForType()

public GoldengateMaintenanceWindow getDefaultInstanceForType()
Returns
Type Description
GoldengateMaintenanceWindow

getParserForType()

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

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getStartHour()

public int getStartHour()

Required. Start hour for maintenance period. Hour is in UTC.

int32 start_hour = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
int

The startHour.

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

newBuilderForType(AbstractMessage.BuilderParent parent)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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