public interface MaintenanceWindowOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDay()
public abstract Int32Value getDay() Day of week - MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY,
SATURDAY, or SUNDAY. Specify in the UTC time zone.
Returned in output as an integer, 1 to 7, where 1 equals Monday.
.google.protobuf.Int32Value day = 2;
| Returns | |
|---|---|
| Type | Description |
Int32Value |
The day. |
getDayOrBuilder()
public abstract Int32ValueOrBuilder getDayOrBuilder() Day of week - MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY,
SATURDAY, or SUNDAY. Specify in the UTC time zone.
Returned in output as an integer, 1 to 7, where 1 equals Monday.
.google.protobuf.Int32Value day = 2;
| Returns | |
|---|---|
| Type | Description |
Int32ValueOrBuilder |
|
getHour()
public abstract Int32Value getHour()Hour of day - 0 to 23. Specify in the UTC time zone.
.google.protobuf.Int32Value hour = 1;
| Returns | |
|---|---|
| Type | Description |
Int32Value |
The hour. |
getHourOrBuilder()
public abstract Int32ValueOrBuilder getHourOrBuilder()Hour of day - 0 to 23. Specify in the UTC time zone.
.google.protobuf.Int32Value hour = 1;
| Returns | |
|---|---|
| Type | Description |
Int32ValueOrBuilder |
|
getKind()
public abstract String getKind() This is always sql#maintenanceWindow.
string kind = 4;
| Returns | |
|---|---|
| Type | Description |
String |
The kind. |
getKindBytes()
public abstract ByteString getKindBytes() This is always sql#maintenanceWindow.
string kind = 4;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for kind. |
getUpdateTrack()
public abstract SqlUpdateTrack getUpdateTrack() Maintenance timing settings: canary, stable, or week5.
For more information, see About maintenance on Cloud SQL
instances.
.google.cloud.sql.v1.SqlUpdateTrack update_track = 3;
| Returns | |
|---|---|
| Type | Description |
SqlUpdateTrack |
The updateTrack. |
getUpdateTrackValue()
public abstract int getUpdateTrackValue() Maintenance timing settings: canary, stable, or week5.
For more information, see About maintenance on Cloud SQL
instances.
.google.cloud.sql.v1.SqlUpdateTrack update_track = 3;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for updateTrack. |
hasDay()
public abstract boolean hasDay() Day of week - MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY,
SATURDAY, or SUNDAY. Specify in the UTC time zone.
Returned in output as an integer, 1 to 7, where 1 equals Monday.
.google.protobuf.Int32Value day = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the day field is set. |
hasHour()
public abstract boolean hasHour()Hour of day - 0 to 23. Specify in the UTC time zone.
.google.protobuf.Int32Value hour = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the hour field is set. |