public sealed class DeleteEndpointRequest : IMessage<DeleteEndpointRequest>, IEquatable<DeleteEndpointRequest>, IDeepCloneable<DeleteEndpointRequest>, IBufferMessage, IMessage
The request message for [RegistrationService.DeleteEndpoint][google.cloud.servicedirectory.v1.RegistrationService.DeleteEndpoint].
Implements
IMessage<DeleteEndpointRequest>, IEquatable<DeleteEndpointRequest>, IDeepCloneable<DeleteEndpointRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.ServiceDirectory.V1Assembly
Google.Cloud.ServiceDirectory.V1.dll
Constructors
DeleteEndpointRequest()
public DeleteEndpointRequest()
DeleteEndpointRequest(DeleteEndpointRequest)
public DeleteEndpointRequest(DeleteEndpointRequest other)
Parameter | |
---|---|
Name | Description |
other | DeleteEndpointRequest |
Properties
EndpointName
public EndpointName EndpointName { get; set; }
EndpointName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
EndpointName |
Name
public string Name { get; set; }
Required. The name of the endpoint to delete.
Property Value | |
---|---|
Type | Description |
String |