Interface StartManualTransferRunsRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
StartManualTransferRunsRequest
,StartManualTransferRunsRequest.Builder
public interface StartManualTransferRunsRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getParent()
Transfer configuration name in the form: `projects/{project_id}/transferConfigs/{config_id}` or `projects/{project_id}/locations/{location_id}/transferConfigs/{config_id}`.com.google.protobuf.ByteString
getParentBytes()
Transfer configuration name in the form: `projects/{project_id}/transferConfigs/{config_id}` or `projects/{project_id}/locations/{location_id}/transferConfigs/{config_id}`.com.google.protobuf.Timestamp
getRequestedRunTime()
A run_time timestamp for historical data files or reports that are scheduled to be transferred by the scheduled transfer run.com.google.protobuf.TimestampOrBuilder
getRequestedRunTimeOrBuilder()
A run_time timestamp for historical data files or reports that are scheduled to be transferred by the scheduled transfer run.StartManualTransferRunsRequest.TimeRange
getRequestedTimeRange()
A time_range start and end timestamp for historical data files or reports that are scheduled to be transferred by the scheduled transfer run.StartManualTransferRunsRequest.TimeRangeOrBuilder
getRequestedTimeRangeOrBuilder()
A time_range start and end timestamp for historical data files or reports that are scheduled to be transferred by the scheduled transfer run.StartManualTransferRunsRequest.TimeCase
getTimeCase()
boolean
hasRequestedRunTime()
A run_time timestamp for historical data files or reports that are scheduled to be transferred by the scheduled transfer run.boolean
hasRequestedTimeRange()
A time_range start and end timestamp for historical data files or reports that are scheduled to be transferred by the scheduled transfer run.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getParent
String getParent()
Transfer configuration name in the form: `projects/{project_id}/transferConfigs/{config_id}` or `projects/{project_id}/locations/{location_id}/transferConfigs/{config_id}`.
string parent = 1 [(.google.api.resource_reference) = { ... }
- Returns:
- The parent.
-
getParentBytes
com.google.protobuf.ByteString getParentBytes()
Transfer configuration name in the form: `projects/{project_id}/transferConfigs/{config_id}` or `projects/{project_id}/locations/{location_id}/transferConfigs/{config_id}`.
string parent = 1 [(.google.api.resource_reference) = { ... }
- Returns:
- The bytes for parent.
-
hasRequestedTimeRange
boolean hasRequestedTimeRange()
A time_range start and end timestamp for historical data files or reports that are scheduled to be transferred by the scheduled transfer run. requested_time_range must be a past time and cannot include future time values.
.google.cloud.bigquery.datatransfer.v1.StartManualTransferRunsRequest.TimeRange requested_time_range = 3;
- Returns:
- Whether the requestedTimeRange field is set.
-
getRequestedTimeRange
StartManualTransferRunsRequest.TimeRange getRequestedTimeRange()
A time_range start and end timestamp for historical data files or reports that are scheduled to be transferred by the scheduled transfer run. requested_time_range must be a past time and cannot include future time values.
.google.cloud.bigquery.datatransfer.v1.StartManualTransferRunsRequest.TimeRange requested_time_range = 3;
- Returns:
- The requestedTimeRange.
-
getRequestedTimeRangeOrBuilder
StartManualTransferRunsRequest.TimeRangeOrBuilder getRequestedTimeRangeOrBuilder()
A time_range start and end timestamp for historical data files or reports that are scheduled to be transferred by the scheduled transfer run. requested_time_range must be a past time and cannot include future time values.
.google.cloud.bigquery.datatransfer.v1.StartManualTransferRunsRequest.TimeRange requested_time_range = 3;
-
hasRequestedRunTime
boolean hasRequestedRunTime()
A run_time timestamp for historical data files or reports that are scheduled to be transferred by the scheduled transfer run. requested_run_time must be a past time and cannot include future time values.
.google.protobuf.Timestamp requested_run_time = 4;
- Returns:
- Whether the requestedRunTime field is set.
-
getRequestedRunTime
com.google.protobuf.Timestamp getRequestedRunTime()
A run_time timestamp for historical data files or reports that are scheduled to be transferred by the scheduled transfer run. requested_run_time must be a past time and cannot include future time values.
.google.protobuf.Timestamp requested_run_time = 4;
- Returns:
- The requestedRunTime.
-
getRequestedRunTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getRequestedRunTimeOrBuilder()
A run_time timestamp for historical data files or reports that are scheduled to be transferred by the scheduled transfer run. requested_run_time must be a past time and cannot include future time values.
.google.protobuf.Timestamp requested_run_time = 4;
-
getTimeCase
StartManualTransferRunsRequest.TimeCase getTimeCase()
-
-