Class: Google::Cloud::Metastore::V1::MaintenanceWindow

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#day_of_week::Google::Type::DayOfWeek

Returns The day of week, when the window starts.

Returns:



166
167
168
169
# File 'proto_docs/google/cloud/metastore/v1/metastore.rb', line 166

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.

Returns:



166
167
168
169
# File 'proto_docs/google/cloud/metastore/v1/metastore.rb', line 166

class MaintenanceWindow
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end