public sealed class DeleteEndpointPolicyRequest : IMessage<DeleteEndpointPolicyRequest>, IEquatable<DeleteEndpointPolicyRequest>, IDeepCloneable<DeleteEndpointPolicyRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Network Services v1 API class DeleteEndpointPolicyRequest.
Request used with the DeleteEndpointPolicy method.
[[["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 `DeleteEndpointPolicyRequest` class within the Google Cloud Network Services v1 API, specifically for version 1.0.0-beta01."],["The `DeleteEndpointPolicyRequest` class is used to construct requests for deleting an EndpointPolicy."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["The `DeleteEndpointPolicyRequest` class includes two constructors and two main properties: `EndpointPolicyName` (a typed view) and `Name` (a string representing the resource name of the EndpointPolicy to be deleted)."]]],[]]