public sealed class UpdateServiceRequest : IMessage<UpdateServiceRequest>, IEquatable<UpdateServiceRequest>, IDeepCloneable<UpdateServiceRequest>, IBufferMessage, IMessageThe request message for [RegistrationService.UpdateService][google.cloud.servicedirectory.v1.RegistrationService.UpdateService].
Inheritance
System.Object > UpdateServiceRequestImplements
Google.Protobuf.IMessage<UpdateServiceRequest>, System.IEquatable<UpdateServiceRequest>, Google.Protobuf.IDeepCloneable<UpdateServiceRequest>, Google.Protobuf.IBufferMessage, Google.Protobuf.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 | 
| Google.Protobuf.WellKnownTypes.FieldMask | |