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

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/container/v1/doc/google/container/v1/cluster_service.rb

Overview

Represents an arbitrary window of time.

Instance Attribute Summary collapse

Instance Attribute Details

#end_timeGoogle::Protobuf::Timestamp

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

Returns:



1758
# File 'lib/google/cloud/container/v1/doc/google/container/v1/cluster_service.rb', line 1758

class TimeWindow; end

#start_timeGoogle::Protobuf::Timestamp

Returns The time that the window first starts.

Returns:



1758
# File 'lib/google/cloud/container/v1/doc/google/container/v1/cluster_service.rb', line 1758

class TimeWindow; end