public sealed class CompilationResultAction.Types.Operations : IMessage<CompilationResultAction.Types.Operations>, IEquatable<CompilationResultAction.Types.Operations>, IDeepCloneable<CompilationResultAction.Types.Operations>, IBufferMessage, IMessageReference documentation and code samples for the Dataform v1 API class CompilationResultAction.Types.Operations.
Represents a list of arbitrary database operations.
Implements
IMessageCompilationResultActionTypesOperations, IEquatableCompilationResultActionTypesOperations, IDeepCloneableCompilationResultActionTypesOperations, IBufferMessage, IMessageNamespace
Google.Cloud.Dataform.V1Assembly
Google.Cloud.Dataform.V1.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 |
|