Class WorkflowConfig.Builder (0.42.0)

public static final class WorkflowConfig.Builder extends GeneratedMessageV3.Builder<WorkflowConfig.Builder> implements WorkflowConfigOrBuilder

Represents a Dataform workflow configuration.

Protobuf type google.cloud.dataform.v1beta1.WorkflowConfig

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

addAllRecentScheduledExecutionRecords(Iterable<? extends WorkflowConfig.ScheduledExecutionRecord> values)

public WorkflowConfig.Builder addAllRecentScheduledExecutionRecords(Iterable<? extends WorkflowConfig.ScheduledExecutionRecord> values)

Output only. Records of the 10 most recent scheduled execution attempts, ordered in 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
values Iterable<? extends com.google.cloud.dataform.v1beta1.WorkflowConfig.ScheduledExecutionRecord>
Returns
Type Description
WorkflowConfig.Builder

addRecentScheduledExecutionRecords(WorkflowConfig.ScheduledExecutionRecord value)

public WorkflowConfig.Builder addRecentScheduledExecutionRecords(WorkflowConfig.ScheduledExecutionRecord value)

Output only. Records of the 10 most recent scheduled execution attempts, ordered in 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
value WorkflowConfig.ScheduledExecutionRecord
Returns
Type Description
WorkflowConfig.Builder

addRecentScheduledExecutionRecords(WorkflowConfig.ScheduledExecutionRecord.Builder builderForValue)

public WorkflowConfig.Builder addRecentScheduledExecutionRecords(WorkflowConfig.ScheduledExecutionRecord.Builder builderForValue)

Output only. Records of the 10 most recent scheduled execution attempts, ordered in 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
builderForValue WorkflowConfig.ScheduledExecutionRecord.Builder
Returns
Type Description
WorkflowConfig.Builder

addRecentScheduledExecutionRecords(int index, WorkflowConfig.ScheduledExecutionRecord value)

public WorkflowConfig.Builder addRecentScheduledExecutionRecords(int index, WorkflowConfig.ScheduledExecutionRecord value)

Output only. Records of the 10 most recent scheduled execution attempts, ordered in 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];

Parameters
Name Description
index int
value WorkflowConfig.ScheduledExecutionRecord
Returns
Type Description
WorkflowConfig.Builder

addRecentScheduledExecutionRecords(int index, WorkflowConfig.ScheduledExecutionRecord.Builder builderForValue)

public WorkflowConfig.Builder addRecentScheduledExecutionRecords(int index, WorkflowConfig.ScheduledExecutionRecord.Builder builderForValue)

Output only. Records of the 10 most recent scheduled execution attempts, ordered in 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];

Parameters
Name Description
index int
builderForValue WorkflowConfig.ScheduledExecutionRecord.Builder
Returns
Type Description
WorkflowConfig.Builder

addRecentScheduledExecutionRecordsBuilder()

public WorkflowConfig.ScheduledExecutionRecord.Builder addRecentScheduledExecutionRecordsBuilder()

Output only. Records of the 10 most recent scheduled execution attempts, ordered in 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
WorkflowConfig.ScheduledExecutionRecord.Builder

addRecentScheduledExecutionRecordsBuilder(int index)

public WorkflowConfig.ScheduledExecutionRecord.Builder addRecentScheduledExecutionRecordsBuilder(int index)

Output only. Records of the 10 most recent scheduled execution attempts, ordered in 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.Builder

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public WorkflowConfig.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
WorkflowConfig.Builder
Overrides

build()

public WorkflowConfig build()
Returns
Type Description
WorkflowConfig

buildPartial()

public WorkflowConfig buildPartial()
Returns
Type Description
WorkflowConfig

clear()

public WorkflowConfig.Builder clear()
Returns
Type Description
WorkflowConfig.Builder
Overrides

clearCronSchedule()

public WorkflowConfig.Builder clearCronSchedule()

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
WorkflowConfig.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

public WorkflowConfig.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
WorkflowConfig.Builder
Overrides

clearInvocationConfig()

public WorkflowConfig.Builder clearInvocationConfig()

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
WorkflowConfig.Builder

