public sealed class UpdateServiceRequest : IMessage<UpdateServiceRequest>, IEquatable<UpdateServiceRequest>, IDeepCloneable<UpdateServiceRequest>, IBufferMessage, IMessageReference documentation and code samples for the Service Directory v1 API class UpdateServiceRequest.
The request message for [RegistrationService.UpdateService][google.cloud.servicedirectory.v1.RegistrationService.UpdateService].
Implements
IMessageUpdateServiceRequest, IEquatableUpdateServiceRequest, IDeepCloneableUpdateServiceRequest, IBufferMessage, IMessageNamespace
Google.Cloud.ServiceDirectory.V1Assembly
Google.Cloud.ServiceDirectory.V1.dll
Constructors
UpdateServiceRequest()
public UpdateServiceRequest()UpdateServiceRequest(UpdateServiceRequest)
public UpdateServiceRequest(UpdateServiceRequest other)| Parameter | |
|---|---|
| Name | Description | 
other | 
        UpdateServiceRequest | 
      
Properties
Service
public Service Service { get; set; }Required. The updated service.
| Property Value | |
|---|---|
| Type | Description | 
Service | 
        |
UpdateMask
public FieldMask UpdateMask { get; set; }Required. List of fields to be updated in this request.
| Property Value | |
|---|---|
| Type | Description | 
FieldMask | 
        |