Google Cloud Monitoring v3 API - Class UpdateServiceRequest (3.8.0)

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.

Inheritance

object > UpdateServiceRequest

Namespace

Google.Cloud.Monitoring.V3

Assembly

Google.Cloud.Monitoring.V3.dll

Constructors

UpdateServiceRequest()

public UpdateServiceRequest()

UpdateServiceRequest(UpdateServiceRequest)

public UpdateServiceRequest(UpdateServiceRequest other)
Parameter
NameDescription
otherUpdateServiceRequest

Properties

Service

public Service Service { get; set; }

Required. The Service to draw updates from. The given name specifies the resource to update.

Property Value
TypeDescription
Service

UpdateMask

public FieldMask UpdateMask { get; set; }

A set of field paths defining which fields to use for the update.

Property Value
TypeDescription
FieldMask