clearName()

public WorkflowConfig.Builder clearName()

Output only. The workflow config's name.

string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
WorkflowConfig.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public WorkflowConfig.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
WorkflowConfig.Builder
Overrides

clearRecentScheduledExecutionRecords()

public WorkflowConfig.Builder clearRecentScheduledExecutionRecords()

Output only. Records of the 10 most recent scheduled execution attempts, ordered in 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
WorkflowConfig.Builder

clearReleaseConfig()

public WorkflowConfig.Builder clearReleaseConfig()

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
WorkflowConfig.Builder

This builder for chaining.

clearTimeZone()

public WorkflowConfig.Builder clearTimeZone()

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
WorkflowConfig.Builder

This builder for chaining.

clone()

public WorkflowConfig.Builder clone()
Returns
Type Description
WorkflowConfig.Builder
Overrides

getCronSchedule()

public 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 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.

getDefaultInstanceForType()

public WorkflowConfig getDefaultInstanceForType()
Returns
Type Description
WorkflowConfig

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getInvocationConfig()

public 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.

getInvocationConfigBuilder()

public InvocationConfig.Builder getInvocationConfigBuilder()

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.Builder

getInvocationConfigOrBuilder()

public 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 String getName()

Output only. The workflow config's name.

string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

Output only. The workflow config's name.

string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for name.

getRecentScheduledExecutionRecords(int index)

public WorkflowConfig.ScheduledExecutionRecord getRecentScheduledExecutionRecords(int index)

Output only. Records of the 10 most recent scheduled execution attempts, ordered in 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

getRecentScheduledExecutionRecordsBuilder(int index)

public WorkflowConfig.ScheduledExecutionRecord.Builder getRecentScheduledExecutionRecordsBuilder(int index)

Output only. Records of the 10 most recent scheduled execution attempts, ordered in 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.Builder

getRecentScheduledExecutionRecordsBuilderList()

public List<WorkflowConfig.ScheduledExecutionRecord.Builder> getRecentScheduledExecutionRecordsBuilderList()

Output only. Records of the 10 most recent scheduled execution attempts, ordered in 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<Builder>

getRecentScheduledExecutionRecordsCount()

public int getRecentScheduledExecutionRecordsCount()

Output only. Records of the 10 most recent scheduled execution attempts, ordered in 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 List<WorkflowConfig.ScheduledExecutionRecord> getRecentScheduledExecutionRecordsList()

Output only. Records of the 10 most recent scheduled execution attempts, ordered in 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 WorkflowConfig.ScheduledExecutionRecordOrBuilder getRecentScheduledExecutionRecordsOrBuilder(int index)

Output only. Records of the 10 most recent scheduled execution attempts, ordered in 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 List<? extends WorkflowConfig.ScheduledExecutionRecordOrBuilder> getRecentScheduledExecutionRecordsOrBuilderList()

Output only. Records of the 10 most recent scheduled execution attempts, ordered in 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 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 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 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 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.

hasInvocationConfig()

public 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.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(WorkflowConfig other)

public WorkflowConfig.Builder mergeFrom(WorkflowConfig other)
Parameter
Name Description
other WorkflowConfig
Returns
Type Description
WorkflowConfig.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public WorkflowConfig.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
WorkflowConfig.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public WorkflowConfig.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
WorkflowConfig.Builder
Overrides

mergeInvocationConfig(InvocationConfig value)

public WorkflowConfig.Builder mergeInvocationConfig(InvocationConfig value)

Optional. If left unset, a default InvocationConfig will be used.

.google.cloud.dataform.v1beta1.InvocationConfig invocation_config = 3 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value InvocationConfig
Returns
Type Description
WorkflowConfig.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

public final WorkflowConfig.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
WorkflowConfig.Builder
Overrides

removeRecentScheduledExecutionRecords(int index)

public WorkflowConfig.Builder removeRecentScheduledExecutionRecords(int index)

Output only. Records of the 10 most recent scheduled execution attempts, ordered in 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.Builder

setCronSchedule(String value)

