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 construct requests for deleting a gateway via the ApiGatewayService in the Google Cloud API Gateway v1."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, supporting various functionalities like message handling and object cloning."],["The `DeleteGatewayRequest` class includes a `Name` property, which is required and represents the resource name of the gateway to be deleted, in the format `projects/*/locations/*/gateways/*`."],["The `DeleteGatewayRequest` class is available in multiple versions, ranging from 1.0.0 to the latest 2.4.0."],["This class also has a `GatewayName` property that provides a typed view of the `Name` property."]]],[]]