Google Cloud Monitoring v3 API - Class UpdateServiceLevelObjectiveRequest (3.8.0)

public sealed class UpdateServiceLevelObjectiveRequest : IMessage<UpdateServiceLevelObjectiveRequest>, IEquatable<UpdateServiceLevelObjectiveRequest>, IDeepCloneable<UpdateServiceLevelObjectiveRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Monitoring v3 API class UpdateServiceLevelObjectiveRequest.

The UpdateServiceLevelObjective request.

Inheritance

object > UpdateServiceLevelObjectiveRequest

Namespace

Google.Cloud.Monitoring.V3

Assembly

Google.Cloud.Monitoring.V3.dll

Constructors

UpdateServiceLevelObjectiveRequest()

public UpdateServiceLevelObjectiveRequest()

UpdateServiceLevelObjectiveRequest(UpdateServiceLevelObjectiveRequest)

public UpdateServiceLevelObjectiveRequest(UpdateServiceLevelObjectiveRequest other)
Parameter
NameDescription
otherUpdateServiceLevelObjectiveRequest

Properties

ServiceLevelObjective

public ServiceLevelObjective ServiceLevelObjective { get; set; }

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

Property Value
TypeDescription
ServiceLevelObjective

UpdateMask

public FieldMask UpdateMask { get; set; }

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

Property Value
TypeDescription
FieldMask