- 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 static final class WorkflowInvocation.Builder extends GeneratedMessageV3.Builder<WorkflowInvocation.Builder> implements WorkflowInvocationOrBuilderRepresents a single invocation of a compilation result.
Protobuf type google.cloud.dataform.v1alpha2.WorkflowInvocation
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > WorkflowInvocation.BuilderImplements
WorkflowInvocationOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Type | Description |
| Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public WorkflowInvocation.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| Type | Description |
| WorkflowInvocation.Builder |
build()
public WorkflowInvocation build()| Type | Description |
| WorkflowInvocation |
buildPartial()
public WorkflowInvocation buildPartial()| Type | Description |
| WorkflowInvocation |
clear()
public WorkflowInvocation.Builder clear()| Type | Description |
| WorkflowInvocation.Builder |
clearCompilationResult()
public WorkflowInvocation.Builder clearCompilationResult() Immutable. The name of the compilation result to compile. Must be in the format
projects/*/locations/*/repositories/*/compilationResults/*.
string compilation_result = 2 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
| Type | Description |
| WorkflowInvocation.Builder | This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public WorkflowInvocation.Builder clearField(Descriptors.FieldDescriptor field)| Name | Description |
| field | FieldDescriptor |
| Type | Description |
| WorkflowInvocation.Builder |
clearInvocationConfig()
public WorkflowInvocation.Builder clearInvocationConfig()Immutable. If left unset, a default InvocationConfig will be used.
.google.cloud.dataform.v1alpha2.WorkflowInvocation.InvocationConfig invocation_config = 3 [(.google.api.field_behavior) = IMMUTABLE];
| Type | Description |
| WorkflowInvocation.Builder |
clearInvocationTiming()
public WorkflowInvocation.Builder clearInvocationTiming()Output only. This workflow invocation's timing details.
.google.type.Interval invocation_timing = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| WorkflowInvocation.Builder |
clearName()
public WorkflowInvocation.Builder clearName()Output only. The workflow invocation's name.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| WorkflowInvocation.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public WorkflowInvocation.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Name | Description |
| oneof | OneofDescriptor |
| Type | Description |
| WorkflowInvocation.Builder |
clearState()
public WorkflowInvocation.Builder clearState()Output only. This workflow invocation's current state.
.google.cloud.dataform.v1alpha2.WorkflowInvocation.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| WorkflowInvocation.Builder | This builder for chaining. |
clone()
public WorkflowInvocation.Builder clone()| Type | Description |
| WorkflowInvocation.Builder |
getCompilationResult()
public String getCompilationResult() Immutable. The name of the compilation result to compile. Must be in the format
projects/*/locations/*/repositories/*/compilationResults/*.
string compilation_result = 2 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
| Type | Description |
| String | The compilationResult. |
getCompilationResultBytes()
public ByteString getCompilationResultBytes() Immutable. The name of the compilation result to compile. Must be in the format
projects/*/locations/*/repositories/*/compilationResults/*.
string compilation_result = 2 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
| Type | Description |
| ByteString | The bytes for compilationResult. |
getDefaultInstanceForType()
public WorkflowInvocation getDefaultInstanceForType()| Type | Description |
| WorkflowInvocation |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Type | Description |
| Descriptor |
getInvocationConfig()
public WorkflowInvocation.InvocationConfig getInvocationConfig()Immutable. If left unset, a default InvocationConfig will be used.
.google.cloud.dataform.v1alpha2.WorkflowInvocation.InvocationConfig invocation_config = 3 [(.google.api.field_behavior) = IMMUTABLE];
| Type | Description |
| WorkflowInvocation.InvocationConfig | The invocationConfig. |
getInvocationConfigBuilder()
public WorkflowInvocation.InvocationConfig.Builder getInvocationConfigBuilder()Immutable. If left unset, a default InvocationConfig will be used.
.google.cloud.dataform.v1alpha2.WorkflowInvocation.InvocationConfig invocation_config = 3 [(.google.api.field_behavior) = IMMUTABLE];
| Type | Description |
| WorkflowInvocation.InvocationConfig.Builder |
getInvocationConfigOrBuilder()
public WorkflowInvocation.InvocationConfigOrBuilder getInvocationConfigOrBuilder()Immutable. If left unset, a default InvocationConfig will be used.
.google.cloud.dataform.v1alpha2.WorkflowInvocation.InvocationConfig invocation_config = 3 [(.google.api.field_behavior) = IMMUTABLE];
| Type | Description |
| WorkflowInvocation.InvocationConfigOrBuilder |
getInvocationTiming()
public Interval getInvocationTiming()Output only. This workflow invocation's timing details.
.google.type.Interval invocation_timing = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| com.google.type.Interval | The invocationTiming. |
getInvocationTimingBuilder()
public Interval.Builder getInvocationTimingBuilder()Output only. This workflow invocation's timing details.
.google.type.Interval invocation_timing = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| com.google.type.Interval.Builder |
getInvocationTimingOrBuilder()
public IntervalOrBuilder getInvocationTimingOrBuilder()Output only. This workflow invocation's timing details.
.google.type.Interval invocation_timing = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| com.google.type.IntervalOrBuilder |
getName()
public String getName()Output only. The workflow invocation's name.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| String | The name. |
getNameBytes()
public ByteString getNameBytes()Output only. The workflow invocation's name.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| ByteString | The bytes for name. |
getState()
public WorkflowInvocation.State getState()Output only. This workflow invocation's current state.
.google.cloud.dataform.v1alpha2.WorkflowInvocation.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| WorkflowInvocation.State | The state. |
getStateValue()
public int getStateValue()Output only. This workflow invocation's current state.
.google.cloud.dataform.v1alpha2.WorkflowInvocation.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| int | The enum numeric value on the wire for state. |
hasInvocationConfig()
public boolean hasInvocationConfig()Immutable. If left unset, a default InvocationConfig will be used.
.google.cloud.dataform.v1alpha2.WorkflowInvocation.InvocationConfig invocation_config = 3 [(.google.api.field_behavior) = IMMUTABLE];
| Type | Description |
| boolean | Whether the invocationConfig field is set. |
hasInvocationTiming()
public boolean hasInvocationTiming()Output only. This workflow invocation's timing details.
.google.type.Interval invocation_timing = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| boolean | Whether the invocationTiming field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Type | Description |
| FieldAccessorTable |
isInitialized()
public final boolean isInitialized()| Type | Description |
| boolean |
mergeFrom(WorkflowInvocation other)
public WorkflowInvocation.Builder mergeFrom(WorkflowInvocation other)| Name | Description |
| other | WorkflowInvocation |
| Type | Description |
| WorkflowInvocation.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public WorkflowInvocation.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Name | Description |
| input | CodedInputStream |
| extensionRegistry | ExtensionRegistryLite |
| Type | Description |
| WorkflowInvocation.Builder |
| Type | Description |
| IOException |
mergeFrom(Message other)
public WorkflowInvocation.Builder mergeFrom(Message other)| Name | Description |
| other | Message |
| Type | Description |
| WorkflowInvocation.Builder |
mergeInvocationConfig(WorkflowInvocation.InvocationConfig value)
public WorkflowInvocation.Builder mergeInvocationConfig(WorkflowInvocation.InvocationConfig value)Immutable. If left unset, a default InvocationConfig will be used.
.google.cloud.dataform.v1alpha2.WorkflowInvocation.InvocationConfig invocation_config = 3 [(.google.api.field_behavior) = IMMUTABLE];
| Name | Description |
| value | WorkflowInvocation.InvocationConfig |
| Type | Description |
| WorkflowInvocation.Builder |
mergeInvocationTiming(Interval value)
public WorkflowInvocation.Builder mergeInvocationTiming(Interval value)Output only. This workflow invocation's timing details.
.google.type.Interval invocation_timing = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Name | Description |
| value | com.google.type.Interval |
| Type | Description |
| WorkflowInvocation.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final WorkflowInvocation.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| WorkflowInvocation.Builder |
setCompilationResult(String value)
public WorkflowInvocation.Builder setCompilationResult(String value) Immutable. The name of the compilation result to compile. Must be in the format
projects/*/locations/*/repositories/*/compilationResults/*.
string compilation_result = 2 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
| Name | Description |
| value | StringThe compilationResult to set. |
| Type | Description |
| WorkflowInvocation.Builder | This builder for chaining. |
setCompilationResultBytes(ByteString value)
public WorkflowInvocation.Builder setCompilationResultBytes(ByteString value) Immutable. The name of the compilation result to compile. Must be in the format
projects/*/locations/*/repositories/*/compilationResults/*.
string compilation_result = 2 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
| Name | Description |
| value | ByteStringThe bytes for compilationResult to set. |
| Type | Description |
| WorkflowInvocation.Builder | This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public WorkflowInvocation.Builder setField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| Type | Description |
| WorkflowInvocation.Builder |
setInvocationConfig(WorkflowInvocation.InvocationConfig value)
public WorkflowInvocation.Builder setInvocationConfig(WorkflowInvocation.InvocationConfig value)Immutable. If left unset, a default InvocationConfig will be used.
.google.cloud.dataform.v1alpha2.WorkflowInvocation.InvocationConfig invocation_config = 3 [(.google.api.field_behavior) = IMMUTABLE];
| Name | Description |
| value | WorkflowInvocation.InvocationConfig |
| Type | Description |
| WorkflowInvocation.Builder |
setInvocationConfig(WorkflowInvocation.InvocationConfig.Builder builderForValue)
public WorkflowInvocation.Builder setInvocationConfig(WorkflowInvocation.InvocationConfig.Builder builderForValue)Immutable. If left unset, a default InvocationConfig will be used.
.google.cloud.dataform.v1alpha2.WorkflowInvocation.InvocationConfig invocation_config = 3 [(.google.api.field_behavior) = IMMUTABLE];
| Name | Description |
| builderForValue | WorkflowInvocation.InvocationConfig.Builder |
| Type | Description |
| WorkflowInvocation.Builder |
setInvocationTiming(Interval value)
public WorkflowInvocation.Builder setInvocationTiming(Interval value)Output only. This workflow invocation's timing details.
.google.type.Interval invocation_timing = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Name | Description |
| value | com.google.type.Interval |
| Type | Description |
| WorkflowInvocation.Builder |
setInvocationTiming(Interval.Builder builderForValue)
public WorkflowInvocation.Builder setInvocationTiming(Interval.Builder builderForValue)Output only. This workflow invocation's timing details.
.google.type.Interval invocation_timing = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Name | Description |
| builderForValue | com.google.type.Interval.Builder |
| Type | Description |
| WorkflowInvocation.Builder |
setName(String value)
public WorkflowInvocation.Builder setName(String value)Output only. The workflow invocation's name.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Name | Description |
| value | StringThe name to set. |
| Type | Description |
| WorkflowInvocation.Builder | This builder for chaining. |
setNameBytes(ByteString value)
public WorkflowInvocation.Builder setNameBytes(ByteString value)Output only. The workflow invocation's name.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Name | Description |
| value | ByteStringThe bytes for name to set. |
| Type | Description |
| WorkflowInvocation.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public WorkflowInvocation.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Name | Description |
| field | FieldDescriptor |
| index | int |
| value | Object |
| Type | Description |
| WorkflowInvocation.Builder |
setState(WorkflowInvocation.State value)
public WorkflowInvocation.Builder setState(WorkflowInvocation.State value)Output only. This workflow invocation's current state.
.google.cloud.dataform.v1alpha2.WorkflowInvocation.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Name | Description |
| value | WorkflowInvocation.StateThe state to set. |
| Type | Description |
| WorkflowInvocation.Builder | This builder for chaining. |
setStateValue(int value)
public WorkflowInvocation.Builder setStateValue(int value)Output only. This workflow invocation's current state.
.google.cloud.dataform.v1alpha2.WorkflowInvocation.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Name | Description |
| value | intThe enum numeric value on the wire for state to set. |
| Type | Description |
| WorkflowInvocation.Builder | This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final WorkflowInvocation.Builder setUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| WorkflowInvocation.Builder |