public sealed class UpdateUptimeCheckConfigRequest : IMessage<UpdateUptimeCheckConfigRequest>, IEquatable<UpdateUptimeCheckConfigRequest>, IDeepCloneable<UpdateUptimeCheckConfigRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Monitoring v3 API class UpdateUptimeCheckConfigRequest.
The protocol for the UpdateUptimeCheckConfig
request.
Implements
IMessageUpdateUptimeCheckConfigRequest, IEquatableUpdateUptimeCheckConfigRequest, IDeepCloneableUpdateUptimeCheckConfigRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Monitoring.V3Assembly
Google.Cloud.Monitoring.V3.dll
Constructors
UpdateUptimeCheckConfigRequest()
public UpdateUptimeCheckConfigRequest()
UpdateUptimeCheckConfigRequest(UpdateUptimeCheckConfigRequest)
public UpdateUptimeCheckConfigRequest(UpdateUptimeCheckConfigRequest other)
Parameter | |
---|---|
Name | Description |
other | UpdateUptimeCheckConfigRequest |
Properties
UpdateMask
public FieldMask UpdateMask { get; set; }
Optional. If present, only the listed fields in the current Uptime check configuration are updated with values from the new configuration. If this field is empty, then the current configuration is completely replaced with the new configuration.
Property Value | |
---|---|
Type | Description |
FieldMask |
UptimeCheckConfig
public UptimeCheckConfig UptimeCheckConfig { get; set; }
Required. If an updateMask
has been specified, this field gives
the values for the set of fields mentioned in the updateMask
. If an
updateMask
has not been given, this Uptime check configuration replaces
the current configuration. If a field is mentioned in updateMask
but
the corresponding field is omitted in this partial Uptime check
configuration, it has the effect of deleting/clearing the field from the
configuration on the server.
The following fields can be updated: display_name
,
http_check
, tcp_check
, timeout
, content_matchers
, and
selected_regions
.
Property Value | |
---|---|
Type | Description |
UptimeCheckConfig |