public sealed class CompilationResultAction.Types.Notebook : IMessage<CompilationResultAction.Types.Notebook>, IEquatable<CompilationResultAction.Types.Notebook>, IDeepCloneable<CompilationResultAction.Types.Notebook>, IBufferMessage, IMessageReference documentation and code samples for the Dataform v1 API class CompilationResultAction.Types.Notebook.
Represents a notebook.
Implements
IMessageCompilationResultActionTypesNotebook, IEquatableCompilationResultActionTypesNotebook, IDeepCloneableCompilationResultActionTypesNotebook, IBufferMessage, IMessageNamespace
Google.Cloud.Dataform.V1Assembly
Google.Cloud.Dataform.V1.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 |
|