Google BigQuery Data Transfer v1 API - Class StartManualTransferRunsRequest (4.7.0)

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.

Inheritance

object > StartManualTransferRunsRequest

Namespace

Google.Cloud.BigQuery.DataTransfer.V1

Assembly

Google.Cloud.BigQuery.DataTransfer.V1.dll

Constructors

StartManualTransferRunsRequest()

public StartManualTransferRunsRequest()

StartManualTransferRunsRequest(StartManualTransferRunsRequest)

public StartManualTransferRunsRequest(StartManualTransferRunsRequest other)
Parameter
NameDescription
otherStartManualTransferRunsRequest

Properties

Parent

public string Parent { get; set; }

Transfer configuration name in the form: projects/{project_id}/transferConfigs/{config_id} or projects/{project_id}/locations/{location_id}/transferConfigs/{config_id}.

Property Value
TypeDescription
string

ParentAsTransferConfigName

public TransferConfigName ParentAsTransferConfigName { get; set; }

TransferConfigName-typed view over the Parent resource name property.

Property Value
TypeDescription
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
TypeDescription
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
TypeDescription
StartManualTransferRunsRequestTypesTimeRange

TimeCase

public StartManualTransferRunsRequest.TimeOneofCase TimeCase { get; }
Property Value
TypeDescription
StartManualTransferRunsRequestTimeOneofCase