public sealed class UpdateServiceLevelObjectiveRequest : IMessage<UpdateServiceLevelObjectiveRequest>, IEquatable<UpdateServiceLevelObjectiveRequest>, IDeepCloneable<UpdateServiceLevelObjectiveRequest>, IBufferMessage, IMessage
The UpdateServiceLevelObjective
request.
Implements
IMessage<UpdateServiceLevelObjectiveRequest>, IEquatable<UpdateServiceLevelObjectiveRequest>, IDeepCloneable<UpdateServiceLevelObjectiveRequest>, 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 |