public sealed class CompilationResultAction.Types.Operations : IMessage<CompilationResultAction.Types.Operations>, IEquatable<CompilationResultAction.Types.Operations>, IDeepCloneable<CompilationResultAction.Types.Operations>, IBufferMessage, IMessage
Reference documentation and code samples for the Dataform v1beta1 API class CompilationResultAction.Types.Operations.
Represents a list of arbitrary database operations.
Implements
IMessageCompilationResultActionTypesOperations, IEquatableCompilationResultActionTypesOperations, IDeepCloneableCompilationResultActionTypesOperations, IBufferMessage, IMessageNamespace
Google.Cloud.Dataform.V1Beta1Assembly
Google.Cloud.Dataform.V1Beta1.dll
Constructors
Operations()
public Operations()
Operations(Operations)
public Operations(CompilationResultAction.Types.Operations other)
Parameter | |
---|---|
Name | Description |
other |
CompilationResultActionTypesOperations |
Properties
DependencyTargets
public RepeatedField<Target> DependencyTargets { get; }
A list of actions that this action depends on.
Property Value | |
---|---|
Type | Description |
RepeatedFieldTarget |
Disabled
public bool Disabled { get; set; }
Whether this action is disabled (i.e. should not be run).
Property Value | |
---|---|
Type | Description |
bool |
HasOutput
public bool HasOutput { get; set; }
Whether these operations produce an output relation.
Property Value | |
---|---|
Type | Description |
bool |
Queries
public RepeatedField<string> Queries { get; }
A list of arbitrary SQL statements that will be executed without alteration.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |
Tags
public RepeatedField<string> Tags { get; }
Arbitrary, user-defined tags on this action.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |