Google BigQuery Data Transfer v1 API - Class StartManualTransferRunsRequest.Types.TimeRange (4.6.0)

public sealed class StartManualTransferRunsRequest.Types.TimeRange : IMessage<StartManualTransferRunsRequest.Types.TimeRange>, IEquatable<StartManualTransferRunsRequest.Types.TimeRange>, IDeepCloneable<StartManualTransferRunsRequest.Types.TimeRange>, IBufferMessage, IMessage

Reference documentation and code samples for the Google BigQuery Data Transfer v1 API class StartManualTransferRunsRequest.Types.TimeRange.

A specification for a time range, this will request transfer runs with run_time between start_time (inclusive) and end_time (exclusive).

Inheritance

object > StartManualTransferRunsRequest.Types.TimeRange

Namespace

Google.Cloud.BigQuery.DataTransfer.V1

Assembly

Google.Cloud.BigQuery.DataTransfer.V1.dll

Constructors

TimeRange()

public TimeRange()

TimeRange(TimeRange)

public TimeRange(StartManualTransferRunsRequest.Types.TimeRange other)
Parameter
NameDescription
otherStartManualTransferRunsRequestTypesTimeRange

Properties

EndTime

public Timestamp EndTime { get; set; }

End time of the range of transfer runs. For example, "2017-05-30T00:00:00+00:00". The end_time must not be in the future. Creates transfer runs where run_time is in the range between start_time (inclusive) and end_time (exclusive).

Property Value
TypeDescription
Timestamp

StartTime

public Timestamp StartTime { get; set; }

Start time of the range of transfer runs. For example, "2017-05-25T00:00:00+00:00". The start_time must be strictly less than the end_time. Creates transfer runs where run_time is in the range between start_time (inclusive) and end_time (exclusive).

Property Value
TypeDescription
Timestamp