Class: Google::Cloud::Container::V1::TimeWindow

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/container/v1/cluster_service.rb

Overview

Represents an arbitrary window of time.

Instance Attribute Summary collapse

Instance Attribute Details

#end_time::Google::Protobuf::Timestamp

Returns The time that the window ends. The end time should take place after the start time.

Returns:



3467
3468
3469
3470
# File 'proto_docs/google/container/v1/cluster_service.rb', line 3467

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

#maintenance_exclusion_options::Google::Cloud::Container::V1::MaintenanceExclusionOptions

Returns MaintenanceExclusionOptions provides maintenance exclusion related options.

Returns:



3467
3468
3469
3470
# File 'proto_docs/google/container/v1/cluster_service.rb', line 3467

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

#start_time::Google::Protobuf::Timestamp

Returns The time that the window first starts.

Returns:



3467
3468
3469
3470
# File 'proto_docs/google/container/v1/cluster_service.rb', line 3467

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