public static final class WorkflowInvocation.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<WorkflowInvocation.Builder> implements WorkflowInvocationOrBuilder
Represents a single invocation of a compilation result.Protobuf type
google.cloud.dataform.v1alpha2.WorkflowInvocationgetAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<WorkflowInvocation.Builder>public WorkflowInvocation.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<WorkflowInvocation.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<WorkflowInvocation.Builder>public WorkflowInvocation getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic WorkflowInvocation build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic WorkflowInvocation buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic WorkflowInvocation.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<WorkflowInvocation.Builder>public WorkflowInvocation.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<WorkflowInvocation.Builder>public WorkflowInvocation.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<WorkflowInvocation.Builder>public WorkflowInvocation.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<WorkflowInvocation.Builder>public WorkflowInvocation.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<WorkflowInvocation.Builder>public WorkflowInvocation.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<WorkflowInvocation.Builder>public WorkflowInvocation.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<WorkflowInvocation.Builder>public WorkflowInvocation.Builder mergeFrom(WorkflowInvocation other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<WorkflowInvocation.Builder>public WorkflowInvocation.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<WorkflowInvocation.Builder>IOExceptionpublic String getName()
Output only. The workflow invocation's name.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];getName in interface WorkflowInvocationOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
Output only. The workflow invocation's name.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];getNameBytes in interface WorkflowInvocationOrBuilderpublic WorkflowInvocation.Builder setName(String value)
Output only. The workflow invocation's name.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];value - The name to set.public WorkflowInvocation.Builder clearName()
Output only. The workflow invocation's name.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];public WorkflowInvocation.Builder setNameBytes(com.google.protobuf.ByteString value)
Output only. The workflow invocation's name.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];value - The bytes for name to set.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) = { ... }
getCompilationResult in interface WorkflowInvocationOrBuilderpublic com.google.protobuf.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) = { ... }
getCompilationResultBytes in interface WorkflowInvocationOrBuilderpublic 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) = { ... }
value - The compilationResult to set.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) = { ... }
public WorkflowInvocation.Builder setCompilationResultBytes(com.google.protobuf.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) = { ... }
value - The bytes for compilationResult to set.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];
hasInvocationConfig in interface WorkflowInvocationOrBuilderpublic 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];
getInvocationConfig in interface WorkflowInvocationOrBuilderpublic 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];
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];
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];
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];
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];
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];
getInvocationConfigOrBuilder in interface WorkflowInvocationOrBuilderpublic int getStateValue()
Output only. This workflow invocation's current state.
.google.cloud.dataform.v1alpha2.WorkflowInvocation.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
getStateValue in interface WorkflowInvocationOrBuilderpublic 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];
value - The enum numeric value on the wire for state to set.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];
getState in interface WorkflowInvocationOrBuilderpublic 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];
value - The state to set.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];
public boolean hasInvocationTiming()
Output only. This workflow invocation's timing details.
.google.type.Interval invocation_timing = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
hasInvocationTiming in interface WorkflowInvocationOrBuilderpublic com.google.type.Interval getInvocationTiming()
Output only. This workflow invocation's timing details.
.google.type.Interval invocation_timing = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
getInvocationTiming in interface WorkflowInvocationOrBuilderpublic WorkflowInvocation.Builder setInvocationTiming(com.google.type.Interval value)
Output only. This workflow invocation's timing details.
.google.type.Interval invocation_timing = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
public WorkflowInvocation.Builder setInvocationTiming(com.google.type.Interval.Builder builderForValue)
Output only. This workflow invocation's timing details.
.google.type.Interval invocation_timing = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
public WorkflowInvocation.Builder mergeInvocationTiming(com.google.type.Interval value)
Output only. This workflow invocation's timing details.
.google.type.Interval invocation_timing = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
public WorkflowInvocation.Builder clearInvocationTiming()
Output only. This workflow invocation's timing details.
.google.type.Interval invocation_timing = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
public com.google.type.Interval.Builder getInvocationTimingBuilder()
Output only. This workflow invocation's timing details.
.google.type.Interval invocation_timing = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
public com.google.type.IntervalOrBuilder getInvocationTimingOrBuilder()
Output only. This workflow invocation's timing details.
.google.type.Interval invocation_timing = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
getInvocationTimingOrBuilder in interface WorkflowInvocationOrBuilderpublic final WorkflowInvocation.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<WorkflowInvocation.Builder>public final WorkflowInvocation.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<WorkflowInvocation.Builder>Copyright © 2024 Google LLC. All rights reserved.