- 0.77.0 (latest)
- 0.75.0
- 0.74.0
- 0.73.0
- 0.72.0
- 0.71.0
- 0.69.0
- 0.67.0
- 0.66.0
- 0.63.0
- 0.62.0
- 0.61.0
- 0.59.0
- 0.58.0
- 0.57.0
- 0.56.0
- 0.55.0
- 0.54.0
- 0.53.0
- 0.52.0
- 0.51.0
- 0.50.0
- 0.48.0
- 0.47.0
- 0.46.0
- 0.45.0
- 0.44.0
- 0.43.0
- 0.42.0
- 0.41.0
- 0.40.0
- 0.39.0
- 0.38.0
- 0.36.0
- 0.35.0
- 0.34.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.30.0
- 0.29.0
- 0.28.0
- 0.27.0
- 0.26.0
- 0.23.0
- 0.22.0
- 0.21.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
- 0.14.0
- 0.13.0
- 0.12.0
- 0.11.0
- 0.10.0
- 0.8.0
- 0.7.0
- 0.6.0
- 0.5.0
- 0.4.0
- 0.3.0
- 0.2.4
public interface WorkflowConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCreateTime()
public abstract Timestamp getCreateTime()Output only. The timestamp of when the WorkflowConfig was created.
 .google.protobuf.Timestamp create_time = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| Timestamp | The createTime. | 
getCreateTimeOrBuilder()
public abstract TimestampOrBuilder getCreateTimeOrBuilder()Output only. The timestamp of when the WorkflowConfig was created.
 .google.protobuf.Timestamp create_time = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| TimestampOrBuilder | |
getCronSchedule()
public abstract String getCronSchedule()Optional. Optional schedule (in cron format) for automatic execution of this workflow config.
 string cron_schedule = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description | 
| String | The cronSchedule. | 
getCronScheduleBytes()
public abstract ByteString getCronScheduleBytes()Optional. Optional schedule (in cron format) for automatic execution of this workflow config.
 string cron_schedule = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for cronSchedule. | 
getInternalMetadata()
public abstract String getInternalMetadata()Output only. All the metadata information that is used internally to serve the resource. For example: timestamps, flags, status fields, etc. The format of this field is a JSON string.
 optional string internal_metadata = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| String | The internalMetadata. | 
getInternalMetadataBytes()
public abstract ByteString getInternalMetadataBytes()Output only. All the metadata information that is used internally to serve the resource. For example: timestamps, flags, status fields, etc. The format of this field is a JSON string.
 optional string internal_metadata = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for internalMetadata. | 
getInvocationConfig()
public abstract InvocationConfig getInvocationConfig()Optional. If left unset, a default InvocationConfig will be used.
 
 .google.cloud.dataform.v1beta1.InvocationConfig invocation_config = 3 [(.google.api.field_behavior) = OPTIONAL];
 
| Returns | |
|---|---|
| Type | Description | 
| InvocationConfig | The invocationConfig. | 
getInvocationConfigOrBuilder()
public abstract InvocationConfigOrBuilder getInvocationConfigOrBuilder()Optional. If left unset, a default InvocationConfig will be used.
 
 .google.cloud.dataform.v1beta1.InvocationConfig invocation_config = 3 [(.google.api.field_behavior) = OPTIONAL];
 
| Returns | |
|---|---|
| Type | Description | 
| InvocationConfigOrBuilder | |
getName()
public abstract String getName()Identifier. The workflow config's name.
 string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
| Returns | |
|---|---|
| Type | Description | 
| String | The name. | 
getNameBytes()
public abstract ByteString getNameBytes()Identifier. The workflow config's name.
 string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for name. | 
getRecentScheduledExecutionRecords(int index)
public abstract WorkflowConfig.ScheduledExecutionRecord getRecentScheduledExecutionRecords(int index) Output only. Records of the 10 most recent scheduled execution attempts,
 ordered in descending order of execution_time. Updated whenever automatic
 creation of a workflow invocation is triggered by cron_schedule.
 
 repeated .google.cloud.dataform.v1beta1.WorkflowConfig.ScheduledExecutionRecord recent_scheduled_execution_records = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Parameter | |
|---|---|
| Name | Description | 
| index | int | 
| Returns | |
|---|---|
| Type | Description | 
| WorkflowConfig.ScheduledExecutionRecord | |
getRecentScheduledExecutionRecordsCount()
public abstract int getRecentScheduledExecutionRecordsCount() Output only. Records of the 10 most recent scheduled execution attempts,
 ordered in descending order of execution_time. Updated whenever automatic
 creation of a workflow invocation is triggered by cron_schedule.
 
 repeated .google.cloud.dataform.v1beta1.WorkflowConfig.ScheduledExecutionRecord recent_scheduled_execution_records = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| int | |
