Reference documentation and code samples for the Dataproc Metastore V1 API class Google::Cloud::Metastore::V1::MaintenanceWindow.
Maintenance window. This specifies when Dataproc Metastore may perform system maintenance operation to the service.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#day_of_week
def day_of_week() -> ::Google::Type::DayOfWeek
Returns
- (::Google::Type::DayOfWeek) — The day of week, when the window starts.
#day_of_week=
def day_of_week=(value) -> ::Google::Type::DayOfWeek
Parameter
- value (::Google::Type::DayOfWeek) — The day of week, when the window starts.
Returns
- (::Google::Type::DayOfWeek) — The day of week, when the window starts.
#hour_of_day
def hour_of_day() -> ::Google::Protobuf::Int32Value
Returns
- (::Google::Protobuf::Int32Value) — The hour of day (0-23) when the window starts.
#hour_of_day=
def hour_of_day=(value) -> ::Google::Protobuf::Int32Value
Parameter
- value (::Google::Protobuf::Int32Value) — The hour of day (0-23) when the window starts.
Returns
- (::Google::Protobuf::Int32Value) — The hour of day (0-23) when the window starts.