public static interface StartManualTransferRunsRequest.TimeRangeOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Timestamp |
getEndTime()
End time of the range of transfer runs.
|
com.google.protobuf.TimestampOrBuilder |
getEndTimeOrBuilder()
End time of the range of transfer runs.
|
com.google.protobuf.Timestamp |
getStartTime()
Start time of the range of transfer runs.
|
com.google.protobuf.TimestampOrBuilder |
getStartTimeOrBuilder()
Start time of the range of transfer runs.
|
boolean |
hasEndTime()
End time of the range of transfer runs.
|
boolean |
hasStartTime()
Start time of the range of transfer runs.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasStartTime()
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).
.google.protobuf.Timestamp start_time = 1;com.google.protobuf.Timestamp getStartTime()
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).
.google.protobuf.Timestamp start_time = 1;com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder()
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).
.google.protobuf.Timestamp start_time = 1;boolean hasEndTime()
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).
.google.protobuf.Timestamp end_time = 2;com.google.protobuf.Timestamp getEndTime()
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).
.google.protobuf.Timestamp end_time = 2;com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder()
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).
.google.protobuf.Timestamp end_time = 2;Copyright © 2023 Google LLC. All rights reserved.