public sealed class RemoveFileRequest : IMessage<RemoveFileRequest>, IEquatable<RemoveFileRequest>, IDeepCloneable<RemoveFileRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Dataform v1beta1 API class RemoveFileRequest.
[[["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."],[[["This page provides documentation for the `RemoveFileRequest` class within the Google Cloud Dataform v1beta1 API, specifically for the latest version 1.0.0-beta08."],["`RemoveFileRequest` is used to construct a request to remove a file from a workspace, and it inherits from object while also implementing several interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class has two constructors, a default constructor, and one that takes another `RemoveFileRequest` object as a parameter."],["The `RemoveFileRequest` class includes properties for `Path`, which is the full path to the file to be removed, `Workspace`, the name of the workspace, and `WorkspaceAsWorkspaceName`, which offers a `WorkspaceName` view over the workspace resource name."],["The `RemoveFileRequest` class is part of the namespace `Google.Cloud.Dataform.V1Beta1`, and it is found in the `Google.Cloud.Dataform.V1Beta1.dll` assembly."]]],[]]