Service Directory v1beta1 API - Class DeleteEndpointRequest (2.0.0-beta05)

public sealed class DeleteEndpointRequest : IMessage<DeleteEndpointRequest>, IEquatable<DeleteEndpointRequest>, IDeepCloneable<DeleteEndpointRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Service Directory v1beta1 API class DeleteEndpointRequest.

The request message for [RegistrationService.DeleteEndpoint][google.cloud.servicedirectory.v1beta1.RegistrationService.DeleteEndpoint].

Inheritance

object > DeleteEndpointRequest

Namespace

Google.Cloud.ServiceDirectory.V1Beta1

Assembly

Google.Cloud.ServiceDirectory.V1Beta1.dll

Constructors

DeleteEndpointRequest()

public DeleteEndpointRequest()

DeleteEndpointRequest(DeleteEndpointRequest)

public DeleteEndpointRequest(DeleteEndpointRequest other)
Parameter
NameDescription
otherDeleteEndpointRequest

Properties

EndpointName

public EndpointName EndpointName { get; set; }

EndpointName-typed view over the Name resource name property.

Property Value
TypeDescription
EndpointName

Name

public string Name { get; set; }

Required. The name of the endpoint to delete.

Property Value
TypeDescription
string