Dataform v1beta1 API - Class CompilationResultAction.Types.Notebook (1.0.0-beta08)

public sealed class CompilationResultAction.Types.Notebook : IMessage<CompilationResultAction.Types.Notebook>, IEquatable<CompilationResultAction.Types.Notebook>, IDeepCloneable<CompilationResultAction.Types.Notebook>, IBufferMessage, IMessage

Reference documentation and code samples for the Dataform v1beta1 API class CompilationResultAction.Types.Notebook.

Represents a notebook.

Inheritance

object > CompilationResultAction.Types.Notebook

Namespace

Google.Cloud.Dataform.V1Beta1

Assembly

Google.Cloud.Dataform.V1Beta1.dll

Constructors

Notebook()

public Notebook()

Notebook(Notebook)

public Notebook(CompilationResultAction.Types.Notebook other)
Parameter
Name Description
other CompilationResultActionTypesNotebook

Properties

Contents

public string Contents { get; set; }

The contents of the notebook.

Property Value
Type Description
string

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

Tags

public RepeatedField<string> Tags { get; }

Arbitrary, user-defined tags on this action.

Property Value
Type Description
RepeatedFieldstring