Interface GoldengateMaintenanceWindowOrBuilder (0.42.0)

public interface GoldengateMaintenanceWindowOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDay()

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

getStartHour()

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