Class GoogleCloudDatapipelinesV1ScheduleSpec
Details of the schedule the pipeline runs on.
Implements
Inherited Members
Namespace: Google.Apis.Datapipelines.v1.Data
Assembly: Google.Apis.Datapipelines.v1.dll
Syntax
public class GoogleCloudDatapipelinesV1ScheduleSpec : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
NextJobTime
object representation of NextJobTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use NextJobTimeDateTimeOffset instead.")]
public virtual object NextJobTime { get; set; }
Property Value
Type | Description |
---|---|
object |
NextJobTimeDateTimeOffset
DateTimeOffset representation of NextJobTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? NextJobTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
NextJobTimeRaw
Output only. When the next Scheduler job is going to run.
Declaration
[JsonProperty("nextJobTime")]
public virtual string NextJobTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
Schedule
Unix-cron format of the schedule. This information is retrieved from the linked Cloud Scheduler.
Declaration
[JsonProperty("schedule")]
public virtual string Schedule { get; set; }
Property Value
Type | Description |
---|---|
string |
TimeZone
Timezone ID. This matches the timezone IDs used by the Cloud Scheduler API. If empty, UTC time is assumed.
Declaration
[JsonProperty("timeZone")]
public virtual string TimeZone { get; set; }
Property Value
Type | Description |
---|---|
string |