Class DeleteEndpointRequest (1.0.0)

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

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

Inheritance

System.Object > DeleteEndpointRequest

Implements

Google.Protobuf.IMessage<DeleteEndpointRequest>, System.IEquatable<DeleteEndpointRequest>, Google.Protobuf.IDeepCloneable<DeleteEndpointRequest>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessage

Namespace

Google.Cloud.ServiceDirectory.V1

Assembly

Google.Cloud.ServiceDirectory.V1.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
System.String