Google Cloud Asset V1 Client - Class TimeWindow (1.9.2)

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

A time window specified by its start_time and end_time .

Generated from protobuf message google.cloud.asset.v1.TimeWindow

Methods

__construct

Constructor.

Parameters
Name
Description
data
array

Optional. Data for populating the Message object.

↳ start_time
Google\Protobuf\Timestamp

Start time of the time window (exclusive).

↳ end_time
Google\Protobuf\Timestamp

End time of the time window (inclusive). If not specified, the current timestamp is used instead.

getStartTime

Start time of the time window (exclusive).

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

Returns
Type
Description
Google\Protobuf\Timestamp|null

hasStartTime

clearStartTime

setStartTime

Start time of the time window (exclusive).

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

Parameter
Name
Description
var
Google\Protobuf\Timestamp
Returns
Type
Description
$this

getEndTime

End time of the time window (inclusive). If not specified, the current timestamp is used instead.

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

Returns
Type
Description
Google\Protobuf\Timestamp|null

hasEndTime

clearEndTime

setEndTime

End time of the time window (inclusive). If not specified, the current timestamp is used instead.

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

Parameter
Name
Description
var
Google\Protobuf\Timestamp
Returns
Type
Description
$this
Design a Mobile Site
View Site in Mobile | Classic
Share by: