public sealed class StartManualTransferRunsRequest : IMessage<StartManualTransferRunsRequest>, IEquatable<StartManualTransferRunsRequest>, IDeepCloneable<StartManualTransferRunsRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google BigQuery Data Transfer v1 API class StartManualTransferRunsRequest.
A request to start manual transfer runs.
Implements
IMessageStartManualTransferRunsRequest, IEquatableStartManualTransferRunsRequest, IDeepCloneableStartManualTransferRunsRequest, IBufferMessage, IMessageNamespace
Google.Cloud.BigQuery.DataTransfer.V1Assembly
Google.Cloud.BigQuery.DataTransfer.V1.dll
Constructors
StartManualTransferRunsRequest()
public StartManualTransferRunsRequest()
StartManualTransferRunsRequest(StartManualTransferRunsRequest)
public StartManualTransferRunsRequest(StartManualTransferRunsRequest other)
Parameter | |
---|---|
Name | Description |
other |
StartManualTransferRunsRequest |
Properties
Parent
public string Parent { get; set; }
Required. Transfer configuration name in the form:
projects/{project_id}/transferConfigs/{config_id}
or
projects/{project_id}/locations/{location_id}/transferConfigs/{config_id}
.
Property Value | |
---|---|
Type | Description |
string |
ParentAsTransferConfigName
public TransferConfigName ParentAsTransferConfigName { get; set; }
TransferConfigName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
TransferConfigName |
RequestedRunTime
public Timestamp RequestedRunTime { get; set; }
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.
Property Value | |
---|---|
Type | Description |
Timestamp |
RequestedTimeRange
public StartManualTransferRunsRequest.Types.TimeRange RequestedTimeRange { get; set; }
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.
Property Value | |
---|---|
Type | Description |
StartManualTransferRunsRequestTypesTimeRange |
TimeCase
public StartManualTransferRunsRequest.TimeOneofCase TimeCase { get; }
Property Value | |
---|---|
Type | Description |
StartManualTransferRunsRequestTimeOneofCase |