Class MaintenanceWindow (2.18.0)

public final class MaintenanceWindow extends GeneratedMessageV3 implements MaintenanceWindowOrBuilder

Maintenance window. This specifies when Dataproc Metastore may perform system maintenance operation to the service.

Protobuf type google.cloud.metastore.v1beta.MaintenanceWindow

Static Fields

DAY_OF_WEEK_FIELD_NUMBER

public static final int DAY_OF_WEEK_FIELD_NUMBER
Field Value
TypeDescription
int

HOUR_OF_DAY_FIELD_NUMBER

public static final int HOUR_OF_DAY_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static MaintenanceWindow getDefaultInstance()
Returns
TypeDescription
MaintenanceWindow

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static MaintenanceWindow.Builder newBuilder()
Returns
TypeDescription
MaintenanceWindow.Builder

newBuilder(MaintenanceWindow prototype)

public static MaintenanceWindow.Builder newBuilder(MaintenanceWindow prototype)
Parameter
NameDescription
prototypeMaintenanceWindow
Returns
TypeDescription
MaintenanceWindow.Builder

parseDelimitedFrom(InputStream input)

public static MaintenanceWindow parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
MaintenanceWindow
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static MaintenanceWindow parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
MaintenanceWindow
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static MaintenanceWindow parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
MaintenanceWindow
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static MaintenanceWindow parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
MaintenanceWindow
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static MaintenanceWindow parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
MaintenanceWindow
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static MaintenanceWindow parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
MaintenanceWindow
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static MaintenanceWindow parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
MaintenanceWindow
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static MaintenanceWindow parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
MaintenanceWindow
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static MaintenanceWindow parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
MaintenanceWindow
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static MaintenanceWindow parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
MaintenanceWindow
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static MaintenanceWindow parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
MaintenanceWindow
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static MaintenanceWindow parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
MaintenanceWindow
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<MaintenanceWindow> parser()
Returns
TypeDescription
Parser<MaintenanceWindow>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDayOfWeek()

public DayOfWeek getDayOfWeek()

The day of week, when the window starts.

.google.type.DayOfWeek day_of_week = 2;

Returns
TypeDescription
com.google.type.DayOfWeek

The dayOfWeek.

getDayOfWeekValue()

public int getDayOfWeekValue()

The day of week, when the window starts.

.google.type.DayOfWeek day_of_week = 2;

Returns
TypeDescription
int

The enum numeric value on the wire for dayOfWeek.

getDefaultInstanceForType()

public MaintenanceWindow getDefaultInstanceForType()
Returns
TypeDescription
MaintenanceWindow

getHourOfDay()

public Int32Value getHourOfDay()

The hour of day (0-23) when the window starts.

.google.protobuf.Int32Value hour_of_day = 1;

Returns
TypeDescription
Int32Value

The hourOfDay.

getHourOfDayOrBuilder()

public Int32ValueOrBuilder getHourOfDayOrBuilder()

The hour of day (0-23) when the window starts.

.google.protobuf.Int32Value hour_of_day = 1;

Returns
TypeDescription
Int32ValueOrBuilder

getParserForType()

public Parser<MaintenanceWindow> getParserForType()
Returns
TypeDescription
Parser<MaintenanceWindow>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getUnknownFields()

public final UnknownFieldSet getUnknownFields()
Returns
TypeDescription
UnknownFieldSet
Overrides

hasHourOfDay()

public boolean hasHourOfDay()

The hour of day (0-23) when the window starts.

.google.protobuf.Int32Value hour_of_day = 1;

Returns
TypeDescription
boolean

Whether the hourOfDay field is set.

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public MaintenanceWindow.Builder newBuilderForType()
Returns
TypeDescription
MaintenanceWindow.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected MaintenanceWindow.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
MaintenanceWindow.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public MaintenanceWindow.Builder toBuilder()
Returns
TypeDescription
MaintenanceWindow.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException