public sealed class UpdateEndpointRequest : IMessage<UpdateEndpointRequest>, IEquatable<UpdateEndpointRequest>, IDeepCloneable<UpdateEndpointRequest>, IBufferMessage, IMessageReference documentation and code samples for the Service Directory v1beta1 API class UpdateEndpointRequest.
The request message for [RegistrationService.UpdateEndpoint][google.cloud.servicedirectory.v1beta1.RegistrationService.UpdateEndpoint].
Implements
IMessageUpdateEndpointRequest, IEquatableUpdateEndpointRequest, IDeepCloneableUpdateEndpointRequest, IBufferMessage, IMessageNamespace
Google.Cloud.ServiceDirectory.V1Beta1Assembly
Google.Cloud.ServiceDirectory.V1Beta1.dll
Constructors
UpdateEndpointRequest()
public UpdateEndpointRequest()UpdateEndpointRequest(UpdateEndpointRequest)
public UpdateEndpointRequest(UpdateEndpointRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
UpdateEndpointRequest |
Properties
Endpoint
public Endpoint Endpoint { get; set; }Required. The updated endpoint.
| Property Value | |
|---|---|
| Type | Description |
Endpoint |
|
UpdateMask
public FieldMask UpdateMask { get; set; }Required. List of fields to be updated in this request.
| Property Value | |
|---|---|
| Type | Description |
FieldMask |
|