public sealed class DeleteReservationRequest : IMessage<DeleteReservationRequest>, IEquatable<DeleteReservationRequest>, IDeepCloneable<DeleteReservationRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the BigQuery Reservation v1 API class DeleteReservationRequest.
The request for
[ReservationService.DeleteReservation][google.cloud.bigquery.reservation.v1.ReservationService.DeleteReservation].
[[["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 document provides reference documentation for the `DeleteReservationRequest` class within the Google.Cloud.BigQuery.Reservation.V1 API."],["`DeleteReservationRequest` is a class used to represent a request to delete a reservation in the BigQuery Reservation service, based on the ReservationService.DeleteReservation method."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing it to be used with protocol buffers and support deep cloning and equality checks."],["The document lists various versions of the API, ranging from version 1.2.0 to the latest version 2.7.0, and includes the DeleteReservationRequest class constructor, along with its properties."],["The `Name` and `ReservationName` properties within the `DeleteReservationRequest` class allows for managing the name and typed view of the resource to be deleted, in the form of a string and `ReservationName` type respectively."]]],[]]