public static interface TimeRange.Builder extends SdkPojo, CopyableBuilder<TimeRange.Builder,TimeRange>
| Modifier and Type | Method and Description |
|---|---|
TimeRange.Builder |
after(Long after)
The beginning of the time range to retrieve performance events from.
|
TimeRange.Builder |
before(Long before)
The end of the time range to retrieve performance events from.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTimeRange.Builder after(Long after)
The beginning of the time range to retrieve performance events from.
after - The beginning of the time range to retrieve performance events from.TimeRange.Builder before(Long before)
The end of the time range to retrieve performance events from. If you omit this, the time range extends to the time that this operation is performed.
before - The end of the time range to retrieve performance events from. If you omit this, the time range
extends to the time that this operation is performed.Copyright © 2023. All rights reserved.