public final class InvocationConfig extends GeneratedMessageV3 implements InvocationConfigOrBuilder
Includes various configuration options for a workflow invocation.
If both included_targets
and included_tags
are unset, all actions
will be included.
Protobuf type google.cloud.dataform.v1beta1.InvocationConfig
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
public static final int FULLY_REFRESH_INCREMENTAL_TABLES_ENABLED_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
public static final int INCLUDED_TAGS_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
public static final int INCLUDED_TARGETS_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
public static final int SERVICE_ACCOUNT_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
public static final int TRANSITIVE_DEPENDENCIES_INCLUDED_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
public static final int TRANSITIVE_DEPENDENTS_INCLUDED_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
public static InvocationConfig getDefaultInstance()
public static final Descriptors.Descriptor getDescriptor()
public static InvocationConfig.Builder newBuilder()
public static InvocationConfig.Builder newBuilder(InvocationConfig prototype)
public static InvocationConfig parseDelimitedFrom(InputStream input)
public static InvocationConfig parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static InvocationConfig parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
public static InvocationConfig parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static InvocationConfig parseFrom(ByteString data)
public static InvocationConfig parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static InvocationConfig parseFrom(CodedInputStream input)
public static InvocationConfig parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static InvocationConfig parseFrom(InputStream input)
public static InvocationConfig parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static InvocationConfig parseFrom(ByteBuffer data)
public static InvocationConfig parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Parser<InvocationConfig> parser()
Methods
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
public InvocationConfig getDefaultInstanceForType()
public boolean getFullyRefreshIncrementalTablesEnabled()
Optional. When set to true, any incremental tables will be fully refreshed.
bool fully_refresh_incremental_tables_enabled = 5 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
boolean |
The fullyRefreshIncrementalTablesEnabled.
|
public String getIncludedTags(int index)
Optional. The set of tags to include.
repeated string included_tags = 2 [(.google.api.field_behavior) = OPTIONAL];
Parameter |
Name |
Description |
index |
int
The index of the element to return.
|
Returns |
Type |
Description |
String |
The includedTags at the given index.
|
public ByteString getIncludedTagsBytes(int index)
Optional. The set of tags to include.
repeated string included_tags = 2 [(.google.api.field_behavior) = OPTIONAL];
Parameter |
Name |
Description |
index |
int
The index of the value to return.
|
Returns |
Type |
Description |
ByteString |
The bytes of the includedTags at the given index.
|
public int getIncludedTagsCount()
Optional. The set of tags to include.
repeated string included_tags = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
int |
The count of includedTags.
|
public ProtocolStringList getIncludedTagsList()
Optional. The set of tags to include.
repeated string included_tags = 2 [(.google.api.field_behavior) = OPTIONAL];
public Target getIncludedTargets(int index)
Optional. The set of action identifiers to include.
repeated .google.cloud.dataform.v1beta1.Target included_targets = 1 [(.google.api.field_behavior) = OPTIONAL];
Parameter |
Name |
Description |
index |
int
|
Returns |
Type |
Description |
Target |
|
public int getIncludedTargetsCount()
Optional. The set of action identifiers to include.
repeated .google.cloud.dataform.v1beta1.Target included_targets = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
int |
|
public List<Target> getIncludedTargetsList()
Optional. The set of action identifiers to include.
repeated .google.cloud.dataform.v1beta1.Target included_targets = 1 [(.google.api.field_behavior) = OPTIONAL];
public TargetOrBuilder getIncludedTargetsOrBuilder(int index)
Optional. The set of action identifiers to include.
repeated .google.cloud.dataform.v1beta1.Target included_targets = 1 [(.google.api.field_behavior) = OPTIONAL];
Parameter |
Name |
Description |
index |
int
|
public List<? extends TargetOrBuilder> getIncludedTargetsOrBuilderList()
Optional. The set of action identifiers to include.
repeated .google.cloud.dataform.v1beta1.Target included_targets = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
List<? extends com.google.cloud.dataform.v1beta1.TargetOrBuilder> |
|
public Parser<InvocationConfig> getParserForType()
Overrides
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
public String getServiceAccount()
Optional. The service account to run workflow invocations under.
string service_account = 6 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
String |
The serviceAccount.
|
public ByteString getServiceAccountBytes()
Optional. The service account to run workflow invocations under.
string service_account = 6 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
ByteString |
The bytes for serviceAccount.
|
public boolean getTransitiveDependenciesIncluded()
Optional. When set to true, transitive dependencies of included actions
will be executed.
bool transitive_dependencies_included = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
boolean |
The transitiveDependenciesIncluded.
|
public boolean getTransitiveDependentsIncluded()
Optional. When set to true, transitive dependents of included actions will
be executed.
bool transitive_dependents_included = 4 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
boolean |
The transitiveDependentsIncluded.
|
Returns |
Type |
Description |
int |
|
Overrides
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public InvocationConfig.Builder newBuilderForType()
protected InvocationConfig.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
public InvocationConfig.Builder toBuilder()
public void writeTo(CodedOutputStream output)
Overrides