Class StartManualTransferRunsRequest (3.4.0)

public sealed class StartManualTransferRunsRequest : IMessage<StartManualTransferRunsRequest>, IEquatable<StartManualTransferRunsRequest>, IDeepCloneable<StartManualTransferRunsRequest>, IBufferMessage, IMessage

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; }

Specific run_time for a transfer run to be started. The requested_run_time must not be in the future.

Property Value
TypeDescription
Timestamp

RequestedTimeRange

public StartManualTransferRunsRequest.Types.TimeRange RequestedTimeRange { get; set; }

Time range for the transfer runs that should be started.

Property Value
TypeDescription
StartManualTransferRunsRequest.Types.TimeRange

TimeCase

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