Class WorkflowConfig.Builder (0.35.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
TypeDescription
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
NameDescription
valuesIterable<? extends com.google.cloud.dataform.v1beta1.WorkflowConfig.ScheduledExecutionRecord>
Returns
TypeDescription
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
NameDescription
valueWorkflowConfig.ScheduledExecutionRecord
Returns
TypeDescription
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
NameDescription
builderForValueWorkflowConfig.ScheduledExecutionRecord.Builder
Returns
TypeDescription
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
NameDescription
indexint
valueWorkflowConfig.ScheduledExecutionRecord
Returns
TypeDescription
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
NameDescription
indexint
builderForValueWorkflowConfig.ScheduledExecutionRecord.Builder
Returns
TypeDescription
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
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
WorkflowConfig.ScheduledExecutionRecord.Builder

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public WorkflowConfig.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
WorkflowConfig.Builder
Overrides

build()

public WorkflowConfig build()
Returns
TypeDescription
WorkflowConfig

buildPartial()

public WorkflowConfig buildPartial()
Returns
TypeDescription
WorkflowConfig

clear()

public WorkflowConfig.Builder clear()
Returns
TypeDescription
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
TypeDescription
WorkflowConfig.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

public WorkflowConfig.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
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
TypeDescription
WorkflowConfig.Builder

clearName()

public WorkflowConfig.Builder clearName()

Output only. The workflow config's name.

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

Returns
TypeDescription
WorkflowConfig.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public WorkflowConfig.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
WorkflowConfig.Builder

This builder for chaining.

clone()

public WorkflowConfig.Builder clone()
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
ByteString

The bytes for cronSchedule.

getDefaultInstanceForType()

public WorkflowConfig getDefaultInstanceForType()
Returns
TypeDescription
WorkflowConfig

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
InvocationConfigOrBuilder

getName()

public String getName()

Output only. The workflow config's name.

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

Returns
TypeDescription
String

The name.

getNameBytes()

public ByteString getNameBytes()

Output only. The workflow config's name.

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

Returns
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
boolean

Whether the invocationConfig field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(WorkflowConfig other)

public WorkflowConfig.Builder mergeFrom(WorkflowConfig other)
Parameter
NameDescription
otherWorkflowConfig
Returns
TypeDescription
WorkflowConfig.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public WorkflowConfig.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
WorkflowConfig.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public WorkflowConfig.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
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
NameDescription
valueInvocationConfig
Returns
TypeDescription
WorkflowConfig.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

public final WorkflowConfig.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
NameDescription
valueString

The cronSchedule to set.

Returns
TypeDescription
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
NameDescription
valueByteString

The bytes for cronSchedule to set.

Returns
TypeDescription
WorkflowConfig.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

public WorkflowConfig.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
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
NameDescription
valueInvocationConfig
Returns
TypeDescription
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
NameDescription
builderForValueInvocationConfig.Builder
Returns
TypeDescription
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
NameDescription
valueString

The name to set.

Returns
TypeDescription
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
NameDescription
valueByteString

The bytes for name to set.

Returns
TypeDescription
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
NameDescription
indexint
valueWorkflowConfig.ScheduledExecutionRecord
Returns
TypeDescription
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
NameDescription
indexint
builderForValueWorkflowConfig.ScheduledExecutionRecord.Builder
Returns
TypeDescription
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
NameDescription
valueString

The releaseConfig to set.

Returns
TypeDescription
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
NameDescription
valueByteString

The bytes for releaseConfig to set.

Returns
TypeDescription
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
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
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
NameDescription
valueString

The timeZone to set.

Returns
TypeDescription
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
NameDescription
valueByteString

The bytes for timeZone to set.

Returns
TypeDescription
WorkflowConfig.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

public final WorkflowConfig.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
WorkflowConfig.Builder
Overrides