Class MaintenanceWindow (0.1.0)

public final class MaintenanceWindow extends GeneratedMessage implements MaintenanceWindowOrBuilder

Maintenance window. This specifies when a Cloud SQL instance is restarted for system maintenance purposes.

Protobuf type google.cloud.sql.v1beta4.MaintenanceWindow

Static Fields

DAY_FIELD_NUMBER

public static final int DAY_FIELD_NUMBER
Field Value
Type Description
int

HOUR_FIELD_NUMBER

public static final int HOUR_FIELD_NUMBER
Field Value
Type Description
int

KIND_FIELD_NUMBER

public static final int KIND_FIELD_NUMBER
Field Value
Type Description
int

UPDATE_TRACK_FIELD_NUMBER

public static final int UPDATE_TRACK_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static MaintenanceWindow getDefaultInstance()
Returns
Type Description
MaintenanceWindow

getDescriptor()

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

newBuilder()

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

newBuilder(MaintenanceWindow prototype)

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

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getDay()

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

getDefaultInstanceForType()

public MaintenanceWindow getDefaultInstanceForType()
Returns
Type Description
MaintenanceWindow

getHour()

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

This is always sql#maintenanceWindow.

string kind = 4;

Returns
Type Description
String

The kind.

getKindBytes()

public ByteString getKindBytes()

This is always sql#maintenanceWindow.

string kind = 4;

Returns
Type Description
ByteString

The bytes for kind.

getParserForType()

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

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getUpdateTrack()

public SqlUpdateTrack getUpdateTrack()

Maintenance timing settings: canary, stable, or week5. For more information, see About maintenance on Cloud SQL instances.

.google.cloud.sql.v1beta4.SqlUpdateTrack update_track = 3;

Returns
Type Description
SqlUpdateTrack

The updateTrack.

getUpdateTrackValue()

public int getUpdateTrackValue()

Maintenance timing settings: canary, stable, or week5. For more information, see About maintenance on Cloud SQL instances.

.google.cloud.sql.v1beta4.SqlUpdateTrack update_track = 3;

Returns
Type Description
int

The enum numeric value on the wire for updateTrack.

hasDay()

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

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

newBuilderForType(AbstractMessage.BuilderParent parent)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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