Reference documentation and code samples for the Google Cloud Asset V1beta1 Client class TimeWindow.
A time window of (start_time, end_time].
Generated from protobuf message google.cloud.asset.v1beta1.TimeWindow
Namespace
Google \ Cloud \ Asset \ V1beta1Methods
__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). Current timestamp if not specified. |
getStartTime
Start time of the time window (exclusive).
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Timestamp |
|
setStartTime
Start time of the time window (exclusive).
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Protobuf\Timestamp
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getEndTime
End time of the time window (inclusive).
Current timestamp if not specified.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Timestamp |
|
setEndTime
End time of the time window (inclusive).
Current timestamp if not specified.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Protobuf\Timestamp
|
| Returns | |
|---|---|
| Type | Description |
$this |
|