Class: Google::Cloud::Metastore::V1::MaintenanceWindow
- Inherits:
-
Object
- Object
- Google::Cloud::Metastore::V1::MaintenanceWindow
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/metastore/v1/metastore.rb
Overview
Maintenance window. This specifies when Dataproc Metastore may perform system maintenance operation to the service.
Instance Attribute Summary collapse
-
#day_of_week ⇒ ::Google::Type::DayOfWeek
The day of week, when the window starts.
-
#hour_of_day ⇒ ::Google::Protobuf::Int32Value
The hour of day (0-23) when the window starts.
Instance Attribute Details
#day_of_week ⇒ ::Google::Type::DayOfWeek
Returns The day of week, when the window starts.
200 201 202 203 |
# File 'proto_docs/google/cloud/metastore/v1/metastore.rb', line 200 class MaintenanceWindow include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#hour_of_day ⇒ ::Google::Protobuf::Int32Value
Returns The hour of day (0-23) when the window starts.
200 201 202 203 |
# File 'proto_docs/google/cloud/metastore/v1/metastore.rb', line 200 class MaintenanceWindow include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |