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.
Implements
IMessageUpdateServiceLevelObjectiveRequest, IEquatableUpdateServiceLevelObjectiveRequest, IDeepCloneableUpdateServiceLevelObjectiveRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Monitoring.V3Assembly
Google.Cloud.Monitoring.V3.dll
Constructors
UpdateServiceLevelObjectiveRequest()
public UpdateServiceLevelObjectiveRequest()
UpdateServiceLevelObjectiveRequest(UpdateServiceLevelObjectiveRequest)
public UpdateServiceLevelObjectiveRequest(UpdateServiceLevelObjectiveRequest other)
Parameter | |
---|---|
Name | Description |
other | UpdateServiceLevelObjectiveRequest |
Properties
ServiceLevelObjective
public ServiceLevelObjective ServiceLevelObjective { get; set; }
Required. The ServiceLevelObjective
to draw updates from.
The given name
specifies the resource to update.
Property Value | |
---|---|
Type | Description |
ServiceLevelObjective |
UpdateMask
public FieldMask UpdateMask { get; set; }
A set of field paths defining which fields to use for the update.
Property Value | |
---|---|
Type | Description |
FieldMask |