public sealed class DeleteGatewayRequest : IMessage<DeleteGatewayRequest>, IEquatable<DeleteGatewayRequest>, IDeepCloneable<DeleteGatewayRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the API Gateway v1 API class DeleteGatewayRequest.
Request message for ApiGatewayService.DeleteGateway
[[["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 `DeleteGatewayRequest` class is used to request the deletion of a gateway via the ApiGatewayService in the Google Cloud API Gateway v1."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for message handling, equality checks, deep cloning, and buffer management."],["The class includes properties like `GatewayName` and `Name` for specifying the target gateway to delete, with `Name` being a required field that follows a specific resource name format."],["The latest version of the API in the listing is 2.4.0, and the page details version 2.2.0 of the API."],["The `DeleteGatewayRequest` class has two constructors, a default one, and another to create a copy of an existing instance."]]],[]]