public sealed class CompilationResult : IMessage<CompilationResult>, IEquatable<CompilationResult>, IDeepCloneable<CompilationResult>, IBufferMessage, IMessage
Reference documentation and code samples for the Dataform v1beta1 API class CompilationResult.
Represents the result of compiling a Dataform project.
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\u003eThe \u003ccode\u003eCompilationResult\u003c/code\u003e class represents the outcome of compiling a Dataform project within the \u003ccode\u003eGoogle.Cloud.Dataform.V1Beta1\u003c/code\u003e API, and it includes details about the compilation process.\u003c/p\u003e\n"],["\u003cp\u003eThis class provides properties like \u003ccode\u003eCodeCompilationConfig\u003c/code\u003e, \u003ccode\u003eCompilationErrors\u003c/code\u003e, and \u003ccode\u003eCreateTime\u003c/code\u003e to give insight into configuration settings, any issues encountered, and the time of creation, respectively.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eCompilationResult\u003c/code\u003e supports specifying the source of compilation via properties like \u003ccode\u003eGitCommitish\u003c/code\u003e, \u003ccode\u003eReleaseConfig\u003c/code\u003e, and \u003ccode\u003eWorkspace\u003c/code\u003e, along with methods of indicating if they have been set.\u003c/p\u003e\n"],["\u003cp\u003eThe class provides output-only properties such as \u003ccode\u003eDataformCoreVersion\u003c/code\u003e, \u003ccode\u003eInternalMetadata\u003c/code\u003e, \u003ccode\u003eName\u003c/code\u003e, and \u003ccode\u003eResolvedGitCommitSha\u003c/code\u003e to reflect the version of the Dataform core, internal metadata information, the result's name, and the fully resolved Git commit SHA, respectively.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eCompilationResult\u003c/code\u003e is sealed and implements multiple interfaces like \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, ensuring its role in handling compiled Dataform project results.\u003c/p\u003e\n"]]],[],null,["# Dataform v1beta1 API - Class CompilationResult (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.CompilationResult)\n- [1.0.0-beta07](/dotnet/docs/reference/Google.Cloud.Dataform.V1Beta1/1.0.0-beta07/Google.Cloud.Dataform.V1Beta1.CompilationResult) \n\n public sealed class CompilationResult : IMessage\u003cCompilationResult\u003e, IEquatable\u003cCompilationResult\u003e, IDeepCloneable\u003cCompilationResult\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Dataform v1beta1 API class CompilationResult.\n\nRepresents the result of compiling a Dataform project. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e CompilationResult \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[CompilationResult](/dotnet/docs/reference/Google.Cloud.Dataform.V1Beta1/latest/Google.Cloud.Dataform.V1Beta1.CompilationResult), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[CompilationResult](/dotnet/docs/reference/Google.Cloud.Dataform.V1Beta1/latest/Google.Cloud.Dataform.V1Beta1.CompilationResult), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[CompilationResult](/dotnet/docs/reference/Google.Cloud.Dataform.V1Beta1/latest/Google.Cloud.Dataform.V1Beta1.CompilationResult), [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### CompilationResult()\n\n public CompilationResult()\n\n### CompilationResult(CompilationResult)\n\n public CompilationResult(CompilationResult other)\n\nProperties\n----------\n\n### CodeCompilationConfig\n\n public CodeCompilationConfig CodeCompilationConfig { get; set; }\n\nImmutable. If set, fields of `code_compilation_config` override the default\ncompilation settings that are specified in dataform.json.\n\n### CompilationErrors\n\n public RepeatedField\u003cCompilationResult.Types.CompilationError\u003e CompilationErrors { get; }\n\nOutput only. Errors encountered during project compilation.\n\n### CompilationResultName\n\n public CompilationResultName CompilationResultName { get; set; }\n\n[CompilationResultName](/dotnet/docs/reference/Google.Cloud.Dataform.V1Beta1/latest/Google.Cloud.Dataform.V1Beta1.CompilationResultName)-typed view over the [Name](/dotnet/docs/reference/Google.Cloud.Dataform.V1Beta1/latest/Google.Cloud.Dataform.V1Beta1.CompilationResult#Google_Cloud_Dataform_V1Beta1_CompilationResult_Name) resource name property.\n\n### CreateTime\n\n public Timestamp CreateTime { get; set; }\n\nOutput only. The timestamp of when the compilation result was created.\n\n### DataEncryptionState\n\n public DataEncryptionState DataEncryptionState { get; set; }\n\nOutput only. Only set if the repository has a KMS Key.\n\n### DataformCoreVersion\n\n public string DataformCoreVersion { get; set; }\n\nOutput only. The version of `@dataform/core` that was used for compilation.\n\n### GitCommitish\n\n public string GitCommitish { get; set; }\n\nImmutable. Git commit/tag/branch name at which the repository should be\ncompiled. Must exist in the remote repository. Examples:\n\n- a commit SHA: `12ade345`\n- a tag: `tag1`\n- a branch name: `branch1`\n\n### HasGitCommitish\n\n public bool HasGitCommitish { get; }\n\nGets whether the \"git_commitish\" field is set\n\n### HasInternalMetadata\n\n public bool HasInternalMetadata { get; }\n\nGets whether the \"internal_metadata\" field is set\n\n### HasReleaseConfig\n\n public bool HasReleaseConfig { get; }\n\nGets whether the \"release_config\" field is set\n\n### HasWorkspace\n\n public bool HasWorkspace { get; }\n\nGets whether the \"workspace\" 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### Name\n\n public string Name { get; set; }\n\nOutput only. The compilation result's name.\n\n### ReleaseConfig\n\n public string ReleaseConfig { get; set; }\n\nImmutable. The name of the release config to compile. Must be in the\nformat `projects/*/locations/*/repositories/*/releaseConfigs/*`.\n\n### ReleaseConfigAsReleaseConfigName\n\n public ReleaseConfigName ReleaseConfigAsReleaseConfigName { get; set; }\n\n[ReleaseConfigName](/dotnet/docs/reference/Google.Cloud.Dataform.V1Beta1/latest/Google.Cloud.Dataform.V1Beta1.ReleaseConfigName)-typed view over the [ReleaseConfig](/dotnet/docs/reference/Google.Cloud.Dataform.V1Beta1/latest/Google.Cloud.Dataform.V1Beta1.CompilationResult#Google_Cloud_Dataform_V1Beta1_CompilationResult_ReleaseConfig) resource name property.\n\n### ResolvedGitCommitSha\n\n public string ResolvedGitCommitSha { get; set; }\n\nOutput only. The fully resolved Git commit SHA of the code that was\ncompiled. Not set for compilation results whose source is a workspace.\n\n### SourceCase\n\n public CompilationResult.SourceOneofCase SourceCase { get; }\n\n### Workspace\n\n public string Workspace { get; set; }\n\nImmutable. The name of the workspace to compile. Must be in the format\n`projects/*/locations/*/repositories/*/workspaces/*`.\n\n### WorkspaceAsWorkspaceName\n\n public WorkspaceName WorkspaceAsWorkspaceName { get; set; }\n\n[WorkspaceName](/dotnet/docs/reference/Google.Cloud.Dataform.V1Beta1/latest/Google.Cloud.Dataform.V1Beta1.WorkspaceName)-typed view over the [Workspace](/dotnet/docs/reference/Google.Cloud.Dataform.V1Beta1/latest/Google.Cloud.Dataform.V1Beta1.CompilationResult#Google_Cloud_Dataform_V1Beta1_CompilationResult_Workspace) resource name property."]]