public WorkflowConfig.Builder setCronSchedule(String value)

Optional. Optional schedule (in cron format) for automatic execution of this workflow config.

string cron_schedule = 4 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value String

The cronSchedule to set.

Returns
Type Description
WorkflowConfig.Builder

This builder for chaining.

setCronScheduleBytes(ByteString value)

public WorkflowConfig.Builder setCronScheduleBytes(ByteString value)

Optional. Optional schedule (in cron format) for automatic execution of this workflow config.

string cron_schedule = 4 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value ByteString

The bytes for cronSchedule to set.

Returns
Type Description
WorkflowConfig.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

public WorkflowConfig.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
WorkflowConfig.Builder
Overrides

setInvocationConfig(InvocationConfig value)

public WorkflowConfig.Builder setInvocationConfig(InvocationConfig value)

Optional. If left unset, a default InvocationConfig will be used.

.google.cloud.dataform.v1beta1.InvocationConfig invocation_config = 3 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value InvocationConfig
Returns
Type Description
WorkflowConfig.Builder

setInvocationConfig(InvocationConfig.Builder builderForValue)

public WorkflowConfig.Builder setInvocationConfig(InvocationConfig.Builder builderForValue)

Optional. If left unset, a default InvocationConfig will be used.

.google.cloud.dataform.v1beta1.InvocationConfig invocation_config = 3 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
builderForValue InvocationConfig.Builder
Returns
Type Description
WorkflowConfig.Builder

setName(String value)

public WorkflowConfig.Builder setName(String value)

Output only. The workflow config's name.

string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value String

The name to set.

Returns
Type Description
WorkflowConfig.Builder

This builder for chaining.

setNameBytes(ByteString value)

public WorkflowConfig.Builder setNameBytes(ByteString value)

Output only. The workflow config's name.

string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value ByteString

The bytes for name to set.

Returns
Type Description
WorkflowConfig.Builder

This builder for chaining.

setRecentScheduledExecutionRecords(int index, WorkflowConfig.ScheduledExecutionRecord value)

public WorkflowConfig.Builder setRecentScheduledExecutionRecords(int index, WorkflowConfig.ScheduledExecutionRecord value)

Output only. Records of the 10 most recent scheduled execution attempts, ordered in 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];

Parameters
Name Description
index int
value WorkflowConfig.ScheduledExecutionRecord
Returns
Type Description
WorkflowConfig.Builder

setRecentScheduledExecutionRecords(int index, WorkflowConfig.ScheduledExecutionRecord.Builder builderForValue)

public WorkflowConfig.Builder setRecentScheduledExecutionRecords(int index, WorkflowConfig.ScheduledExecutionRecord.Builder builderForValue)

Output only. Records of the 10 most recent scheduled execution attempts, ordered in 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];

Parameters
Name Description
index int
builderForValue WorkflowConfig.ScheduledExecutionRecord.Builder
Returns
Type Description
WorkflowConfig.Builder

setReleaseConfig(String value)

public WorkflowConfig.Builder setReleaseConfig(String value)

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) = { ... }

Parameter
Name Description
value String

The releaseConfig to set.

Returns
Type Description
WorkflowConfig.Builder

This builder for chaining.

setReleaseConfigBytes(ByteString value)

public WorkflowConfig.Builder setReleaseConfigBytes(ByteString value)

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) = { ... }

Parameter
Name Description
value ByteString

The bytes for releaseConfig to set.

Returns
Type Description
WorkflowConfig.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public WorkflowConfig.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
WorkflowConfig.Builder
Overrides

setTimeZone(String value)

public WorkflowConfig.Builder setTimeZone(String value)

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

Parameter
Name Description
value String

The timeZone to set.

Returns
Type Description
WorkflowConfig.Builder

This builder for chaining.

setTimeZoneBytes(ByteString value)

public WorkflowConfig.Builder setTimeZoneBytes(ByteString value)

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

Parameter
Name Description
value ByteString

The bytes for timeZone to set.

Returns
Type Description
WorkflowConfig.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

public final WorkflowConfig.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
WorkflowConfig.Builder
Overrides