Class UpdateEndpointRequest (1.0.0)

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

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

Inheritance

System.Object > UpdateEndpointRequest

Implements

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

Namespace

Google.Cloud.ServiceDirectory.V1

Assembly

Google.Cloud.ServiceDirectory.V1.dll

Constructors

UpdateEndpointRequest()

public UpdateEndpointRequest()

UpdateEndpointRequest(UpdateEndpointRequest)

public UpdateEndpointRequest(UpdateEndpointRequest other)
Parameter
NameDescription
otherUpdateEndpointRequest

Properties

Endpoint

public Endpoint Endpoint { get; set; }

Required. The updated endpoint.

Property Value
TypeDescription
Endpoint

UpdateMask

public FieldMask UpdateMask { get; set; }

Required. List of fields to be updated in this request.

Property Value
TypeDescription
Google.Protobuf.WellKnownTypes.FieldMask