public sealed class UpdateServiceRequest : IMessage<UpdateServiceRequest>, IEquatable<UpdateServiceRequest>, IDeepCloneable<UpdateServiceRequest>, IBufferMessage, IMessageThe UpdateService request.
Implements
IMessage<UpdateServiceRequest>, IEquatable<UpdateServiceRequest>, IDeepCloneable<UpdateServiceRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Monitoring.V3Assembly
Google.Cloud.Monitoring.V3.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 Service to draw updates from.
The given name specifies the resource to update.
| Property Value | |
|---|---|
| Type | Description | 
| Service | |
UpdateMask
public FieldMask UpdateMask { get; set; }A set of field paths defining which fields to use for the update.
| Property Value | |
|---|---|
| Type | Description | 
| FieldMask | |