public interface ScheduleOptionsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getDisableAutoScheduling()
If true, automatic scheduling of data transfer runs for this configuration
will be disabled.
|
com.google.protobuf.Timestamp |
getEndTime()
Defines time to stop scheduling transfer runs.
|
com.google.protobuf.TimestampOrBuilder |
getEndTimeOrBuilder()
Defines time to stop scheduling transfer runs.
|
com.google.protobuf.Timestamp |
getStartTime()
Specifies time to start scheduling transfer runs.
|
com.google.protobuf.TimestampOrBuilder |
getStartTimeOrBuilder()
Specifies time to start scheduling transfer runs.
|
boolean |
hasEndTime()
Defines time to stop scheduling transfer runs.
|
boolean |
hasStartTime()
Specifies time to start scheduling transfer runs.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean getDisableAutoScheduling()
If true, automatic scheduling of data transfer runs for this configuration will be disabled. The runs can be started on ad-hoc basis using StartManualTransferRuns API. When automatic scheduling is disabled, the TransferConfig.schedule field will be ignored.
bool disable_auto_scheduling = 3;boolean hasStartTime()
Specifies time to start scheduling transfer runs. The first run will be scheduled at or after the start time according to a recurrence pattern defined in the schedule string. The start time can be changed at any moment. The time when a data transfer can be trigerred manually is not limited by this option.
.google.protobuf.Timestamp start_time = 1;com.google.protobuf.Timestamp getStartTime()
Specifies time to start scheduling transfer runs. The first run will be scheduled at or after the start time according to a recurrence pattern defined in the schedule string. The start time can be changed at any moment. The time when a data transfer can be trigerred manually is not limited by this option.
.google.protobuf.Timestamp start_time = 1;com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder()
Specifies time to start scheduling transfer runs. The first run will be scheduled at or after the start time according to a recurrence pattern defined in the schedule string. The start time can be changed at any moment. The time when a data transfer can be trigerred manually is not limited by this option.
.google.protobuf.Timestamp start_time = 1;boolean hasEndTime()
Defines time to stop scheduling transfer runs. A transfer run cannot be scheduled at or after the end time. The end time can be changed at any moment. The time when a data transfer can be trigerred manually is not limited by this option.
.google.protobuf.Timestamp end_time = 2;com.google.protobuf.Timestamp getEndTime()
Defines time to stop scheduling transfer runs. A transfer run cannot be scheduled at or after the end time. The end time can be changed at any moment. The time when a data transfer can be trigerred manually is not limited by this option.
.google.protobuf.Timestamp end_time = 2;com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder()
Defines time to stop scheduling transfer runs. A transfer run cannot be scheduled at or after the end time. The end time can be changed at any moment. The time when a data transfer can be trigerred manually is not limited by this option.
.google.protobuf.Timestamp end_time = 2;Copyright © 2023 Google LLC. All rights reserved.