public sealed class UpdateServiceRequest : IMessage<UpdateServiceRequest>, IEquatable<UpdateServiceRequest>, IDeepCloneable<UpdateServiceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Monitoring v3 API class UpdateServiceRequest.
The UpdateService
request.
Implements
IMessageUpdateServiceRequest, IEquatableUpdateServiceRequest, IDeepCloneableUpdateServiceRequest, 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 |