public sealed class GetCompilationResultRequest : IMessage<GetCompilationResultRequest>, IEquatable<GetCompilationResultRequest>, IDeepCloneable<GetCompilationResultRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Dataform v1beta1 API class GetCompilationResultRequest.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The latest version of the `GetCompilationResultRequest` class is 1.0.0-beta08, and it is used as a request message for the `GetCompilationResult` function within the Dataform v1beta1 API."],["This class inherits from the `object` class and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, providing functionalities for message handling, equality checks, deep cloning, and buffer message operations."],["The `GetCompilationResultRequest` class contains properties such as `CompilationResultName` and `Name`, which are used to specify the resource name of the compilation result."],["The class is located in the `Google.Cloud.Dataform.V1Beta1` namespace and within the `Google.Cloud.Dataform.V1Beta1.dll` assembly."],["The class has 2 constructors: the first one being public and the second one taking in another instance of itself as parameter."]]],[]]