Class: Google::Container::V1beta1::TimeWindow

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/container/v1beta1/doc/google/container/v1beta1/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:



1861
# File 'lib/google/cloud/container/v1beta1/doc/google/container/v1beta1/cluster_service.rb', line 1861

class TimeWindow; end

#start_timeGoogle::Protobuf::Timestamp

Returns The time that the window first starts.

Returns:



1861
# File 'lib/google/cloud/container/v1beta1/doc/google/container/v1beta1/cluster_service.rb', line 1861

class TimeWindow; end