public interface StartManualTransferRunsRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and 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()
Specific run_time for a transfer run to be started.
|
com.google.protobuf.TimestampOrBuilder |
getRequestedRunTimeOrBuilder()
Specific run_time for a transfer run to be started.
|
StartManualTransferRunsRequest.TimeRange |
getRequestedTimeRange()
Time range for the transfer runs that should be started.
|
StartManualTransferRunsRequest.TimeRangeOrBuilder |
getRequestedTimeRangeOrBuilder()
Time range for the transfer runs that should be started.
|
StartManualTransferRunsRequest.TimeCase |
getTimeCase() |
boolean |
hasRequestedRunTime()
Specific run_time for a transfer run to be started.
|
boolean |
hasRequestedTimeRange()
Time range for the transfer runs that should be started.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString 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) = { ... }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) = { ... }boolean hasRequestedTimeRange()
Time range for the transfer runs that should be started.
.google.cloud.bigquery.datatransfer.v1.StartManualTransferRunsRequest.TimeRange requested_time_range = 3;
StartManualTransferRunsRequest.TimeRange getRequestedTimeRange()
Time range for the transfer runs that should be started.
.google.cloud.bigquery.datatransfer.v1.StartManualTransferRunsRequest.TimeRange requested_time_range = 3;
StartManualTransferRunsRequest.TimeRangeOrBuilder getRequestedTimeRangeOrBuilder()
Time range for the transfer runs that should be started.
.google.cloud.bigquery.datatransfer.v1.StartManualTransferRunsRequest.TimeRange requested_time_range = 3;
boolean hasRequestedRunTime()
Specific run_time for a transfer run to be started. The requested_run_time must not be in the future.
.google.protobuf.Timestamp requested_run_time = 4;com.google.protobuf.Timestamp getRequestedRunTime()
Specific run_time for a transfer run to be started. The requested_run_time must not be in the future.
.google.protobuf.Timestamp requested_run_time = 4;com.google.protobuf.TimestampOrBuilder getRequestedRunTimeOrBuilder()
Specific run_time for a transfer run to be started. The requested_run_time must not be in the future.
.google.protobuf.Timestamp requested_run_time = 4;StartManualTransferRunsRequest.TimeCase getTimeCase()
Copyright © 2023 Google LLC. All rights reserved.