public sealed class CompilationResultAction : IMessage<CompilationResultAction>, IEquatable<CompilationResultAction>, IDeepCloneable<CompilationResultAction>, IBufferMessage, IMessage
Reference documentation and code samples for the Dataform v1beta1 API class CompilationResultAction.
Represents a single Dataform action in a compilation result.
Output only. All the metadata information that is used internally to serve
the resource. For example: timestamps, flags, status fields, etc. The
format of this field is a JSON string.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003e\u003ccode\u003eCompilationResultAction\u003c/code\u003e is a class within the Dataform v1beta1 API representing a single action within a compilation result.\u003c/p\u003e\n"],["\u003cp\u003eThis class inherits from \u003ccode\u003eobject\u003c/code\u003e and implements interfaces such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eCompilationResultAction\u003c/code\u003e includes properties such as \u003ccode\u003eAssertion\u003c/code\u003e, \u003ccode\u003eCanonicalTarget\u003c/code\u003e, \u003ccode\u003eDeclaration\u003c/code\u003e, \u003ccode\u003eFilePath\u003c/code\u003e, \u003ccode\u003eInternalMetadata\u003c/code\u003e, \u003ccode\u003eNotebook\u003c/code\u003e, \u003ccode\u003eOperations\u003c/code\u003e, \u003ccode\u003eRelation\u003c/code\u003e, and \u003ccode\u003eTarget\u003c/code\u003e, which define the characteristics and behavior of the action.\u003c/p\u003e\n"],["\u003cp\u003eThe class offers two constructors: a default constructor, and one that accepts another instance of \u003ccode\u003eCompilationResultAction\u003c/code\u003e to create a copy.\u003c/p\u003e\n"],["\u003cp\u003eIt also provides information on the location of the action within the workspace, via the \u003ccode\u003eFilePath\u003c/code\u003e property, and includes a \u003ccode\u003eCanonicalTarget\u003c/code\u003e property to identify the action when no overrides are present.\u003c/p\u003e\n"]]],[],null,["# Dataform v1beta1 API - Class CompilationResultAction (1.0.0-beta08)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.0-beta08 (latest)](/dotnet/docs/reference/Google.Cloud.Dataform.V1Beta1/latest/Google.Cloud.Dataform.V1Beta1.CompilationResultAction)\n- [1.0.0-beta07](/dotnet/docs/reference/Google.Cloud.Dataform.V1Beta1/1.0.0-beta07/Google.Cloud.Dataform.V1Beta1.CompilationResultAction) \n\n public sealed class CompilationResultAction : IMessage\u003cCompilationResultAction\u003e, IEquatable\u003cCompilationResultAction\u003e, IDeepCloneable\u003cCompilationResultAction\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Dataform v1beta1 API class CompilationResultAction.\n\nRepresents a single Dataform action in a compilation result. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e CompilationResultAction \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[CompilationResultAction](/dotnet/docs/reference/Google.Cloud.Dataform.V1Beta1/latest/Google.Cloud.Dataform.V1Beta1.CompilationResultAction), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[CompilationResultAction](/dotnet/docs/reference/Google.Cloud.Dataform.V1Beta1/latest/Google.Cloud.Dataform.V1Beta1.CompilationResultAction), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[CompilationResultAction](/dotnet/docs/reference/Google.Cloud.Dataform.V1Beta1/latest/Google.Cloud.Dataform.V1Beta1.CompilationResultAction), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.Dataform.V1Beta1](/dotnet/docs/reference/Google.Cloud.Dataform.V1Beta1/latest/Google.Cloud.Dataform.V1Beta1)\n\nAssembly\n--------\n\nGoogle.Cloud.Dataform.V1Beta1.dll\n\nConstructors\n------------\n\n### CompilationResultAction()\n\n public CompilationResultAction()\n\n### CompilationResultAction(CompilationResultAction)\n\n public CompilationResultAction(CompilationResultAction other)\n\nProperties\n----------\n\n### Assertion\n\n public CompilationResultAction.Types.Assertion Assertion { get; set; }\n\nThe assertion executed by this action.\n\n### CanonicalTarget\n\n public Target CanonicalTarget { get; set; }\n\nThe action's identifier if the project had been compiled without any\noverrides configured. Unique within the compilation result.\n\n### CompiledObjectCase\n\n public CompilationResultAction.CompiledObjectOneofCase CompiledObjectCase { get; }\n\n### Declaration\n\n public CompilationResultAction.Types.Declaration Declaration { get; set; }\n\nThe declaration declared by this action.\n\n### FilePath\n\n public string FilePath { get; set; }\n\nThe full path including filename in which this action is located, relative\nto the workspace root.\n\n### HasInternalMetadata\n\n public bool HasInternalMetadata { get; }\n\nGets whether the \"internal_metadata\" field is set\n\n### InternalMetadata\n\n public string InternalMetadata { get; set; }\n\nOutput only. All the metadata information that is used internally to serve\nthe resource. For example: timestamps, flags, status fields, etc. The\nformat of this field is a JSON string.\n\n### Notebook\n\n public CompilationResultAction.Types.Notebook Notebook { get; set; }\n\nThe notebook executed by this action.\n\n### Operations\n\n public CompilationResultAction.Types.Operations Operations { get; set; }\n\nThe database operations executed by this action.\n\n### Relation\n\n public CompilationResultAction.Types.Relation Relation { get; set; }\n\nThe database relation created/updated by this action.\n\n### Target\n\n public Target Target { get; set; }\n\nThis action's identifier. Unique within the compilation result."]]