Dataform v1beta1 API - Class CompilationResultAction.Types.Operations (1.0.0-beta05)

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.

Inheritance

object > CompilationResultAction.Types.Operations

Namespace

Google.Cloud.Dataform.V1Beta1

Assembly

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