public sealed class DeleteRepositoryRequest : IMessage<DeleteRepositoryRequest>, IEquatable<DeleteRepositoryRequest>, IDeepCloneable<DeleteRepositoryRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Dataform v1beta1 API class DeleteRepositoryRequest.
If set to true, any child resources of this repository will also be
deleted. (Otherwise, the request will only succeed if the repository has no
child resources.)
[[["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 documentation details the `DeleteRepositoryRequest` class within the Google Cloud Dataform v1beta1 API, specifically version 1.0.0-beta06."],["The `DeleteRepositoryRequest` class is used to send requests to delete a repository, implementing interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The `DeleteRepositoryRequest` class features properties like `Force` (a boolean to force delete children resources) and `Name` (a string to specify the name of the repository to delete), as well as `RepositoryName` providing a typed view of the repository's name."],["The class provides two constructors, one default and another to copy a pre-existing `DeleteRepositoryRequest` instance."],["This class is found within the `Google.Cloud.Dataform.V1Beta1` namespace and is part of the `Google.Cloud.Dataform.V1Beta1.dll` assembly."]]],[]]