getRecentScheduledExecutionRecordsList()
public abstract List<WorkflowConfig.ScheduledExecutionRecord> getRecentScheduledExecutionRecordsList() Output only. Records of the 10 most recent scheduled execution attempts,
 ordered in descending order of execution_time. Updated whenever automatic
 creation of a workflow invocation is triggered by cron_schedule.
 
 repeated .google.cloud.dataform.v1beta1.WorkflowConfig.ScheduledExecutionRecord recent_scheduled_execution_records = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| List<ScheduledExecutionRecord> | |
getRecentScheduledExecutionRecordsOrBuilder(int index)
public abstract WorkflowConfig.ScheduledExecutionRecordOrBuilder getRecentScheduledExecutionRecordsOrBuilder(int index) Output only. Records of the 10 most recent scheduled execution attempts,
 ordered in descending order of execution_time. Updated whenever automatic
 creation of a workflow invocation is triggered by cron_schedule.
 
 repeated .google.cloud.dataform.v1beta1.WorkflowConfig.ScheduledExecutionRecord recent_scheduled_execution_records = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Parameter | |
|---|---|
| Name | Description | 
| index | int | 
| Returns | |
|---|---|
| Type | Description | 
| WorkflowConfig.ScheduledExecutionRecordOrBuilder | |
getRecentScheduledExecutionRecordsOrBuilderList()
public abstract List<? extends WorkflowConfig.ScheduledExecutionRecordOrBuilder> getRecentScheduledExecutionRecordsOrBuilderList() Output only. Records of the 10 most recent scheduled execution attempts,
 ordered in descending order of execution_time. Updated whenever automatic
 creation of a workflow invocation is triggered by cron_schedule.
 
 repeated .google.cloud.dataform.v1beta1.WorkflowConfig.ScheduledExecutionRecord recent_scheduled_execution_records = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| List<? extends com.google.cloud.dataform.v1beta1.WorkflowConfig.ScheduledExecutionRecordOrBuilder> | |
getReleaseConfig()
public abstract String getReleaseConfig() Required. The name of the release config whose release_compilation_result
 should be executed. Must be in the format
 projects/*/locations/*/repositories/*/releaseConfigs/*.
 
 string release_config = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
 
| Returns | |
|---|---|
| Type | Description | 
| String | The releaseConfig. | 
getReleaseConfigBytes()
public abstract ByteString getReleaseConfigBytes() Required. The name of the release config whose release_compilation_result
 should be executed. Must be in the format
 projects/*/locations/*/repositories/*/releaseConfigs/*.
 
 string release_config = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
 
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for releaseConfig. | 
getTimeZone()
public abstract String getTimeZone()Optional. Specifies the time zone to be used when interpreting cron_schedule. Must be a time zone name from the time zone database (https://en.wikipedia.org/wiki/List_of_tz_database_time_zones). If left unspecified, the default is UTC.
 string time_zone = 7 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description | 
| String | The timeZone. | 
getTimeZoneBytes()
public abstract ByteString getTimeZoneBytes()Optional. Specifies the time zone to be used when interpreting cron_schedule. Must be a time zone name from the time zone database (https://en.wikipedia.org/wiki/List_of_tz_database_time_zones). If left unspecified, the default is UTC.
 string time_zone = 7 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for timeZone. | 
getUpdateTime()
public abstract Timestamp getUpdateTime()Output only. The timestamp of when the WorkflowConfig was last updated.
 .google.protobuf.Timestamp update_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| Timestamp | The updateTime. | 
getUpdateTimeOrBuilder()
public abstract TimestampOrBuilder getUpdateTimeOrBuilder()Output only. The timestamp of when the WorkflowConfig was last updated.
 .google.protobuf.Timestamp update_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| TimestampOrBuilder | |
hasCreateTime()
public abstract boolean hasCreateTime()Output only. The timestamp of when the WorkflowConfig was created.
 .google.protobuf.Timestamp create_time = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the createTime field is set. | 
hasInternalMetadata()
public abstract boolean hasInternalMetadata()Output only. All the metadata information that is used internally to serve the resource. For example: timestamps, flags, status fields, etc. The format of this field is a JSON string.
 optional string internal_metadata = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the internalMetadata field is set. | 
hasInvocationConfig()
public abstract boolean hasInvocationConfig()Optional. If left unset, a default InvocationConfig will be used.
 
 .google.cloud.dataform.v1beta1.InvocationConfig invocation_config = 3 [(.google.api.field_behavior) = OPTIONAL];
 
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the invocationConfig field is set. | 
hasUpdateTime()
public abstract boolean hasUpdateTime()Output only. The timestamp of when the WorkflowConfig was last updated.
 .google.protobuf.Timestamp update_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the updateTime field is set. |