Google Cloud Container V1 Client - Class TimeWindow (1.9.1)

Reference documentation and code samples for the Google Cloud Container V1 Client class TimeWindow.

Represents an arbitrary window of time.

Generated from protobuf message google.container.v1.TimeWindow

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ maintenance_exclusion_options Google\Cloud\Container\V1\MaintenanceExclusionOptions

MaintenanceExclusionOptions provides maintenance exclusion related options.

↳ start_time Google\Protobuf\Timestamp

The time that the window first starts.

↳ end_time Google\Protobuf\Timestamp

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

getMaintenanceExclusionOptions

MaintenanceExclusionOptions provides maintenance exclusion related options.

Generated from protobuf field .google.container.v1.MaintenanceExclusionOptions maintenance_exclusion_options = 3;

Returns
TypeDescription
Google\Cloud\Container\V1\MaintenanceExclusionOptions|null

hasMaintenanceExclusionOptions

setMaintenanceExclusionOptions

MaintenanceExclusionOptions provides maintenance exclusion related options.

Generated from protobuf field .google.container.v1.MaintenanceExclusionOptions maintenance_exclusion_options = 3;

Parameter
NameDescription
var Google\Cloud\Container\V1\MaintenanceExclusionOptions
Returns
TypeDescription
$this

getStartTime

The time that the window first starts.

Generated from protobuf field .google.protobuf.Timestamp start_time = 1;

Returns
TypeDescription
Google\Protobuf\Timestamp|null

hasStartTime

clearStartTime

setStartTime

The time that the window first starts.

Generated from protobuf field .google.protobuf.Timestamp start_time = 1;

Parameter
NameDescription
var Google\Protobuf\Timestamp
Returns
TypeDescription
$this

getEndTime

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

Generated from protobuf field .google.protobuf.Timestamp end_time = 2;

Returns
TypeDescription
Google\Protobuf\Timestamp|null

hasEndTime

clearEndTime

setEndTime

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

Generated from protobuf field .google.protobuf.Timestamp end_time = 2;

Parameter
NameDescription
var Google\Protobuf\Timestamp
Returns
TypeDescription
$this

getOptions

Returns
TypeDescription
string